This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit ab3daf2d476158842b02e498f4fb6aa71a5cd426 Author: Bas Couwenberg <[email protected]> Date: Wed Jun 29 18:43:23 2016 +0200 Update watch file to handle other tar extensions. --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2e0e91..1ef89ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ossim (1.8.20.3+ds-4) UNRELEASED; urgency=medium * Team upload. * Add upstream patch to fix FTBFS with GCC 6. (closes: #811851) + * Update watch file to handle other tar extensions. -- Bas Couwenberg <[email protected]> Wed, 29 Jun 2016 17:58:32 +0200 diff --git a/debian/watch b/debian/watch index 16f566f..45da731 100644 --- a/debian/watch +++ b/debian/watch @@ -3,4 +3,4 @@ opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\ repacksuffix=+ds \ -http://download.osgeo.org/ossim/source/ossim-([\d\.]+\S*)/ossim-([\d\.]+\S*)\.tar\.gz +http://download.osgeo.org/ossim/source/ossim-([\d\.]+\S*)/ossim-([\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/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

