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

[lintian] 01/01: Fix errors on test suite



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 4e09b249fa6a11931221a8791fe45a0f03cbdaa6
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Mon Aug 3 21:07:06 2015 +0200

    Fix errors on test suite
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/control-file.desc             | 2 +-
 checks/debhelper.pm                  | 1 -
 t/tests/binaries-multiarch-same/tags | 1 +
 t/tests/binaries-multiarch/tags      | 2 +-
 t/tests/control-file-general/tags    | 2 +-
 t/tests/generic-dh-make-2008/tags    | 1 +
 6 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/checks/control-file.desc b/checks/control-file.desc
index 7c12265..6c75014 100644
--- a/checks/control-file.desc
+++ b/checks/control-file.desc
@@ -232,7 +232,7 @@ Info: The control file mentions multiarch-support in a Pre-Depends line.
  in debhelper followed by a binNMU of all affected packages.
  .
  Please also ensure that source package at least build-depends on
- debhelper version >=9.
+ debhelper version 9 or above.
  .
  In order to ease the multiarch-support removal the severity of
  this tag is important.
diff --git a/checks/debhelper.pm b/checks/debhelper.pm
index c23c340..7949c4b 100644
--- a/checks/debhelper.pm
+++ b/checks/debhelper.pm
@@ -43,7 +43,6 @@ my $dh_addons_manual
   = Lintian::Data->new('debhelper/dh_addons-manual', qr/\|\|/o);
 my $compat_level = Lintian::Data->new('debhelper/compat-level',qr/=/);
 
-
 my $MISC_DEPENDS = Lintian::Relation->new('${misc:Depends}');
 
 sub run {
diff --git a/t/tests/binaries-multiarch-same/tags b/t/tests/binaries-multiarch-same/tags
index 74b8b03..7fa722d 100644
--- a/t/tests/binaries-multiarch-same/tags
+++ b/t/tests/binaries-multiarch-same/tags
@@ -1 +1,2 @@
+E: binaries-multiarch-same source: pre-depends-directly-on-multiarch-support libbasic2
 E: libbasic2: arch-dependent-file-not-in-arch-specific-directory usr/lib/libbasic.so.2
diff --git a/t/tests/binaries-multiarch/tags b/t/tests/binaries-multiarch/tags
index 78ec074..51ebe5a 100644
--- a/t/tests/binaries-multiarch/tags
+++ b/t/tests/binaries-multiarch/tags
@@ -1 +1 @@
-P: binaries-multiarch source: pre-depends-directly-on-multiarch-support libbasic2
+E: binaries-multiarch source: pre-depends-directly-on-multiarch-support libbasic2
diff --git a/t/tests/control-file-general/tags b/t/tests/control-file-general/tags
index 9ab3276..00739db 100644
--- a/t/tests/control-file-general/tags
+++ b/t/tests/control-file-general/tags
@@ -2,11 +2,11 @@ E: control-file-general source: build-info-in-binary-control-file-section Packag
 E: control-file-general source: missing-separator-between-items in control-file-general depends field between '${shlibs:Depends}' and '${some:Depends}'
 E: control-file-general source: obsolete-relation-form-in-source in control-file-general-1 breaks: libsqlite3-0 (< 3.6.12)
 E: control-file-general source: obsolete-relation-form-in-source in source build-depends-indep: perl (> 5.8)
+E: control-file-general source: pre-depends-directly-on-multiarch-support control-file-general
 I: control-file-general source: binary-control-field-duplicates-source field "maintainer" in package control-file-general
 I: control-file-general source: duplicate-long-description control-file-general control-file-general-1 control-file-general-2 control-file-general-3 control-file-general-4 control-file-general-5
 I: control-file-general source: duplicate-short-description control-file-general control-file-general-1
 I: control-file-general source: xs-vcs-header-in-debian-control xs-vcs-svn
-P: control-file-general source: pre-depends-directly-on-multiarch-support control-file-general
 W: control-file-general source: control-file-contains-dh_make-vcs-comment
 W: control-file-general source: debian-control-repeats-field-name-in-value line 81
 W: control-file-general source: no-section-field-for-source
diff --git a/t/tests/generic-dh-make-2008/tags b/t/tests/generic-dh-make-2008/tags
index 50472aa..d6d28ec 100644
--- a/t/tests/generic-dh-make-2008/tags
+++ b/t/tests/generic-dh-make-2008/tags
@@ -8,6 +8,7 @@ I: generic-dh-make-2008: extended-description-is-probably-too-short
 I: generic-dh-make-2008: package-contains-empty-directory usr/bin/
 I: generic-dh-make-2008: package-contains-empty-directory usr/sbin/
 P: generic-dh-make-2008 source: no-dep5-copyright
+P: generic-dh-make-2008 source: package-uses-old-debhelper-compat-version 7
 P: generic-dh-make-2008: copyright-with-old-dh-make-debian-copyright
 P: generic-dh-make-2008: no-upstream-changelog
 W: generic-dh-make-2008 source: ancient-standards-version 3.7.3 (current is CURRENT)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: