[Pkg-octave-commit] r2628 - in octave-pkg-dev/trunk: . debian

Rafael Laboissiere rafael at alioth.debian.org
Sun Feb 8 17:20:17 UTC 2009


Author: rafael
Date: 2009-02-08 17:20:17 +0000 (Sun, 08 Feb 2009)
New Revision: 2628

Modified:
   octave-pkg-dev/trunk/debian/changelog
   octave-pkg-dev/trunk/octave-pkg.mk.in
Log:
Debian release octave-pkg-dev_0.6.1

Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog	2009-02-08 15:07:05 UTC (rev 2627)
+++ octave-pkg-dev/trunk/debian/changelog	2009-02-08 17:20:17 UTC (rev 2628)
@@ -1,4 +1,4 @@
-octave-pkg-dev (0.6.1) UNRELEASED; urgency=low
+octave-pkg-dev (0.6.1) experimental; urgency=low
 
   * Drop the octave-pkg-rebuild, since the previous version was rejected
     by the Debian ftp-master due to the presence of this new package.

Modified: octave-pkg-dev/trunk/octave-pkg.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-08 15:07:05 UTC (rev 2627)
+++ octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-08 17:20:17 UTC (rev 2628)
@@ -25,8 +25,11 @@
 package = $(shell awk '/^Package:/ {print $$2; exit 0}' debian/control)
 debpkg = debian/$(package)
 shrpkg = /usr/share/octave/debian
-mpath = usr/share/octave/packages
-bpath = usr/lib/octave/packages
+# The directories below are versioned.  We only support the packages for the
+# stable version of Octave
+octver = 3.0
+mpath = usr/share/octave/packages/$(octver)
+bpath = usr/lib/octave/packages/$(octver)
 pkgname = $(package:octave-%=%)
 hosttype = $(shell octave-config -p CANONICAL_HOST_TYPE)
 apiversion = $(shell octave-config -p API_VERSION)




More information about the Pkg-octave-commit mailing list