[SCM] Git Repository for packaging Poly/ML (http://www.polyml.org) branch, master, updated. debian/5.2-3-26-g08d7088
Lionel Elie Mamane
lionel at mamane.lu
Thu Sep 3 16:11:53 UTC 2009
The following commit has been merged in the master branch:
commit 1dcfda3fff7838b61d237655e9708a2c85aad8f2
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Thu Sep 3 16:09:02 2009 +0200
install-* needs build first
diff --git a/debian/rules b/debian/rules
index bda1ef0..d65b4c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,14 +60,14 @@ clean:
dh_clean
install: install-indep install-arch
-install-indep:
+install-indep: build-indep-stamp
dh_testdir
dh_testroot
# dh_clean -k -i
# dh_installdirs -i
-install-arch:
+install-arch: build-arch-stamp
dh_testdir
dh_testroot
dh_clean -k -s
--
Git Repository for packaging Poly/ML (http://www.polyml.org)
More information about the debian-science-commits
mailing list