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

[SCM] Debian package checker branch, master, updated. 2.2.8-6-g77ea818



The following commit has been merged in the master branch:
commit 77ea8187d405282c1bd2fbaef28983cc118ccad2
Author: Russ Allbery <rra@debian.org>
Date:   Tue Mar 24 10:13:25 2009 -0700

    Fix tag description for malformed-deb-archive
    
    * checks/deb-format.desc:
      + [RA] In the tag description, the first required element should be
        debian-binary, not debian-control.  Thanks, Judit Foglszinger.
        (Closes: #521012)

diff --git a/checks/deb-format.desc b/checks/deb-format.desc
index 532d1ea..0db2c2e 100644
--- a/checks/deb-format.desc
+++ b/checks/deb-format.desc
@@ -10,9 +10,9 @@ Severity: serious
 Certainty: certain
 Info: The binary package is not a correctly constructed archive.  A binary
  Debian package must be an ar archive with exactly three members:
- <tt>debian-control</tt>, <tt>control.tar.gz</tt>, and
+ <tt>debian-binary</tt>, <tt>control.tar.gz</tt>, and
  <tt>data.tar.gz</tt> or <tt>data.tar.bz2</tt> in exactly that order.  The
- <tt>debian-control</tt> member must start with a single line containing
+ <tt>debian-binary</tt> member must start with a single line containing
  the version number, with a major revision of 2.
 Ref: deb(5)
 
diff --git a/debian/changelog b/debian/changelog
index 06722f9..15650f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 lintian (2.2.9) UNRELEASED; urgency=low
 
+  * checks/deb-format.desc:
+    + [RA] In the tag description, the first required element should be
+      debian-binary, not debian-control.  Thanks, Judit Foglszinger.
+      (Closes: #521012)
   * checks/fields{,.desc}:
     + [FL] Update list of valid sections.
     + [RA] Fix dbg-package-missing-depends check when the dependency is

-- 
Debian package checker


Reply to: