[Pkg-octave-commit] r1808 - octave-pkg-dev/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Mon Apr 28 10:11:45 UTC 2008


Author: thomas-guest
Date: 2008-04-28 10:11:45 +0000 (Mon, 28 Apr 2008)
New Revision: 1808

Modified:
   octave-pkg-dev/trunk/debian/changelog
   octave-pkg-dev/trunk/debian/control
   octave-pkg-dev/trunk/debian/rules
Log:
Parse the site-wide configuration file
Add dependency on pkg-config (needed for ginac in octave-symbolic)


Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog	2008-04-27 20:39:41 UTC (rev 1807)
+++ octave-pkg-dev/trunk/debian/changelog	2008-04-28 10:11:45 UTC (rev 1808)
@@ -1,3 +1,14 @@
+octave-pkg-dev (0.5.6) UNRELEASED; urgency=low
+
+  * postinst-octpkg, prerm-octpkg, octave-pkg.mk.in: Parse the site-wide
+    configuration file, in order to work around #477556.
+  * debian/control: bump dependendency on octave3.0-headers and depend on
+    pkg-config for packages where configure uses it (octave-symbolic is an
+    example of such a package).
+  * debian/rules: bump OCTVER to 3.0.1.
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Mon, 28 Apr 2008 11:18:55 +0200
+
 octave-pkg-dev (0.5.5) unstable; urgency=low
 
   * prerm-octpkg: Add dash to silence Octave when removing a package. 

Modified: octave-pkg-dev/trunk/debian/control
===================================================================
--- octave-pkg-dev/trunk/debian/control	2008-04-27 20:39:41 UTC (rev 1807)
+++ octave-pkg-dev/trunk/debian/control	2008-04-28 10:11:45 UTC (rev 1808)
@@ -12,7 +12,7 @@
 
 Package: octave-pkg-dev
 Architecture: all
-Depends: octave3.0-headers, debhelper (>= 6), cdbs
+Depends: octave3.0-headers (>= 1:3.0.1-2), debhelper (>= 6), cdbs, pkg-config
 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

Modified: octave-pkg-dev/trunk/debian/rules
===================================================================
--- octave-pkg-dev/trunk/debian/rules	2008-04-27 20:39:41 UTC (rev 1807)
+++ octave-pkg-dev/trunk/debian/rules	2008-04-28 10:11:45 UTC (rev 1808)
@@ -4,7 +4,7 @@
 # debian/rules for the octave-pkg-dev Debian package
 
 OCTPKG = octave3.0
-OCTVER = 3.0.0
+OCTVER = 3.0.1
 FILES = octave-pkg.mk octave-pkg-helper
 
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-octave-commit mailing list