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

Christophe Monniez christophe.monniez at fccu.be
Mon Feb 11 12:37:32 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 5a62c7ad282191da3d7706649084310d01c45589
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Mon Feb 11 12:57:52 2008 +0100

    Cleaned debian/rules

diff --git a/debian/rules b/debian/rules
index e28ebbb..a0709e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,19 @@
 #!/usr/bin/make -f
 
-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
+	rm -f build-stamp
 
-	# Add here commands to clean up after the build process.
 	$(MAKE) clean
 
 	dh_clean
@@ -35,39 +24,22 @@ install: build
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/pipebench.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/pipebench install
 
+binary: binary-arch binary-indep
 
-# 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_install
 	dh_installman pipebench.1
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
debian-forensics/pipebench



More information about the forensics-changes mailing list