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

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


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

    FIX: debian rules

diff --git a/libpolybori/auxiliary/release.sh b/libpolybori/auxiliary/release.sh
index e2d6f36..d2bb9e9 100755
--- a/libpolybori/auxiliary/release.sh
+++ b/libpolybori/auxiliary/release.sh
@@ -134,7 +134,8 @@ tar -xvzf $tardebian
 cd polybori-*
 
 scons prepare-debian
-rm -rf .scon* *.pyc
+scons -c M4RI
+rm -rf .scon* *.pyc config.log
 
 cd -
 dpkg-source -b polybori-*  $tardebian || exit 1
diff --git a/pkgs/debian/rules b/pkgs/debian/rules
index c80fe79..3ee8589 100755
--- a/pkgs/debian/rules
+++ b/pkgs/debian/rules
@@ -21,7 +21,7 @@ build-python%:
 		PYINSTALLPREFIX=$(TMPDEST)$(PYTHONSITE) MANDIR=$(TMPDEST)/usr/share/man \
 		PREFIX=$(TMPDEST)/usr EPREFIX=$(TMPDEST)/usr/bin \
 		DOCDIR=$(TMPDEST)/usr/share/doc/polybori PYTHON=$(PYTHON) \
-		RELATIVEPYPREFIX=/usr/lib/python$(lastword $(PYVERS))/site-packages
+		RELATIVEPYPREFIX=/usr/lib/python$(lastword $(PYVERS))/site-packages \
 		BOOST_PYTHON=boost_python-py$(patsubst %.,%,$(lastword $(PYVERS)))
 	touch $@
 

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list