This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm.
commit fc0ba00e4ec17b72745267558429d3c86570bc58 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 31 13:07:46 2015 +0200 Update watch file to use pypi.debian.net. --- debian/changelog | 1 + debian/watch | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9b82773..4588ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ imposm (2.5.0-4) UNRELEASED; urgency=medium * Team upload. * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project. + * Update watch file to use pypi.debian.net. -- Bas Couwenberg <[email protected]> Fri, 13 Mar 2015 20:05:14 +0100 diff --git a/debian/watch b/debian/watch index 09379d0..f68ebc6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,5 @@ version=3 -http://pypi.python.org/packages/source/i/imposm/imposm-(\d+.*)\.tar\.gz +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \ +http://pypi.debian.net/imposm/imposm-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

