[debhelper-devel] [debhelper] 01/01: dh_installcatalogs: Use explicit await triggers

Niels Thykier nthykier at moszumanska.debian.org
Sun Jun 25 08:04:47 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 3d7fea7a32a7ea1c39ad2e33d4089a035059d5f6
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jun 25 08:03:58 2017 +0000

    dh_installcatalogs: Use explicit await triggers
    
    Short term solution to avoid lintian warnings from debhelper inserted
    glue.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog   | 2 ++
 dh_installcatalogs | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0d2b63..49adc21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,8 @@ debhelper (10.5) UNRELEASED; urgency=medium
   * dh_installwm.1: Correct documentation to reflect the behaviour in
     compat 10.  Thanks to Robert Luberda for reporting the issue.
     (Closes: #865708)
+  * dh_installcatalogs: Use explicit await triggers to avoid trigger
+    a lintian warning.
 
   [ Iain Lane ]
   * Dh_Lib: Re-add warning + exit 0 for the -i/-a shortcut that was
diff --git a/dh_installcatalogs b/dh_installcatalogs
index af6129a..7148d12 100755
--- a/dh_installcatalogs
+++ b/dh_installcatalogs
@@ -109,7 +109,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		close CENTRALCAT;
 
 		if (! $dh{NOSCRIPTS}) {
-			autotrigger($package, "activate", "update-sgmlcatalog");
+			autotrigger($package, "activate-await", "update-sgmlcatalog");
 			autoscript($package, "postrm", "postrm-sgmlcatalog",
 				   "s%#CENTRALCAT#%$centralcat%g;");
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list