From f9220c2928dbe9fd4c7cf714b0002da0d0b05f2c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 28 Sep 2017 12:10:02 -0400 Subject: [pkg] set debian Standards-Version to 4.1.0 - no changes - Resolves: #9060 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3