[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-142-gec336da
Alexander Dreyer
adreyer at gmx.de
Wed Jan 23 08:08:57 UTC 2013
The following commit has been merged in the master branch:
commit ec336dae2366e4ad1a6d567f71c41a1bc7282009
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..cc5aa63 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 9),
libboost-python-dev,
libm4ri-dev (>= 20120613),
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