[Forensics-changes] [SCM] Secure file deletion branch, debian, updated. debian/0.21-8-1-g18e5f1f
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:27:36 UTC 2009
The following commit has been merged in the debian branch:
commit 18e5f1f3483ef51ebe154609926af3ab99fb2510
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 18:02:03 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index bef33be..308c2cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,50 +21,8 @@ else
endif
endif
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
+%:
+ dh ${@}
- [ ! -f Makefile ] || $(MAKE) clean
-
- dh_clean
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- $(MAKE) $(target) CFLAGS="$(CFLAGS)"
-
- touch build-stamp
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- $(MAKE) DESTDIR=$(CURDIR)/debian/wipe install
-
-binary: binary-arch
-
-binary-arch: install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installexamples
- 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_build:
+ dh_auto_build -- $(target) CFLAGS="$(CFLAGS)"
--
Secure file deletion
More information about the forensics-changes
mailing list