Skip to content

Debian Changelog gerris (20090512-dfsg.1-1)

2009

gerris (20090512-dfsg.1-1) unstable; urgency=low

   * New upstream version.
     - upstream now releases snapshots only, rather than versioned
       releases, so upstream version is given by release date: 20090512.
     - modules/RStarTree has no free licence, so has been removed.
     - likewise modules/fes2004 removed: uses non-free Aktarus tide
       prediction functions.
     - fpucontrol-bug350595.patch superseded: src/init.c now uses
       fenv.h instead of fpu_control.h.  Closes: #525396.
   * debian/copyright lists licences for modules:
       - wavewatch: public domain
       	(see http://polar.ncep.noaa.gov/waves/wavewatch/wavewatch.html )
       - stokes: CW263.f confirmed by the author to be available in the
       	public domain.
   * With provision of the stokes module, /usr/lib/gerris now contains both
     arch dependent files (libstokes) and arch indep (m4.awk,
     gfs2tex.py), installed at /usr/share/gerris/lib.  /usr/lib/gerris
     is therefore no longer a symlink to /usr/share/gerris/lib, unlike
     earlier revisions.
   * fixed spelling in libgfs-dbg description. Closes: #527028.
   * Build-depends: gfortran (for stokes module).

 -- Drew Parsons <dparsons@debian.org>  Mon, 08 Jun 2009 00:54:21 +1000

gerris (0.9.2+darcs081022-dfsg.1-5) unstable; urgency=low

   * debian/control: Place libgfs-dbg in Section: debug.
   * debian/gerris.install:
       - install usr/share contents (MIME data, gerris icons).
       - install m4 and python scripts from usr/lib/gerris into
         usr/share/gerris/lib (arch-independent files, hence install in
         usr/share).  gerris.links creates symlink from
         usr/share/gerris/lib back to usr/lib/gerris.
         gerris Depends: m4
         Closes: #526424.

 -- Drew Parsons <dparsons@debian.org>  Mon, 04 May 2009 11:44:12 +1000

gerris (0.9.2+darcs081022-dfsg.1-4) unstable; urgency=low

   * Update fpucontrol-bug350595.patch:
     - #define FPU_AVAILABLE when FPU_SETCW and _FPU_IEEE are defined.
       Check FPU_AVAILABLE is defined at point where fpu_trap_exception
       is used. Closes: #523785.
     - Exclude armel (arm + softfp) from fpu manipulations. The
       instruction used in FPU_SETCW on arm is specific to the VFP unit
       which is not present on armel systems. Closes: #520878
   * debian/rules: disable mpi support with cdbs variable
       DEB_CONFIGURE_EXTRA_FLAGS = --disable-mpi
     to enable more consistent building on systems where mpi libs are
     installed.  In future we will build versions with and without mpi
     support.

 -- Drew Parsons <dparsons@debian.org>  Thu, 23 Apr 2009 15:44:23 +1000

gerris (0.9.2+darcs081022-dfsg.1-3) unstable; urgency=low

   [ Sylvestre Ledru ]
   * Check that _FPU_IEEE is actually available on the platform
     (Closes: #520866)
 
   [ Drew Parsons ]
   * Build-Depends: python.
     Some subdirs such as ./test use python at build time.

 -- Drew Parsons <dparsons@debian.org>  Wed, 25 Mar 2009 15:00:41 +1100

gerris (0.9.2+darcs081022-dfsg.1-2) unstable; urgency=low

   * Tighten dependency of libgfs-dev on libgfs-1.3-1 by specifying
     (= ${binary:Version}).
   * modules directory is removed from the source tarball for now due
     to licence concerns, so no need to actually mention those licences in
     the Debian copyright file.
   * Standards-Version: 3.8.1

 -- Drew Parsons <dparsons@debian.org>  Sun, 22 Mar 2009 22:56:01 +1100

gerris (0.9.2+darcs081022-dfsg.1-1) unstable; urgency=low

   [ Ruben Molina ]
   * New Maintainer (Closes: #471984)
   * New upstream version (Closes: #354032)
   * Acknowledge previous NMUs (Closes: #498305)
   * Migrate to CDBS
   * Update Standards to 3.8.0
   * Change section (math to science)
   * Update Depends (libnetcdf3 to libnetcdf4, libgsl0 to libgsl0ldbl)
   * Split libraries into a new binary packages
   * Add manpages
   * Repackage upstream sources removing modules/*
     (copyright/license issues). See debian/README.Debian-source
   * Add debian/get-orig-source.sh
   * Add debian/watch
 
   [ Drew Parsons ]
   * Set version to 0.9.2+darcs0810221-dfsg.1-1
   * The various libgfs shared libraries currently have the same
     soname version libgfs*-1.3.so.1, so put them in package
     libgfs-1.3-1.  Hopefully they will continue to keep the same
     soname in the future.
   * gerris uses its own header files when executing scripts (it
     compiles a binary at runtime for execution).
     Therefore gerris Depends: libgfs-dev.

 -- Drew Parsons <dparsons@debian.org>  Mon, 26 Jan 2009 01:44:28 +1100

2008

gerris (0.6.0-3.2) unstable; urgency=low

    * Non-maintainer upload.
    * Add build-depends to libgts-bin. (Closes: #494243)
    * Fix typo in src/init.c to fix a FTBFS on m68k. (Closes: #350595)

 -- Holger Levsen <holger@debian.org>  Mon, 08 Sep 2008 11:11:34 +0000

2007

gerris (0.6.0-3.1) unstable; urgency=low

   [ Brice Goglin ]
   * Non-maintainer upload.
   * Add a wrapper for fpu_control.h's difference on mips and m68k,
     closes: #350595.
 
   [ Christoph Berg ]
   * Rebuilding also fixes the libgts dependency, closes: #374023.

 -- Christoph Berg <myon@debian.org>  Fri, 12 Jan 2007 00:26:10 +0100

2006

gerris (0.6.0-3) unstable; urgency=low

   * NMU
   * Apply various fixes for FTBFS on amd64. Thanks Andreas Jochens.
     (closes: #300446)

 -- David Nusinow <dnusinow@debian.org>  Mon, 16 Jan 2006 16:37:09 -0500

2005

gerris (0.6.0-2) unstable; urgency=low

   * src/init.c: alpha doesn't have/need _FPU_SETCW (closes: bug#265823)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 09 Apr 2005 10:48:53 -0600

gerris (0.6.0-1) unstable; urgency=low

   * New upstream release
   * Patched with upstream "patch1" patch.
   * debian/control: use glib 2.0, use gts 0.7.3

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 05 Feb 2005 14:14:23 -0600

2003

gerris (0.2.0-1) unstable; urgency=low

   * New upstream release
   * Install shared libraries and header files in the gerris package.  If some
     other package wants to use these files, drop me a note and I'll split this
     out to their own packages.

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sun, 09 Feb 2003 14:46:06 +0100

2002

gerris (0.1.0-1) unstable; urgency=low

   * Initial Release. (closes: bug#150634)

 -- Marcelo E. Magallon <mmagallo@debian.org>  Sat, 29 Jun 2002 14:45:16 +0200