[Pkg-octave-commit] [SCM] octave-pkg-dev branch, master, updated. 6ebacb3770a92f0e08517cc8d994118b7ead5d0a

Rafael Laboissiere rafael at debian.org
Sun Jun 7 19:20:56 UTC 2009


The following commit has been merged in the master branch:
commit 36992537eb8d73fab3c7f7e37041c85770465b68
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Jun 7 20:54:43 2009 +0200

    Adapt for octave3.2
    
    Bump the version of the package to 0.7.0 and make it depend on
    octave3.2-headers.  In debian/rules, adjust the OCTVER and MINVER
    accordingly.

diff --git a/debian/changelog b/debian/changelog
index 463a9b1..dcb0d8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-octave-pkg-dev (0.6.8) UNRELEASED; urgency=low
+octave-pkg-dev (0.7.0) UNRELEASED; urgency=low
 
   * debian/rules, octave-pkg.mk.in, octave-pkg-helper.in: Use separate
     OCTVER for the major version number and MINVER for the minimum
diff --git a/debian/control b/debian/control
index b2d4a80..dc3c3c5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-pkg-dev.git
 
 Package: octave-pkg-dev
 Architecture: all
-Depends: octave3.0-headers (>= 1:3.0.4~rc3-3), debhelper (>= 6), cdbs,
- ${misc:Depends}
+Depends: octave3.2-headers, debhelper (>= 6), cdbs, ${misc:Depends}
 Description: infrastructure to build Octave packages
  Since version 3.0 of Octave (a numerical computation software),
  add-ons can be installed through the pkg.m system.  This package
diff --git a/debian/rules b/debian/rules
index bcf7d33..a2144bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,9 @@
 #
 # debian/rules for the octave-pkg-dev Debian package
 
-OCTVER = 3.0
+OCTVER = 3.2
 OCTPKG = octave$(OCTVER)
-MINVER = 1:3.0.2-3
+MINVER = 3.2.0-1
 FILES = octave-pkg.mk octave-pkg-helper
 
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
octave-pkg-dev



More information about the Pkg-octave-commit mailing list