Package: xmds Severity: normal Tags: patch Hi,
we are about to remove octave2.1 from the Debian archive. Please drop it from xmds' build dependencies. Patch against current trunk attached. -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
Index: control =================================================================== --- control (Revision 4151) +++ control (Arbeitskopie) @@ -5,7 +5,7 @@ Uploaders: Christian T. Steigies <[email protected]>, Rafael Laboissiere <[email protected]> Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev, - libfftw3-dev, libmpich1.0-dev, octave2.1-headers, octave3.0-headers, + libfftw3-dev, libmpich1.0-dev, octave3.0-headers, autoconf Standards-Version: 3.8.0 Homepage: http://xmds.sourceforge.net/ @@ -15,7 +15,7 @@ Package: xmds Architecture: any Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, libmpich1.0-dev -Suggests: ${octave-3-0:Depends} | ${octave-2-1:Depends} +Suggests: ${octave-3-0:Depends} Description: eXtensible Multi-Dimensional Simulator XMDS is a code generator that integrates equations, from Ordinary Differential Equations (ODEs) up to stochastic Partial Differential Index: rules =================================================================== --- rules (Revision 4151) +++ rules (Arbeitskopie) @@ -32,7 +32,7 @@ touch make-examples-stamp install/xmds:: - for v in 2.1 3.0 ; do octave$$v-depends ; done + for v in 3.0 ; do octave$$v-depends ; done binary-install/xmds:: # Move Octave file into the correct directory

