[Forensics-changes] [SCM] tool for correcting bit errors in an AES key schedule branch, debian, updated. ed992e89b2affe7826c3bf9e1333ef3ffb5ac4f9

Daniel Baumann daniel at debian.org
Thu Jul 9 20:40:00 UTC 2009


The following commit has been merged in the debian branch:
commit 043e72c6fce760fabe3ccbe0a2b7f4498b1f5235
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 9 13:55:28 2009 +0200

    Using debhelper install file rather than adding install target in upstream Makefile.

diff --git a/Makefile b/Makefile
index c629358..3ab03ad 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,3 @@ aesfix: $(OBJS)
 clean:
 	@rm -f aesfix *~ \#* $(OBJS)
 
-install:
-	install -m655 aesfix $(DESTDIR)/usr/bin/aesfix
diff --git a/debian/aesfix.install b/debian/aesfix.install
new file mode 100644
index 0000000..5db520f
--- /dev/null
+++ b/debian/aesfix.install
@@ -0,0 +1 @@
+aesfix	/usr/bin
diff --git a/debian/rules b/debian/rules
index 0a51dd9..7e66494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,21 +17,16 @@ build-stamp:
 
 	touch build-stamp
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/aesfix install
+install:
 
 binary: binary-arch
 
-binary-arch: install
+binary-arch: build
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
+	dh_install
 	dh_installman
 	dh_lintian
 	dh_strip

-- 
tool for correcting bit errors in an AES key schedule



More information about the forensics-changes mailing list