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 19ba54c687d16c6cb9c3480f132ba687772511dc
Author: Dominique Dumont <d...@debian.org>
Date:   Wed May 20 13:30:37 2015 +0200

    Dependency: added stretch and buster to the list of known debian releases
---
 lib/Config/Model/Dpkg/Dependency.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 2495d15..567cae5 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -508,7 +508,7 @@ sub check_perl_lib_dep {
        # 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/) {
+       if ($oldest_debian_with_lib =~ /wheezy|jessie|stretch|buster|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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to