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

[SCM] Debian package checker branch, master, updated. 2.4.3-225-g8211aed



The following commit has been merged in the master branch:
commit 8211aed80ae0d745e90e8c8ee684f6bb57526b61
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Feb 7 22:15:32 2011 +0100

    Fixed typo in tag name of the new debhelper maintscript tag

diff --git a/checks/debhelper b/checks/debhelper
index 2d0354d..f502e53 100644
--- a/checks/debhelper
+++ b/checks/debhelper
@@ -346,7 +346,7 @@ if (not $bdepends->implies("debhelper (>= $level~)")) {
 	my $required = '8.1.0~';
 	my $needed = "debhelper (>= $required)";
 	unless ($bdepends->implies($needed)) {
-	    tag 'debhelper-maintscript-need-versioned-build-depends',
+	    tag 'debhelper-maintscript-needs-versioned-build-depends',
 	    "(>= $required)";
 	}
     }
diff --git a/checks/debhelper.desc b/checks/debhelper.desc
index 130e5ac..d395516 100644
--- a/checks/debhelper.desc
+++ b/checks/debhelper.desc
@@ -179,7 +179,7 @@ Info: The override targets facility in debhelper, involving debian/rules
  assumes a newer version should explicitly declare so for the sake of lenny
  backports.
 
-Tag: debhelper-maintscript-need-versioned-build-depends
+Tag: debhelper-maintscript-needs-versioned-build-depends
 Severity: normal
 Certainty: certain
 Ref: dh(1)
diff --git a/t/tests/debhelper-maintscripts-depends/desc b/t/tests/debhelper-maintscripts-depends/desc
index 366c83a..a2fe53f 100644
--- a/t/tests/debhelper-maintscripts-depends/desc
+++ b/t/tests/debhelper-maintscripts-depends/desc
@@ -2,4 +2,4 @@ Testname: debhelper-maintscripts-depends
 Sequence: 6000
 Version: 1.0
 Description: Test dependency requirements for debhelper maintscripts
-Test-For: debhelper-maintscript-need-versioned-build-depends
+Test-For: debhelper-maintscript-needs-versioned-build-depends
diff --git a/t/tests/debhelper-maintscripts-depends/tags b/t/tests/debhelper-maintscripts-depends/tags
index f4a427a..e7efb36 100644
--- a/t/tests/debhelper-maintscripts-depends/tags
+++ b/t/tests/debhelper-maintscripts-depends/tags
@@ -1 +1 @@
-W: debhelper-maintscripts-depends source: debhelper-maintscript-need-versioned-build-depends (>= 8.1.0~)
+W: debhelper-maintscripts-depends source: debhelper-maintscript-needs-versioned-build-depends (>= 8.1.0~)

-- 
Debian package checker


Reply to: