[libkml] 02/03: Replace uppercase RC with lowercase rc in uversionmangle.
    Sebastiaan Couwenberg 
    sebastic at moszumanska.debian.org
       
    Wed Jul 29 16:52:24 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libkml.
commit e2ba820671af7fc9bdc4084c967709de5e1b8f85
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 29 18:35:43 2015 +0200
    Replace uppercase RC with lowercase rc in uversionmangle.
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6fec597..b20de2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libkml (1.3.0~r864+git20150726-3f3f37f-1~exp3) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
+  * Replace uppercase RC with lowercase rc in uversionmangle.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 29 Jul 2015 18:34:08 +0200
 
diff --git a/debian/watch b/debian/watch
index 7724d86..663b058 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\
 filenamemangle=s/(?:.*)?(?:rel|release|v)[\-\_]?(\d[\d\.]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/libkml-$1.$2/ \
 https://github.com/libkml/libkml/releases \
 (?:.*/)?(?:rel|release|v|libkml)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git
    
    
More information about the Pkg-grass-devel
mailing list