[SCM] cddlib: library for finding vertices of convex polytopes branch, master, updated. debian/094g-1-4-ga7436e2

Cédric Boutillier boutil at debian.org
Fri Jul 12 14:09:14 UTC 2013


The following commit has been merged in the master branch:
commit 9305ec107536c6b0c5a5b1b48017251ac620004e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 11 00:15:33 2013 +0200

    use dh-autoreconf

diff --git a/debian/control b/debian/control
index 548b9a9..b8c46af 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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), libgmp-dev, latexmk, latex2html
+Build-Depends: debhelper (>= 9), dh-autoreconf, 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
diff --git a/debian/rules b/debian/rules
index 0d5f438..c4b0dc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with-autoreconf
 
 override_dh_auto_configure:
 	rm -f doc/html.sty

-- 
cddlib: library for finding vertices of convex polytopes



More information about the debian-science-commits mailing list