[libconfig-model-perl] 07/07: bis repetita: fix again version handling in dh_cme_upgrade

dod at debian.org dod at debian.org
Sun Sep 29 18:35:32 UTC 2013


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

dod pushed a commit to branch fix-dh-cm
in repository libconfig-model-perl.

commit 5d430fdd6d4bbe1a0acf041c6f1ba4365289b1cd
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 29 19:42:13 2013 +0200

    bis repetita: fix again version handling in dh_cme_upgrade
---
 debian/dh/dh_config_model_upgrade |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/dh/dh_config_model_upgrade b/debian/dh/dh_config_model_upgrade
index 2bebb21..8cefc1a 100644
--- a/debian/dh/dh_config_model_upgrade
+++ b/debian/dh/dh_config_model_upgrade
@@ -87,7 +87,7 @@ foreach my $package (@do_packages) {
 
     # add dependency in misc:Depends control file
     my $dep = $cm_config{'cme-model-package'};
-    $dep .= '(>= ' . $cm_config{'cme-model_version'}.')' if $cm_config{'cme-model_version'};
+    $dep .= '(>= ' . $cm_config{'cme-model-version'}.')' if $cm_config{'cme-model-version'};
 
     addsubstvar( $package, 'misc:Depends', $dep );
 

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



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