Bug#831772: cme: incorrect reference to dh_installdebconf ("dh_install_debconf")
Chris Lamb
lamby at debian.org
Tue Jul 19 10:34:45 UTC 2016
Source: cme
Version: 1.012-1
Tags: patch
Hi,
The attached pach corrects an incorrect reference to
dh_installdebconf ("dh_install_debconf").
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
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;
More information about the pkg-perl-maintainers
mailing list