[libnetpacket-perl] branch master updated (7851ef1 -> ed71601)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 29 20:34:21 UTC 2013


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

fsfs pushed a change to branch master
in repository libnetpacket-perl.

      from  7851ef1   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  7759309   Imported Upstream version 1.4.2
       new  b56bdb3   Merge tag 'upstream/1.4.2'
       new  a1cdd28   Import Upstream version 1.4.2
       new  bac858f   Bump year of upstream copyright
       new  f2799fe   Add copyright paragraph for USBMon.pm
       new  f0b1208   Update stand-alone copyright paragraphs to their commonly used version
       new  e045848   Declare compliance with Debian Policy 3.9.5
       new  faaf06c   Refresh and forward spelling.patch
       new  582126e   Add whatis.patch for USBMon.pm
       new  ae77d0f   Add myself to uploaders and copyright
       new  ed71601   prepare changelog for release

The 10 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:
 Build.PL                      |  31 ++-
 CONTRIBUTORS                  |  15 ++
 Changes                       |  75 +++++--
 LICENSE                       |   2 +-
 MANIFEST                      |   7 +-
 META.json                     |  58 ++++--
 META.yml                      |  41 ++--
 README                        |   2 +-
 README.mkdn                   |   8 +-
 SIGNATURE                     |  49 ++---
 debian/changelog              |  19 +-
 debian/control                |   5 +-
 debian/copyright              |  17 +-
 debian/patches/series         |   1 +
 debian/patches/spelling.patch |   6 +-
 debian/patches/whatis.patch   |  15 ++
 lib/NetPacket.pm              |  11 +-
 lib/NetPacket/ARP.pm          |   9 +-
 lib/NetPacket/Ethernet.pm     |  11 +-
 lib/NetPacket/ICMP.pm         |  11 +-
 lib/NetPacket/IGMP.pm         |   9 +-
 lib/NetPacket/IP.pm           |  11 +-
 lib/NetPacket/TCP.pm          |  49 +++--
 lib/NetPacket/UDP.pm          |  60 +++---
 lib/NetPacket/USBMon.pm       | 369 ++++++++++++++++++++++++++++++++++
 t/00-compile.t                |  54 +++++
 t/000-report-versions-tiny.t  |  79 ++++++++
 t/000-report-versions.t       | 447 ------------------------------------------
 t/general.t                   |   1 +
 t/tcp.t                       |   2 +-
 t/udp.t                       |  43 ++++
 t/usbmon.t                    | 197 +++++++++++++++++++
 32 files changed, 1084 insertions(+), 630 deletions(-)
 create mode 100644 CONTRIBUTORS
 create mode 100644 debian/patches/whatis.patch
 create mode 100644 lib/NetPacket/USBMon.pm
 create mode 100644 t/00-compile.t
 create mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/000-report-versions.t
 create mode 100644 t/udp.t
 create mode 100644 t/usbmon.t

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



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