This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdl.
commit 62476e7742c47b8cb455bce515aa6f5c4a623d1c Author: Bas Couwenberg <[email protected]> Date: Thu Feb 15 21:34:19 2018 +0100 Use '-noawait' trigger variant. --- debian/changelog | 1 + debian/pdl.triggers | 4 ++-- debian/pdl.triggers.in | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1e2fd0..ad130a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pdl (1:2.018-3) UNRELEASED; urgency=medium * Add patch to fix spelling errors. * Add Testsuite: autopkgtest-pkg-perl to control file. * Strip trailing whitespace from changelog & control files. + * Use '-noawait' trigger variant. [ Damyan Ivanov ] * declare conformance with Policy 4.1.3 (no changes needed) diff --git a/debian/pdl.triggers b/debian/pdl.triggers index c079077..f69586c 100644 --- a/debian/pdl.triggers +++ b/debian/pdl.triggers @@ -1,2 +1,2 @@ -interest /usr/lib/x86_64-linux-gnu/perl5/5.22/PDL -interest /usr/share/perl5/PDL +interest-noawait /usr/lib/x86_64-linux-gnu/perl5/5.22/PDL +interest-noawait /usr/share/perl5/PDL diff --git a/debian/pdl.triggers.in b/debian/pdl.triggers.in index e80e6ab..e2c2838 100644 --- a/debian/pdl.triggers.in +++ b/debian/pdl.triggers.in @@ -1,2 +1,2 @@ -interest /@vendorarch@/PDL -interest /usr/share/perl5/PDL +interest-noawait /@vendorarch@/PDL +interest-noawait /usr/share/perl5/PDL -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
