[devscripts] 01/01: Fix watch file examples around pgpmode=none.

Osamu Aoki osamu at moszumanska.debian.org
Mon Jun 13 09:28:05 UTC 2016


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

osamu pushed a commit to branch master
in repository devscripts.

commit 26b046236b904dba8d7aa9a07b6ee6d59b26fdd8
Author: Osamu Aoki <osamu at debian.org>
Date:   Mon Jun 13 18:26:33 2016 +0900

    Fix watch file examples around pgpmode=none.
---
 debian/changelog | 4 ++++
 scripts/uscan.pl | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cef044d..4b916b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,10 @@ devscripts (2.16.6) UNRELEASED; urgency=medium
     + Added --list-debs option, which makes debc only list the filenames of
       the .deb files, and none of their contents.
 
+  [ Osamu Aoki ]
+  * uscan:
+    + Fix watch file examples around pgpmode=none.
+
  -- James McCoy <jamessan at debian.org>  Sat, 04 Jun 2016 13:46:07 -0400
 
 devscripts (2.16.5) unstable; urgency=medium
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 3141600..31075e4 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1086,7 +1086,7 @@ Please note, you can still use normal functionalities of B<uscan> to set up a
 watch file for this site without using the redirector.
 
   version=4
-  opts="pgpmode=none, \
+  opts="pgpmode=none" \
       https://pypi.python.org/pypi/cfn-sphere/ \
       https://pypi.python.org/packages/source/c/cfn-sphere/\
       cfn-sphere-([\d\.]+).tar.gz#.* debian uupdate
@@ -1103,7 +1103,8 @@ interface to obtain the release tarball, you can use uscan with the tags of
 the git repository.
 
   version=4
-  opts="mode=git" http://git.ao2.it/tweeper.git \
+  opts="mode=git, pgpmode=none" \
+  http://git.ao2.it/tweeper.git \
   refs/tags/v([\d\.]+) debian uupdate
 
 Please note "B<git ls-remote>" is used to obtain references for tags.  If a tag

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list