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 <d...@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

_______________________________________________
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