[Forensics-changes] [SCM] tool for finding and repairing AES keys branch, debian, updated. c968a075b052f18d444b73ef3f5e704297d204fe

Daniel Baumann daniel at debian.org
Mon Jul 27 16:20:51 UTC 2009


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

    Minimizing rules file.

diff --git a/debian/rules b/debian/rules
index abfd0f8..000210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,42 +1,4 @@
 #!/usr/bin/make -f
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	$(MAKE) clean
-
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	CFLAGS="$(CFLAGS)" $(MAKE)
-
-	touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_install
-	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
+%:
+	dh ${@}

-- 
tool for finding and repairing AES keys



More information about the forensics-changes mailing list