[osgearth] 03/04: Update watch file, add repacksuffix option, handle other tar extensions.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Jul 26 22:16:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch stretch
in repository osgearth.
commit 3a65516eb2b2e4502f98a16cca4da8868eadba92
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jul 26 13:34:04 2015 +0200
Update watch file, add repacksuffix option, handle other tar extensions.
---
debian/changelog | 1 +
debian/watch | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index de3beb8..05fb533 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osgearth (2.5.0+dfsg-4) UNRELEASED; urgency=medium
* Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency.
* Drop libkml-dev build dependency, replace with libminizip-dev.
+ * Update watch file, add repacksuffix option, handle other tar extensions.
-- Bas Couwenberg <sebastic at debian.org> Thu, 25 Jun 2015 21:02:14 +0200
diff --git a/debian/watch b/debian/watch
index 6b7ad5b..cf40e3c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,7 @@
version=3
-opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/^\d+\.\d+$/$&.0/ \
- https://github.com/gwaldron/osgearth/releases .*/osgearth-(\d[\d\.a-z]+)\.tar\.gz \
- debian debian/get-orig-source
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/^\d+\.\d+$/$&.0/,\
+repacksuffix=+dfsg \
+https://github.com/gwaldron/osgearth/releases \
+.*/osgearth-(\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/osgearth.git
More information about the Pkg-grass-devel
mailing list