[Forensics-changes] [SCM] debian-forensics/reglookup branch, debian, updated. upstream/0.4.0-12-g58e2b49
Daniel Baumann
daniel at debian.org
Sat Feb 23 21:35:43 UTC 2008
The following commit has been merged in the debian branch:
commit 58e2b497073835cae917156056bc2ad5d753aa59
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Feb 23 22:36:08 2008 +0100
Reordering rules.
diff --git a/debian/rules b/debian/rules
index bae12b0..84672dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
CFLAGS = -g
@@ -12,12 +8,6 @@ else
CFLAGS += -O2
endif
-build: build-stamp
-build-stamp:
- dh_testdir
- $(MAKE) OPTS="-std=gnu89 -pedantic -Wall $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
- touch $@
-
clean:
dh_testdir
dh_testroot
@@ -27,6 +17,14 @@ clean:
dh_clean
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ $(MAKE) OPTS="-std=gnu89 -pedantic -Wall $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
+
+ touch build-stamp
+
install: build
dh_testdir
dh_testroot
@@ -36,7 +34,8 @@ install: build
$(MAKE) PREFIX=$(CURDIR)/debian/reglookup/usr MAN_PREFIX=\$${PREFIX}/share/man install
mv debian/reglookup/usr/share/doc/reglookup/man debian/reglookup/usr/share/man
-binary-indep: build install
+binary: binary-arch
+
binary-arch: build install
dh_testdir
dh_testroot
@@ -51,5 +50,6 @@ binary-arch: build install
dh_md5sums
dh_builddeb
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary-indep:
+
+.PHONY: clean build install binary binary-arch binary-indep
--
debian-forensics/reglookup
More information about the forensics-changes
mailing list