[Forensics-changes] [SCM] rescue data from damaged harddisks branch, debian, updated. debian/0.9.4-5-1-g37dea2e

Daniel Baumann daniel at debian.org
Mon Jul 27 16:25:02 UTC 2009


The following commit has been merged in the debian branch:
commit 37dea2e1be932ce489e9b8bf814a6caddf025dc3
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jul 27 17:43:54 2009 +0200

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index 64c9a5e..4a78a8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,43 +1,11 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
+%:
+	dh ${@} --sourcedirectory=src
 
+override_dh_auto_clean:
+	dh_auto_clean
 	rm -f src/myrescue
 
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(MAKE) -C src
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	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 install binary binary-arch binary-indep
+override_dh_auto_install:
+	# nothing to be done

-- 
rescue data from damaged harddisks



More information about the forensics-changes mailing list