This is an automated email from the git hooks/post-receive script. broucaries-guest pushed a commit to branch master in repository lintian.
commit 55e9f79bee3122a3ddbd826103525f629d4a2cf0 Author: Bastien ROUCARIÈS <[email protected]> Date: Mon Aug 3 17:08:14 2015 +0200 Raise pre-depends-directly-on-multiarch-support to important --- checks/control-file.desc | 5 ++++- debian/changelog | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checks/control-file.desc b/checks/control-file.desc index 70edede..470a4a5 100644 --- a/checks/control-file.desc +++ b/checks/control-file.desc @@ -222,7 +222,7 @@ Info: The control file contains commented-out VCS-* lines, most uncommented, or removed. Tag: pre-depends-directly-on-multiarch-support -Severity: pedantic +Severity: important Certainty: possible Info: The control file mentions multiarch-support in a Pre-Depends line. Usually multiarch-support is inserted into Pre-Depends via ${misc:Pre-Depends} @@ -230,6 +230,9 @@ Info: The control file mentions multiarch-support in a Pre-Depends line. from glibc without updating every package, Pre-Depends: ${misc:Pre-Depends} should be used instead. Then multiarch-support can be removed by a change in debhelper followed by a binNMU of all affected packages. + . + In order to ease the multiarch-support removal the severity of + this tag is important. Tag: invalid-restriction-formula-in-build-profiles-field Severity: important diff --git a/debian/changelog b/debian/changelog index 83a145b..1012ed9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ lintian (2.5.35) UNRELEASED; urgency=medium Jover for the report. (Closes: #787853) * checks/changelog-file.{desc,pm}: + [BR] Detect non consecutive debian revision. (Closes: #789820) + * checks/control-file.desc: + + [BR] In order to ease the multiarch-support removal the severity of + pre-depends-directly-on-multiarch-support is raised to important. + Thanks to Helmut Grohne remainder. * checks/fields.desc: + [JW] Fix spelling of the word "indicate". * checks/scripts.desc: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

