[Python-modules-commits] [python-pysnmp4] 02/02: d/watch: tarballs are now released on GitHub

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 30 11:03:28 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository python-pysnmp4.

commit a8f59b4b56d1b154b97aef9c3c00026608443f5c
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Sep 30 13:03:19 2017 +0200

    d/watch: tarballs are now released on GitHub
---
 debian/changelog | 1 +
 debian/watch     | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e493a24..e2cfe62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-pysnmp4 (4.3.2-3) UNRELEASED; urgency=medium
 
   * Refresh patches after git-dpm to gbp pq conversion
+  * d/watch: tarballs are now released on GitHub.
 
  -- Vincent Bernat <bernat at debian.org>  Sat, 30 Sep 2017 12:58:56 +0200
 
diff --git a/debian/watch b/debian/watch
index 07fc5da..6c999cd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
-version=3
-http://qa.debian.org/watch/sf.php/pysnmp/ pysnmp-(4.*).tar.gz
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pysnmp-$1.tar.gz%" \
+   https://github.com/etingof/pysnmp/tags \
+   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

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



More information about the Python-modules-commits mailing list