This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libsys-virt-perl.
commit 8911fad47d343e945bb9c75e8b6f068e235ccf1e Author: Salvatore Bonaccorso <[email protected]> Date: Tue Dec 30 08:08:18 2014 +0100 Drop Depends on libvirt-bin The runtime dependency to neither libvirt-daemon-system or libvirt-clients is required to have the Perl module working. It only requires the dependency on the library, since libvirt supports also accessing remote daemons via the network. Thanks: Daniel Gröber <[email protected]> Closes: #774185 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 75e468d..8bee4ee 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Testsuite: autopkgtest-pkg-perl Package: libsys-virt-perl Architecture: any -Depends: libvirt-bin, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module providing an extension for the libvirt library The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-virt-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
