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

Daniel Baumann daniel at debian.org
Sat Feb 9 15:13:57 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 4fc0ff6ae376c3ef4e73422ac56ce6ef63136f9e
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sat Feb 9 16:12:51 2008 +0100

    Initial release.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8c2e4dc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+pipebench (0.40-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Christophe Monniez <christophe.monniez at fccu.be>  Fri, 25 Jan 2008 08:14:03 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..177319f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: pipebench
+Section: admin
+Priority: extra
+Maintainer: Christophe Monniez <christophe.monniez at fccu.be>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: pipebench
+Architecture: i386
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c3723bb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Christophe Monniez <christophe.monniez at fccu.be> on
+Fri, 25 Jan 2008 08:14:03 +0100.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s): 
+
+    Thomas Habets <thomas at habets.pp.se>
+
+Copyright: 
+
+    Copyright (C) 2003 Thomas Habets
+
+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 package; 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'.
+
+The Debian packaging is (C) 2008, Christophe Monniez <christophe.monniez at fccu.be> and
+is licensed under the GPL, see above.
+
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ca882bb
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0f859c6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,90 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/pipebench.sgml > pipebench.1
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/pipebench.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/pipebench install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman pipebench.1
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	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-forensics/pipebench



More information about the forensics-changes mailing list