This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fyba.
commit 10bad7816c656e0d858dbc0d7213958ca02ab914 Author: Bas Couwenberg <[email protected]> Date: Sun Aug 28 18:34:17 2016 +0200 Update watch file to handle common issues. --- debian/changelog | 1 + debian/watch | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c05b9e5..1f447e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ fyba (4.1.1-4) UNRELEASED; urgency=medium * Change Maintainer to Debian GIS project, move Ruben to Uploaders. * Restructure control file with cme. * Drop autoconf & libtool build dependencies, pulled in via dh-autoreconf. + * Update watch file to handle common issues. -- Bas Couwenberg <[email protected]> Sun, 28 Aug 2016 18:28:11 +0200 diff --git a/debian/watch b/debian/watch index 8652fa2..7e2a4b1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,7 @@ version=3 -https://github.com/kartverket/fyba/releases /kartverket/fyba/archive/(\d\S+)\.tar\.(?:bz2|gz|xz) +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +filenamemangle=s/(?:.*?)?(?:rel|v|fyba)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/fyba-$1.$2/ \ +https://github.com/kartverket/fyba/releases \ +(?:.*?/)?(?:rel|v|fyba)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

