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

Tobias Hansen tobias.han at gmx.de
Fri Feb 1 22:43:41 UTC 2013


The following commit has been merged in the master branch:
commit 7ecdc87b281875b4caf0ef193f05521904fb056e
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Fri Feb 1 22:56:56 2013 +0100

    Rename library package after ABI breakage.

diff --git a/debian/control b/debian/control
index 089f732..2e0c614 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/cddlib.git;a=summa
 Package: libcdd-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libgmp-dev, libcdd0 (= ${binary:Version})
+Depends: ${misc:Depends}, libgmp-dev, libcdd0d (= ${binary:Version})
 Multi-Arch: same
 Description: Library for finding vertices of convex polytopes, development
  The cddlib library is a C library for manipulating general convex
@@ -24,9 +24,11 @@ Description: Library for finding vertices of convex polytopes, development
  .
  This package contains the cddlib development files.
 
-Package: libcdd0
+Package: libcdd0d
 Section: libs
 Architecture: any
+Provides: libcdd0
+Conflicts: libcdd0
 Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
@@ -51,18 +53,18 @@ Description: Test programs for libcdd
  .
  This package contains test programs.
 
-Package: libcdd0-dbg
+Package: libcdd0d-dbg
 Architecture: any
 Section: debug
 Priority: extra
 Depends:
-    libcdd0 (= ${binary:Version}),
+    libcdd0d (= ${binary:Version}),
     ${misc:Depends}
-Description: debugging symbols for libcdd0
+Description: debugging symbols for libcdd0d
  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.
+ This package contains the debugging symbols for libcdd0d.
diff --git a/debian/libcdd0.install b/debian/libcdd0d.install
similarity index 100%
rename from debian/libcdd0.install
rename to debian/libcdd0d.install
diff --git a/debian/rules b/debian/rules
index eb7457c..0d5f438 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_auto_clean:
 
 .PHONY: override_dh_strip
 override_dh_strip:
-	dh_strip --dbg-package=libcdd0-dbg
+	dh_strip --dbg-package=libcdd0d-dbg
diff --git a/debian/shlibs b/debian/shlibs
new file mode 100644
index 0000000..b695fb0
--- /dev/null
+++ b/debian/shlibs
@@ -0,0 +1,2 @@
+libcdd 0 libcdd0d
+libcddgmp 0 libcdd0d

-- 
cddlib: library for finding vertices of convex polytopes



More information about the debian-science-commits mailing list