diff --git a/templates/package-stable.xml b/templates/package-stable.xml index e863954..2705636 100644 --- a/templates/package-stable.xml +++ b/templates/package-stable.xml @@ -71,8 +71,8 @@ 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 +pull-ppa-debs --ppa=ppa:lubuntu-ci/stable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1; +lintian -EvIL +pedantic *.dsc *.deb; 1 diff --git a/templates/package-unstable.xml b/templates/package-unstable.xml index bf536ee..abbde64 100644 --- a/templates/package-unstable.xml +++ b/templates/package-unstable.xml @@ -71,8 +71,8 @@ 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 +pull-ppa-debs --ppa=ppa:lubuntu-ci/unstable-ci-proposed {{ NAME }} $VERSION-0ubuntu1~ppa1; +lintian -EvIL +pedantic *.dsc *.deb; 1