diff options
author | Varac <varac@leap.se> | 2017-10-26 13:33:51 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-10-26 13:33:51 +0200 |
commit | 7391f3d851c18a67047f902e4dc058182814b7fc (patch) | |
tree | 28172e40c22931d15f0d637c43599e96376e3f11 | |
parent | 1a62f9bc039a7cd8d3d3baa4583831f978b67686 (diff) |
Update Standards-Version to 4.1.1
-rw-r--r-- | .gitlab-ci.yml | 16 | ||||
-rw-r--r-- | 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 <sysdev@leap.se> 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 |