[Forensics-changes] [SCM] debian-forensics/pasco branch, debian, updated. upstream/1.0+20040505-9-g7425bd4
Christophe Monniez
christophe.monniez at fccu.be
Fri Mar 14 09:01:37 UTC 2008
The following commit has been merged in the debian branch:
commit d9ac1465e73c5e80609395f01840b930057721a6
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date: Fri Mar 14 09:49:42 2008 +0100
Adding the rules file.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6517ddf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ rm -f src/pasco
+
+ dh_clean
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ $(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_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
--
debian-forensics/pasco
More information about the forensics-changes
mailing list