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

gregoa pushed a change to branch master
in repository libparse-netstat-perl.

      from  4f8a601   Merge tag 'debian/0.4-2'
       new  4f774c5   drop WAITS-FOR
       new  a150425   Add debian/upstream/metadata
       new  045b17d   Update debian/changelog
      adds  c598809   Imported Upstream version 0.12
       new  8a8f04f   Merge tag 'upstream/0.12'
       new  92076a9   Update debian/changelog
       new  97eaddb   Update (build) dependencies.
       new  5742098   Update upstream copyright.
       new  3fe6304   Mark package as autopkgtest-able.
       new  32cf226   Declare compliance with Debian Policy 3.9.6.
       new  dcf2df7   Bump debhelper compatibility level to 9.
       new  7991063   releasing package libparse-netstat-perl version 0.12-1

The 11 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                                       |  48 ++
 LICENSE                                       |   8 +-
 MANIFEST                                      |  13 +-
 MANIFEST.SKIP                                 |   1 -
 META.json                                     | 352 ++++++----
 META.yml                                      | 335 +++++----
 Makefile.PL                                   |  40 +-
 README                                        | 205 +-----
 bin/parse-netstat                             |  57 --
 bin/parse-netstat-win                         |  57 --
 debian/changelog                              |  16 +-
 debian/compat                                 |   2 +-
 debian/control                                |  15 +-
 debian/copyright                              |   1 +
 debian/tests/pkg-perl/smoke-files             |   2 +
 debian/upstream/metadata                      |   7 +
 dist.ini                                      |  21 +-
 lib/Parse/Netstat.pm                          | 398 +++--------
 lib/Parse/Netstat/freebsd.pm                  | 948 ++++++++++++++++++++++++++
 lib/Parse/Netstat/linux.pm                    | 408 +++++++++++
 lib/Parse/Netstat/solaris.pm                  | 444 ++++++++++++
 lib/Parse/Netstat/win32.pm                    | 311 +++++++++
 share/netstat-samples/netstat-an-freebsd-10.1 |  67 ++
 share/netstat-samples/netstat-an-freebsd-9.2  |  58 ++
 share/netstat-samples/netstat-anp-linux       |  21 +
 share/netstat-samples/netstat-anp-win32       |  30 +
 share/netstat-samples/netstat-n-solaris       |  31 +
 t/00-compile.t                                |  53 +-
 t/01-basics.t                                 | 116 ++--
 t/release-pod-coverage.t                      |  12 +-
 t/release-pod-syntax.t                        |   5 +-
 t/release-rinci.t                             |   2 +
 weaver.ini                                    |   2 +-
 33 files changed, 3054 insertions(+), 1032 deletions(-)
 delete mode 100644 MANIFEST.SKIP
 delete mode 100755 bin/parse-netstat
 delete mode 100755 bin/parse-netstat-win
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/Parse/Netstat/freebsd.pm
 create mode 100644 lib/Parse/Netstat/linux.pm
 create mode 100644 lib/Parse/Netstat/solaris.pm
 create mode 100644 lib/Parse/Netstat/win32.pm
 create mode 100644 share/netstat-samples/netstat-an-freebsd-10.1
 create mode 100644 share/netstat-samples/netstat-an-freebsd-9.2
 create mode 100644 share/netstat-samples/netstat-anp-linux
 create mode 100644 share/netstat-samples/netstat-anp-win32
 create mode 100644 share/netstat-samples/netstat-n-solaris

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to