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

[SCM] Debian package checker branch, master, updated. 2.3.4-95-g40764f6



The following commit has been merged in the master branch:
commit 40764f62a6d3800f462d0be5f4dd94d5d5b89de2
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Apr 11 12:59:21 2010 -0500

    Exclude udebs from empty-binary-package check
    
    * checks/files:
      + [RG] Exclude udebs from empty-binary-package check.  Thanks,
        Vagrant Cascadian.  (Closes: #576581)

diff --git a/checks/files b/checks/files
index 931503b..72f7995 100644
--- a/checks/files
+++ b/checks/files
@@ -220,7 +220,7 @@ if ($is_empty) {
 	    }
         }
     }
-    tag 'empty-binary-package' if $is_empty;
+    tag 'empty-binary-package' if ($is_empty && $type ne 'udeb');
 }
 
 # Read package contents...
diff --git a/debian/changelog b/debian/changelog
index d42f57b..6f42c98 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ lintian (2.4.0) UNRELEASED; urgency=low
       Marcelo Jorge Vieira (metal).  (Closes: #575879)
     + [RG] Fix typo in empty-binary-package's description.  Thanks,
       Jakub Wilk.  (Closes: #576804)
+    + [RG] Exclude udebs from empty-binary-package check.  Thanks,
+      Vagrant Cascadian.  (Closes: #576581)
   * checks/init.d:
     + [RA] Allow $all to satisfy a $remote_fs or $local_fs requirement for
       Required-Stop, since this has now been implemented.  Thanks, Michael

-- 
Debian package checker


Reply to: