[getdp] 01/60: import of getdp

Matteo F. Vescovi mfv at moszumanska.debian.org
Thu Feb 11 10:12:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository getdp.

commit f9147b0c3c67581ed119f73a5c7bffb165d53bf3
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Thu Jun 17 10:42:28 2010 +0000

    import of getdp
---
 debian/README.Debian          |   6 ++
 debian/README.source          |  58 +++++++++++++
 debian/changelog              |  35 ++++++++
 debian/compat                 |   1 +
 debian/control                |  21 +++++
 debian/copyright              |  24 ++++++
 debian/dirs                   |   1 +
 debian/docs                   |   1 +
 debian/patches/Makefile.diff  |  33 ++++++++
 debian/patches/Makefile.patch |  29 +++++++
 debian/patches/configure.diff | 185 ++++++++++++++++++++++++++++++++++++++++++
 debian/patches/gmsh-2.1.diff  |  13 +++
 debian/patches/series         |   1 +
 debian/rules                  |  43 ++++++++++
 debian/watch                  |   3 +
 15 files changed, 454 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..be359ba
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+getdp for Debian
+----------------
+
+initial build for debian lenny
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Thu, 27 Aug 2009 13:09:50 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5dde0bf
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+                break
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2189165
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,35 @@
+getdp (2.0.0-svn-20100125-1) unstable; urgency=low
+
+  * Update to svn version
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 27 Jan 2010 10:58:17 +0100
+
+getdp (1.2.1-4) unstable; urgency=low
+
+  * Add support for metis (scotchmetis)
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 13 Jan 2010 11:16:15 +0100
+
+getdp (1.2.1-3) unstable; urgency=low
+
+  * Added support for GMSH 2.1 format
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Wed, 04 Nov 2009 16:29:46 +0100
+
+getdp (1.2.1-2) unstable; urgency=low
+
+  * Added watch file
+  * Switch to cdbs to build
+  * Switch to quilt to patch 
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Tue, 08 Sep 2009 13:39:39 +0200
+
+getdp (1.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #502615)
+  * Forced use of autoconf 2.50 in configure.in
+  * Forced use of gfortran in configure.in
+  * Removed call to Arpack use libarpack2 instead
+
+ -- Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>  Thu, 27 Aug 2009 13:09:50 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ad38d64
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: getdp
+Section: math
+Priority: extra
+Maintainer: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
+Build-Depends: quilt, cdbs, debhelper (>= 7), autotools-dev, automake, autoconf, gfortran, libarpack2-dev, libgsl0-dev, libscotchmetis-dev, libpetsc3.0.0-dev (>= 3.0.0-0)
+Standards-Version: 3.8.3
+Homepage: http://www.geuz.org/getdp
+
+Package: getdp
+Architecture: any
+Depends: libarpack2, libgsl0ldbl, libpetsc3.0.0 (>= 3.0.0-0), ${shlibs:Depends}, ${misc:Depends}
+Description: general environment for the treatment of discrete problems
+ GetDP is a general finite element solver using mixed elements to
+ discretize de Rham-type complexes in one, two and three dimensions.
+ .
+ The main feature of GetDP is the closeness between the input data
+ defining discrete problems (written by the user in ASCII data files)
+ and the symbolic mathematical expressions of these problems.
+ .
+ See GetDP's reference manual for a more thorough overview of GetDP's
+ capabilities: http://www.geuz.org/getdp
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f267bc3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Christophe Trophime <christophe.trophime at grenoble.cnrs.fr> on
+Thu, 27 Aug 2009 13:09:50 +0200.
+
+It was downloaded from http://www.geuz.org/getdp
+
+Upstream Authors:
+
+    Patrick Dular patrick.dular at ulg.ac.be
+    Christophe Geuzaine christophe.geuzaine at ulg.ac.be
+
+Copyright:
+
+    copyright (C) 1997-2008 by P. Dular and C. Geuzaine
+
+License:
+
+    /usr/share/common-licenses/GPL-2 
+
+The Debian packaging is (C) 2009, Christophe Trophime <christophe.trophime at grenoble.cnrs.fr> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+    Sparskit : /usr/share/common-licenses/LGPL-2
+    Arpack : /usr/share/common-licenses/BSD
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/patches/Makefile.diff b/debian/patches/Makefile.diff
new file mode 100644
index 0000000..34784fa
--- /dev/null
+++ b/debian/patches/Makefile.diff
@@ -0,0 +1,33 @@
+Index: getdp-1.2.1/Makefile
+===================================================================
+--- getdp-1.2.1.orig/Makefile	2009-09-09 11:05:05.000000000 +0200
++++ getdp-1.2.1/Makefile	2009-09-09 11:09:06.000000000 +0200
+@@ -49,11 +49,13 @@
+ 	${LINKER} -o bin/getdp-box ${GETDP_LIBS}
+ 
+ install: variables
+-	-mkdir -p ${bindir}
+-	-cp bin/getdp${EXEEXT} ${bindir}
+-	-chmod 755 ${bindir}/getdp${EXEEXT}
+-	-mkdir -p ${mandir}/man1
+-	-cp doc/getdp.1 ${mandir}/man1
++	-mkdir -p $(DESTDIR)${bindir}
++	-cp bin/getdp${EXEEXT} $(DESTDIR)${bindir}
++	-chmod 755 $(DESTDIR)${bindir}/getdp${EXEEXT}
++	-mkdir -p $(DESTDIR)${mandir}/man1
++	-cp doc/getdp.1 $(DESTDIR)${mandir}/man1
++	-mkdir -p $(DESTDIR)${datadir}/demos
++	-cp doc/getdp.1 $(DESTDIR)${datadir}/demos
+ 
+ variables: configure
+ 	@echo "********************************************************************"
+@@ -85,6 +87,9 @@
+ 	for i in lib doc/texinfo ${GETDP_DIRS}; do (cd $$i && ${MAKE} clean ); done
+ 	rm -f ${GETDP_VERSION_FILE}
+ 
++distclean:
++	-rm -f bin/getdp${EXEEXT}
++
+ depend:
+ 	for i in ${GETDP_DIRS};\
+           do (cd $$i && ${MAKE} depend "SOLVER=-DHAVE_SPARSKIT -DHAVE_GSL");\
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
new file mode 100644
index 0000000..34f3229
--- /dev/null
+++ b/debian/patches/Makefile.patch
@@ -0,0 +1,29 @@
+Index: getdp-2.0.0-svn-20100125/Makefile
+===================================================================
+--- getdp-2.0.0-svn-20100125.orig/Makefile	2010-01-28 11:54:05.000000000 +0100
++++ getdp-2.0.0-svn-20100125/Makefile	2010-01-28 11:54:10.000000000 +0100
+@@ -37,11 +37,11 @@
+ 	@for i in ${GETDP_DIRS}; do (cd $$i && ${MAKE}); done
+ 
+ install: variables
+-	mkdir -p ${bindir}
+-	cp -f bin/getdp${EXEEXT} ${bindir}
+-	chmod 755 ${bindir}/getdp${EXEEXT}
+-	mkdir -p ${mandir}/man1
+-	cp -f doc/getdp.1 ${mandir}/man1
++	mkdir -p $(DESTDIR)${bindir}
++	cp -f bin/getdp${EXEEXT} $(DESTDIR)${bindir}
++	chmod 755 $(DESTDIR)${bindir}/getdp${EXEEXT}
++	mkdir -p $(DESTDIR)${mandir}/man1
++	cp -f doc/getdp.1 $(DESTDIR)${mandir}/man1
+ 
+ variables: configure
+ 	@echo "********************************************************************"
+@@ -62,6 +62,7 @@
+ clean:
+ 	for i in doc lib demos ${GETDP_DIRS}; do (cd $$i && ${MAKE} clean); done
+ 	rm -f ${GETDP_VERSION_FILE}
++	rm -f bin/getdp${EXEEXT}
+ 
+ depend: initialtag
+ 	mv -f Common/GetDPConfig.h .
diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff
new file mode 100644
index 0000000..12f117f
--- /dev/null
+++ b/debian/patches/configure.diff
@@ -0,0 +1,185 @@
+Index: getdp-1.2.1/configure.in
+===================================================================
+--- getdp-1.2.1.orig/configure.in	2010-01-13 11:16:49.000000000 +0100
++++ getdp-1.2.1/configure.in	2010-01-13 11:19:50.000000000 +0100
+@@ -22,6 +22,7 @@
+ dnl Process this file with autoconf to produce the configure script.
+ 
+ dnl Check that this is the getdp source tree
++AC_PREREQ(2.50)
+ AC_INIT(Parser/GetDP.y)
+ 
+ dnl Parse '--with' command-line options
+@@ -81,11 +82,11 @@
+ 
+ dnl Check for default compilers
+ AC_PROG_CC
+-AC_PROG_F77
+-if test "x${CC}" = "x" -o "x${F77}" = "x" ; then
++AC_PROG_FC
++if test "x${CC}" = "x" -o "x${FC}" = "x" ; then
+   AC_MSG_ERROR([Could not find required compilers, aborting.])
+ fi
+-LINKER="${F77}"
++LINKER="${FC}"
+ 
+ dnl Take care of no-cygwin option before doing any other tests
+ case "$UNAME" in
+@@ -93,7 +94,7 @@
+     if test "x$enable_cygwin" != "xyes"; then
+       UNAME="${UNAME}-no-cygwin"
+       CC="${CC} -mno-cygwin"
+-      F77="${F77} -mno-cygwin"
++      FC="${FC} -mno-cygwin"
+       LINKER="${LINKER} -mno-cygwin"
+     fi
+     ;;
+@@ -102,7 +103,7 @@
+ dnl Set default flags
+ C_FLAGS="${CFLAGS}"
+ C_PARSER_FLAGS="${CFLAGS}"
+-F77_FLAGS="${FFLAGS}"
++FC_FLAGS="${FFLAGS}"
+ OPTIONS=""
+ 
+ dnl Use C for tests
+@@ -142,8 +143,7 @@
+ 
+   if test "x$enable_arpack" != "xno"; then
+     OPTIONS="${OPTIONS} -DHAVE_ARPACK"
+-    GETDP_DIRS="${GETDP_DIRS} Arpack"
+-    GETDP_LIBS='-Llib -lMain -lParser -lPost -lFunction -lIntegration -lGeoData -lDofData -lNumeric -lDataStr -lFMM -lArpack ${PETSC_KSP_LIB}'
++    GETDP_LIBS='-Llib -lMain -lParser -lPost -lFunction -lIntegration -lGeoData -lDofData -lNumeric -lDataStr -lFMM -larpack ${PETSC_KSP_LIB}'
+   else
+     GETDP_LIBS='-Llib -lMain -lParser -lPost -lFunction -lIntegration -lGeoData -lDofData -lNumeric -lDataStr -lFMM ${PETSC_KSP_LIB}'
+   fi
+@@ -178,8 +178,8 @@
+   dnl Check for Arpack, then link with blas and lapack if necessary
+   if test "x$enable_arpack" != "xno" -a "x${LAPACK}" = "xyes"; then
+     OPTIONS="${OPTIONS} -DHAVE_ARPACK"
+-    GETDP_DIRS="${GETDP_DIRS} Arpack"
+-    GETDP_LIBS="${GETDP_LIBS} -lArpack"
++    GETDP_DIRS="${GETDP_DIRS}"
++    GETDP_LIBS="${GETDP_LIBS} -larpack"
+   fi
+   if test "x${LAPACK}" = "xyes"; then
+     GETDP_LIBS="${GETDP_LIBS} -llapack -lblas"
+@@ -201,9 +201,9 @@
+         C_FLAGS="+O2 +Onolimit -Ae +DAportable"
+         C_PARSER_FLAGS="+O1 -Ae +DAportable"
+       fi
+-      if test "x${F77}" = "xf77"; then
+-        F77_FLAGS="+O2 +DAportable"
+-        LINKER="f77 +DAportable"
++      if test "x${FC}" = "xf90"; then
++        FC_FLAGS="+O2 +DAportable"
++        LINKER="f90 +DAportable"
+         GETDP_LIBS="Main/Main.o ${GETDP_LIBS}"
+         SOLVER="-DHAVE_UNDERSCORE ${SOLVER}"
+       fi
+@@ -213,8 +213,8 @@
+       if test "x${CC}" = "xcc"; then
+         C_PARSER_FLAGS="-O1"
+       fi
+-      if test "x${F77}" = "xf77"; then
+-        LINKER="f77 -nofor_main"
++      if test "x${FC}" = "xf90"; then
++        LINKER="f90 -nofor_main"
+       fi
+       ;;
+     SunOS*)
+@@ -226,8 +226,8 @@
+         C_FLAGS="-O2 -D_BSD -qMAXMEM=10000"
+         C_PARSER_FLAGS="-O1 -D_BSD -qMAXMEM=10000"
+       fi
+-      if test "x${F77}" = "xf77"; then
+-        F77_FLAGS="-O2 -D_BSD -qMAXMEM=10000"
++      if test "x${FC}" = "xf90"; then
++        FC_FLAGS="-O2 -D_BSD -qMAXMEM=10000"
+         SOLVER="-DHAVE_SPARSKIT -DHAVE_UNDERSCORE"
+       fi
+       ;;
+@@ -238,13 +238,13 @@
+       ;;
+     Linux*)
+       dnl options for pgi and intel compilers
+-      case "${F77}" in
+-        *pgf77*)
+-          LINKER="${F77} -Mnomain"
++      case "${FC}" in
++        *pgf90*)
++          LINKER="${FC} -Mnomain"
+           GETDP_LIBS="Main/Main.o ${GETDP_LIBS}"
+           ;;
+         *ifort*)
+-          LINKER="${F77} -nofor_main"
++          LINKER="${FC} -nofor_main"
+           ;;
+       esac
+       ;;
+@@ -319,6 +319,10 @@
+   if test "x${METIS_PREFIX}" != "x"; then
+     OPTIONS="${OPTIONS} -I${METIS_PREFIX} -I${METIS_PREFIX}/include"
+     GETDP_LIBS="${GETDP_LIBS} -L${METIS_PREFIX} -L${METIS_PREFIX}/lib -lmetis"
++  else
++    dnl options for scotchmetis
++    OPTIONS="${OPTIONS} -I/usr/include/metis"
++    GETDP_LIBS="${GETDP_LIBS} -lscotchmetis -lmetis -lscotch"
+   fi
+ fi
+ 
+@@ -368,7 +372,7 @@
+ AC_SUBST(UNAME)
+ AC_SUBST(C_FLAGS)
+ AC_SUBST(C_PARSER_FLAGS)
+-AC_SUBST(F77_FLAGS)
++AC_SUBST(FC_FLAGS)
+ AC_SUBST(SOLVER)
+ AC_SUBST(LINKER)
+ AC_SUBST(GETDP_DIRS)
+@@ -384,7 +388,7 @@
+ echo "GetDP is configured for"
+ echo "- OS               : $UNAME"
+ echo "- C compiler       : $CC $C_FLAGS"
+-echo "- Fortran compiler : $F77 $F77_FLAGS"
++echo "- Fortran compiler : $FC $FC_FLAGS"
+ echo "- Linker           : $LINKER"
+ echo "- Solver           : $SOLVER"
+ if test "x$enable_petsc" = "xyes"; then
+Index: getdp-1.2.1/variables.in
+===================================================================
+--- getdp-1.2.1.orig/variables.in	2010-01-13 11:16:49.000000000 +0100
++++ getdp-1.2.1/variables.in	2010-01-13 11:16:55.000000000 +0100
+@@ -24,7 +24,7 @@
+ 
+ # The names of the C and Fortran compilers
+ CC=@CC@
+-F77=@F77@
++FC=@FC@
+ 
+ # If you need to link to dynamic libraries installed in non-standard
+ # locations and are using the GNU linker, you may want to add
+@@ -36,7 +36,7 @@
+ # Compiler flags
+ C_FLAGS=@C_FLAGS@
+ C_PARSER_FLAGS=@C_PARSER_FLAGS@
+-F77_FLAGS=@F77_FLAGS@
++FC_FLAGS=@FC_FLAGS@
+ 
+ # GetDP subdirectories and libraries
+ GETDP_DIRS=@GETDP_DIRS@
+Index: getdp-1.2.1/Makefile
+===================================================================
+--- getdp-1.2.1.orig/Makefile	2010-01-13 11:16:55.000000000 +0100
++++ getdp-1.2.1/Makefile	2010-01-13 11:16:55.000000000 +0100
+@@ -54,8 +54,8 @@
+ 	-chmod 755 $(DESTDIR)${bindir}/getdp${EXEEXT}
+ 	-mkdir -p $(DESTDIR)${mandir}/man1
+ 	-cp doc/getdp.1 $(DESTDIR)${mandir}/man1
+-	-mkdir -p $(DESTDIR)${datadir}/demos
+-	-cp doc/getdp.1 $(DESTDIR)${datadir}/demos
++	-mkdir -p $(DESTDIR)${datadir}/getdp/demos
++	-cp demos/* $(DESTDIR)${datadir}/getdp/demos
+ 
+ variables: configure
+ 	@echo "********************************************************************"
diff --git a/debian/patches/gmsh-2.1.diff b/debian/patches/gmsh-2.1.diff
new file mode 100644
index 0000000..7930e34
--- /dev/null
+++ b/debian/patches/gmsh-2.1.diff
@@ -0,0 +1,13 @@
+Index: getdp-1.2.1/GeoData/GeoData.c
+===================================================================
+--- getdp-1.2.1.orig/GeoData/GeoData.c	2009-11-04 16:50:34.000000000 +0100
++++ getdp-1.2.1/GeoData/GeoData.c	2009-11-04 16:50:46.000000000 +0100
+@@ -333,7 +333,7 @@
+     if(!strncmp(&String[1], "MeshFormat", 10)) {
+ 
+       fscanf(File_GEO, "%lf %d %d\n", &Version, &Format, &Size);
+-      if(Version != 2.0){
++      if(Version != 2.0 && Version!=2.1){
+ 	Msg(GERROR, "Unknown mesh file version (%g)", Version);
+ 	return;
+       }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5b1c0a4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Makefile.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3a1731e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_CLEANUP_RCS            := yes
+
+#DEB_AUTO_UPDATE_ACLOCAL         := 1.11
+#DEB_AUTO_UPDATE_AUTOCONF        := 1
+
+DEB_COMPRESS_EXCLUDE            := .pdf .svn
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+
+# PETSC_DIR is the location of PETSc.
+export PETSC_DIR=/usr/lib/petscdir/3.0.0
+export PETSC_ARCH=linux-gnu-c-opt
+
+#DEB_MAKE_ENVVARS               := -j2
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-metis
+DEB_CONFIGURE_SCRIPT_ENV        += F77="gfortran"
+
+DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.dfsg.*$$//p')
+
+clean::
+	find . \( -name "*.o" -o -name "*.a" \) -delete
+	rm -rf bin/getdp
+	rm -rf include/GetDPVersion.h
+	rm -rf config.guess config.sub config.status config.log
+
+.PHONY: get-orig-source
+get-orig-source:
+        set -ex ; \
+        TMPDIR=`mktemp -d $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig` ; \
+        uscan --force-download --symlink --check-dirname-level 0 --destdir "$$TMPDIR" ; \
+        tar -C "$$TMPDIR" --strip-components 1 -xzf "$$TMPDIR"/$(DEB_SOURCE_PACKAGE)_$(DEB_STRIPPED_UPSTREAM_VERSION).orig.tar.gz ; \
+        rm -f "$$TMPDIR"/$(DEB_SOURCE_PACKAGE)*.tar.gz ; \
+        rm -rf "$$TMPDIR"/Arpack ; \
+        GZIP=-9 tar -czf \
+            $(CURDIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
+            $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig ; \
+        rm -rf "$$TMPDIR"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8226d81
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/-([^-]+)/.$1/,dversionmangle=s/\.dfsg$// \
+  http://www.geuz.org/getdp/src/ getdp-([\d.-]+)-source\.tgz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list