--- iftop-1.0~pre2.orig/debian/compat +++ iftop-1.0~pre2/debian/compat @@ -0,0 +1 @@ +7 --- iftop-1.0~pre2.orig/debian/iftop.docs +++ iftop-1.0~pre2/debian/iftop.docs @@ -0,0 +1 @@ +TODO --- iftop-1.0~pre2.orig/debian/rules +++ iftop-1.0~pre2/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +override_dh_auto_clean: + dh_auto_clean config/config.guess config/config.sub + + +override_dh_auto_configure: + [ -r /usr/share/misc/config.guess ] && cp -f /usr/share/misc/config.guess config/config.guess + [ -r /usr/share/misc/config.sub ] && cp -f /usr/share/misc/config.sub config/config.sub + + dh_auto_configure -- LDFLAGS="${LDFLAGS} -Wl,-z,defs" \ + CFLAGS="${CFLAGS} -DNO_SYSTEM -Wall -DUSE_GETNAMEINFO=1 -DUSE_GETIFADDRS=1" + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/iftop + +override_dh_strip: + dh_strip --dbg-package=iftop-dbg --- iftop-1.0~pre2.orig/debian/watch +++ iftop-1.0~pre2/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://www.ex-parrot.com/~pdw/iftop/download/?M0D \ + iftop-([\d\.]*).tar.gz + --- iftop-1.0~pre2.orig/debian/copyright +++ iftop-1.0~pre2/debian/copyright @@ -0,0 +1,46 @@ +Authors: + Paul Warren + Chris Lightfoot +Download: http://www.ex-parrot.com/~pdw/iftop/download/ + +Files: * +Copyright: + (C) 2002-2004 Paul Warren + (C) 2002-2004 Chris Lightfoot +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: 2005-2009 Daniel Baumann , 2009-2010 Alexander Reichle-Schmehl +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- iftop-1.0~pre2.orig/debian/README.source +++ iftop-1.0~pre2/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt for patch management, for more information see +the file /usr/share/doc/quilt/README.source in the quilt package. --- iftop-1.0~pre2.orig/debian/control +++ iftop-1.0~pre2/debian/control @@ -0,0 +1,31 @@ +Source: iftop +Section: net +Priority: optional +Maintainer: Alexander Reichle-Schmehl +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libncurses5-dev, libpcap0.8-dev +Standards-Version: 3.9.2 +Homepage: http://www.ex-parrot.com/~pdw/iftop/ +Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/iftop/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/iftop/ + +Package: iftop +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: displays bandwidth usage information on an network interface + iftop does for network usage what top(1) does for CPU usage. It listens to + network traffic on a named interface and displays a table of current bandwidth + usage by pairs of hosts. Handy for answering the question "Why is my Internet + link so slow?". + +Package: iftop-dbg +Section: debug +Priority: extra +Architecture: any +Depends: ${misc:Depends}, iftop (= ${binary:Version}) +Description: displays bandwidth usage information on an network interface (debug) + iftop does for network usage what top(1) does for CPU usage. It listens to + network traffic on a named interface and displays a table of current bandwidth + usage by pairs of hosts. Handy for answering the question "Why is my Internet + link so slow?". + . + This package contains the debugging symbols. --- iftop-1.0~pre2.orig/debian/changelog +++ iftop-1.0~pre2/debian/changelog @@ -0,0 +1,301 @@ +iftop (1.0~pre2-1) experimental; urgency=low + + * New Upstream release + * Drop patches/01-manpage.patch (applied upstream) + * Drop patches/02-armeb.patch (applied upstream) + * Drop patches/03-frozen-order.patch (applied upstream) + * Drop patches/04-arm.patch (applied upstream) + * Drop patches/05-bar-display.patch (applied upstream) + * Drop patches/06-bar-bytes.patch (applied upstream) + * Drop patches/07-spelling-and-usage-text.patch (applied upstream) + * Drop patches/08-segfault-duplicate-options.patch (applied upstream) + * Drop patches/09-incomplete-hash-func.patch (applied upstream) + * Drop patches/10-lladdr-inclusion-kfreebsd.patch (applied upstream) + * Drop patches/11-implement-ipv6-support.patch (applied upstream) + * Fix package synopsis in --help (Closes: #439356) + * Deactivate quilt in debian/rules as no patches are left + * Fix usage of newer /usr/share/misc/config.{guess,sub} in debian/rules + (Closes: #535735) + + -- Alexander Reichle-Schmehl Mon, 17 Oct 2011 16:05:33 +0200 + +iftop (0.17-18) unstable; urgency=low + + * Sepperate the changes from the previous upload into sepperate patches + * debian/patches/07-spelling-and-usage-text.patch + * debian/patches/08-segfault-duplicate-options.patch + * debian/patches/09-incomplete-hash-func.patch + * debian/patches/10-lladdr-inclusion-kfreebsd.patch + * debian/patches/11-implement-ipv6-support.patch + * Thanks again to Mats Erik Andersson for the work! + * Deactivate the (unexpected) subshell feature by building with + -DNO_SYSTEM + * Fix Vcs-Svn header in debian/control + * Fix typo of "feauture" in debian/NEWS + * Bump standards (No changes needed) + + -- Alexander Reichle-Schmehl Mon, 17 Oct 2011 12:59:13 +0200 + +iftop (0.17-17) experimental; urgency=low + + * Use versioned build depends on quilt to allow easy backporting + * Add IPv6 support (Closes: #427852) + * Fix segfault when using the same command line argument multiple time + (Closes: #425488) + * Fix typo in display (Closes: #477928) + * Use better hash Algorithm in address pairs (Closes: #595169) + * Fix link-level address detection on kfreebsd-* (Closes: #598367) + * Many thanks for Mats Erik Andersson for working on these issues! + + -- Alexander Reichle-Schmehl Fri, 15 Oct 2010 11:30:59 +0200 + +iftop (0.17-16) unstable; urgency=low + + * Adopt package (Closes: #543874) + * Add README.source + * Bump build-depends on debhelper, since we use override targets + * Fix another typo in iftop.8 + + -- Alexander Reichle-Schmehl Mon, 18 Jan 2010 23:35:24 +0100 + +iftop (0.17-15) unstable; urgency=low + + * Updating package to standards version 3.8.3. + * Removing vcs fields. + * Orphaning package. + + -- Daniel Baumann Thu, 27 Aug 2009 09:47:18 +0200 + +iftop (0.17-14) unstable; urgency=low + + * Removing accidentally imported (useless) removal of po files in + clean. + * Avoid empty packages because dh tries to be extra clever wrt/ + destdir. + + -- Daniel Baumann Wed, 29 Jul 2009 23:47:10 +0200 + +iftop (0.17-13) unstable; urgency=low + + * Minimizing rules file. + * Wrapping patch descriptions to 80 characters a line. + + -- Daniel Baumann Wed, 29 Jul 2009 23:19:11 +0200 + +iftop (0.17-12) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Updating manpage patch to also remove unknown sequences. + * Adding misc depends to the debug package. + + -- Daniel Baumann Mon, 27 Jul 2009 13:20:53 +0200 + +iftop (0.17-11) unstable; urgency=low + + * Updating rules to current state of the art. + * Upgrading package to standards 3.8.1. + * Updating section for debug packages. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Mon, 04 May 2009 11:42:02 +0200 + +iftop (0.17-10) unstable; urgency=low + + * Applying patch from Marcin Kryczek to make displaying of top bar and + screen consistent regarding bits and bytes mode (Closes: #513243). + * Adding note in manpage about always using bits when specifying max- + bandwith, regardless if the option to display in bytes was choosen, + thanks to Nathan Stratton Treadway . + + -- Daniel Baumann Tue, 27 Jan 2009 17:51:00 +0100 + +iftop (0.17-9) unstable; urgency=low + + * Reordering compiler flags in configure call. + * Correcting indenting in copyright file. + * Updatingto debhelper 7. + * Updating to standards 3.8.0. + * Updating vcs fields in control file. + * Using patch-stamp rather than patch in rules file. + * Replacing obsolete dh_clean -k with dh_prep. + * Prefixing debhelper files with package name. + * Using quilt rather than dpatch. + * Updating year in copyright file. + * Updating rules to current state of the art. + * Updating manpage patch in order to fix yet another typo in the manpage, + thanks to Serafeim Zanikolas (Closes: #512886). + * Sorting build-depends. + + -- Daniel Baumann Sun, 25 Jan 2009 00:05:00 +0100 + +iftop (0.17-8) unstable; urgency=low + + * Adding debug package. + + -- Daniel Baumann Wed, 16 Apr 2008 13:52:00 +0200 + +iftop (0.17-7) unstable; urgency=low + + * Reordering rules file. + * Removing config.guess and config.sub from debian branch. + * Removing watch file. + * Removing useless REAMDE from docs file. + * Rewriting copyright file in machine-interpretable format. + * Adding vcs fields in control file. + * Updating package to debhelper 6. + * Removing useless whitespaces in changelog file. + + -- Daniel Baumann Wed, 16 Apr 2008 13:39:00 +0200 + +iftop (0.17-6) unstable; urgency=low + + * Bumped policy version. + * Using new homepage field in control. + * Don't hide make errors in clean target of rules. + + -- Daniel Baumann Sun, 23 Dec 2007 15:55:00 +0100 + +iftop (0.17-5) unstable; urgency=low + + * Applied patch from Eric Cooper to fix -b option + (Closes: #445991). + + -- Daniel Baumann Tue, 09 Oct 2007 21:19:00 +0200 + +iftop (0.17-4) unstable; urgency=low + + * Minor cleanups. + * Bumped package to debhelper 5. + + -- Daniel Baumann Tue, 01 May 2007 13:45:00 +0200 + +iftop (0.17-3) unstable; urgency=low + + * Updated build-depends, moving libpcap-dev to libpcap0.8-dev + (Closes: #386904). + + -- Daniel Baumann Mon, 11 Sep 2006 09:09:00 +0200 + +iftop (0.17-2) unstable; urgency=low + + * New email address. + * Bumped policy version. + + -- Daniel Baumann Thu, 06 Jul 2006 08:48:00 +0200 + +iftop (0.17-1) unstable; urgency=low + + * New upstream release. + * Fixed manpage typos (Closes: #360205). + + -- Daniel Baumann Sat, 22 Apr 2006 17:04:00 +0100 + +iftop (0.16-5) unstable; urgency=low + + * Added patch to fix crash on arm (Closes: #351293). + + -- Daniel Baumann Sat, 04 Feb 2006 12:13:00 +0100 + +iftop (0.16-4) unstable; urgency=low + + * Added patch to fix drives line going crazy if order is frozen + (Closes: #315734). + + -- Daniel Baumann Mon, 05 Dec 2005 23:07:00 +0100 + +iftop (0.16-3) unstable; urgency=low + + * Added patch to fix armeb specific bug of structure size (Closes: #336212). + + -- Daniel Baumann Thu, 03 Nov 2005 22:45:00 +0200 + +iftop (0.16-2) unstable; urgency=low + + * New maintainer (Closes: #335917). + * Redone debian/ based on new debhelper templates: + - added watch file. + - bumped to new policy. + - config.{guess,sub} are now updated via diff.gz (Closes: #333825). + - added patch to fix manpage and usage string for -N and -F options + (Closes: #335203). + + -- Daniel Baumann Wed, 26 Oct 2005 23:08:00 +0200 + +iftop (0.16-1) unstable; urgency=low + + * New upstream release. + + -- christophe barbe Tue, 06 Apr 2004 20:37:45 -0400 + +iftop (0.15-2) unstable; urgency=low + + * Fix -N and -n options (Closes: #228643) + Thanks to Klaus Sperner . + + -- christophe barbe Mon, 19 Jan 2004 21:03:05 -0500 + +iftop (0.15-1) unstable; urgency=low + + * New upstream release. + + -- christophe barbe Sat, 15 Nov 2003 14:43:29 -0500 + +iftop (0.13-1) unstable; urgency=low + + * New upstream. + * iftop moved in /usr/sbin (Closes: #185285). + + -- christophe barbe Fri, 25 Jul 2003 17:32:38 -0400 + +iftop (0.11-2) unstable; urgency=low + + * Move DH_COMPAT in debian/compat. + * Bump Standards-Version up to 3.5.9. + + -- christophe barbe Thu, 03 Apr 2003 20:41:17 -0500 + +iftop (0.11-1) unstable; urgency=low + + * New upstream. + * Authors took into account some Flawfinder reports (Closes: #168542). + + -- christophe barbe Sun, 12 Jan 2003 18:31:04 -0500 + +iftop (0.10-1) unstable; urgency=low + + * New Upstream. + + -- christophe barbe Tue, 29 Oct 2002 18:35:13 -0500 + +iftop (0.9-1) unstable; urgency=low + + * New Upstream (closes: #166036). + + -- christophe barbe Wed, 23 Oct 2002 09:25:10 -0400 + +iftop (0.7-1) unstable; urgency=low + + * New buildable upstream release (unlike 0.6). + + -- christophe barbe Thu, 29 Aug 2002 13:35:15 -0400 + +iftop (0.5-1) unstable; urgency=low + + * New Upstream release. + * Exit nicely when running as non-root (Closes: #157168). + * Better interface selection (Closes: #157176). + + -- christophe barbe Mon, 26 Aug 2002 15:54:14 -0400 + +iftop (0.4-2) unstable; urgency=low + + * Rebuilt with new libpcap to remove dependency on libpcap0, which I + got removed from unstable by accident. (closes: #156217). + + -- christophe barbe Sun, 11 Aug 2002 16:27:00 -0400 + +iftop (0.4-1) unstable; urgency=low + + * Initial Release (closes: #151413). + + -- christophe barbe Sat, 29 Jun 2002 17:43:41 -0400 --- iftop-1.0~pre2.orig/debian/NEWS +++ iftop-1.0~pre2/debian/NEWS @@ -0,0 +1,11 @@ +iftop (0.17-17) unstable; urgency=low + + The iftop package is now shipped with the "-DNO_SYSTEM" flag enabled. + This disables the possibility to run commands in a subshell. This is a + kind of unexpected feature and could allow users, running iftop via sudo + to get a complete root shell (if sudo is not configure properly). + + I appologise for any inconvenience caused to users of this feature and + recommend the usage of screen or several terminal windows. + + -- Alexander Reichle-Schmehl Tue, 19 Jan 2010 14:31:29 +0100