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

Rafael Laboissiere rafael at alioth.debian.org
Tue Jul 24 21:59:41 UTC 2007


Author: rafael
Date: 2007-07-24 21:59:41 +0000 (Tue, 24 Jul 2007)
New Revision: 991

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/control
Log:
Make the package binNMUable by using ${binary:Version} in
octave2.9-headers dependency



Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-07-24 20:01:51 UTC (rev 990)
+++ octave/trunk/debian/changelog	2007-07-24 21:59:41 UTC (rev 991)
@@ -9,7 +9,8 @@
       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}
+      deprecated ${Source-Version}.  Also, make the package binNMUable by
+      using ${binary:Version} in octave2.9-headers dependency
   * 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 20:01:51 UTC (rev 990)
+++ octave/trunk/debian/in/control	2007-07-24 21:59:41 UTC (rev 991)
@@ -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:] (= ${binary: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