aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10debian: Build-depend on qtmultimedia5-dev and libqt5svg5-dev to enable more ↵Balint Reczey1-0/+1
Qt features Change-Id: I14ff81898cd9154805d35ab67976b354e50fbe16 Reviewed-on: https://code.wireshark.org/review/12471 Reviewed-by: Balint Reczey <balint@balintreczey.hu> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
2015-12-09debian: Make wireshark meta-package depend on Qt _or_ GTK+ UIBalint Reczey1-1/+1
Change-Id: I0a6df7bd3b738125dd83be15d7a0e36e2396cc3d Reviewed-on: https://code.wireshark.org/review/12472 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-12-06debian: Merge multiple small packaging fixes from DebianBalint Reczey1-11/+15
* Ask user during installation if she/he wants to allow regular users to capture packets * Fix minor typos in d/control * Handle upgrades from older versions properly * Make wireshark depend on misc:Depends * Sync order of some fields Change-Id: I608b43cfaa81799f165f4c39734182d41cb1d524 Reviewed-on: https://code.wireshark.org/review/12448 Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-12-03Change codecs from static to dynamic libraryPascal Quantin1-1/+12
This allows to properly register codecs plugins. See https://www.wireshark.org/lists/wireshark-dev/201511/msg00202.html for details. Change-Id: Ibc13a19936abb7a2e81b86582a75fa424351565b Reviewed-on: https://code.wireshark.org/review/12385 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-10-05debian: Build .debs with Qt 5Balint Reczey1-2/+2
Change-Id: I085d5332a0a1c8151b5781c0a94cffe2fe32aeb7 Reviewed-on: https://code.wireshark.org/review/10800 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
2015-09-27debian: Show hardening results after buildBalint Reczey1-1/+1
Change-Id: I121d264b86ecf9e0607e6fe00c2791a91d8fe974 Reviewed-on: https://code.wireshark.org/review/10656 Reviewed-by: Balint Reczey <balint@balintreczey.hu> Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-19Use system's GeoIP database by default on DebianBalint Reczey1-0/+1
Change-Id: I58c1cbb242c20737dd16a0477858b0225c0b5d14 Reviewed-on: https://code.wireshark.org/review/10051 Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2015-08-19Use system's OpenLayers.js on DebianBalint Reczey1-1/+1
Change-Id: Id790ee61d3443e2f96a83260514fa3a6d31d09da Reviewed-on: https://code.wireshark.org/review/10050 Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2014-12-08Add missing build-dependencies for the Debian packageBalint Reczey1-2/+3
They are libparse-yapp-perl and libsbc-dev. Change-Id: I474179bb805acb87f8bf316730d63eb294e10a69 Reviewed-on: https://code.wireshark.org/review/5322 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
2014-11-02Fix typo: Intrustion -> IntrusionBalint Reczey1-2/+2
Change-Id: Iea95556a4d77ff54d46a505903e50134f51d563a Reviewed-on: https://code.wireshark.org/review/5082 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs1-4/+16
Make sure the Qt UI is named "Wireshark" and its executable is named "wireshark" or "wireshark.exe". Make sure the GTK+ UI is named "Wireshark 1" or "Wireshark (GTK+)" depending on how much the target audience is likely to care about UI toolkits. Make sure the GTK+ executable is named "wireshark-gtk" or "wireshark-gtk.exe". It looks like moving to Qt 5.3 (g978faf3) broke the PortableApps package. It's likely even more broken now. Autotools out-of-tree builds also broke on Ubuntu 12.02 (automake 1.11.3) at some point. The first attempt to compile in ui/qt returns "error: source_file.cpp: No such file or directory". The second attempt works. Out-of-tree builds work fine on Ubuntu 14.04 (automake 1.14.1). Tested: - Nmake builds - NSIS packaging - CMake builds (Windows, OS X) - Autotools build and distcheck - RPM packaging To do: - Test Debian packaging - Fix PortableApps Change-Id: I66429870e05fd2d6fc901942477959ed6164fce2 Reviewed-on: https://code.wireshark.org/review/3919 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-15Depend on docbook-xml and drop obsoleted 0005-...patchBalint Reczey1-1/+1
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-08.deb package format is 'native'Balint Reczey1-1/+1
Change-Id: I2b52648c74290df0e98e4be31ac6c51db309eaaf Reviewed-on: https://code.wireshark.org/review/2001 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 Reczey1-44/+226
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-10-22Generate wsicon32.xpm during building Debian packageBalint Reczey1-1/+1
svn path=/trunk/; revision=52773
2013-07-15Make Debian package build depend on xdg-utils to let configure detect xdg-openBalint Reczey1-1/+1
svn path=/trunk/; revision=50614
2013-07-15As suggest by Balint:Jeff Morriss1-1/+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-01-14Add missing files to package.Jaap Keuter1-1/+1
Allow more recent automake. svn path=/trunk/; revision=47082
2011-10-20Update minimum version requirement for GTK to 2.12.Jaap Keuter1-1/+1
svn path=/trunk/; revision=39487
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38683
2010-08-27Make wireshark-dev depend on the right automake.Jaap Keuter1-1/+1
svn path=/trunk/; revision=33947
2010-01-26Debian is in the process of removing the MIBs from the repository.Jaap Keuter1-0/+1
svn path=/trunk/; revision=31675
2009-07-08Drop non-existing omniidl from wireshark-dev dependancy list.Jaap Keuter1-1/+1
svn path=/trunk/; revision=29008
2009-05-15Update standards version.Jaap Keuter1-1/+2
svn path=/trunk/; revision=28368
2008-10-27Add libgeoip-dev package dependancy.Jaap Keuter1-1/+1
svn path=/trunk/; revision=26580
2008-08-10Replace build-depend of ADNS by c-aresJaap Keuter1-1/+1
svn path=/trunk/; revision=25975
2008-05-31Update Debian packaging files for Wireshark 1.0.Jaap Keuter1-56/+5
These files build the package with all features and minimum changes from the released sources. svn path=/trunk/; revision=25406
2008-04-20From Andrew K Burley (bug 2406):Stig Bjørlykke1-1/+1
Updated dependency for portaudio. svn path=/trunk/; revision=25124
2007-07-04From Frederic Peters:Jaap Keuter1-13/+68
Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1. svn path=/trunk/; revision=22238
2006-07-27Frederic Peters <fpeters@debian.org>:Jörg Mayer1-23/+30
Update to match the current debian package svn path=/trunk/; revision=18799
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18206
2005-08-13Aplly those parts of ethereal_0.10.12-3.diff.gzJörg Mayer1-1/+1
from Debian, that change debian/ svn path=/trunk/; revision=15331
2005-03-14from Frederic Peters: bring debian package generation .deb up to dateUlf Lamping1-13/+15
I don't have the facility to test this, hopefully Frederic knows what he's doing :-) However, this was out of date since a long time ago, so can't get worse anyway... svn path=/trunk/; revision=13754
2002-10-26Update Debian packaging files. Ethereal is now split in 4 packages :Olivier Abad1-5/+47
ethereal-common, ethereal, tethereal, ethereal-dev svn path=/trunk/; revision=6513
2000-07-03Add a missing build dependency (debhelper) and change build dependency onOlivier Abad1-1/+1
libsnmp4.0-dev to libsnmp4.1-dev (this should close bugs #66391 and #66018 from the Debian bug tracking system). svn path=/trunk/; revision=2106
2000-02-08In debian/changelog :Olivier Abad1-1/+1
Changes from Frederic Peters to avoid conflicts with official debian packages (I used a version scheme attributed to non-maintainer uploads). In debian/control : Add missing build dependencies (only useful for debian build daemons). svn path=/trunk/; revision=1607
2000-01-26Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad1-0/+15
The files were created by Frederic Peters <fpeters@debian.org>, the maintainer of the ethereal debian package. I just modified `rules' to use autogen.sh when building from a CVS tree. Building a debian package is now very easy : - in debian/changelog : change the version number (and replace my name with yours) - dpkg-buildpackage -rfakeroot -us -uc svn path=/trunk/; revision=1569