r45161 - in /packages/nlopt/trunk/debian: changelog rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Jun 28 14:15:16 UTC 2012


Author: trophime-guest
Date: Thu Jun 28 14:15:16 2012
New Revision: 45161

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45161
Log:
fix guile bindings

Modified:
    packages/nlopt/trunk/debian/changelog
    packages/nlopt/trunk/debian/rules

Modified: packages/nlopt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/changelog?rev=45161&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/changelog (original)
+++ packages/nlopt/trunk/debian/changelog Thu Jun 28 14:15:16 2012
@@ -3,6 +3,8 @@
   [Sergey B Kirpichev]
   * Add patches to make nlopt bindings to work 
 
+  * create libnlopt_guile.so link to libnlopt_guile.so.0
+  
  -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Wed, 27 Jun 2012 12:05:11 +0200
 
 nlopt (2.2.4+dfsg-1) unstable; urgency=low

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=45161&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Thu Jun 28 14:15:16 2012
@@ -75,6 +75,9 @@
 	#
 	find $(CURDIR)/debian/tmp/usr/lib -name \*.la | xargs rm
 
+	#Fix missing libnlopt_guile.so
+	dh_link usr/lib/libnlopt_guile.so.0 usr/lib/libnlopt_guile.so
+
 # Grab the version before +dfsg
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p')
 get-orig-source:




More information about the debian-science-commits mailing list