aboutsummaryrefslogtreecommitdiffstats
path: root/debian/copyright
AgeCommit message (Collapse)AuthorFilesLines
2014-06-08Sync .deb packaging from DebianBalint Reczey1-49/+23
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>
2012-03-21Add a missing "T".Gerald Combs1-1/+1
svn path=/trunk/; revision=41731
2009-08-31Remove strcasecmp. We use g_ascii_strcasecmp exclusivelyKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=29643
2007-07-04From Frederic Peters:Jaap Keuter1-2/+2
Update of de Debian Packaging files from 0.99.2 to 0.99.6pre1. svn path=/trunk/; revision=22238
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-2/+2
epan/crypt/airpdcap_md5.[ch]. Fix up whitespace. svn path=/trunk/; revision=20277
2006-07-27Frederic Peters <fpeters@debian.org>:Jörg Mayer1-7/+421
Update to match the current debian package svn path=/trunk/; revision=18799
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
2002-10-26Update Debian packaging files. Ethereal is now split in 4 packages :Olivier Abad1-1/+5
ethereal-common, ethereal, tethereal, ethereal-dev svn path=/trunk/; revision=6513
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2696
2000-01-26Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad1-0/+10
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