[libconfig-model-dpkg-perl] 01/03: Update release list in Dependency

dod at debian.org dod at debian.org
Sat Sep 3 16:20:10 UTC 2016


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 8bca6e9a9a1f0fc19f1ec1f3ed2fb062c1e0a006
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Aug 29 13:57:28 2016 +0200

    Update release list in Dependency
---
 lib/Config/Model/Dpkg/Dependency.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index 193c9a1..44b2854 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -406,7 +406,10 @@ sub check_debhelper_version {
     }
 }
 
-my @deb_releases = qw/etch lenny squeeze wheezy/;
+# used with dependency filter: an optional config parameter which enable a user
+# to clean dependency older than a specified release. Be default, dependency version
+# are not cleaned up before they are older than old_stable.
+my @deb_releases = qw/etch lenny squeeze wheezy jessie stretch buster/;
 
 my %deb_release_h ;
 while (@deb_releases) {

-- 
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