This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository liblinux-epoll-perl.
commit 8a089e71c73cd60a2cd0fe49f035506219bbca5c Author: gregor herrmann <[email protected]> Date: Mon Sep 15 20:51:48 2014 +0200 wrap&sort d/control Git-Dch: Ignore --- debian/control | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 519a2e1..ac3d1b1 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: gregor herrmann <[email protected]> Build-Depends: debhelper (>= 9.20120312), - libmodule-build-perl (>= 0.360100), - perl + libmodule-build-perl (>= 0.360100), + perl Standards-Version: 3.9.5 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblinux-epoll-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-epoll-perl.git @@ -13,7 +13,9 @@ Homepage: https://metacpan.org/release/Linux-Epoll Package: liblinux-epoll-perl Architecture: any -Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} Description: perl epoll module for O(1) multiplexing Epoll is a multiplexing mechanism that scales up O(1) with number of watched files. Linux::Epoll is a callback style epoll module, unlike other epoll -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblinux-epoll-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
