[SCM] an open source computer algebra system branch, debian, updated. c40d094daf8d9e20b6da34043c5c07b609118264

Bernhard R. Link brlink at debian.org
Sun Feb 19 18:16:42 UTC 2012


The following commit has been merged in the debian branch:
commit 0ded907b2a79693aa710bcc54b60e7a09fbb27e1
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 19 19:13:15 2012 +0100

    add support for build-arch and build-indep (just doing build and nothing)

diff --git a/debian/rules b/debian/rules
index a3ad195..6df77c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,10 +103,7 @@ clean::
 
 binary: binary-arch binary-indep
 binary-indep:
-
-build-arch-stamp: configure-stamp
-	#fixme
-	touch $@
+build-indep:
 
 binary-arch: install-stamp
 	dh_testdir
@@ -138,7 +135,7 @@ configure-stamp:
 	rm -f install-stamp
 	touch $@
 
-build: build-stamp
+build build-arch: build-stamp
 
 build-stamp: configure-stamp
 	make

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list