[Forensics-changes] [SCM] An Internet Explorer cookie forensic analysis tool branch, debian, updated. debian/1.0+20040505-5-1-g67b221b
Daniel Baumann
daniel at debian.org
Mon Jul 27 16:23:21 UTC 2009
The following commit has been merged in the debian branch:
commit 67b221b0cbf02d13a9d9b2f381a6c00714bc2ebf
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Jul 27 17:34:41 2009 +0200
Minimizing rules file.
diff --git a/debian/rules b/debian/rules
index 17048cc..ff0a1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,45 +1,15 @@
#!/usr/bin/make -f
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
+%:
+ dh ${@} --sourcedirectory=src
- $(MAKE) -C src clean
+override_dh_auto_clean:
+ dh_auto_clean
rm -rf bin
- dh_clean
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
+override_dh_auto_build:
mkdir -p bin
- $(MAKE) -C src
-
- touch build-stamp
-
-install:
-
-binary: binary-arch
-
-binary-arch: build
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_install
- dh_installman
- dh_lintian
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-indep:
+ dh_auto_build
-.PHONY: clean build install binary binary-arch binary-indep
+override_dh_auto_install:
+ # nothing to be done
--
An Internet Explorer cookie forensic analysis tool
More information about the forensics-changes
mailing list