[Python-modules-commits] [pyudev] 01/08: d/watch: Mangle upstream version so RCs are less than final releases.

Felix Geyer fgeyer at moszumanska.debian.org
Tue Apr 26 19:26:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository pyudev.

commit cd92cc90d408f133c7a776b00d8343f2213dafe0
Author: Felix Geyer <fgeyer at debian.org>
Date:   Tue Apr 26 20:45:23 2016 +0200

    d/watch: Mangle upstream version so RCs are less than final releases.
---
 debian/changelog | 4 ++++
 debian/watch     | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ba59140..58cae1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 pyudev (0.16.1-4) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
+  [ Felix Geyer ]
+  * d/watch: Mangle upstream version so RCs are less than final releases.
+
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:28:49 +0200
 
 pyudev (0.16.1-3) unstable; urgency=medium
diff --git a/debian/watch b/debian/watch
index 9c23c41..6071da9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://pypi.debian.net/pyudev/pyudev-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts="uversionmangle=s/rc/~rc/" \
+  http://pypi.debian.net/pyudev/pyudev-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyudev.git



More information about the Python-modules-commits mailing list