[Pkg-octave-commit] r2662 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Thu Feb 12 01:25:24 UTC 2009


Author: rafael
Date: 2009-02-12 01:25:24 +0000 (Thu, 12 Feb 2009)
New Revision: 2662

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/PACKAGE.conf
Log:
Set versioned global_list of Octave packages


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-02-12 00:42:14 UTC (rev 2661)
+++ octave/trunk/debian/changelog	2009-02-12 01:25:24 UTC (rev 2662)
@@ -1,3 +1,11 @@
+octave3.0 (1:3.0.4~rc3-3) UNRELEASED; urgency=low
+
+  * Sync with the development branch
+  * debian/in/PACKAGE.conf: Set the global_list of Octave packages inside
+    the versioned directory for packages.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 12 Feb 2009 02:32:55 +0100
+
 octave3.1 (3.1.52-1) experimental; urgency=low
 
   * New upstream development snapshot

Modified: octave/trunk/debian/in/PACKAGE.conf
===================================================================
--- octave/trunk/debian/in/PACKAGE.conf	2009-02-12 00:42:14 UTC (rev 2661)
+++ octave/trunk/debian/in/PACKAGE.conf	2009-02-12 01:25:24 UTC (rev 2662)
@@ -29,9 +29,13 @@
 
 pkg ("load", "auto");
 
+## Use the global list of packages in the versioned directory
+
+pkg global_list /usr/share/octave/packages/@MAJOR@/octave_packages;
+
 ## Adjust pkg prefix for each branch of Octave
 
-pkg prefix /usr/share/octave/packages/@MAJOR@ /usr/lib/octave/packages/@MAJOR@
+pkg prefix /usr/share/octave/packages/@MAJOR@ /usr/lib/octave/packages/@MAJOR@;
 
 ### Use new style of path generation
 




More information about the Pkg-octave-commit mailing list