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 7b216e9d5a321da56e4bb9cfb8b1d9db2efb4aa4 Author: Axel Beckert <[email protected]> Date: Wed Nov 9 22:52:58 2016 +0100 Apply "wrap-and-sort -a" --- debian/changelog | 1 + debian/control | 11 ++++++----- debian/copyright | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 323c38d..75b5a06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ libnmap-parser-perl (1.31-1) UNRELEASED; urgency=medium * Import upstream version 1.31 + Update packaging with regards to changed upstream file names. + Remove sole patch. No more applies due to massive code changes. + * Apply "wrap-and-sort -a". -- Axel Beckert <[email protected]> Wed, 09 Nov 2016 22:43:34 +0100 diff --git a/debian/control b/debian/control index 400ed75..b028f76 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libnmap-parser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 5) -Build-Depends-Indep: perl (>= 5.8.0-7), libxml-twig-perl +Build-Depends-Indep: libxml-twig-perl, + perl (>= 5.8.0-7) Maintainer: Debian Perl Group <[email protected]> Uploaders: Axel Beckert <[email protected]> Standards-Version: 3.7.2 @@ -12,11 +13,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnmap-parser-pe Package: libnmap-parser-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libxml-twig-perl +Depends: libxml-twig-perl, + ${misc:Depends}, + ${perl:Depends} Recommends: nmap -Description: parse nmap scan data with perl +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. - - diff --git a/debian/copyright b/debian/copyright index 3636ab7..e79b5a0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -23,5 +23,5 @@ Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -The Debian packaging is (C) 2006, Joshua D. Abraham <[email protected]> +The Debian packaging is (C) 2006, Joshua D. Abraham <[email protected]> and is licensed under the GPL, see above. -- 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
