--- pipebench-0.40.orig/debian/rules +++ pipebench-0.40/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) pipebench + + touch build-stamp + +install: + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_installman + dh_lintian + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build binary binary-arch binary-indep install --- pipebench-0.40.orig/debian/source.lintian-overrides +++ pipebench-0.40/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +pipebench source: changelog-should-mention-nmu +pipebench source: source-nmu-has-incorrect-version-number --- pipebench-0.40.orig/debian/compat +++ pipebench-0.40/debian/compat @@ -0,0 +1 @@ +7 --- pipebench-0.40.orig/debian/pipebench.manpages +++ pipebench-0.40/debian/pipebench.manpages @@ -0,0 +1 @@ +pipebench.1 --- pipebench-0.40.orig/debian/control +++ pipebench-0.40/debian/control @@ -0,0 +1,16 @@ +Source: pipebench +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://www.habets.pp.se/synscan/programs.php?prog=pipebench +Vcs-Browser: http://git.debian.net/?p=debian-forensics/pipebench.git +Vcs-Git: git://git.debian.net/git/debian-forensics/pipebench.git + +Package: pipebench +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Measures the speed of stdin/stdout communication + Pipebench shows the current throughput and amount of data going through a pipe. --- pipebench-0.40.orig/debian/changelog +++ pipebench-0.40/debian/changelog @@ -0,0 +1,53 @@ +pipebench (0.40-3) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:19:50 +0200 + +pipebench (0.40-2) unstable; urgency=low + + * Updating vcs fields. + * Prefixing debhelper files with package name. + * Updating to standards 3.8.1. + * Updating year in copyright file. + * Tidy rules file. + + -- Daniel Baumann Thu, 28 May 2009 21:54:15 +0200 + +pipebench (0.40-1) unstable; urgency=low + + [ Christophe Monniez ] + * Initial release (Closes: #465271). + * Bumping package to debhelper 6 + * Adapted copyright file to be machine-readable + * Changed package section admin to utils + * Changed package priority from extra to optional + * Changed maintainer to debian-forensics + * Added a homepage field in the control file + * Added git fields in the control file + * Adapted Makefile with a DESTDIR + * Removed manpage from the install rule in Makefile + * Cleaned debian/rules + * Removed traces of configure-stamp in debian/rules + * Finally adding a debian/dirs file, remove was not a good idea + * Changed architecture from i386 to any + * Adding ITP bug number to changelog + + [ Daniel Baumann ] + * Removing useless whitespaces. + * Some minor cleanups. + * Removing README from docs, no useful information in there. + * Using dedicated manpages file. + * Removing not required target depends in rules. + * Don't hide make errors in clean target of rules. + * Cleaning up target depends in rules. + * Correcting copyright file. + * Correcting typo in copyright. + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Updating formatting of copyright file. + * Reverting direct modification on Makefile. + * Using debhelper install file to install binaries. + + -- Daniel Baumann Sun, 14 Sep 2008 10:30:00 +0200 --- pipebench-0.40.orig/debian/pipebench.install +++ pipebench-0.40/debian/pipebench.install @@ -0,0 +1 @@ +pipebench /usr/bin --- pipebench-0.40.orig/debian/copyright +++ pipebench-0.40/debian/copyright @@ -0,0 +1,44 @@ +Author: Thomas Habets +Download: http://www.habets.pp.se/synscan/programs.php?prog=pipebench + +Files: * +Copyright: (C) 2003 Thomas Habets +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: + (C) 2008 Christophe Monniez + (C) 2008-2009 Daniel Baumann +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.