[cme] 01/02: fix ref to dh_installdebconf in dh script (Closes: #831772)

dod at debian.org dod at debian.org
Thu Jul 21 18:45:13 UTC 2016


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

dod pushed a commit to branch master
in repository cme.

commit 4ec3e235f3c905bc4f7c7b1032ffa852943e0d48
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Jul 21 13:14:24 2016 +0200

    fix ref to dh_installdebconf in dh script (Closes:  #831772)
    
    Thanks to Chris Lamb for the patch
---
 debian/dh/cme_upgrade.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/dh/cme_upgrade.pm b/debian/dh/cme_upgrade.pm
index fab551b..eba3a4b 100644
--- a/debian/dh/cme_upgrade.pm
+++ b/debian/dh/cme_upgrade.pm
@@ -10,8 +10,8 @@ use strict;
 use Debian::Debhelper::Dh_Lib;
 
 # see /usr/share/doc/debhelper/PROGRAMMING.gz
-insert_before("dh_install","dh_install_debconf") ;
-insert_after("dh_install_debconf", "dh_cme_upgrade");
+insert_before("dh_install","dh_installdebconf") ;
+insert_after("dh_installdebconf", "dh_cme_upgrade");
 
 
 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/cme.git



More information about the Pkg-perl-cvs-commits mailing list