[Forensics-changes] [SCM] UNNAMED PROJECT branch, debian, updated. debian/1.0.1-1-5-gf87dced

Daniel Baumann daniel at debian.org
Thu Jul 9 12:08:33 UTC 2009


The following commit has been merged in the debian branch:
commit f87dcedc2d92bfc9f45727a0a8dda763426cca92
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

-- 
UNNAMED PROJECT



More information about the forensics-changes mailing list