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

Alexander Dreyer adreyer at gmx.de
Wed Jan 23 08:47:38 UTC 2013


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

    Adding plain dh_auto_install and dh_auto_build to the overriden targets

diff --git a/debian/control b/debian/control
index d79f9ed..21fc82f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,7 @@ Build-Depends: debhelper (>= 9),
                libboost-dev,
                libboost-python-dev,
                libm4ri-dev (>= 20120613),
-               python-all-dev,
-               doxygen,
-               hevea | tex4ht
+               python-all-dev
 Build-Depends-Indep: doxygen,
                hevea | tex4ht
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 02b0f69..347453f 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-arch: $(PYVERS:%=build-python%)
 
 install-python%: TMPDEST=debian/tmp/
 install-python%: PYTHON=/usr/bin/python$*
@@ -52,7 +52,8 @@ install-python%:
 		DESKTOPPATH=$(TMPDEST)/usr/share/applications/ \
 		M4RIURL='' DOCS=False
 
-override_dh_auto_install: $(PYVERS:%=install-python%)
+override_dh_auto_install-arch: $(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