[libanyevent-connection-perl] 02/06: Clean up (build) dependencies.

gregor herrmann gregoa at debian.org
Sat Apr 16 14:34:02 UTC 2016


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

gregoa pushed a commit to branch master
in repository libanyevent-connection-perl.

commit fdd6bcbcec03cf8f8e58bdcdf55adbb51a0c77e3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Apr 16 16:30:18 2016 +0200

    Clean up (build) dependencies.
    
    Drop unnecessary versions, remove perl-modules from B-D-I and unversioned
    perl from Depends.
---
 debian/control | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index a8271e5..6efe39e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,29 @@
 Source: libanyevent-connection-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry E. Oboukhov <unera at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libanyevent-perl (>= 5),
- libcommon-sense-perl (>= 2),
- liblib-abs-perl (>= 0.90),
- libobject-event-perl (>= 1.21),
- libtest-nowarnings-perl,
- libtest-tcp-perl (>= 0.14),
- perl,
- perl-modules
+Build-Depends-Indep: libanyevent-perl,
+                     libcommon-sense-perl,
+                     liblib-abs-perl,
+                     libobject-event-perl,
+                     libtest-nowarnings-perl,
+                     libtest-tcp-perl,
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-connection-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-connection-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-Connection
-Testsuite: autopkgtest-pkg-perl
 
 Package: libanyevent-connection-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-perl (>= 5),
- libcommon-sense-perl (>= 2),
- libobject-event-perl (>= 1.21),
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl,
+         libcommon-sense-perl,
+         libobject-event-perl
 Description: Base class for TCP clients
  AnyEvent::Connection provides a base interface for creating TCP connection
  using perl and AnyEvent framework. It provides four standard events:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-connection-perl.git



More information about the Pkg-perl-cvs-commits mailing list