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

Bug#958932: lintian: debhelper compat level 13 is no longer experimental



Hi,

On Sun, Apr 26, 2020 at 3:54 PM Chris Lamb <lamby@debian.org> wrote:
>
> I do not follow how
> making this minor change would affect the rest of Lintian in the
> dramatic way you describe.

Following a conversation on IRC with mapreri last week I made the
changes below. They caused build failures in almost all test artifacts
on stable. The debian-compat (= 13) facility is not available.

Are you saying we could simply make the second change but not the
first? I am fine with that.

Please know, however, that mapreri asked for both. Debhelper compat
level 13 is now recommended.

09:19 < mapreri> P: django-housekeeping source:
package-uses-experimental-debhelper-compat-version 13
09:20 < mapreri> lechner: ↑ debhelper now recommends 13, please update
lintian :)

Kind regards
Felix Lechner

* * *

Author: Felix Lechner <felix.lechner@lease-up.com>
Date:   Mon Apr 20 11:33:53 2020 -0700

    Bump recommended debhelper compat-level to 13; move experimental to 14.

diff --git a/data/debhelper/compat-level b/data/debhelper/compat-level
index 2bb3b786d..a1bce7ee4 100644
--- a/data/debhelper/compat-level
+++ b/data/debhelper/compat-level
@@ -1,8 +1,8 @@
 # warn if no versioned depend below this level
 pedantic=10
 # warn (pedantic) if does not depend on this debhelper level
-recommended=12
+recommended=13
 # warn if below this level
 deprecated=10
 # warn if equal or above
-experimental=13
+experimental=14


Reply to: