summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-10-26 13:57:15 +0200
committerVarac <varac@leap.se>2017-10-26 13:57:15 +0200
commitf61c861689a64cd6e6b71783d7bdc3e5afbc49b8 (patch)
treef4e70058f1bfa89e550c48393877b1a7b9407db8 /.gitlab-ci.yml
parente97ecd291e51b0f17c84aa5d3f6ebc8201e75863 (diff)
Update Standards-Version to 4.1.1
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 6 insertions, 9 deletions
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: