diff options
author | Micah Anderson <micah@riseup.net> | 2017-09-28 12:10:02 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-09-29 16:51:25 +0200 |
commit | f9220c2928dbe9fd4c7cf714b0002da0d0b05f2c (patch) | |
tree | 613ae146e578c0dd72213897e189271a3162b5c3 | |
parent | a9ab8f3e3a714d9872a5615924d7c87160ca1d90 (diff) |
[pkg] set debian Standards-Version to 4.1.0 - no changes
- Resolves: #9060
-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, |