[devscripts] 01/01: uscan: Fix "upsteam" typo.

myon at debian.org myon at debian.org
Sun May 25 21:03:54 UTC 2014


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

myon pushed a commit to branch master
in repository devscripts.

commit e4c14170005a6eaf76be66da9ea7ea2e901b558d
Author: Christoph Berg <myon at debian.org>
Date:   Sun May 25 23:03:49 2014 +0200

    uscan: Fix "upsteam" typo.
---
 debian/changelog | 3 +++
 scripts/uscan.pl | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 734f2b2..c638625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ devscripts (2.14.3) UNRELEASED; urgency=medium
     + Add target-path node to dehs output for those who care about the actual
       path to the file.
 
+  [ Christoph Berg ]
+  * uscan: Fix "upsteam" typo.
+
  -- Benjamin Drung <bdrung at debian.org>  Mon, 12 May 2014 22:01:14 +0200
 
 devscripts (2.14.2) unstable; urgency=medium
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 8aff0f4..a3fc82e 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1450,7 +1450,7 @@ EOF
 	       "$destdir/$newfile_base.pgp", "$destdir/$newfile_base") >> 8 == 0
 		 or uscan_die("$progname warning: OpenPGP signature did not verify.\n");
     } else {
-	print "-- Checking for common possible upsteam OpenPGP signatures\n" if $verbose;
+	print "-- Checking for common possible upstream OpenPGP signatures\n" if $verbose;
 	foreach my $suffix (qw(asc gpg pgp sig)) {
 	    my $sigrequest = HTTP::Request->new('GET' => "$upstream_url.$suffix");
 	    my $sigresponse = $user_agent->request($sigrequest);

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