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

Thomas Weber thomas-guest at alioth.debian.org
Sun Feb 3 17:17:22 UTC 2008


tags 463302 pending
thanks

Author: thomas-guest
Date: 2008-02-03 17:17:22 +0000 (Sun, 03 Feb 2008)
New Revision: 1183

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/control
Log:
Bug fix for 463302; drop specific dependency on g++


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-02-02 16:28:05 UTC (rev 1182)
+++ octave/trunk/debian/changelog	2008-02-03 17:17:22 UTC (rev 1183)
@@ -7,7 +7,9 @@
   
   [ Thomas Weber ]
   * debian/compat: switch to level 6
-  * debian/in/control: depend on debhelper >= 6
+  * debian/in/control: 
+    + depend on debhelper >= 6
+    + Don't depend on a specific g++ version (closes: #463302).
   * change slice term for 3.0 from 2.9:
     + debian/in/PACKAGE.conf
     + debian/in/PACKAGE-emacsen.dirs

Modified: octave/trunk/debian/in/control
===================================================================
--- octave/trunk/debian/in/control	2008-02-02 16:28:05 UTC (rev 1182)
+++ octave/trunk/debian/in/control	2008-02-03 17:17:22 UTC (rev 1183)
@@ -5,7 +5,7 @@
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>,
  Thomas Weber <thomas.weber.mail at gmail.com>
-Build-Depends: g++-4.1 (>= 4.1.1-4), debhelper (>= 6.0.0), autoconf, texinfo,
+Build-Depends: debhelper (>= 6.0.0), autoconf, texinfo,
  texlive-latex-base, texlive-generic-recommended, g77, libreadline5-dev,
  libncurses5-dev, gperf, libhdf5-serial-dev (>= 1.6.5) |
  libhdf5-lam-dev (>= 1.6.5) | libhdf5-mpich-dev (>= 1.6.5),




More information about the Pkg-octave-commit mailing list