[Forensics-changes] [SCM] debian-forensics/galleta branch, debian, updated. upstream/1.0+20040505-6-g3963717

Christophe Monniez christophe.monniez at fccu.be
Sun Mar 9 16:25:46 UTC 2008


The following commit has been merged in the debian branch:
commit 75554fc54d485d1c50b688891bb348ed8431af0a
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sun Mar 9 17:25:28 2008 +0100

    Addind an rules files.

diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..89c7ed4
--- /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/galleta
+
+	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/galleta



More information about the forensics-changes mailing list