[libnet-tftpd-perl] branch master updated (c968f47 -> 4b60f74)

Florian Schlichting fsfs at moszumanska.debian.org
Fri Oct 9 20:36:58 UTC 2015


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

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

      from  c968f47   update changelog
      adds  c106e27   Imported Upstream version 0.09
       new  00cabf5   Merge tag 'upstream/0.09'
       new  f7b81ce   Update debian/changelog
       new  59761c1   Ship bin directory as examples
       new  33d3aab   Drop doc-base metadata for html manual removed upstream
       new  83d2686   Bump dh compat to level 9
       new  21ad792   Declare compliance with Debian Policy 3.9.6
       new  5a25652   Mark package autopkgtest-able
       new  4b60f74   prepare changelog for release

The 8 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                              |  50 ++++---
 MANIFEST                             |  11 +-
 META.json                            |  39 +++++
 META.yml                             |  21 +++
 Makefile.PL                          |  15 +-
 README                               |  37 ++---
 TFTPd.html                           | 280 -----------------------------------
 simpleTFTPd.pl => bin/simpleTFTPd.pl |   0
 bin/tftpd-simple.pl                  | 149 +++++++++++++++++++
 debian/changelog                     |  14 +-
 debian/compat                        |   2 +-
 debian/control                       |   6 +-
 debian/libnet-tftpd-perl.doc-base    |   7 -
 debian/libnet-tftpd-perl.docs        |   2 -
 debian/libnet-tftpd-perl.examples    |   2 +-
 debian/rules                         |   2 +-
 TFTPd.pm => lib/Net/TFTPd.pm         |   5 +-
 t/00-Net-TFTPd.t                     |   9 ++
 t/03-test-pod.t                      |   9 ++
 test.pl                              |  17 ---
 20 files changed, 314 insertions(+), 363 deletions(-)
 mode change 100755 => 100644 Changes
 mode change 100755 => 100644 MANIFEST
 create mode 100644 META.json
 create mode 100644 META.yml
 mode change 100755 => 100644 Makefile.PL
 mode change 100755 => 100644 README
 delete mode 100755 TFTPd.html
 rename simpleTFTPd.pl => bin/simpleTFTPd.pl (100%)
 mode change 100755 => 100644
 create mode 100644 bin/tftpd-simple.pl
 delete mode 100644 debian/libnet-tftpd-perl.doc-base
 delete mode 100644 debian/libnet-tftpd-perl.docs
 rename TFTPd.pm => lib/Net/TFTPd.pm (99%)
 mode change 100755 => 100644
 create mode 100644 t/00-Net-TFTPd.t
 create mode 100644 t/03-test-pod.t
 delete mode 100755 test.pl

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



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