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

[SCM] Debian package checker branch, master, updated. 2.5.0-21-g6ba77d5



The following commit has been merged in the master branch:
commit 6ba77d5d323203a322feb927d07e9eb0195513b5
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jun 1 09:36:44 2011 +0200

    Fixed two misnamed udeb tags in checks/files

diff --git a/checks/files b/checks/files
index a755a9c..e907333 100644
--- a/checks/files
+++ b/checks/files
@@ -510,7 +510,7 @@ foreach my $file (@{$info->sorted_index}) {
 	# ---------------- /usr/share/man and /usr/X11R6/man
 	elsif ($file =~ m,^usr/X11R6/man/\S+, or $file =~ m,^usr/share/man/\S+,) {
 	    if ($type eq 'udeb') {
-		tag 'documentation-file', $file;
+		tag 'udeb-contains-documentation-file', $file;
 	    }
 	    if ($index_info->{type} =~ m/^d/) {
 		tag 'stray-directory-in-manpage-directory', $file
@@ -535,7 +535,7 @@ foreach my $file (@{$info->sorted_index}) {
 	# ---------------- /usr/share/info
 	elsif ($file =~ m,^usr/share/info\S+,) {
 	    if ($type eq 'udeb') {
-		tag 'documentation-file', $file;
+		tag 'udeb-contains-documentation-file', $file;
 	    }
 	    if ($file =~ m,^usr/share/info/dir(?:\.old)?(?:\.gz)?$,) {
 		tag 'package-contains-info-dir-file', $file;
diff --git a/debian/changelog b/debian/changelog
index 22c0f5b..7359410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ lintian (2.5.1) UNRELEASED; urgency=low
   * checks/fields{,.desc}:
     + [NT] Allow "all" and "any" to appear together in the Architecture
       field of a .dsc file.  (Closes: #626775)
+  * checks/files:
+    + [NT] Fixed two misnamed udeb tags, which lead to an internal
+      error if triggered.  Thanks to Guillem Jover for the report.
+      (Closes: #628754)
   * checks/java:
     + [NT] Sort the jar files by name, so they are checked in the same
       order.

-- 
Debian package checker


Reply to: