This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libhttp-server-brick-perl.

commit 1c985b07e0faffa786bb9eee5bb6a5cd4416dae3
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jun 7 17:14:40 2015 +0200

    Add explicit build dependency on libmodule-build-perl.
    
    Gbp-Dch: Ignore
---
 debian/control | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 8ae299f..67a0335 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,31 @@
 Source: libhttp-server-brick-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Onur Aslan <o...@onur.im>
-Build-Depends: debhelper (>= 9)
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               libmodule-build-perl
 Build-Depends-Indep: perl,
- libhttp-daemon-perl,
- libhttp-message-perl,
- libwww-perl,
- liblwp-mediatypes-perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl
+                     libhttp-daemon-perl,
+                     libhttp-message-perl,
+                     libwww-perl,
+                     liblwp-mediatypes-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-brick-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libhttp-server-brick-perl.git
 Homepage: https://metacpan.org/release/HTTP-Server-Brick
-Testsuite: autopkgtest-pkg-perl
 
 Package: libhttp-server-brick-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-daemon-perl,
- libhttp-message-perl,
- libwww-perl,
- liblwp-mediatypes-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhttp-daemon-perl,
+         libhttp-message-perl,
+         libwww-perl,
+         liblwp-mediatypes-perl
 Description: simple pure perl http/https server for prototyping
  HTTP::Server::Brick allows you to quickly wrap a prototype web server around
  some Perl code. The underlying server daemon is HTTP::Daemon and the

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-server-brick-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