r46431 - in /packages/nlopt/trunk/debian: changelog patches/install-octave-files-in-private-dir.patch patches/series
trophime-guest at users.alioth.debian.org
trophime-guest at users.alioth.debian.org
Fri Jan 3 11:43:49 UTC 2014
Author: trophime-guest
Date: Fri Jan 3 11:43:49 2014
New Revision: 46431
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46431
Log:
fix #734044 thanks to R. Laboissiere
Added:
packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch
Modified:
packages/nlopt/trunk/debian/changelog
packages/nlopt/trunk/debian/patches/series
Modified: packages/nlopt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/changelog?rev=46431&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/changelog (original)
+++ packages/nlopt/trunk/debian/changelog Fri Jan 3 11:43:49 2014
@@ -1,3 +1,10 @@
+nlopt (2.4.1+dfsg-2) unstable; urgency=low
+
+ [Rafael Laboissiere]
+ * Install octave bindings in to private directories (Closes: #734044)
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr> Fri, 03 Jan 2014 12:41:05 +0100
+
nlopt (2.4.1+dfsg-1) unstable; urgency=low
* New upstream version (Closes: #728556)
Added: packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch?rev=46431&op=file
==============================================================================
--- packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch (added)
+++ packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch Fri Jan 3 11:43:49 2014
@@ -0,0 +1,15 @@
+Index: rules
+===================================================================
+--- rules (revision 46430)
++++ rules (working copy)
+@@ -6,8 +6,8 @@
+
+ # The directories below are versioned. We only support the packages for the
+ # stable version of Octave
+-mpath = $(shell octave-config -p LOCALFCNFILEDIR)
+-bpath = $(shell octave-config -p LOCALOCTFILEDIR)
++mpath = $(shell octave-config -p LOCALFCNFILEDIR)/nlopt
++bpath = $(shell octave-config -p LOCALOCTFILEDIR)/nlopt
+
+ %:
+ dh $@ --buildsystem=autoconf --builddirectory=$(BUILDDIR) --with python2
Modified: packages/nlopt/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/patches/series?rev=46431&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/patches/series (original)
+++ packages/nlopt/trunk/debian/patches/series Fri Jan 3 11:43:49 2014
@@ -1,3 +1,4 @@
configure.patch
spelling-fixes.patch
guile-fix-deprecated-calls.patch
+install-octave-files-in-private-dir.patch
More information about the debian-science-commits
mailing list