[med-svn] [libsbml-odesolver] 01/03: Upstream has added release tags - use watch file

Andreas Tille tille at debian.org
Wed Feb 1 21:38:20 UTC 2017


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

tille pushed a commit to branch master
in repository libsbml-odesolver.

commit dcfa3ba4efee3f0b569d955467abd670d1393886
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 1 22:37:14 2017 +0100

    Upstream has added release tags - use watch file
---
 debian/doc-base        | 20 --------------------
 debian/get-orig-source | 28 ----------------------------
 debian/watch           |  7 +------
 3 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644
index 5e7e1d4..0000000
--- a/debian/doc-base
+++ /dev/null
@@ -1,20 +0,0 @@
-Document: <pkg>
-Title: <title for this doc>
-Author: <author of this doc>
-Abstract: <if you have no better clue the short and
- long description from debian/control might fit here as well>
-Section: Science/{Biology,Medicine} # see /usr/share/doc/doc-base/doc-base.txt.gz "2.3.3. The `section' field"
-
-# pick one of the below options
-Format: Text
-Files: /usr/share/doc/<pkg>/<pkg>.txt.gz
-
-Format: html
-Index: /usr/share/doc/<pkg>/html/index.html
-Files: /usr/share/doc/<pkg>/html/*
-
-Format: pdf
-Files: /usr/share/doc/<pkg>/<pkg>.pdf.gz
-
-Format: postscript
-Files: /usr/share/doc/<pkg>/<pkg>.ps.gz
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index ef1fca6..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh -e
-
-COMPRESS=xz
-
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-ONAME=`echo $NAME | sed 's/lib\(.*\)-java/\1/'`
-MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
-
-mkdir -p ../tarballs
-cd ../tarballs
-# need to clean up the tarballs dir first because upstream tarball might
-# contain a directory with unpredictable name
-rm -rf *
-git clone --quiet https://github.com/raim/SBML_odeSolver ${NAME}
-cd $NAME
-VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
-# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
-git restore-mtime || true
-cd ..
-TARDIR=${NAME}-${VERSION}
-mv ${NAME} ${TARDIR}
-rm -rf ${TARDIR}/.git
-rm -rf ${TARDIR}/jars/batik*
-rm -rf ${TARDIR}/jars/Jama-*
-find ${TARDIR} -name .DS_Store -delete
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
-rm -rf ${TARDIR}
diff --git a/debian/watch b/debian/watch
index dfe9181..622646e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,3 @@
 version=4
 
-# Upstream issue opened: https://github.com/raim/SBML_odeSolver/issues/2
-
-# https://github.com/raim/SBML_odeSolver/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
-
-opts=dversionmangle=s/.*/0.No-Release/ \
-https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
+https://github.com/raim/SBML_odeSolver/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsbml-odesolver.git



More information about the debian-med-commit mailing list