[osm2pgsql] 08/09: Use multi-line uscan options without quotes.
    Sebastiaan Couwenberg 
    sebastic at moszumanska.debian.org
       
    Mon Jul  6 06:50:52 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osm2pgsql.
commit ac1c3751766f7ddde7ccaf0d936d63fac7525c02
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jul 6 08:37:02 2015 +0200
    Use multi-line uscan options without quotes.
---
 debian/watch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/watch b/debian/watch
index ff6ff12..185f1dc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
 version=3
-opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
-filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/osm2pgsql-$1.tar.gz/" \
+filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/osm2pgsql-$1.tar.gz/ \
 https://github.com/openstreetmap/osm2pgsql/releases \
 (?:.*/)*(?:rel|v|osm2pgsql|)[\-\_]?(\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/osm2pgsql.git
    
    
More information about the Pkg-grass-devel
mailing list