2009
xmds (1.6.6-2) unstable; urgency=low
* debian/control, debian/rules: Drop support for octave2.1, which will
be removed from Debian unstable. Closes: #516447. Thanks to Thomas
Weber for the patch.
* debian/control: Fix Lintian warning debhelper-but-no-misc-depends
* debian/watch: Use the qa.debian.org redirector
* debian/copyright:
+ Use the UTF-8 character for the Copyright symbol
+ Release the Debian packaging under the GPL v3 or later
-- Rafael Laboissiere <rafael@debian.org> Sat, 21 Feb 2009 19:59:11 +0100
2008
xmds (1.6.6-1) unstable; urgency=low
* New upstream release
* debian/patches/compile-with-gcc-4.3.diff: Drop patch (applied upstream)
* debian/rules: Use debian/clean instead of manually cleaning files
* debian/compat, debian/control: Bump build-dependency on debhelper to
>= 7.0.0, otherwise debian/clean is moot
* debian/clean: New file
* debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
-- Rafael Laboissiere <rafael@debian.org> Sat, 12 Jul 2008 10:53:41 +0200
xmds (1.6.5-2) unstable; urgency=low
* debian/control: Build-depend on quilt
* debian/rules: Include quilt's CDBS scrap
* debian/patches/compile-with-gcc-4.3.diff: Add patch for building the
package with GCC 4.3 (closes: #474820)
-- Rafael Laboissiere <rafael@debian.org> Tue, 08 Apr 2008 09:37:27 +0200
xmds (1.6.5-1) unstable; urgency=low
* New upstream release
* debian/patches/g++-4.2-string-literal.patch: Dropped patch (applied
upstream)
* debian/rules:
+ Drop hacks for keeping upstream files unchanged
+ Cleanups: loadxsil.m does not land in /usr/bin anymore and *.xmds
files in examples dir have now the right permissions
+ Install examples in appropriate doc directory
-- Rafael Laboissiere <rafael@debian.org> Fri, 29 Feb 2008 00:32:17 +0100
xmds (1.6.4-1) unstable; urgency=low
* New upstream release
* debian/control:
+ Build-depends on octave3.0-headers instead of 2.9
+ Use ${octave-3-0:Depends} in Suggests field
* debian/rules:
+ Call octave3.0-depends instead of octave2.9-depends
+ Since version 1.6-1 of the package, there is no need for calling
autoconf, because configure.in was fixed upstream. Dropped the
setting of the variables DEB_AUTO_UPDATE_AUTOCONF as well as some
files from the list of files to be preserved from the autotools.
* debian/patches/loadxsil-varnames-cell.patch: Dropped patch (applied
upstream)
* debian/patches/g++-4.2-string-literal.patch: New patch for avoiding g++
4.2 warning messages related to string literals being used as char*.
-- Rafael Laboissiere <rafael@debian.org> Fri, 18 Jan 2008 01:25:30 +0100
2007
xmds (1.6.3-3) unstable; urgency=low
* debian/control: Build-depends on libfft3-dev, since the fftw3 packages
have been renamed (closes: #454174)
-- Rafael Laboissiere <rafael@debian.org> Wed, 19 Dec 2007 16:54:24 +0100
xmds (1.6.3-2) unstable; urgency=low
* debian/control:
+ Added Homepage field
+ Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
+ Dropped the Homepage pseudo-header from the extended description
+ Bumped Standards-Version to 3.7.3
-- Rafael Laboissiere <rafael@debian.org> Sat, 15 Dec 2007 11:23:49 +0100
xmds (1.6.3-1) unstable; urgency=low
* New upstream release. Removed patch gcc-4.3-includes.patch, which is
applied upstream.
-- Rafael Laboissiere <rafael@debian.org> Sat, 21 Jul 2007 13:14:48 +0200
xmds (1.6.2-1) unstable; urgency=low
* New upstream release
* debian/patches/gcc-4.3-includes.patch: New patch for making the
package build against gcc 4.3 by including the appropriate cstring and
cstdlib headers
-- Rafael Laboissiere <rafael@debian.org> Sat, 16 Jun 2007 09:51:02 +0200
xmds (1.6.1-1) unstable; urgency=low
* New upstream release
* debian/control: Fixed typo in short description
* debian/patches/loadxsil-varnames-cell.dpatch: Added patch for making
loadxsil.m work with Octave
-- Rafael Laboissiere <rafael@debian.org> Sat, 12 May 2007 09:44:32 +0200
xmds (1.6-2) unstable; urgency=low
* debian/patches/gcc-4.3-include-cstdlib.patch: Also include cstdlib in
source/xmdsintegrateark89.cc (closes: #417768). Thanks Martin
Milchmayr for the patch.
-- Rafael Laboissiere <rafael@debian.org> Tue, 10 Apr 2007 17:54:35 +0200
xmds (1.6-1) unstable; urgency=low
* New upstream release
* Removed patches (applied upstream):
+ 50-add-lorenz-data.patch
+ 50-make-examples-work.patch
+ 50-preserve-prefix.patch
* debian/watch: Fixed upstream URL pattern
* debian/rules: Fix permission of some installed files
-- Rafael Laboissiere <rafael@debian.org> Thu, 5 Apr 2007 11:17:34 +0200
xmds (1.5.3-9) unstable; urgency=low
* debian/rules: Delete config.status in clean target
* debian/patches/gcc-4.3-include-cstdlib.patch: Make the sources compile
with GCC 4.3. Thanks to Martin Michlmayr (closes: #417768).
-- Rafael Laboissiere <rafael@debian.org> Wed, 4 Apr 2007 23:04:01 +0200
xmds (1.5.3-8) unstable; urgency=low
* debian/control:
- Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source section
- Added Homepage pseudo-field to the Description
- Changed the priority of the package "extra", because it depends on
libmpich1.0-dev, which has also priority "extra" (comply with Policy
Section 2.5: Priorities)
* debian/rules: Save and restore files configure, source/config.h.in,
and source/xmdsconfig.h, which are changed by the autotools,
preventing the changes to appear in the diff.gz file
-- Rafael Laboissiere <rafael@debian.org> Thu, 8 Mar 2007 11:35:28 +0100
xmds (1.5.3-7) unstable; urgency=low
* First upload to unstable
-- Rafael Laboissiere <rafael@debian.org> Wed, 31 Jan 2007 23:19:38 +0100
2006
xmds (1.5.3-6) experimental; urgency=low
* debian/rules: Use mpicxx as the MPI compile; all the examples work now * debian/README.Debian: Updated accordingly
-- Rafael Laboissiere <rafael@debian.org> Thu, 30 Nov 2006 14:29:44 +0100
xmds (1.5.3-5) experimental; urgency=low
* debian/rules:
- Enable the use of MPI
- Do not path the examples for fftw3, since they work with fftw2
* debian/README.Debian: Updated according to the above
* debian/control:
- Build-depends on fftw-dev and libmpich1.0-dev
- Depends on fftw-dev, fft3-dev, and libmpich1.0-dev, otherwise the
xmds program won't work, since it needs the header files of those
packages
-- Rafael Laboissiere <rafael@debian.org> Thu, 30 Nov 2006 03:54:42 +0100
xmds (1.5.3-4) experimental; urgency=low
* debian/rules: Avoid the double invocation of build/xmds rule
-- Rafael Laboissiere <rafael@debian.org> Tue, 28 Nov 2006 22:33:54 +0100
xmds (1.5.3-3) experimental; urgency=low
* debian/Makefile-examples: Introduce variables XMDS and XSIL2GRAPHICS
* debian/rules: Use the variables defined above in order to call the
appropriate programs at build time.
* debian/README.Debian: Added a note about the examples that do not
work because they depend on MPI
-- Rafael Laboissiere <rafael@debian.org> Mon, 27 Nov 2006 20:10:19 +0100
xmds (1.5.3-2) experimental; urgency=low
* First official release, uploaded to experimental because we are in the
middle of the etch "soft freeze" period
* Added patches:
- 50-add-lorenz-data.patch: Add file examples/lorenzInput.dat which is
missing in the tarball
- 50-make-examples-work.patch: Add patch for source/xmdssimulation.cc
taken from upstream CVS which makes all examples work (excluding the
ones that depend on MPI)
* Added a regression test for the package (lorenz.xmds example). This
is done through the makefile debian/Makefile-examples, which is also
installed in the examples area.
-- Rafael Laboissiere <rafael@debian.org> Sat, 25 Nov 2006 18:16:27 +0100
xmds (1.5.3-1) not-released; urgency=low
* Initial release (Closes: #400312)
-- Christian T. Steigies <cts@debian.org> Thu, 23 Nov 2006 21:48:44 +0100