aboutsummaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* The checkin from three weeks ago missed two files...Jörg Mayer2006-08-142-0/+3
| | | | svn path=/trunk/; revision=18902
* Forgot to check in the new files during last commit.Jörg Mayer2006-07-283-0/+111
| | | | svn path=/trunk/; revision=18803
* Frederic Peters <fpeters@debian.org>:Jörg Mayer2006-07-2727-47/+1932
| | | | | | | Update to match the current debian package svn path=/trunk/; revision=18799
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-1/+1
| | | | | | definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
* eicon3d*.xpm -> wsicon*.xpmTomas Kukosa2006-06-022-3/+3
| | | | svn path=/trunk/; revision=18309
* Rename the Debian packaging files.Gerald Combs2006-05-3112-0/+0
| | | | svn path=/trunk/; revision=18281
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-312-5/+5
| | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-315-10/+10
| | | | svn path=/trunk/; revision=18268
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-315-18/+18
| | | | | | changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
* ethereal->wiresharkRonnie Sahlberg2006-05-222-2/+2
| | | | svn path=/trunk/; revision=18208
* ethereal->wiresharkRonnie Sahlberg2006-05-221-1/+1
| | | | svn path=/trunk/; revision=18207
* ethereal->wireshark updatesRonnie Sahlberg2006-05-225-10/+10
| | | | svn path=/trunk/; revision=18206
* name changeRonnie Sahlberg2006-05-213-5/+5
| | | | svn path=/trunk/; revision=18197
* "fi" comes before "fr" in alphabetical order. (This also makes it matchGuy Harris2005-08-131-2/+2
| | | | | | | | the main "ethereal.desktop" file.) Expand the RCS ID. svn path=/trunk/; revision=15336
* Aplly those parts of ethereal_0.10.12-3.diff.gzJörg Mayer2005-08-1329-6/+1537
| | | | | | | from Debian, that change debian/ svn path=/trunk/; revision=15331
* from Frederic Peters: bring debian package generation .deb up to dateUlf Lamping2005-03-1417-35/+938
| | | | | | | | 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
* Update Debian packaging files. Ethereal is now split in 4 packages :Olivier Abad2002-10-2619-48/+182
| | | | | | ethereal-common, ethereal, tethereal, ethereal-dev svn path=/trunk/; revision=6513
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-221-1/+1
| | | | svn path=/trunk/; revision=2696
* Add a missing build dependency (debhelper) and change build dependency onOlivier Abad2000-07-031-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
* In debian/changelog :Olivier Abad2000-02-082-4/+10
| | | | | | | | | | 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
* Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad2000-01-2610-0/+301
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