diff --git a/templates/package-stable.xml b/templates/package-stable.xml index 34096c7..795e189 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 --fail-on=error,warning -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=error,warning --suppress-tags package-has-long-file-name -EvIL +pedantic *.dsc *.deb; 2 diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index 6b3f4ef..ff4d00f 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 --suppress-tags orig-tarball-missing-upstream-signature -EvIL +pedantic *.dsc *.deb; +lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-signature,package-has-long-file-name -EvIL +pedantic *.dsc *.deb; 2