This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 5d209df2bbeecaaff0a69f644ee4986372ac2d7c Author: Niels Thykier <[email protected]> Date: Sun Sep 11 09:22:20 2016 +0000 d/d/compat-levels: Bump dh compat levels Signed-off-by: Niels Thykier <[email protected]> --- data/debhelper/compat-level | 6 +++--- debian/changelog | 3 +++ t/tests/debhelper-compat-experimental/desc | 2 ++ .../lintian-include-dir/profiles/lintian-test/main.profile | 2 ++ .../vendors/lintian-test/main/data/debhelper/compat-level | 2 ++ t/tests/debhelper-no-depends/desc | 2 ++ .../lintian-include-dir/profiles/lintian-test/main.profile | 2 ++ .../vendors/lintian-test/main/data/debhelper/compat-level | 2 ++ 8 files changed, 18 insertions(+), 3 deletions(-) diff --git a/data/debhelper/compat-level b/data/debhelper/compat-level index 895b52c..afecd58 100644 --- a/data/debhelper/compat-level +++ b/data/debhelper/compat-level @@ -1,9 +1,9 @@ # warn if no versioned depend below this level -pedantic=8 +pedantic=9 # warn (pedantic) if does not depend on this debhelper level -recommended=9 +recommended=10 # warn if below this level deprecated=5 # warn if equal or above -experimental=10 +experimental=11 diff --git a/debian/changelog b/debian/changelog index 4458238..6bda652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,9 @@ lintian (2.5.47) UNRELEASED; urgency=medium * checks/shared-libs.desc: + [JW] Fix typos. + * data/debhelper/compat-level: + + [NT] Bump debhelper compat versions with the release of debhelper + 10. * data/debhelper/dh_{addons,commands}-manual: + [JW] Add dh-autoreconf, which is now a dependency of debhelper. Thanks to Michael Biebl for the bug report. (Closes: #835449) diff --git a/t/tests/debhelper-compat-experimental/desc b/t/tests/debhelper-compat-experimental/desc index 8687e9e..1cfc359 100644 --- a/t/tests/debhelper-compat-experimental/desc +++ b/t/tests/debhelper-compat-experimental/desc @@ -2,6 +2,8 @@ Testname: debhelper-compat-experimental Sequence: 6000 Version: 1.0 Description: Test for old debian/compat file +# Overrides the "data/debhelper/compat-level" +Profile: lintian-test Skeleton: pedantic Options: --pedantic -I -E Test-Depends: debhelper (>= 9.20141221), diff --git a/t/tests/debhelper-compat-experimental/lintian-include-dir/profiles/lintian-test/main.profile b/t/tests/debhelper-compat-experimental/lintian-include-dir/profiles/lintian-test/main.profile new file mode 100644 index 0000000..f0e27cf --- /dev/null +++ b/t/tests/debhelper-compat-experimental/lintian-include-dir/profiles/lintian-test/main.profile @@ -0,0 +1,2 @@ +Profile: lintian-test/main +Extends: debian/main diff --git a/t/tests/debhelper-compat-experimental/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level b/t/tests/debhelper-compat-experimental/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level new file mode 100644 index 0000000..5d77b80 --- /dev/null +++ b/t/tests/debhelper-compat-experimental/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level @@ -0,0 +1,2 @@ +@include-parent +experimental=10 diff --git a/t/tests/debhelper-no-depends/desc b/t/tests/debhelper-no-depends/desc index 0ab4dc0..59cb595 100644 --- a/t/tests/debhelper-no-depends/desc +++ b/t/tests/debhelper-no-depends/desc @@ -1,6 +1,8 @@ Testname: debhelper-no-depends Sequence: 6000 Version: 1.0 +# Overrides the "data/debhelper/compat-level" +Profile: lintian-test Description: Test dependency requirements for debhelper Test-For: dh-manual-sequence-control-obsolete diff --git a/t/tests/debhelper-no-depends/lintian-include-dir/profiles/lintian-test/main.profile b/t/tests/debhelper-no-depends/lintian-include-dir/profiles/lintian-test/main.profile new file mode 100644 index 0000000..f0e27cf --- /dev/null +++ b/t/tests/debhelper-no-depends/lintian-include-dir/profiles/lintian-test/main.profile @@ -0,0 +1,2 @@ +Profile: lintian-test/main +Extends: debian/main diff --git a/t/tests/debhelper-no-depends/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level b/t/tests/debhelper-no-depends/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level new file mode 100644 index 0000000..67c590a --- /dev/null +++ b/t/tests/debhelper-no-depends/lintian-include-dir/vendors/lintian-test/main/data/debhelper/compat-level @@ -0,0 +1,2 @@ +@include-parent +pedantic=8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

