diff options
| -rw-r--r-- | .gitlab-ci.yml | 6 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 548ad0b1..12f71901 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,7 +168,7 @@ package:amd64_stretch:      REPONAMES: "platform,client"      # Default is to fail on warnings, we disable it here      # unless all lintian warnings are fixed (#9033) -    LINTIAN_OPTS: "-X filename-length" +    LINTIAN_OPTS: "-X filename-length,newer-standards-version"    <<: *job_definition  package:amd64_buster: @@ -188,7 +188,7 @@ package:amd64_sid:      REPONAMES: "platform,client"      # Default is to fail on warnings, we disable it here      # unless all lintian warnings are fixed (#9033) -    LINTIAN_OPTS: "-X filename-length" +    LINTIAN_OPTS: "-X filename-length,newer-standards-version"    <<: *job_definition  package:amd64_zesty: @@ -198,5 +198,5 @@ package:amd64_zesty:      REPONAMES: "client"      # Default is to fail on warnings, we disable it here      # unless all lintian warnings are fixed (#9033) -    LINTIAN_OPTS: "-X filename-length" +    LINTIAN_OPTS: "-X filename-length,newer-standards-version"    <<: *job_definition diff --git a/debian/control b/debian/control index a781670a..1bcc9f9f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra  Maintainer: Kali Kaneko <kali@leap.se>  Uploaders: LEAP automated build <sysdev@leap.se>  Homepage: https://bitmask.net -Standards-Version: 3.9.8 +Standards-Version: 4.1.0  Build-Depends: debhelper (>= 9.0.0),                 dh-python,                 python,  | 
