[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-144-g476bf5c

Alexander Dreyer adreyer at gmx.de
Wed Jan 23 08:11:59 UTC 2013


The following commit has been merged in the master branch:
commit 750b27dac3cb82f63c56d951f081ae5f08f35f95
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Wed Jan 23 09:08:35 2013 +0100

    Improved handling of *indep targets

diff --git a/debian/control b/debian/control
index 21fc82f..d79f9ed 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 9),
                libboost-dev,
                libboost-python-dev,
                libm4ri-dev (>= 20120613),
-               python-all-dev
+               python-all-dev,
+               doxygen,
+               hevea | tex4ht
 Build-Depends-Indep: doxygen,
                hevea | tex4ht
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index f80a6a9..02b0f69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ build-python%:
 		DESKTOPPATH=$(TMPDEST)/usr/share/applications/ \
 		M4RIURL='' DOCS=False
 
-override_dh_auto_build: $(PYVERS:%=build-python%) override_dh_auto_build-indep
+override_dh_auto_build: $(PYVERS:%=build-python%)
 
 install-python%: TMPDEST=debian/tmp/
 install-python%: PYTHON=/usr/bin/python$*
@@ -52,8 +52,7 @@ install-python%:
 		DESKTOPPATH=$(TMPDEST)/usr/share/applications/ \
 		M4RIURL='' DOCS=False
 
-override_dh_auto_install: $(PYVERS:%=install-python%) override_dh_auto_install-indep
-	mkdir -p debian/tmp/usr/share/applications/
+override_dh_auto_install: $(PYVERS:%=install-python%)
 
 override_dh_auto_build-indep:
 	scons $(SCONSPARFLAGS) docs INSTALLDIR=$(TMPDEST)/usr/share/polybori \

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list