[SCM] Debian packaging of libpoe-component-client-dns-perl branch, master, updated. 33fcf7f7b28ff44e4145066cae8b8df189bd8cad

gregor herrmann gregoa at debian.org
Thu Jul 5 20:52:02 UTC 2012


The following commit has been merged in the master branch:
commit 6877ec96b6ac85972cfb2e66f5d1bff5cf798c13
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:51:15 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index f518e19..30cc046 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,34 @@
 Source: libpoe-component-client-dns-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Antonio Radici <antonio at dyne.org>,
+           Jose Luis Rivas <ghostbar38 at gmail.com>,
+           gregor herrmann <gregoa at debian.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Rene Mayorga <rmayorga at debian.org>
 Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, netbase,
- libnet-dns-perl,
- libpoe-perl (>= 2:1.2800),
- libtest-nowarnings-perl (>= 0.084)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Antonio Radici <antonio at dyne.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>, gregor herrmann <gregoa at debian.org>,
- Martín Ferrari <tincho at debian.org>, Rene Mayorga <rmayorga at debian.org>
+Build-Depends-Indep: perl,
+                     netbase,
+                     libnet-dns-perl,
+                     libpoe-perl,
+                     libtest-nowarnings-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/POE-Component-Client-DNS/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-dns-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-dns-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-dns-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-Client-DNS/
 
 Package: libpoe-component-client-dns-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libnet-dns-perl,
- libpoe-perl (>= 2:1.2800)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libnet-dns-perl,
+         libpoe-perl
 Description: POE Component for performing asynchronous DNS queries
  POE::Component::Client::DNS is a wrapper for non-blocking DNS queries based on
  Net::DNS (libnet-dns-perl). It lets other tasks run while something is waiting
  for a nameserver response and allows multiple DNS servers to be queried at the
  same time. DNS client components are spawned as separate sessions rather than
  being created as proper objects; for full details, see the documentation.
+

-- 
Debian packaging of libpoe-component-client-dns-perl



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