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

Rafael Laboissiere rafael at alioth.debian.org
Tue Jul 24 18:57:59 UTC 2007


Author: rafael
Date: 2007-07-24 18:57:59 +0000 (Tue, 24 Jul 2007)
New Revision: 988

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/control
Log:
* debian/in/control:
  + Use the substitution variable ${source:Version} instead of the
    deprecated ${Source-Version}



Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-07-24 18:54:52 UTC (rev 987)
+++ octave/trunk/debian/changelog	2007-07-24 18:57:59 UTC (rev 988)
@@ -4,9 +4,12 @@
   * debian/in/PACKAGE.dirs: Added directory for enscript
   * debian/rules: Install octave.st
 
-  * debian/in/control: Removed the obsolete build-dependency on dejagnu
-    (over two years ago, DejaGNU was replaced by the test/assert
-    infrastructure for running the tests)
+  * debian/in/control:
+    + Removed the obsolete build-dependency on dejagnu (over two years
+      ago, DejaGNU was replaced by the test/assert infrastructure for
+      running the tests)
+    + Use the substitution variable ${source:Version} instead of the
+      deprecated ${Source-Version}
   * debian/rules: Do not ignore make clean error
 
  -- Rafael Laboissiere <rafael at debian.org>  Mon, 23 Jul 2007 23:06:54 +0200

Modified: octave/trunk/debian/in/control
===================================================================
--- octave/trunk/debian/in/control	2007-07-24 18:54:52 UTC (rev 987)
+++ octave/trunk/debian/in/control	2007-07-24 18:57:59 UTC (rev 988)
@@ -22,7 +22,7 @@
 Recommends: gnuplot
 Suggests: octave[V_2_1:2.1:][V_2_9:2.9:]-info,
  octave[V_2_1:2.1:][V_2_9:2.9:]-doc, octave[V_2_1:2.1:][V_2_9:2.9:]-htmldoc,
- octave[V_2_1:2.1:][V_2_9:2.9:]-headers (= ${Source-Version}),
+ octave[V_2_1:2.1:][V_2_9:2.9:]-headers (= ${source:Version}),
  octave[V_2_1:2.1:][V_2_9:2.9:]-emacsen
 Replaces: octave (<= 2.0.16-2)
 Conflicts: octave (<= 2.0.16-2)
@@ -78,7 +78,7 @@
 
 Package: octave[V_2_1:2.1:][V_2_9:2.9:]-headers
 Architecture: any
-Depends: octave[V_2_1:2.1:][V_2_9:2.9:] (= ${Source-Version}), g++, g77,
+Depends: octave[V_2_1:2.1:][V_2_9:2.9:] (= ${source:Version}), g++, g77,
  libreadline5-dev, libncurses5-dev, libhdf5-serial-dev (>= 1.6.5)
  | libhdf5-lam-dev (>= 1.6.5) | libhdf5-mpich-dev (>= 1.6.5),
  refblas3-dev | atlas3-base-dev, lapack3-dev | atlas3-base-dev, fftw3-dev,




More information about the Pkg-octave-commit mailing list