[libconfig-model-perl] 04/07: dh_cme_upgrade: fix cme-version option handling

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 9d65a9cfdd9c6f5e67b034745987cb8734589e48
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Sep 29 19:33:38 2013 +0200

    dh_cme_upgrade: fix cme-version option handling
---
 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 76d530a..0e223e7 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{'model_version'} if $cm_config{'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