[Pkg-octave-commit] r2633 - octave-pkg-dev/trunk

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


Author: rafael
Date: 2009-02-08 17:27:22 +0000 (Sun, 08 Feb 2009)
New Revision: 2633

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

Modified: octave-pkg-dev/trunk/octave-pkg.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-08 17:26:52 UTC (rev 2632)
+++ octave-pkg-dev/trunk/octave-pkg.mk.in	2009-02-08 17:27:22 UTC (rev 2633)
@@ -25,11 +25,8 @@
 package = $(shell awk '/^Package:/ {print $$2; exit 0}' debian/control)
 debpkg = debian/$(package)
 shrpkg = /usr/share/octave/debian
-# 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)
+mpath = usr/share/octave/packages
+bpath = usr/lib/octave/packages
 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