[SCM] cddlib: library for finding vertices of convex polytopes branch, master, updated. debian/094b.dfsg-4.2-10-g23f7976
Tobias Hansen
tobias.han at gmx.de
Sun Dec 30 01:37:48 UTC 2012
The following commit has been merged in the master branch:
commit 7ff1fe3eea9609e605251dfbd5ea37a6659c0614
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Sun Dec 30 00:30:24 2012 +0100
Start conversion to dh.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index a82741b..433cbb6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: libs
Priority: optional
Maintainer: Tim Abbott <tabbott at mit.edu>
Homepage: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
-Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, automake1.10, autoconf, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), libgmp-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev
+Standards-Version: 3.9.4
Package: libcdd-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev, libcdd0
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev, libcdd0 (= ${binary:Version})
Description: Library for finding vertices of convex polytopes, development
The cddlib library is a C library for manipulating general convex
polyhedra. It supports converting between the system of linear
@@ -36,7 +36,7 @@ Package: libcdd-test
Section: math
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Test programs for libcdd-dev
+Description: Test programs for libcdd
The cddlib library is a C library for manipulating general convex
polyhedra. It supports converting between the system of linear
inequalities representation and a vertices and extreme rays
diff --git a/debian/rules b/debian/rules
index c36b5f8..dd9063b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_AUTOCONF = 2.50
-DEB_AUTO_UPDATE_AUTOMAKE = 1.10
-DEB_AUTO_UPDATE_ACLOCAL = 1.10
-DEB_AUTO_UPDATE_LIBTOOL = pre
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-clean::
- rm -f config.log config.status
+%:
+ dh $@ --with autoreconf
--
cddlib: library for finding vertices of convex polytopes
More information about the debian-science-commits
mailing list