[Pkg-octave-commit] r937 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Thu May 24 20:17:56 UTC 2007


Author: rafael
Date: 2007-05-24 20:17:56 +0000 (Thu, 24 May 2007)
New Revision: 937

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/control
Log:
* debian/control: Since 2.9.12 is marked as the "testing" (AKA
  "recommended") version by the upstream author, the octave virtual
   package depends now on octave2.9.  Since the previous version of
   this package was 1:2.1.73-13, we need to add an epoch to the
   version number in the  2.9 branch.
* debain/changelog: minor formatting and wording changes

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-05-24 18:44:15 UTC (rev 936)
+++ octave/trunk/debian/changelog	2007-05-24 20:17:56 UTC (rev 937)
@@ -1,16 +1,12 @@
-octave2.9 (2.9.12-1) unstable; urgency=low
+octave2.9 (1:2.9.12-1) unstable; urgency=low
 
   NOT YET RELEASED!
 
-  [ Rafael Laboissiere ]
-  * debian/in/control: Build-depend on gs-gpl, such that building the
-    package twice in a row will succeed (closes: #424381)
-
   [ Thomas Weber ]
-  * New upstream release 
+  * New upstream release
     (2.9.11 had a problem when building, so we didn't package it)
   * data-conv.cc now #include's cstdlib (closes: #417487)
-  * This release fixes the problem with handing empty matrices to fft.m 
+  * This release fixes the problem with handing empty matrices to fft.m
     (closes: #423278)
   * Dropped patches (applied upstream):
     + 50_doc-builtin-vars.dpatch
@@ -18,11 +14,21 @@
     + 50_dont_resize_empty_dimensions.dpatch
     + 50_examples-use-gnuclient.dpatch
     + 50_syscalls-test-sleep.dpatch
-  * New patches:
+  * New patch:
     + 50_fix_pkg_rebuild.m.dpatch: fix issue with pkg -rebuild, see
-    http://www.nabble.com/Small-bug-in-%22pkg-rebuild%22-tf3807246.html
+      http://www.nabble.com/Small-bug-in-%22pkg-rebuild%22-tf3807246.html
   * debian/in/control: Add build-dep on libcurl4-dev for the url* functions
 
+  [ Rafael Laboissiere ]
+  * debian/in/control:
+    + Build-depend on gs-gpl, such that building the package twice in a
+      row will succeed (closes: #424381)
+    + Since 2.9.12 is marked as the "testing" (AKA "recommended") version
+      by the upstream author, the octave virtual package depends now on
+      octave2.9.  Since the previous version of this package was
+      1:2.1.73-13, we need to add an epoch to the version number in the
+      2.9 branch.
+
  --
 
 octave2.9 (2.9.10-4) unstable; urgency=low

Modified: octave/trunk/debian/in/control
===================================================================
--- octave/trunk/debian/in/control	2007-05-24 18:44:15 UTC (rev 936)
+++ octave/trunk/debian/in/control	2007-05-24 20:17:56 UTC (rev 937)
@@ -134,18 +134,18 @@
  .
   Homepage: http://www.octave.org/
 
-[V_2_1:
+[V_2_9:
 Package: octave
 Architecture: all
-Depends: octave2.1
-Description: GNU Octave language for numerical computations (2.1 branch)
+Depends: octave2.9
+Description: GNU Octave language for numerical computations (2.9 branch)
  Octave is a (mostly Matlab (R) compatible) high-level language, primarily
  intended for numerical computations. It provides a convenient command-line
  interface for solving linear and nonlinear problems numerically.
  .
  This package is an empty 'virtual' package whose sole purpose is to
- install the current Octave version from the 2.1 branch (the recommended
+ install the current Octave version from the 2.9 branch (the recommended
  testing branch) .
  .
- Once you have the octave2.1 package installed, you can remove this package.
+ Once you have the octave2.9 package installed, you can remove this package.
 :]




More information about the Pkg-octave-commit mailing list