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

Tobias Hansen tobias.han at gmx.de
Sun Dec 30 03:23:56 UTC 2012


The following commit has been merged in the master branch:
commit 807bdebcd9bfe59fe44fc2cc15431f3f27681566
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Dec 30 04:28:30 2012 +0100

    Link with --no-undefined to ensure all symbols are resolved.

diff --git a/debian/changelog b/debian/changelog
index fb95fd1..e7d1ac5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ cddlib (094g-1) UNRELEASED; urgency=low
       Closes: #514522
   * Add Vcs-* fields to debian/control (Closes: #578276).
   * The broken symlink NEWS is no longer installed (Closes: #578769). 
+  * Link with --no-undefined to ensure all symbols are resolved
+    (Closes: #558845).
 
  -- Tobias Hansen <thansen at debian.org>  Sun, 30 Dec 2012 01:09:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 6611a8c..79e1fb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
+
 %:
 	dh $@ --parallel
 

-- 
cddlib: library for finding vertices of convex polytopes



More information about the debian-science-commits mailing list