[Forensics-changes] [SCM] Guess PC disk partition table, find lost partitions branch, debian, updated. debian/0.1h-10-1-gec6e9e0

Daniel Baumann daniel at debian.org
Mon Jul 27 16:23:26 UTC 2009


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

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index 037ca74..fbfe634 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,48 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh ${@} --with quilt
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	$(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp: patch
-	dh_testdir
-
-	CFLAGS="$(CFLAGS)" $(MAKE) DEBUG=1
-
-	touch build-stamp
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_prep
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/gpart install
-
-binary: binary-arch
-
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs Changes
-	dh_installdocs
-	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_build:
+	dh_auto_build DEBUG=1

-- 
Guess PC disk partition table, find lost partitions



More information about the forensics-changes mailing list