From 4ae071880b9c198991b2ee24763678703a4b953a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 23 May 2020 14:22:54 -0500 Subject: [PATCH] Apply experimental Lintian patch to the infra and enable the new flag. See https://salsa.debian.org/lintian/lintian/-/merge_requests/311 for more details. I will update the infra as needed, and once it is in a released version of Lintian, I will backport it to Focal and install on the infra. --- templates/package-stable.xml | 2 +- templates/package-unstable.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/package-stable.xml b/templates/package-stable.xml index 2705636..8a4f117 100644 --- a/templates/package-stable.xml +++ b/templates/package-stable.xml @@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling; export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)"; pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1; -lintian -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb; 1 diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index abbde64..fa0a797 100644 --- a/templates/package-unstable.xml +++ b/templates/package-unstable.xml @@ -72,7 +72,7 @@ git clone https://phab.lubuntu.me/source/ci-tooling.git tooling; export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)"; pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1; -lintian -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=warning -EvIL +pedantic *.dsc *.deb; 1