[pkg-perl-tools] 01/02: Remove outdated arch-any-package-needs-newer-debhelper lintian warning
Niko Tyni
ntyni at moszumanska.debian.org
Sat May 21 09:38:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository pkg-perl-tools.
commit 59a55fb389c8afa458d8ddc295859808aecbe244
Author: Niko Tyni <ntyni at debian.org>
Date: Sat May 21 12:35:05 2016 +0300
Remove outdated arch-any-package-needs-newer-debhelper lintian warning
The dependency is satisfied in oldstable (wheezy).
---
lintian/checks/pkg-perl/debhelper.desc | 6 ------
lintian/checks/pkg-perl/debhelper.pm | 8 --------
2 files changed, 14 deletions(-)
diff --git a/lintian/checks/pkg-perl/debhelper.desc b/lintian/checks/pkg-perl/debhelper.desc
index f82717c..362615b 100644
--- a/lintian/checks/pkg-perl/debhelper.desc
+++ b/lintian/checks/pkg-perl/debhelper.desc
@@ -3,12 +3,6 @@ Author: gregor herrmann <gregoa at debian.org>
Type: source
Info: check needed debhelper version
-Tag: arch-any-package-needs-newer-debhelper
-Severity: serious
-Certainty: certain
-Info: arch:any packages need to build-depend on <tt>debhelper
- (>= 9.20120312~)</tt> in order to get the default hardening flags.
-
Tag: module-build-tiny-needs-newer-debhelper
Severity: serious
Certainty: certain
diff --git a/lintian/checks/pkg-perl/debhelper.pm b/lintian/checks/pkg-perl/debhelper.pm
index 0349bdc..28863d3 100644
--- a/lintian/checks/pkg-perl/debhelper.pm
+++ b/lintian/checks/pkg-perl/debhelper.pm
@@ -37,14 +37,6 @@ sub run {
# Only for non-cdbs packages
return if $info->relation('build-depends-all')->implies('cdbs');
- # arch:any and debhelper version 9.20120312
- if ( $info->field('architecture') ne 'all'
- && !$info->relation('build-depends')
- ->implies('debhelper (>= 9.20120312~)') )
- {
- tag 'arch-any-package-needs-newer-debhelper';
- }
-
# Module::Build::Tiny and debhelper version 9.20140227
if ( $info->relation('build-depends-all')
->implies('libmodule-build-tiny-perl')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git
More information about the Pkg-perl-cvs-commits
mailing list