[libconfig-model-dpkg-perl] 01/01: updated comment

dod at debian.org dod at debian.org
Sat Sep 21 18:53:52 UTC 2013


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 25abd70148fc2bce036f4ed9f5b5b5f6f071a9b3
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Sep 21 20:53:45 2013 +0200

    updated comment
---
 lib/Config/Model/Dpkg/Dependency.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index 43591a3..a855cfe 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -432,7 +432,9 @@ sub check_perl_lib_dep {
         # lob off debian release number
         $oldest_lib_version_in_debian =~ s/-.*//;
         my $check_v = $dep_v ;
-        # take ldest version only if the oldest version is NOT in oldstable
+        # use oldest version only if the oldest version is NOT in oldstable
+		# unfortunately this is fragile and must be modified after each Debian
+		# release
         if ($oldest_debian_with_lib =~ /wheezy|jessie|sid/) {
             $check_v ||= $oldest_lib_version_in_debian ;
             $logger->debug("dual life $dep_name has oldest debian $oldest_lib_version_in_debian, using $check_v");

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



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