From f61c861689a64cd6e6b71783d7bdc3e5afbc49b8 Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 26 Oct 2017 13:57:15 +0200 Subject: Update Standards-Version to 4.1.1 --- .gitlab-ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe640c4..f8ca281 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,8 @@ package:amd64_jessie: DIST: "jessie" REPONAMES: "platform,client" # Default is to fail on warnings, we disable it here - # unless the lintian warnings are fixed (see #2) - LINTIAN_OPTS: "-X filename-length" + # Standard-Version is higher than available for this release + LINTIAN_OPTS: "--fail-on-warnings -X filename-length,standards-version" <<: *job_definition package:amd64_stretch: @@ -42,8 +42,8 @@ package:amd64_stretch: DIST: "stretch" REPONAMES: "platform,client" # Default is to fail on warnings, we disable it here - # unless the lintian warnings are fixed (see #2) - LINTIAN_OPTS: "-X filename-length" + # Standard-Version is higher than available for this release + LINTIAN_OPTS: "--fail-on-warnings -X filename-length,standards-version" <<: *job_definition package:amd64_buster: @@ -51,9 +51,6 @@ package:amd64_buster: ARCH: "amd64" DIST: "buster" REPONAMES: "platform,client" - # Default is to fail on warnings, we disable it here - # unless the lintian warnings are fixed (see #2) - LINTIAN_OPTS: "-X filename-length" <<: *job_definition @@ -63,8 +60,8 @@ package:amd64_zesty: DIST: "zesty" REPONAMES: "platform,client" # Default is to fail on warnings, we disable it here - # unless the lintian warnings are fixed (see #2) - LINTIAN_OPTS: "-X filename-length" + # Standard-Version is higher than available for this release + LINTIAN_OPTS: "--fail-on-warnings -X filename-length,standards-version" <<: *job_definition package:amd64_artful: -- cgit v1.2.3