[devscripts] 01/01: debian/control, dscverify, who-permits-upload, uscan

Nicholas Bamber periapt at moszumanska.debian.org
Mon Nov 30 22:10:26 UTC 2015


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

periapt pushed a commit to branch master
in repository devscripts.

commit 1f0ff94f16a0519b410f14705fd5f413357aa80c
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Mon Nov 30 22:10:20 2015 +0000

    debian/control, dscverify, who-permits-upload, uscan
---
 debian/changelog              | 2 +-
 scripts/dscverify.pl          | 1 +
 scripts/who-permits-upload.pl | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7e348ea..849d4c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,7 +88,7 @@ devscripts (2.15.10) UNRELEASED; urgency=medium
     + Support component name for the multiple upstream tarball support.
     + Fix Files-Excluded for duplicate entries. (Closes: #762263)
     + Add --unzipopt option. (Closes: #737843)
-  * debian/control
+  * debian/control, dscverify, who-permits-upload, uscan
     + Add gnupg2/gpgv2 as alternative option to gnupg/gpgv.  (Closes: #788414)
 
   [ James McCoy ]
diff --git a/scripts/dscverify.pl b/scripts/dscverify.pl
index dd6f979..07f3a5f 100755
--- a/scripts/dscverify.pl
+++ b/scripts/dscverify.pl
@@ -32,6 +32,7 @@ use File::Temp;
 use File::Basename;
 use POSIX	qw(:errno_h);
 use Getopt::Long qw(:config gnu_getopt);
+use List::Util qw(first);
 
 BEGIN {
     eval { require Digest::MD5; };
diff --git a/scripts/who-permits-upload.pl b/scripts/who-permits-upload.pl
index fc802f0..d88be48 100755
--- a/scripts/who-permits-upload.pl
+++ b/scripts/who-permits-upload.pl
@@ -26,6 +26,7 @@ use Encode;
 use Getopt::Long;
 use constant {TYPE_PACKAGE => "package", TYPE_UID => "uid", TYPE_SPONSOR => "sponsor"};
 use constant {SPONSOR_FINGERPRINT => 0, SPONSOR_NAME => 1};
+use List::Util qw(first);
 
 our $DM_URL = "https://ftp-master.debian.org/dm.txt";
 our $KEYRING = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-maintainers.gpg";

-- 
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