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 7a5f7f39e4e9626fe40ab139b0811f09f5f802f2
Author: Dominique Dumont <d...@debian.org>
Date:   Mon Apr 14 21:01:37 2014 +0200

    Dpkg::Dep: removed dead code
---
 lib/Config/Model/Dpkg/Dependency.pm | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm 
b/lib/Config/Model/Dpkg/Dependency.pm
index 8864039..d9498e9 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -367,23 +367,6 @@ while (@deb_releases) {
     $deb_release_h{$k} = qr/$regexp/;
 }
 
-# called in check_versioned_dep and in Parse::RecDescent grammar
-sub xxget_pkg_versions {
-    my ($self,$cb,$pkg) = @_ ;
-    $logger->debug("get_pkg_versions: called with $pkg");
-
-    # check if Debian has version older than required version
-    my ($has_info, @dist_version) = $self->get_available_version($pkg) ;
-    # print "\t'$pkg' => '@dist_version',\n";
-
-    return () unless $has_info ;
-
-    return @dist_version ;
-}
-
-#
-# New subroutine "struct_to_dep" extracted - Mon Aug 27 13:45:02 2012.
-#
 sub struct_to_dep {
     my $self = shift ;
     my @input = @_ ;

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