[libconfig-find-perl] branch master updated (4840e32 -> d8ee530)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 1 19:16:42 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libconfig-find-perl.

      from  4840e32   update changelog
       new  c8d424f   Add debian/upstream/metadata
       new  9859c9b   Update debian/changelog
      adds  e40103e   Imported Upstream version 0.31
       new  27a79aa   Merge tag 'upstream/0.31'
       new  289b3aa   Update debian/changelog
       new  2597983   Update changelog info generated by dpt
       new  aa272f4   Remove unnecessary patches
       new  fa087df   Set debhelper >= 9
       new  3c1f80b   Declare compliance with Debian policy 3.9.6
       new  419e3fb   Add autopkgtest-pkg-perl
       new  86b430d   Fix spelling error in short description
       new  716828e   Add patch fixing spelling errors in manpages
       new  d8ee530   Update dependencies

The 12 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                                            | 219 +++++++++-------
 MANIFEST                                           |  22 +-
 META.json                                          |  45 ++++
 META.yml                                           |  40 +--
 Makefile.PL                                        |  20 +-
 README                                             |   7 +-
 debian/changelog                                   |  17 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  23 +-
 debian/patches/fix_spelling_error_in_manpage.patch |  28 ++
 debian/patches/manpage-typo-fix.patch              |  43 ----
 debian/patches/pod-encoding.patch                  | 119 ---------
 debian/patches/series                              |   3 +-
 debian/upstream/metadata                           |   4 +
 lib/Config/Find.pm                                 | 174 +++++++------
 lib/Config/Find/Any.pm                             | 164 +++++++-----
 lib/Config/Find/Unix.pm                            | 281 ++++++++++-----------
 lib/Config/Find/Where.pm                           | 124 ++++-----
 lib/Config/Find/Win2k.pm                           |  25 +-
 lib/Config/Find/Win2k3.pm                          |  25 +-
 lib/Config/Find/Win7.pm                            |  53 ++++
 lib/Config/Find/Win95.pm                           |  25 +-
 lib/Config/Find/Win98.pm                           |  26 +-
 lib/Config/Find/WinAny.pm                          | 155 ++++++------
 lib/Config/Find/WinCE.pm                           |  26 +-
 lib/Config/Find/WinME.pm                           |  26 +-
 lib/Config/Find/WinNT.pm                           |  26 +-
 lib/Config/Find/WinXP.pm                           |  26 +-
 t/01load.t                                         |  23 ++
 t/1.t                                              |  15 --
 t/10find.t                                         |  45 ++++
 t/2_where.t                                        |  15 --
 t/3_pods.t                                         |   8 -
 t/90podtest.t                                      |  12 +
 t/91podcover.t                                     |  17 ++
 t/94metatest.t                                     |  38 +++
 t/95changedate.t                                   |  40 +++
 t/96metatest.t                                     |  38 +++
 t/data/.test1                                      |   0
 t/data/.test2                                      |   0
 t/data/.test3                                      |   0
 t/data/test1.cfg                                   |   0
 t/data/test2.cfg                                   |   0
 t/data/test3.cfg                                   |   0
 44 files changed, 1112 insertions(+), 887 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/patches/fix_spelling_error_in_manpage.patch
 delete mode 100644 debian/patches/manpage-typo-fix.patch
 delete mode 100644 debian/patches/pod-encoding.patch
 create mode 100644 debian/upstream/metadata
 create mode 100755 lib/Config/Find/Win7.pm
 create mode 100755 t/01load.t
 delete mode 100755 t/1.t
 create mode 100644 t/10find.t
 delete mode 100755 t/2_where.t
 delete mode 100644 t/3_pods.t
 create mode 100755 t/90podtest.t
 create mode 100644 t/91podcover.t
 create mode 100755 t/94metatest.t
 create mode 100755 t/95changedate.t
 create mode 100755 t/96metatest.t
 create mode 100644 t/data/.test1
 create mode 100644 t/data/.test2
 create mode 100644 t/data/.test3
 create mode 100644 t/data/test1.cfg
 create mode 100644 t/data/test2.cfg
 create mode 100644 t/data/test3.cfg

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



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