debian/0000755000000000000000000000000011760643500007170 5ustar debian/rules0000755000000000000000000000216611760643500010255 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 include /usr/share/quilt/quilt.make configure: $(QUILT_STAMPFN) configure-stamp configure-stamp: dh_testdir cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc CFLAGS="$(CFLAGS)" touch configure-stamp build: configure build-stamp build-stamp: dh_testdir $(MAKE) touch build-stamp clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f config.status config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/nload binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installdocs dh_installman dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/README.source0000644000000000000000000000353511760643500011355 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches break fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/watch0000644000000000000000000000012411760643500010216 0ustar version=2 http://www.roland-riegel.de/nload/ (?:.*/)?nload-?_?([\d+\.]+|\d+)\.tar.* debian/docs0000644000000000000000000000001711760643500010041 0ustar README AUTHORS debian/changelog0000644000000000000000000001123611760643500011045 0ustar nload (0.7.4-1) unstable; urgency=low * [29fb6c5] Imported Upstream version 0.7.4 - Fixed incorrect output with amd64 kernel (Closes: #651848) -- Giuseppe Iuculano Mon, 28 May 2012 11:35:48 +0200 nload (0.7.3-1) unstable; urgency=low * [c95fdb8] Imported Upstream version 0.7.3 Fix calculation of traffic and data units (Closes: #586943) * [8ae480b] Refreshed patches, removed 02_fix_hyphen-used-as-minus-sign.patch applied upstream * [9c5e570] Bump to Standards-Version 3.9.2, no changes needed -- Giuseppe Iuculano Sun, 19 Jun 2011 13:07:19 +0200 nload (0.7.2-1) unstable; urgency=low * [8119e24] Imported Upstream version 0.7.2 (Closes: #490384) + Now /etc/nload.conf and $HOME/.nload are used for config (Closes: #247030) * [ae4c21e] Switch to quilt + 01_remove_strip_from_makefile.dpatch, remove install-strip directive (Closes: #437640) * [f7dba3c] Install upstream manpage and use dh_installman (Closes: #222170) * [6a6f788] Use "[ ! -f Makefile ] || $(MAKE) distclean" instead of "-make distclean" * [cee760c] Remove "a" article from synopsis (developers-reference 6.2.2) * [291c73e] Added Homepage field * [72d1b2c] Adopt nload, thanks to Jeroen van Wolffelaar for the prior work on nload (Closes: #575525) * [47538ea] Copy config.sub and config.guess in config section and added autotools-dev in Build-depends * [36cdef4] Added --sysconfdir=/etc in configure and CFLAGS in configure * [59c16ba] Added debian/README.source * [da0e3d2] Set debhelper compatibility level to 7 * [3ed8edb] Bumped Standard version to 3.8.4 * [c29bb1a] Use dh_prep instead of dh_clean -k * [e9481fa] Switch to dpkg-source 3.0 (quilt) format * [7f62826] Updated copyright * [7321f86] Added VCS control fields -- Giuseppe Iuculano Sat, 27 Mar 2010 12:00:40 +0100 nload (0.6.0-3.2) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS on GNU/kFreeBSD: Also test whether defined(__GLIBC__), not only whether defined(HAVE_LINUX) in src/proc.cpp (Closes: #542532). -- Cyril Brulebois Mon, 07 Dec 2009 11:14:54 +0100 nload (0.6.0-3.1) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS with GCC 4.3 (Closes: #417449). -- Luk Claes Thu, 13 Mar 2008 22:55:34 +0000 nload (0.6.0-3) unstable; urgency=low * Apply patch by Paul Brook so that nload works correctly on 64-bit kernels (Closes: #300267) * Bump to policy 3.6.2 (no changes needed) * Bump debhelper from level 3 to 5 * Improve debian/copyright file * Add watch file -- Jeroen van Wolffelaar Tue, 29 Nov 2005 20:18:27 +0000 nload (0.6.0-2) unstable; urgency=low * Fixed SIGSEGV when /proc/net/dev doesn't exist * Tweak description (fixes lintian warning) * Tweak Build-Depends to be better human readable * This was missing from the 0.6.0-1 changelog: + config.{sub,guess} updated (from now on automatically) (Closes: #114994) + NMU compile fixes for hppa were fixed in upstream, no longer Debian patch -- Jeroen van Wolffelaar Wed, 14 Jan 2004 00:42:23 +0100 nload (0.6.0-1) unstable; urgency=low * Temporary new maintainer: Jeroen van Wolffelaar * Sponsored by Amaya Rodrigo * New upstream version * Remove debian manpage, upstream has one now (partially fixes #222170) * Fix debian/rules to execute upstream's `make install' properly * Acknowledge compile-fixes in NMU (Closes: #141920) -- Jeroen van Wolffelaar Mon, 12 Jan 2004 13:48:53 +0100 nload (0.4.0-1.1) unstable; urgency=low * NMU * Fix g++ 3.0 errors. Closes: #141920 -- LaMont Jones Sun, 14 Apr 2002 18:10:18 -0600 nload (0.4.0-1) unstable; urgency=low * New upstream release Closes: #134061 -- Brandon L. Griffith Thu, 4 Apr 2002 07:54:40 -0500 nload (0.3.2-2) unstable; urgency=low * Fixed spelling error in description. Closes: #125188 -- Brandon L. Griffith Mon, 31 Dec 2001 13:41:04 -0500 nload (0.3.2-1) unstable; urgency=low * New upstream release * Author has fixed the 4096 MB reset bug Closes: #114255 -- Brandon L. Griffith Mon, 19 Nov 2001 08:47:02 -0500 nload (0.3.0-1) unstable; urgency=low * New upstream release -- Brandon L. Griffith Tue, 25 Sep 2001 18:15:23 -0400 nload (0.2.2-1) unstable; urgency=low * Initial Release. * Threw together a manpage for nload since the author did not supply one. -- Brandon L. Griffith Sun, 26 Aug 2001 16:33:16 -0400 debian/control0000644000000000000000000000177211760643500010602 0ustar Source: nload Section: net Priority: extra Maintainer: Giuseppe Iuculano Build-Depends: debhelper (>= 7), libncurses5-dev, quilt (>= 0.40), autotools-dev Standards-Version: 3.9.2 Homepage: http://www.roland-riegel.de/nload/ Vcs-git: git://git.debian.org/users/iuculano/nload.git Vcs-Browser: http://git.debian.org/?p=users/iuculano/nload.git Package: nload Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: realtime console network usage monitor Nload is a console application which monitors network traffic and bandwidth usage in real time. It displays the total amount of data that has been transfered over a network device since the last reboot, the current bandwidth usage, and the minimum, maximum, and average bandwidth usage measured since it started. . If the user wants, it is also able to display two bars, similar to progress bars, presenting the current load graphically. Support for displaying several devices simultaneously is included. debian/compat0000644000000000000000000000000211760643500010366 0ustar 7 debian/patches/0000755000000000000000000000000011760643500010617 5ustar debian/patches/01_remove_strip_from_makefile.patch0000644000000000000000000000171711760643500017544 0ustar Author: Giuseppe Iuculano Description: Remove install-strip directive --- a/Makefile.in +++ b/Makefile.in @@ -671,7 +671,7 @@ ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ - ctags-recursive install-am install-strip tags-recursive + ctags-recursive install-am tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ @@ -683,7 +683,7 @@ uninstall-am: install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ + install-ps install-ps-am installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am debian/patches/series0000644000000000000000000000004411760643500012032 0ustar 01_remove_strip_from_makefile.patch debian/copyright0000644000000000000000000000171311760643500011125 0ustar This package was debianized by Brandon L. Griffith on Sat, 25 Aug 2001 22:43:22 -0400. Current maintainer is Jeroen van Wolffelaar as of 2004. Current maintainer is Giuseppe Iuculano as of 2010 Upstream website: http://www.roland-riegel.de/nload/ Upstream Author: Roland Riegel Copyright: (C) 1999 by Markus Gustavsson (C) 2001 - 2008 by Roland Riegel License: * 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. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL The Debian packaging is © 2010, Giuseppe Iuculano and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011760643500010470 5ustar debian/source/format0000644000000000000000000000001411760643500011676 0ustar 3.0 (quilt)