[Forensics-changes] [SCM] debian-forensics/pipebench branch, debian-sid, updated. upstream/0.40-17-g331dca2

Daniel Baumann daniel at debian.org
Mon Feb 11 12:52:31 UTC 2008


The following commit has been merged in the debian-sid branch:
commit ce647370dc4d466ebe1ccb182f337036b20b5ca5
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 11 13:51:09 2008 +0100

    Some minor cleanups.

diff --git a/debian/changelog b/debian/changelog
index 44be01c..8afa6be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 pipebench (0.40-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release.
 
  -- Christophe Monniez <christophe.monniez at fccu.be>  Fri, 25 Jan 2008 08:14:03 +0100
diff --git a/debian/control b/debian/control
index 1b02e0b..b94fe70 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,16 @@
 Source: pipebench
 Section: utils
 Priority: optional
-Maintainer: Debian Forensics  <forensics-devel at lists.alioth.debian.org>
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
 Build-Depends: debhelper (>= 6)
 Standards-Version: 3.7.3
-Homepage:  http://www.habets.pp.se/synscan/programs.php?prog=pipebench
+Homepage: http://www.habets.pp.se/synscan/programs.php?prog=pipebench
 Vcs-Git: git://git.debian.org/git/forensics/pipebench.git
-Vcs-Browser:  http://git.debian.org/?p=forensics/pipebench.git
+Vcs-Browser: http://git.debian.org/?p=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 shows the current throughput and amount of data going through a pipe.
diff --git a/debian/copyright b/debian/copyright
index c6c208e..ca73b89 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,8 @@
-Author(s):
- Thomas Habets <thomas at habets.pp.se>
- Download: http://www.habets.pp.se/synscan/programs.php?prog=pipebench
+Author: Thomas Habets <thomas at habets.pp.se>
+Download: http://www.habets.pp.se/synscan/programs.php?prog=pipebench
 
 Files: *
-Copyright:
- (C) 2003 Thomas Habets
+Copyright: (C) 2003 Thomas Habets
 License: GPL2+
  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
@@ -39,5 +37,5 @@ License: GPL2+
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, 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.
+On Debian systems, the complete text of the GNU General Public License
+can be found in /usr/share/common-licenses/GPL-2 file.
diff --git a/debian/rules b/debian/rules
index c6cee3d..f0acb27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-
-build-stamp:
-	dh_testdir
-
-	$(MAKE)
-
-	touch $@
-
 clean:
 	dh_testdir
 	dh_testroot
@@ -18,6 +9,14 @@ clean:
 
 	dh_clean
 
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
 install: build
 	dh_testdir
 	dh_testroot
@@ -28,8 +27,6 @@ install: build
 
 binary: binary-arch binary-indep
 
-binary-indep: build install
-
 binary-arch: build install
 	dh_testdir
 	dh_testroot
@@ -46,5 +43,6 @@ binary-arch: build install
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary-indep: build install
+
+.PHONY: clean build binary binary-arch binary-indep install

-- 
debian-forensics/pipebench



More information about the forensics-changes mailing list