[SCM] Gerris Flow Solver branch, upstream, updated. 0055bcf85b21b3d1577984b5e5983003e3102b8b

Drew Parsons dparsons at debian.org
Fri May 15 09:01:54 UTC 2009


The following commit has been merged in the upstream branch:
commit 0055bcf85b21b3d1577984b5e5983003e3102b8b
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri May 15 19:00:27 2009 +1000

    No debian directory in upstream tarball.
    
    I'd left the debian subdir alone when I aligned the darcs source with
    the tarball in the previous commit.

diff --git a/debian/changelog.sh b/debian/changelog.sh
deleted file mode 100644
index 605059b..0000000
--- a/debian/changelog.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-GERRIS_VERSION=$(grep GFS_VERSION config.h | awk 'BEGIN{FS=" |\""}{print $4}')
-version=$(grep GFS_BUILD_VERSION src/version.h | awk 'BEGIN{FS=" |\"|-"}{print $4}')
-date=$(date +"%a, %e %b %Y %T %z")
-cat <<EOF > debian/changelog
-gerris-snapshot ($GERRIS_VERSION-$version) testing; urgency=low
-
-  * gerris-snapshot release (based on Drew Parsons's official debian)
-
- -- Stephane Popinet <popinet at users.sf.net>  $date
-EOF
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 0d700c0..0000000
--- a/debian/control
+++ /dev/null
@@ -1,32 +0,0 @@
-Source: gerris-snapshot
-Section: science
-Priority: optional
-Maintainer: Stephane Popinet <popinet at users.sf.net>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev,
-	       libnetcdf-dev, libgsl0-dev, proj,
-	       python, g77 | gfortran, chrpath
-Homepage: http://gfs.sourceforge.net/
-
-Package: gerris-snapshot
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
-	 libgts-snapshot-dev,
-	 pkg-config, gcc, sed, gawk, m4
-Replaces: gerris
-Suggests: gfsview-snapshot, source-highlight, imagemagick, ffmpeg
-Description: Gerris Flow Solver (development snapshot)
- Gerris is a system for the solution of the partial differential
- equations describing fluid flow.
- .
- A brief summary of its main features:
- .
-    * Quadtree-based (Octree in 3D) spatial discretisation with
-      automatic and dynamic refinement.
-    * Multigrid Poisson solver.
-    * Second-order Godunov type advection scheme.
-    * Solves the time-dependent incompressible Euler, Stokes ans Navier-Stokes
-      equations.
-    * Support for complex solid boundaries (automatic locally-refined
-      mesh generation).
- .
- See http://gfs.sf.net for more information and documentation.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 82e0dd3..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright:
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; version 2 dated June, 1991.
-
-   This package is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 5502ed8..0000000
--- a/debian/docs
+++ /dev/null
@@ -1,3 +0,0 @@
-NEWS
-README
-TODO
diff --git a/debian/gerris-snapshot.symbols b/debian/gerris-snapshot.symbols
deleted file mode 100644
index 9a959a9..0000000
--- a/debian/gerris-snapshot.symbols
+++ /dev/null
@@ -1 +0,0 @@
-# dummy file just here to force dh_makeshlibs to call dpkg-gensymbols
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 0239cf9..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_CONFIGURE_EXTRA_FLAGS = --disable-mpi
-
-GFS_VERSION = $(shell grep -o "[0-9]*\.[0-9]*\.[0-9]*" $(CURDIR)/debian/changelog)
-DEB_DH_MAKESHLIBS_ARGS_ALL = -- -v$(GFS_VERSION) -c0
-
-# To look for shlibs and symbols file in locally compiled libgts-snapshot debian package
-# do something like:
-# % export DEB_DH_SHLIBDEPS_ARGS_ALL="-- -S$HOME/local/src/gts-mainline/debian/libgts-snapshot"
-
-clean::
-	rm -f a.out
-	rm -f doc/examples/gfs.lang
-	rm -f doc/examples/gfs2tex.pyc
-	rm -f doc/examples/Makefile.deps
-	rm -f src/modules.c
-	rm -f src/modules.h
-
-# Remove rpath added by libtool
-binary-post-install/gerris-snapshot ::
-	- chrpath -d -k debian/gerris-snapshot/usr/bin/* 2> /dev/null

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list