This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libx11-keyboard-perl.
commit d223ed55ac0bac3b00679b3ef1584eb28b4d2b96 Author: gregor herrmann <[email protected]> Date: Thu May 14 00:47:29 2015 +0200 Add missing runtime dependency on libx11-protocol-perl. Thanks: autopkgtest. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 38276a6..8114b35 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, + libx11-protocol-perl, Description: Keyboard support functions for X11 X11::Keyboard is meant to provide access to the keyboard functions of X11. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libx11-keyboard-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
