[SCM] cddlib: library for finding vertices of convex polytopes branch, master, updated. upstream/094g-20-gc74a0cd
Tobias Hansen
tobias.han at gmx.de
Sun Dec 30 03:39:28 UTC 2012
The following commit has been merged in the master branch:
commit c74a0cd5aebe4da490193e27381519952bf68272
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Sun Dec 30 04:44:01 2012 +0100
Provide a dbg package.
diff --git a/debian/changelog b/debian/changelog
index e7d1ac5..6f9b067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ cddlib (094g-1) UNRELEASED; urgency=low
* The broken symlink NEWS is no longer installed (Closes: #578769).
* Link with --no-undefined to ensure all symbols are resolved
(Closes: #558845).
+ * Provide a dbg package (Closes: #581771).
-- Tobias Hansen <thansen at debian.org> Sun, 30 Dec 2012 01:09:43 +0100
diff --git a/debian/control b/debian/control
index ccaff31..089f732 100644
--- a/debian/control
+++ b/debian/control
@@ -50,3 +50,19 @@ Description: Test programs for libcdd
programming problems.
.
This package contains test programs.
+
+Package: libcdd0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ libcdd0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for libcdd0
+ 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
+ representation of a polyhedron, and also supports solving linear
+ programming problems.
+ .
+ This package contains the debugging symbols for libcdd0.
diff --git a/debian/rules b/debian/rules
index 79e1fb7..eb7457c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,11 @@ override_dh_auto_configure:
override_dh_auto_build:
cd doc && latexmk -pdf cddlibman.tex
dh_auto_build
+
+override_dh_auto_clean:
+ cd doc && latexmk -C
+ dh_auto_clean
+
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbg-package=libcdd0-dbg
--
cddlib: library for finding vertices of convex polytopes
More information about the debian-science-commits
mailing list