[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-84-g705577d



The following commit has been merged in the master branch:
commit 705577dfbdba8584b19cdc872eeba0a071701b8a
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Jan 19 20:26:02 2013 +0000

    Lintian::Util: correct spelling of "ENCRYPTED"
    
    Fix a typo in the matching of expected delimiters for some
    signed messages; thanks Samuel Bronson.
    
    Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>

diff --git a/debian/changelog b/debian/changelog
index e840219..940a5bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -141,6 +141,8 @@ lintian (2.5.12) UNRELEASED; urgency=low
     + [NT] Reject partially signed Deb822 files.  Most Deb822 files
       are not signed at all; but those that are should be completely
       covered by a signature.  (Closes: #696230)
+    + [ADB] Fix a typo in the matching of expected delimiters for some
+      signed messages; thanks Samuel Bronson.
 
   * private/refresh-locale-codes:
     + [JW,NT] Ignore the "zxx" locale code, which means "No
diff --git a/lib/Lintian/Util.pm b/lib/Lintian/Util.pm
index de61c56..49b4f28 100644
--- a/lib/Lintian/Util.pm
+++ b/lib/Lintian/Util.pm
@@ -428,7 +428,7 @@ sub visit_dpkg_paragraph {
 
                 my $key = qr/(?:BEGIN|END) PGP (?:PUBLIC|PRIVATE) KEY BLOCK/;
                 my $msgpart = qr{BEGIN PGP MESSAGE, PART \d+(?:/\d+)?};
-                my $msg = qr/(?:BEGIN|END) PGP (?:(?:COMPRESSED|ENCRYTPED) )?MESSAGE/;
+                my $msg = qr/(?:BEGIN|END) PGP (?:(?:COMPRESSED|ENCRYPTED) )?MESSAGE/;
 
                 if (m/^-----($key|$msgpart|$msg)-----\s*$/o) {
                     die "syntax error at line $.: Unexpected $1 header\n";

-- 
Debian package checker


Reply to: