[libnmap-parser-perl] branch master updated (ca9b7e1 -> 351b605)

Axel Beckert abe at deuxchevaux.org
Wed Nov 9 21:57:10 UTC 2016


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

abe pushed a change to branch master
in repository libnmap-parser-perl.

      from  ca9b7e1   Rewrite dpt-takeover-generated changelog entry
       new  80ffe34   Convert to source format "3.0 (quilt)"
      adds  16f9a90   New upstream version 1.31
       new  a19f7cd   Merge tag 'upstream/1.31'
       new  cca3970   Update debian/changelog
       new  233470a   Update packaging with regards to changed upstream file names
       new  7390d9b   Remove sole patch
       new  7b216e9   Apply "wrap-and-sort -a"
       new  351b605   Rewrite debian/rules with minimal dh style and bump dh compat to 10

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes              |  643 +++++-----
 LICENSE              |  345 +----
 MANIFEST             |   33 +-
 META.json            |   42 +
 META.yml             |   35 +-
 Makefile.PL          |   43 +-
 Parser.pm            | 3385 ++++++++++++++++++++++++++++----------------------
 README               |   78 --
 README.md            |   88 ++
 debian/changelog     |   15 +-
 debian/compat        |    2 +-
 debian/control       |   13 +-
 debian/copyright     |    2 +-
 debian/rules         |   52 +-
 t/callback.t         |   50 +-
 t/instance.t         |   63 +-
 t/instance.xml       |   84 +-
 t/nmap_results.xml   |  298 +++--
 t/parser.t           |  602 ++++++---
 t/scanner.t          |   60 +-
 tools/nmap2db.pl     |  408 ++++++
 tools/nmap2sqlite.pl |  667 +++++-----
 tools/pdev.pl        |  430 +++++++
 tools/scan.pl        |  574 +++++----
 24 files changed, 4816 insertions(+), 3196 deletions(-)
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 LICENSE
 mode change 100755 => 100644 MANIFEST
 create mode 100644 META.json
 mode change 100755 => 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 Parser.pm
 delete mode 100755 README
 create mode 100644 README.md
 mode change 100755 => 100644 t/callback.t
 mode change 100755 => 100644 t/instance.t
 mode change 100755 => 100644 t/instance.xml
 mode change 100755 => 100644 t/nmap_results.xml
 mode change 100755 => 100644 t/parser.t
 mode change 100755 => 100644 t/scanner.t
 create mode 100644 tools/nmap2db.pl
 mode change 100755 => 100644 tools/nmap2sqlite.pl
 create mode 100755 tools/pdev.pl
 mode change 100755 => 100644 tools/scan.pl

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



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