debian/0000755000000000000000000000000011452543767007204 5ustar debian/compat0000644000000000000000000000000211450533375010372 0ustar 7 debian/rules0000755000000000000000000000016211450611301010235 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/docs0000644000000000000000000000000711450611347010040 0ustar README debian/patches/0000755000000000000000000000000011452543767010633 5ustar debian/patches/series0000644000000000000000000000002711452531620012030 0ustar debian-changes-1.1.3-1 debian/patches/debian-changes-1.1.3-10000644000000000000000000000263011452543767014203 0ustar Description: Upstream changes introduced in version 1.1.3-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . pipemeter (1.1.3-1) unstable; urgency=low . * Initial release (Closes: #599134) . The person named in the Author field signed this changelog entry. Author: Clint Byrum Bug-Debian: http://bugs.debian.org/599134 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- pipemeter-1.1.3.orig/Makefile.in +++ pipemeter-1.1.3/Makefile.in @@ -24,8 +24,8 @@ distclean: clean install: pipemeter pipemeter.1 - install -p -s pipemeter $(PREFIX)/bin - install -p pipemeter.1 $(PREFIX)/man/man1 + install -D -p -s pipemeter $(DESTDIR)${PREFIX}/bin/pipemeter + install -D -p pipemeter.1 $(DESTDIR)${PREFIX}/share/man/man1/pipemeter.1 dist: pipemeter sh pkgpipemeter.sh debian/source/0000755000000000000000000000000011452531616010472 5ustar debian/source/format0000644000000000000000000000001411450533375011702 0ustar 3.0 (quilt) debian/control0000644000000000000000000000167511450613072010601 0ustar Source: pipemeter Section: admin Priority: extra Maintainer: Clint Byrum Build-Depends: debhelper (>= 7.0.50~), autotools-dev Standards-Version: 3.9.1 Homepage: https://launchpad.net/pipemeter Vcs-Bzr: https://code.launchpad.net/~clint-fewbar/pipemeter/packaging Package: pipemeter Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: cli utility that shows the speed of data moving from input to output pipemeter can be inserted in a shell command between two programs passing data via pipe, or between a file and a program reading from stdin, and show the speed and amount of data that has passed through. If reading from a regular file, or passed a size, a progress meter is also shown. . Command line switches allow tuning of block size and display interval. Size parameters have support for dd style block size specification. . Pipemeter is intended to be very lightweight, with no dependencies. debian/copyright0000644000000000000000000000252411450534466011134 0ustar This work was packaged for Debian by: Clint Byrum on Tue, 28 Sep 2010 20:48:12 -0700 It was downloaded from: https://launchpad.net/pipemeter Upstream Author(s): Clint Byrum Copyright: Copyright (C) 2006 Clint Byrum License: This package 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 package 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, see On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". The Debian packaging is: Copyright (C) 2010 Clint Byrum 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. debian/watch0000644000000000000000000000015411450535517010225 0ustar version=3 https://launchpad.net/pipemeter/+download http://launchpad.net/pipemeter/.*/pipemeter-(.+).tar.gz debian/changelog0000644000000000000000000000022611450546102011036 0ustar pipemeter (1.1.3-1) unstable; urgency=low * Initial release (Closes: #599134) -- Clint Byrum Tue, 28 Sep 2010 21:32:47 -0700