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

rlaboiss-guest at users.alioth.debian.org rlaboiss-guest at users.alioth.debian.org
Fri Jun 29 17:42:03 UTC 2012


Author: rlaboiss-guest
Date: Fri Jun 29 17:42:03 2012
New Revision: 45170

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45170
Log:
Fix installation directory for the .oct file

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=45170&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/changelog (original)
+++ packages/nlopt/trunk/debian/changelog Fri Jun 29 17:42:03 2012
@@ -7,6 +7,9 @@
 
   * Add Sergey B Kirpîchev to maintainers list
   
+  [ Rafael Laboissiere ]
+  * debian/rules: Install the .oct file in the appropriate directory
+  
  -- 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=45170&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Fri Jun 29 17:42:03 2012
@@ -6,7 +6,7 @@
 # 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 LOCALARCHLIBDIR)
+bpath = $(shell octave-config -p LOCALOCTFILEDIR)
 
 BUILDDIR = $(CURDIR)/debian/build
 




More information about the debian-science-commits mailing list