r44780 - in /packages/xmds/trunk/debian: changelog control rules
rlaboiss-guest at users.alioth.debian.org
rlaboiss-guest at users.alioth.debian.org
Mon May 14 16:20:06 UTC 2012
Author: rlaboiss-guest
Date: Mon May 14 16:20:05 2012
New Revision: 44780
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44780
Log:
Drop the call to the octave3.2-depends script
The xmds package suggests now the unversioned package "octave". The
octave3.2-depends script does not exist anymore in version 3.6.1 of
the octave package for Debian.
Modified:
packages/xmds/trunk/debian/changelog
packages/xmds/trunk/debian/control
packages/xmds/trunk/debian/rules
Modified: packages/xmds/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/changelog?rev=44780&op=diff
==============================================================================
--- packages/xmds/trunk/debian/changelog (original)
+++ packages/xmds/trunk/debian/changelog Mon May 14 16:20:05 2012
@@ -1,3 +1,13 @@
+xmds (1.6.6-7) UNRELEASED; urgency=low
+
+ * debian/control:
+ + Suggest a non-versioned dependency on octave
+ + Drop build-dependency on octave3.2-headers, since this was needed
+ only because of the octave3.2-depends script
+ * debian/rules: Drop call to octave3.2-depends (Closes: #666501)
+
+ -- Rafael Laboissiere <rafael at laboissiere.net> Mon, 14 May 2012 13:13:23 +0200
+
xmds (1.6.6-6) unstable; urgency=low
* Team upload
Modified: packages/xmds/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/control?rev=44780&op=diff
==============================================================================
--- packages/xmds/trunk/debian/control (original)
+++ packages/xmds/trunk/debian/control Mon May 14 16:20:05 2012
@@ -4,7 +4,7 @@
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Christian T. Steigies <cts at debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev,
- libfftw3-dev, mpi-default-dev, octave3.2-headers, autoconf, quilt
+ libfftw3-dev, mpi-default-dev, autoconf, quilt
Standards-Version: 3.9.2
Homepage: http://xmds.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/xmds/
@@ -14,7 +14,7 @@
Architecture: any
Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, mpi-default-dev,
${misc:Depends}
-Suggests: ${octave:Depends}
+Suggests: octave
Description: eXtensible Multi-Dimensional Simulator
XMDS is a code generator that integrates equations, from Ordinary
Differential Equations (ODEs) up to stochastic Partial Differential
Modified: packages/xmds/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/rules?rev=44780&op=diff
==============================================================================
--- packages/xmds/trunk/debian/rules (original)
+++ packages/xmds/trunk/debian/rules Mon May 14 16:20:05 2012
@@ -31,9 +31,6 @@
rm -f lorenz* )
touch make-examples-stamp
-install/xmds::
- octave3.2-depends
-
binary-install/xmds::
# Move Octave file into the correct directory
mkdir -p $(mdir)
More information about the debian-science-commits
mailing list