This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libnmap-parser-perl.
commit c9889e61435beca1e60b353fc2a7398d9956f01e Author: Axel Beckert <[email protected]> Date: Wed Nov 9 23:07:27 2016 +0100 Rework package description --- debian/changelog | 1 + debian/control | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f46a81f..762e4d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ libnmap-parser-perl (1.31-1) UNRELEASED; urgency=medium * No more install README. Only contains known metadata. * Remove unneeded debian/dirs. * Declare compliance with Debian Policy 3.9.8. + * Rework package description. -- Axel Beckert <[email protected]> Wed, 09 Nov 2016 22:43:34 +0100 diff --git a/debian/control b/debian/control index 0900713..93ae6b0 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,8 @@ Depends: libxml-twig-perl, ${misc:Depends}, ${perl:Depends} Recommends: nmap -Description: parse nmap scan data with perl - It is implemented by parsing the xml scan data that is generated by nmap. This - will enable anyone who utilizes nmap to quickly create fast and robust - security scripts that utilize the powerful port scanning abilities of nmap. +Description: parse nmap scan results with perl + Nmap::Parser is implemented by parsing the XML scan data that is + generated by nmap. This will enable anyone who utilizes nmap to + quickly create fast and robust security scripts that utilize the + powerful port scanning abilities of nmap. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnmap-parser-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
