[spatialite-gui] 01/01: Also support -devel pre-releases in watchfile uversionmangle.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jun 18 07:29:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository spatialite-gui.
commit c86dbe248e86f257f781ca585168f682d749b62e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Jun 18 09:28:06 2015 +0200
Also support -devel pre-releases in watchfile uversionmangle.
---
debian/changelog | 1 +
debian/watch | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0bffedd..08e0039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ spatialite-gui (1.7.1-6) UNRELEASED; urgency=medium
* Add license & copyright for Silk icons.
* Update my email to @debian.org address.
* Bump Standards-Version to 3.9.6, no changes.
+ * Also support -devel pre-releases in watchfile uversionmangle.
-- Bas Couwenberg <sebastic at debian.org> Sat, 29 Nov 2014 00:12:47 +0100
diff --git a/debian/watch b/debian/watch
index 1035253..0c2174d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,6 @@
version=3
-opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
-http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/ (?:|.*/)spatialite[_\-]gui(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|devel|dev|beta|alpha)\d*)$/$1~$2/ \
+http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/ \
+(?:|.*/)spatialite[_\-]gui(?:[_\-]v?|)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-gui.git
More information about the Pkg-grass-devel
mailing list