From 17e5d23ad12b8f495414c803c5eb408c54b9eed4 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 25 May 2020 14:36:45 -0500 Subject: [PATCH] Apply updated Lintian patch to the infra and adjust templates accordingly. --- templates/package-stable.xml | 4 ++-- templates/package-unstable.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/package-stable.xml b/templates/package-stable.xml index 8a4f117..488223d 100644 --- a/templates/package-stable.xml +++ b/templates/package-stable.xml @@ -72,9 +72,9 @@ 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 --fail-on=warning -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; - 1 + 2 diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index fa0a797..d39b499 100644 --- a/templates/package-unstable.xml +++ b/templates/package-unstable.xml @@ -72,9 +72,9 @@ 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 --fail-on=warning -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; - 1 + 2