r46508 - in /packages/nlopt/trunk/debian: patches/install-octave-files-in-private-dir.patch patches/series rules

sk-guest at users.alioth.debian.org sk-guest at users.alioth.debian.org
Fri Feb 7 19:41:42 UTC 2014


Author: sk-guest
Date: Fri Feb  7 19:41:42 2014
New Revision: 46508

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46508
Log:
Install Octave files into private directories (Closes: #734044, thanks to Rafael Laboissiere <rafael at laboissiere.net>)

Removed:
    packages/nlopt/trunk/debian/patches/install-octave-files-in-private-dir.patch
Modified:
    packages/nlopt/trunk/debian/patches/series
    packages/nlopt/trunk/debian/rules

Modified: packages/nlopt/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/patches/series?rev=46508&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/patches/series	(original)
+++ packages/nlopt/trunk/debian/patches/series	Fri Feb  7 19:41:42 2014
@@ -1,4 +1,3 @@
 configure.patch
 spelling-fixes.patch
 guile-fix-deprecated-calls.patch
-install-octave-files-in-private-dir.patch 

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=46508&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules	(original)
+++ packages/nlopt/trunk/debian/rules	Fri Feb  7 19:41:42 2014
@@ -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




More information about the debian-science-commits mailing list