[libconfig-model-dpkg-perl] 01/04: dpkg::Dependency: added libgl-dev and libtiff-dev to virtual packages

dod at debian.org dod at debian.org
Sun Apr 13 18:04:42 UTC 2014


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 322b8d75d1eae522a37526ed4e34c250725fc378
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Apr 11 20:58:03 2014 +0200

    dpkg::Dependency: added libgl-dev and libtiff-dev to virtual packages
---
 lib/Config/Model/Dpkg/Dependency.pm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm
index c3646cd..8fea57c 100644
--- a/lib/Config/Model/Dpkg/Dependency.pm
+++ b/lib/Config/Model/Dpkg/Dependency.pm
@@ -114,7 +114,12 @@ my @virtual_list = qw/
 /;
 
 # other less official virtual packages
-push @virtual_list, qw/ruby-interpreter/;
+push @virtual_list,
+  qw/
+		libgl-dev
+		libtiff-dev
+		ruby-interpreter
+	/;
 
 my %virtual_hash = map {( $_ => 1); } @virtual_list;
 

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