From 7391f3d851c18a67047f902e4dc058182814b7fc Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 26 Oct 2017 13:33:51 +0200 Subject: Update Standards-Version to 4.1.1 --- .gitlab-ci.yml | 16 ++++++++++++---- debian/control | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b07547a..564c381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ package:amd64_jessie: DIST: "jessie" REPONAME: "platform" REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_stretch: @@ -42,6 +46,10 @@ package:amd64_stretch: ARCH: "amd64" DIST: "stretch" REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_buster: @@ -49,10 +57,6 @@ package:amd64_buster: ARCH: "amd64" DIST: "buster" REPONAMES: "platform,client" - # Default is to fail on warnings, we disable it here - # unless we fix the standards-version depending on the release - # (see https://0xacab.org/leap/bitmask-dev/issues/9060) - LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_zesty: @@ -60,6 +64,10 @@ package:amd64_zesty: ARCH: "amd64" DIST: "zesty" REPONAMES: "client" + # Default is to fail on warnings, we disable it here + # unless we fix the standards-version depending on the release + # (see https://0xacab.org/leap/bitmask-dev/issues/9060) + LINTIAN_OPTS: "-X filename-length" <<: *job_definition package:amd64_artful: diff --git a/debian/control b/debian/control index 946e1b7..669bea8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: LEAP automated build Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Package: python-leap-common Architecture: all -- cgit v1.2.3