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

[SCM] Debian package checker branch, master, updated. 2.2.12-3-gbdf441f



The following commit has been merged in the master branch:
commit 148f4212b75ba413dabfcff20f912c711c2bf396
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Jun 20 13:13:11 2009 -0500

    Don't include the package name on source package tags
    
    Including the name of the source package in source-level checks
    is useless.

diff --git a/checks/patch-systems b/checks/patch-systems
index 6116c13..b92511c 100644
--- a/checks/patch-systems
+++ b/checks/patch-systems
@@ -50,7 +50,7 @@ sub run {
 		$uses_patch_system++;
 		#check for a debian/patches file:
 		if (! -r "debfiles/patches/00list") {
-			tag "dpatch-build-dep-but-no-patch-list", $pkg;
+			tag "dpatch-build-dep-but-no-patch-list";
 		} else {
 			my $list_uses_cpp = 0;
 			if (open(OPTS, '<', "debfiles/patches/00options")) {
@@ -112,7 +112,7 @@ sub run {
 		$uses_patch_system++;
 		#check for a debian/patches file:
 		if (! -r "debfiles/patches/series") {
-			tag "quilt-build-dep-but-no-series-file", $pkg unless $quilt_format;
+			tag "quilt-build-dep-but-no-series-file" unless $quilt_format;
 		} else {
 			if (open(IN, '<', "debfiles/patches/series")) {
 				my @patches;

-- 
Debian package checker


Reply to: