[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. debian/0.10.1-1-11-g0ba09f1

Cédric Boutillier cedric.boutillier at gmail.com
Tue Mar 13 13:23:37 UTC 2012


The following commit has been merged in the master branch:
commit c7d0e509aef9ecb7cdee4b4e42cdfe490fb921a5
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Mar 13 09:25:47 2012 +0100

    add uversionmangle to debian/watch to convert .(alpha|beta|rc) to ~(alpha|beta|rc)

diff --git a/debian/watch b/debian/watch
index be9712b..cff9a0e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://github.com/yob/pdf-reader/tags .*/pdf-reader/tarball/v(.*)
+opts="uversionmangle=s/.(alpha|beta|rc)/~$1/" \
+  https://github.com/yob/pdf-reader/tags .*/pdf-reader/tarball/v(.*)

-- 
ruby-pdf-reader.git



More information about the Pkg-ruby-extras-commits mailing list