This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pyproj.
commit b356ea8538f763e5b42883c7ae50661a3de8ffb7 Author: Bas Couwenberg <[email protected]> Date: Wed Jan 6 22:36:45 2016 +0100 Update watch file, handle alternative tar extensions. --- debian/changelog | 1 + debian/watch | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1eb8339..cda2955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-pyproj (1.9.5-1) UNRELEASED; urgency=medium * Drop 02-use_setup-proj.patch, no longer required. setup.py now supports system proj directly. * Update Vcs-Browser URL to use HTTPS. + * Update watch file, handle alternative tar extensions. -- Bas Couwenberg <[email protected]> Wed, 06 Jan 2016 21:38:44 +0100 diff --git a/debian/watch b/debian/watch index 3962e82..4c4ef94 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,7 @@ version=3 -opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ -uversionmangle=s/_/./g; s/rel$//; s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)(?:rel)?\.tar\.gz/pyproj-$1.tar.gz/" \ +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/_/./g;s/rel$//;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\ +filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)(?:rel)?\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pyproj-$1.$2/ \ https://github.com/jswhit/pyproj/releases \ (?:.*/)*(?:rel|v|pyproj|)[\-\_]?(\d[\d\-\.]+[a-z]*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

