[Pkg-scicomp-devel] xmds/trunk/debian
Rafael Laboissiere
rafael at debian.org
Wed Jan 16 08:41:12 UTC 2008
SVN commit 2017 by rafael:
* Preparation for new upstream release
* Switched to octave3.0
M +8 -0 xmds/trunk/debian/changelog
M +1 -1 xmds/trunk/debian/control
M +1 -1 xmds/trunk/debian/rules
--- xmds/trunk/debian/changelog #2016:2017
@@ -1,3 +1,11 @@
+xmds (1.6.4-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/control: Build-depends on octave3.0-headers instead of 2.9
+ * debian/rules: Call octave3.0-depends instead of octave2.9-depends
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 16 Jan 2008 09:08:43 +0100
+
xmds (1.6.3-3) unstable; urgency=low
* debian/control: Build-depends on libfft3-dev, since the fftw3 packages
--- xmds/trunk/debian/control #2016:2017
@@ -5,7 +5,7 @@
Uploaders: Christian T. Steigies <cts at debian.org>,
Rafael Laboissiere <rafael at debian.org>
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, fftw-dev, libfftw3-dev,
- libmpich1.0-dev, octave2.1-headers, octave2.9-headers, autoconf
+ libmpich1.0-dev, octave2.1-headers, octave3.0-headers, autoconf
Standards-Version: 3.7.3
Homepage: http://xmds.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
--- xmds/trunk/debian/rules #2016:2017
@@ -40,7 +40,7 @@
touch make-examples-stamp
install/xmds::
- for v in 2.1 2.9 ; do octave$$v-depends ; done
+ for v in 2.1 3.0 ; do octave$$v-depends ; done
binary-install/xmds::
# Move Octave file into the correct directory
More information about the Pkg-scicomp-devel
mailing list