[Forensics-changes] [SCM] recover files/disks with damaged sectors branch, debian, updated. debian/0.20-2-1-g8e0e2ff
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:25:31 UTC 2009
The following commit has been merged in the debian branch:
commit 8e0e2ff00e9d303f114bf5413a7f960bd8bc53f9
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:48:19 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index 0e23c88..4c0b5b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,45 +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
-
- $(MAKE)
-
- touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
- dh_testdir
- dh_testroot
- dh_installchangelogs
- 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
--
recover files/disks with damaged sectors
More information about the forensics-changes
mailing list