[libnet-dns-zonefile-fast-perl] 02/06: Update autogenerated description in d/control

Ondrej Sury ondrej at moszumanska.debian.org
Sun Oct 12 16:37:19 UTC 2014


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

ondrej pushed a commit to branch master
in repository libnet-dns-zonefile-fast-perl.

commit 6ee8eaf0bcab9745efb2043f3cef94fdd16edc08
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sun Oct 12 18:05:50 2014 +0200

    Update autogenerated description in d/control
---
 debian/control | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 105583f..e7e287a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-dns-zonefile-fast-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dns-zonefile-fast-perl.git
 Homepage: https://metacpan.org/release/Net-DNS-ZoneFile-Fast
@@ -13,7 +13,7 @@ Homepage: https://metacpan.org/release/Net-DNS-ZoneFile-Fast
 Package: libnet-dns-zonefile-fast-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
+Description: fast BIND-style zonefile parser on top of Net::DNS
  The Net::DNS::ZoneFile::Fast module provides an ability to parse zone files
  that BIND8 and BIND9 use, fast. Currently it provides a single function,
  parse(), which returns a reference to an array of traditional Net::DNS::RR
@@ -24,11 +24,3 @@ Description: unknown
  so it is interesting to use this module to parse huge zones. As an example
  datapoint, it takes less than 5 seconds to parse a 2.2 MB zone with about
  72000 records on an Athlon XP 2600+ box.
- .
- On the other hand, it is likely that Net::DNS::RR objects that parse()
- returns are going to be further processed. To make it easier to link any
- record back to the zone file (say, to report a logical error like infamous
- `CNAME and other data' back to the user, or to do a zone file modification),
- parse() inserts line numbering information into Net::DNS::RR objects.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dns-zonefile-fast-perl.git



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