[Pkg-octave-commit] [octave] 01/01: d/octave.triggers: Use a -noawait type of trigger.

Sébastien Villemot sebastien at debian.org
Wed Jun 21 15:21:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 3cf8b78ff4c869d4768eda9516520b0aad722a54
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Jun 21 17:09:59 2017 +0200

    d/octave.triggers: Use a -noawait type of trigger.
    
    So far the trigger for Octave Forge packages was implicitly of the -await type.
    Lintian now complains about this, and asks to explicitly make a choice between
    the -await and -noawait types (the latter being easier to manage for dpkg).
    Since Octave Forge packages can be configured before the trigger is activated,
    we go for the -noawait type.
    
    Gbp-Dch: Full
---
 debian/octave.triggers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/octave.triggers b/debian/octave.triggers
index a937538..3cdb1ae 100644
--- a/debian/octave.triggers
+++ b/debian/octave.triggers
@@ -1 +1 @@
-interest /usr/share/octave/packages
+interest-noawait /usr/share/octave/packages

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list