Changeset 121
- Timestamp:
- 11.12.2005 17:13:51 (3 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 7 modified
-
debian/changelog (modified) (1 diff)
-
debian/compat (added)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
debian/docs (modified) (1 diff)
-
debian/init (modified) (2 diffs)
-
debian/postinst.debhelper (added)
-
debian/postrm.debhelper (added)
-
debian/prerm.debhelper (added)
-
debian/rules (modified) (5 diffs)
-
debian/substvars (added)
-
redhat/ipfm.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r63 r121 1 ipfm (0.12.0rc1-1) unstable; urgency=low 2 3 * New upstream relase 4 5 -- Robert Chéramy <ipfm-debian@r.cheramy.net> Sun, 11 Dec 2005 16:50:40 +0100 6 7 ipfm (0.11.5-4) unstable; urgency=low 8 9 * Fixed major package breakage caused by a wrong DH_COMPAT value. 10 11 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 25 Jul 2004 22:22:10 +0200 12 13 ipfm (0.11.5-3) unstable; urgency=low 14 15 * debian/control: 16 + Set policy to 3.6.1.1. 17 * debian/rules: 18 + Use dh_installman instead of dh_installmanpages. 19 20 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 23 Jul 2004 13:38:25 +0200 21 22 ipfm (0.11.5-2) unstable; urgency=low 23 24 * Set policy to 3.5.10. 25 * We build-depend on flex-old instead of flex. 26 27 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 May 2003 00:43:41 +0200 28 29 ipfm (0.11.5-1) unstable; urgency=low 30 31 * Version number is now in sync with upstream. 32 * Fixed a spelling error in the copyright file. 33 * Added support for Linux cooked capture datalink (Closes: #167040). 34 * If the default configuration file is present, we do not start ipfm until 35 it was properly tuned (Closes: #183479). 36 * Updated Standards-Version. 37 38 -- Samuel Hocevar <sam@zoy.org> Sat, 15 Mar 2003 17:29:56 +0100 39 40 ipfm (0.11.4-3) unstable; urgency=low 41 42 * Fixed minor grammar errors in the sample configuration (Closes: #146409). 43 * Rebuilt against libpcap0.7 to remove dependency on libpcap0 which got 44 removed from unstable (Closes: #156204). 45 46 -- Samuel Hocevar <sam@zoy.org> Sun, 18 Aug 2002 12:16:58 +0200 47 48 ipfm (0.11.4-2.1) unstable; urgency=low 49 50 * Non maintainer upload 51 * Rebuilt with new libpcap to remove dependency on libpcap0, which I 52 got removed from unstable by accident. Sorry about this... 53 54 -- Torsten Landschoff <torsten@debian.org> Sat, 10 Aug 2002 11:37:02 +0200 55 56 ipfm (0.11.4-2) unstable; urgency=low 57 58 * Fixed build dependencies (Closes: #123754). 59 60 -- Samuel Hocevar <sam@zoy.org> Fri, 14 Dec 2001 02:38:26 +0100 61 1 62 ipfm (0.11.4-1) unstable; urgency=low 63 2 64 * New upstream release. 3 * Fixed wrong buffer clearing date 65 * Fixed wrong buffer clearing date. 66 * Fixed build dependencies (Closes: #100807). 4 67 5 -- Robert CHERAMY <robert@cheramy.net> Sun, 7 Jan 2001 19:28:56 +010068 -- Samuel Hocevar <sam@zoy.org> Sun, 7 Jan 2001 19:28:56 +0100 6 69 7 70 ipfm (0.11.3-1) unstable; urgency=low 71 8 72 * New upstream release. 9 73 * fixed default DUMPINTERVAL 10 74 * fixed Clean() function (last release introduced a possible segfault) 11 75 12 -- Robert CHERAMY <robert@cheramy.net> Wed, 13 Dec 2000 00:43:09 +010076 -- Samuel Hocevar <sam@zoy.org> Wed, 13 Dec 2000 00:43:09 +0100 13 77 14 78 ipfm (0.11.2-1) unstable; urgency=low -
trunk/debian/control
r63 r121 2 2 Section: net 3 3 Priority: optional 4 Maintainer: Robert C HERAMY <robert@cheramy.net>5 Build- depends: libpcap-dev, flex, bison6 Standards-Version: 3. 1.14 Maintainer: Robert Chéramy <ipfm-debian@r.cheramy.net> 5 Build-Depends: libpcap0.8-dev, bison, flex, debhelper (>= 4.0) 6 Standards-Version: 3.6.1.1 7 7 8 8 Package: ipfm 9 9 Architecture: any 10 10 Depends: ${shlibs:Depends} 11 Description: Abandwidth analysis tool11 Description: a bandwidth analysis tool 12 12 IPFM counts how much data was sent and received by specified hosts through 13 13 an Internet link. -
trunk/debian/copyright
r45 r121 1 This package was debianized by Robert CHERAMY tibob@via.ecp.fron1 This package was debianized by Robert CHERAMY <tibob at via.ecp.fr> on 2 2 Fri, 13 Aug 1999 16:00:00 +0200. 3 Maintainer for the official Debian package is Sam Hocevar <sam+deb@zoy.org> 3 4 4 It was downloaded from http:// www.via.ecp.fr/~tibob/ipfm/5 It was downloaded from http://robert.cheramy.net/ipfm/ 5 6 6 Upstream Author (s): Robert CHERAMY <tibob@via.ecp.fr> and7 Andres KRAPF<dae@via.ecp.fr>7 Upstream Authors: Robert Chéramy <ipfm-debian@r.cheramy.net> 8 Andres Krapf <dae@via.ecp.fr> 8 9 9 10 Copyright: GNU General Public License. 10 11 11 On Debian /GNULinux systems, a copy of the GNU GPL can be found in12 On Debian GNU/Linux systems, a copy of the GNU GPL can be found in 12 13 /usr/share/common-licenses/GPL. -
trunk/debian/docs
r45 r121 1 1 TODO 2 2 HISTORY 3 INSTALL -
trunk/debian/init
r45 r121 13 13 start) 14 14 echo -n "Starting $DESC: " 15 if grep -q '^ *DISABLED' /etc/ipfm.conf 16 then 17 echo "disabled, please tune /etc/ipfm.conf." 18 exit 0 19 fi 15 20 if start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ 16 21 --exec $DAEMON … … 41 46 /var/run/$NAME.pid --exec $DAEMON 42 47 sleep 1 48 if grep -q '^ *DISABLED' /etc/ipfm.conf 49 then 50 echo "disabled, please tune /etc/ipfm.conf." 51 exit 0 52 fi 43 53 start-stop-daemon --start --quiet --pidfile \ 44 54 /var/run/$NAME.pid --exec $DAEMON -
trunk/debian/rules
r45 r121 14 14 dh_testdir 15 15 16 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc 17 # Add here commands to compile the package. 16 ./configure --prefix=/usr --mandir=/usr/share/man \ 17 --sysconfdir=/etc --localstatedir=/var 18 18 19 $(MAKE) 19 20 … … 27 28 # Add here commands to clean up after the build process. 28 29 -$(MAKE) distclean 30 rm -f debian/examples debian/conffiles 29 31 30 32 dh_clean … … 37 39 dh_installdirs 38 40 39 # Add here commands to install the package into debian/tmp. 40 $(MAKE) ROOT=`pwd`/debian/tmp install 41 # Add here commands to install the package into debian/ipfm. 42 $(MAKE) ROOT=`pwd`/debian/ipfm install 43 44 # Add a warning line to the configuration file 45 echo "# Remove this line when finished tuning the configuration" \ 46 > debian/ipfm/foo 47 echo "DISABLED" >> debian/ipfm/foo 48 echo "" >> debian/ipfm/foo 49 cat debian/ipfm/etc/ipfm.conf >> debian/ipfm/foo 50 mv -f debian/ipfm/foo debian/ipfm/etc/ipfm.conf 41 51 42 52 touch install-stamp … … 52 62 dh_testroot 53 63 dh_installdocs 54 dh_installexamples 64 dh_installexamples ipfm.conf.sample 55 65 # dh_installmenu 56 66 # dh_installemacsen 57 67 dh_installinit 58 68 # dh_installcron 59 dh_installman pages69 dh_installman 60 70 # dh_undocumented 61 71 dh_installchangelogs … … 64 74 dh_compress 65 75 dh_fixperms 66 # You may want to make some executables suid here67 # dh_suidregister68 76 # dh_makeshlibs 69 77 dh_installdeb -
trunk/redhat/ipfm.spec
r106 r121 1 1 Summary: IP Flow Meter is a bandwidth analysis tool 2 2 Name: ipfm 3 Version: 0.1 1.53 Version: 0.12.0rc1 4 4 Release: 1dm 5 5 Copyright: GPL
