From 510db61714cc4d169287eb46e798ff2a2f7770bf Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 25 May 2020 15:43:22 -0500 Subject: [PATCH] Suppress orig-tarball-missing-upstream-signature on Unstable packages since there will never be an orig signature. --- templates/package-unstable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index d39b499..879d636 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 --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-signature -EvIL +pedantic *.dsc *.deb; 2