aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2696
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 Abad2-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
2000-01-26Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad10-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