[SCM] polybori: Polynomials over Boolean Rings branch, upstream-hg, updated. b4a5cffaa908c53e1d958a42110f8c4dad853aa3

Alexander Dreyer adreyer at gmx.de
Fri Mar 23 08:02:10 UTC 2012


The following commit has been merged in the upstream-hg branch:
commit dbaec78e1bd69e965a8b7319bb394d7130e072d1
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Thu Mar 1 17:56:45 2012 +0100

    FIX Hopefully found correct rules

diff --git a/pkgs/debian/rules b/pkgs/debian/rules
index 3ee8589..fab5a16 100755
--- a/pkgs/debian/rules
+++ b/pkgs/debian/rules
@@ -22,7 +22,7 @@ build-python%:
 		PREFIX=$(TMPDEST)/usr EPREFIX=$(TMPDEST)/usr/bin \
 		DOCDIR=$(TMPDEST)/usr/share/doc/polybori PYTHON=$(PYTHON) \
 		RELATIVEPYPREFIX=/usr/lib/python$(lastword $(PYVERS))/site-packages \
-		BOOST_PYTHON=boost_python-py$(patsubst %.,%,$(lastword $(PYVERS)))
+		BOOST_PYTHON=boost_python-py$(subst .,,$(lastword $(PYVERS)))
 	touch $@
 
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list