[Forensics-changes] [SCM] utility to read and query Windows NT/2000/XP registry branch, debian, updated. debian/0.11.0-2-1-g140cbaf
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:25:50 UTC 2009
The following commit has been merged in the debian branch:
commit 140cbafe220476285d22ce3c1c6d2bc42cb41a3a
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:50:31 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index 89000cf..ad1ba7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,50 +1,13 @@
#!/usr/bin/make -f
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
+%:
+ dh ${@}
- $(MAKE) clean
+override_dh_auto_build:
+ dh_auto_build -- OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" INC="-I../include" LIB="-L/usr/lib"
- dh_clean
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- $(MAKE) OPTS="-std=gnu89 -pedantic -lm -Wall -ggdb" INC="-I../include" LIB="-L/usr/lib"
-
- touch build-stamp
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- $(MAKE) PREFIX=$(CURDIR)/debian/reglookup/usr MAN_PREFIX=\$${PREFIX}/share/man install
+override_dh_auto_install:
+ dh_auto_install -- PREFIX=$(CURDIR)/debian/reglookup/usr MAN_PREFIX=\$${PREFIX}/share/man
rm -rf debian/reglookup/usr/share/man
mv debian/reglookup/usr/share/doc/reglookup/man debian/reglookup/usr/share/man
-
-binary: binary-arch
-
-binary-arch: install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- 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
--
utility to read and query Windows NT/2000/XP registry
More information about the forensics-changes
mailing list