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

[SCM] Debian package checker branch, master, updated. 1.24.2-41-gd2033d6



The following commit has been merged in the master branch:
commit d2033d6bc12cccb27ada571016a2ffb7f7ae5a74
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri Jul 25 19:32:47 2008 +0100

    Rename no-complete-translation to no-complete-debconf-translation, part deux
    
    Actually update the code and testset to match the description change.

diff --git a/checks/po-debconf b/checks/po-debconf
index 371a063..5a01600 100644
--- a/checks/po-debconf
+++ b/checks/po-debconf
@@ -164,7 +164,7 @@ while (defined(my $file=readdir(DEBIAN))) {
 	}
 }
 
-tag "no-complete-translation", "" if !$full_translation;
+tag "no-complete-debconf-translation", "" if !$full_translation;
 
 }
 
diff --git a/testset/tags.debconf b/testset/tags.debconf
index 941e3e3..4e8cea4 100644
--- a/testset/tags.debconf
+++ b/testset/tags.debconf
@@ -7,7 +7,7 @@ E: debconf-test: no-template-type debconf/language
 E: debconf-test: unknown-debconf-priority config:10 LOW
 E: debconf-test: unknown-debconf-priority config:11 normal
 E: debconf-udeb udeb: udeb-postinst-must-not-call-ldconfig
-I: debconf source: no-complete-translation
+I: debconf source: no-complete-debconf-translation
 I: debconf source: package-needs-python-policy-debhelper
 I: debconf-test-noscripts: unused-debconf-template debconf/test
 I: debconf-test: debconf-error-requires-versioned-depends debconf/error

-- 
Debian package checker


Reply to: