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

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 11 11:56:27 UTC 2009


Author: rafael
Date: 2009-02-11 11:56:27 +0000 (Wed, 11 Feb 2009)
New Revision: 2647

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

Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog	2009-02-11 11:53:48 UTC (rev 2646)
+++ octave-pkg-dev/trunk/debian/changelog	2009-02-11 11:56:27 UTC (rev 2647)
@@ -1,4 +1,4 @@
-octave-pkg-dev (0.6.2) UNRELEASED; urgency=low
+octave-pkg-dev (0.6.2) experimental; urgency=low
 
   * octave-pkg.mk.in: Make the installation directories versioned in order
     to avoid conflicts between the different branches (e.g. octave3.0 and

Modified: octave-pkg-dev/trunk/octave-pkg.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-11 11:53:48 UTC (rev 2646)
+++ octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-11 11:56:27 UTC (rev 2647)
@@ -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