[SCM] cddlib: library for finding vertices of convex polytopes branch, master, updated. upstream/094g-18-gb06ffab

Tobias Hansen tobias.han at gmx.de
Sun Dec 30 03:10:16 UTC 2012


The following commit has been merged in the master branch:
commit 63f20c424c4e617e38355a1cef16aa105b63dcfc
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Dec 30 03:52:57 2012 +0100

    Dont use autoreconf, rebuild pdf documentation.

diff --git a/debian/control b/debian/control
index 63e91d2..c1326c7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Tobias Hansen <thansen at debian.org>
 Homepage: http://www.inf.ethz.ch/personal/fukudak/cdd_home/
-Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev
+Build-Depends: debhelper (>= 9), libgmp-dev, latexmk, latex2html
+# latex2html is required due to html.sty.
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/debian-science/packages/cddlib.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/cddlib.git;a=summary
diff --git a/debian/rules b/debian/rules
index dd9063b..6611a8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel
+
+override_dh_auto_configure:
+	rm -f doc/html.sty
+	cd doc && latexmk -C
+	dh_auto_configure
+
+override_dh_auto_build:
+	cd doc && latexmk -pdf cddlibman.tex
+	dh_auto_build

-- 
cddlib: library for finding vertices of convex polytopes



More information about the debian-science-commits mailing list