[Forensics-changes] [SCM] tool for correcting bit errors in an AES key schedule branch, debian, updated. debian/1.0.1-1-7-g19d10db
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:20:37 UTC 2009
The following commit has been merged in the debian branch:
commit 19d10dbd2ccaf84b40b1dcafb3834d2aab616777
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:19:42 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index 7e66494..000210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,43 +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_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
+%:
+ dh ${@}
--
tool for correcting bit errors in an AES key schedule
More information about the forensics-changes
mailing list