r38576 - in /packages/nlopt/trunk/debian: changelog control patches/swig.patch

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Fri Jun 17 14:01:42 UTC 2011


Author: trophime-guest
Date: Fri Jun 17 14:01:41 2011
New Revision: 38576

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38576
Log:
update to 2.2.4

Modified:
    packages/nlopt/trunk/debian/changelog
    packages/nlopt/trunk/debian/control
    packages/nlopt/trunk/debian/patches/swig.patch

Modified: packages/nlopt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/changelog?rev=38576&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/changelog (original)
+++ packages/nlopt/trunk/debian/changelog Fri Jun 17 14:01:41 2011
@@ -1,4 +1,4 @@
-nlopt (2.2.2-1) unstable; urgency=low
+nlopt (2.2.4-1) unstable; urgency=low
 
   * Initial release (Closes: #610623)
 

Modified: packages/nlopt/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/control?rev=38576&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/control (original)
+++ packages/nlopt/trunk/debian/control Fri Jun 17 14:01:41 2011
@@ -76,7 +76,7 @@
  
 Package: octave-nlopt
 Architecture: any
-Depends: libnlopt0, ${shlibs:Depends}, ${misc:Depends}, ${octave:Depends} 
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends} 
 Description: nlopt for octave
  NLopt is a free/open-source library for nonlinear optimization, providing 
  a common interface for a number of different free optimization routines 

Modified: packages/nlopt/trunk/debian/patches/swig.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/patches/swig.patch?rev=38576&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/patches/swig.patch (original)
+++ packages/nlopt/trunk/debian/patches/swig.patch Fri Jun 17 14:01:41 2011
@@ -1,11 +1,11 @@
-Index: nlopt-2.2.1/swig/Makefile.am
+Index: nlopt-2.2.4/swig/Makefile.am
 ===================================================================
---- nlopt-2.2.1.orig/swig/Makefile.am	2011-01-20 10:20:14.000000000 +0100
-+++ nlopt-2.2.1/swig/Makefile.am	2011-01-20 10:21:48.000000000 +0100
+--- nlopt-2.2.4.orig/swig/Makefile.am	2011-06-17 15:34:42.000000000 +0200
++++ nlopt-2.2.4/swig/Makefile.am	2011-01-20 10:21:48.000000000 +0100
 @@ -11,7 +11,7 @@
  libnlopt at NLOPT_SUFFIX@_guile_la_SOURCES = nlopt-guile.cpp
  libnlopt at NLOPT_SUFFIX@_guile_la_LIBADD = ../libnlopt at NLOPT_SUFFIX@.la
- libnlopt at NLOPT_SUFFIX@_guile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
+ libnlopt at NLOPT_SUFFIX@_guile_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
 -libnlopt at NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_builddir)/api
 +libnlopt at NLOPT_SUFFIX@_guile_la_CPPFLAGS = $(GUILE_CPPFLAGS) -I$(top_srcdir)/api
  
@@ -14,7 +14,7 @@
 @@ -25,7 +25,7 @@
  _nlopt_la_SOURCES = nlopt-python.cpp
  _nlopt_la_LIBADD = ../libnlopt at NLOPT_SUFFIX@.la
- _nlopt_la_LDFLAGS = -module -no-undefined -version-info @SHARED_VERSION_INFO@
+ _nlopt_la_LDFLAGS = -module -version-info @SHARED_VERSION_INFO@
 -_nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_builddir)/api
 +_nlopt_la_CPPFLAGS = $(PYTHON_INCLUDES) -I$(top_srcdir)/api
  




More information about the debian-science-commits mailing list