[Forensics-changes] [SCM] debian-daniel/dc3dd branch, debian-sid, updated. 6ff130298a183fcf1cb808b9fd478eb7bc6c2a6d

Daniel Baumann daniel at debian.org
Tue Feb 12 13:53:58 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 858ddcd319b2c1153c6e003c77fb92f4c61a1885
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 12 14:52:57 2008 +0100

    Improving ordering with some more empty lines as seperators.

diff --git a/debian/rules b/debian/rules
index 7d7d3a4..638466b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 clean:
 	dh_testdir
@@ -14,23 +15,23 @@ clean:
 
 config.status: configure
 	dh_testdir
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
-
-build-stamp:  config.status
+build-stamp: config.status
 	dh_testdir
 
 	$(MAKE)
 
-	touch $@
+	touch build-stamp
 
 install: build
 	dh_testdir
@@ -40,7 +41,7 @@ install: build
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/dc3dd install
 
-binary: binary-indep binary-arch
+binary: binary-arch binary-indep
 
 binary-arch: build install
 	dh_testdir

-- 
debian-daniel/dc3dd



More information about the forensics-changes mailing list