aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2016-03-04Change "System" category to "Network" in desktop filesPino Toscano2-23/+0
Change-Id: I39346deaa9265f9684804688c36ab42ab4eee621 Reviewed-on: https://code.wireshark.org/review/14241 Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-12-16debian: Sync patches with DebianBalint Reczey7-14/+42
Change-Id: Iec369a7c5ecd559310198efca2cadb56a449de49 Reviewed-on: https://code.wireshark.org/review/12662 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-19Use system's OpenLayers.js on DebianBalint Reczey2-6/+18
Change-Id: Id790ee61d3443e2f96a83260514fa3a6d31d09da Reviewed-on: https://code.wireshark.org/review/10050 Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-08-15Fix for the current wireshark.desktop.Guy Harris1-2/+2
The default version doesn't use GTK+ any more, so the version we distribute doesn't have "Categories=System;Monitor;GTK;", and the Debian version presumably shouldn't put it into category "GNOME". Change-Id: I4e59026b5c4f26d02e4a96686e339f8d54bdcd1e Reviewed-on: https://code.wireshark.org/review/10035 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-11CMake: Make it easier to generate the release notes & NEWS.Gerald Combs2-49/+0
Add convenience targets for generating the release notes and the NEWS file. Make sure we don't run multiple instances of a2x + AsciiDoc at the same time. Add the docbook directory to the build by default unless we're running Windows. Explain why we don't yet build docs on Windows. Make each docbook makefile target optional. Split the ENABLE_GUIDES option into ENABLE_HTML_GUIDES and ENABLE_PDF_GUIDES. Add a default "all_guides" target if either is on. Remove the Debian patch that hacked around the PDF requirement. Copy ws.css to the docbook build directory. Don't build PDF release notes. I'm not sure we ever used them and I don't want to install Java and FOP just to make a release. Change-Id: Ia2f710000c17f9e0b4b514fd373d9a5902889553 Reviewed-on: https://code.wireshark.org/review/5712 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-01Remove executable bit, from not executable files.Jakub Zawadzki2-0/+0
Change-Id: I36b303b9c2bf4d6bb717261cdbf39ea16532fe06 Reviewed-on: https://code.wireshark.org/review/2757 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-06-15Depend on docbook-xml and drop obsoleted 0005-...patchBalint Reczey2-41/+0
Change-Id: I4c849a1e8205b65ba05959213967bac5f378c96c Reviewed-on: https://code.wireshark.org/review/2137 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-06-08Sync .deb packaging from DebianBalint Reczey10-12/+218
The sync makes CMake the build system for the .deb package and starts providing wireshark-qt in the wireshark-qt package. The package structure, i.e. the libraries are shipped in separate packages is also sync-ed. Wireshark-qt uses the Qt 4 libraries, but it is easy to switch it to Qt 5. Change-Id: I849d18bdb8ca6ebf4072cf1d73d749080ac5dac2 Reviewed-on: https://code.wireshark.org/review/1986 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2013-07-15As suggest by Balint:Jeff Morriss2-20/+1
Remove the 03-preferences patch: there's an ongoing discussion over at Debian about using xdg-open to open URLs[1] (instead of sensible-browser as this patch was doing) and anyway xdg-open behaves better for Balint. Since we'll be using xdg-open, add a dependency on xdg-utils (also suggested by Balint). Both changes are untested. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172436 svn path=/trunk/; revision=50611
2013-07-15Try 2 at fixing the Debian package.Jeff Morriss1-6/+6
svn path=/trunk/; revision=50601
2013-07-15Try to fix the "make debian-package" buildbot step: update patch 03-preferencesJeff Morriss1-4/+4
so it applies more cleanly to the modern prefs.c . Note: I built this patch partially by hand from "svn diff"; hopefully the Debian stuff likes it. svn path=/trunk/; revision=50596
2013-03-06Merge asn2deb and idl2deb from official Debian packageBalint Reczey1-2/+0
svn path=/trunk/; revision=48133
2013-01-13Fix building a Debian package.Gerald Combs1-7/+7
svn path=/trunk/; revision=47053
2008-05-31Update Debian packaging files for Wireshark 1.0.Jaap Keuter11-1176/+26
These files build the package with all features and minimum changes from the released sources. svn path=/trunk/; revision=25406
2007-07-04From Frederic Peters:Jaap Keuter14-1278/+31
Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1. svn path=/trunk/; revision=22238
2006-07-28Forgot to check in the new files during last commit.Jörg Mayer3-0/+111
svn path=/trunk/; revision=18803
2006-07-27Frederic Peters <fpeters@debian.org>:Jörg Mayer8-0/+1089
Update to match the current debian package svn path=/trunk/; revision=18799
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18208
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18207
2006-05-22ethereal->wireshark updatesRonnie Sahlberg3-4/+4
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2005-08-13Aplly those parts of ethereal_0.10.12-3.diff.gzJörg Mayer12-0/+1230
from Debian, that change debian/ svn path=/trunk/; revision=15331