This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch debian in repository osmpbf.
commit 3b8d82ff0170cd854a0eeefe6c2100a461801798 Author: Bas Couwenberg <[email protected]> Date: Sat Aug 22 18:10:48 2015 +0200 Update watch file to handle other tar extensions. --- debian/changelog | 6 ++++++ debian/watch | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e45cba..3633ee6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osmpbf (1.3.3-5) UNRELEASED; urgency=medium + + * Update watch file to handle other tar extensions. + + -- Bas Couwenberg <[email protected]> Sat, 22 Aug 2015 18:10:34 +0200 + osmpbf (1.3.3-4) unstable; urgency=medium * Fix malformed opts=... in watchfile. diff --git a/debian/watch b/debian/watch index 51f89a6..e63563e 100644 --- a/debian/watch +++ b/debian/watch @@ -2,6 +2,6 @@ version=3 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/OSM-binary-$1.tar.gz/ \ +filenamemangle=s/(?:.*?)?(?:rel|v|OSM-binary)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/OSM-binary-$1.$2/ \ https://github.com/scrosby/OSM-binary/tags \ -(?:.*/)?v?(\d[\d\.]*)\.tar\.gz +(?:.*?/)?(?:rel|v|OSM-binary)?[\-\_]?(\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/osmpbf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

