[libsoftware-license-perl] branch master updated (dbb259c -> 2bf4664)

dod at debian.org dod at debian.org
Sun Dec 1 17:56:30 UTC 2013


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

dod pushed a change to branch master
in repository libsoftware-license-perl.

      from  dbb259c   *-summary-patch: put or-later-clause at the right place (Closes: #728154)
       new  49459aa   prepare release
      adds  2b74838   Imported Upstream version 0.103008
       new  fd037c4   Merge tag 'upstream/0.103008'
       new  c57307b   removed *short_name patches applied upstream
       new  0b90ecc   refreshed add_or_later_clause patch
       new  9bea951   control source Standards-Version: '3.9.4' -> '3.9.5'
       new  6b209ab   new upstream release
       new  affcb28   control: added BD-I on libtry-tiny-perl
       new  2bf4664   - forgot to add a new dep

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                              |  15 ++++
 MANIFEST                             |   2 +
 META.json                            | 170 ++++++++++++++++++++++++++---------
 META.yml                             | 150 ++++++++++++++++++++++---------
 Makefile.PL                          |  49 +++++-----
 README                               |   2 +-
 debian/changelog                     |  16 ++++
 debian/control                       |  44 +++++----
 debian/patches/add_or_later_clause   |  47 ++++++----
 debian/patches/new_from_short_name   |  70 ---------------
 debian/patches/series                |   2 -
 debian/patches/test-short-name       |  23 -----
 lib/Software/License.pm              |   4 +-
 lib/Software/License/AGPL_3.pm       |   6 +-
 lib/Software/License/Apache_1_1.pm   |   6 +-
 lib/Software/License/Apache_2_0.pm   |   6 +-
 lib/Software/License/Artistic_1_0.pm |   6 +-
 lib/Software/License/Artistic_2_0.pm |   6 +-
 lib/Software/License/BSD.pm          |  10 +--
 lib/Software/License/CC0_1_0.pm      |   6 +-
 lib/Software/License/Custom.pm       |   6 +-
 lib/Software/License/FreeBSD.pm      |  28 +++---
 lib/Software/License/GFDL_1_2.pm     |   6 +-
 lib/Software/License/GFDL_1_3.pm     |   6 +-
 lib/Software/License/GPL_1.pm        |   6 +-
 lib/Software/License/GPL_2.pm        |   6 +-
 lib/Software/License/GPL_3.pm        |   6 +-
 lib/Software/License/LGPL_2_1.pm     |   6 +-
 lib/Software/License/LGPL_3_0.pm     |   6 +-
 lib/Software/License/MIT.pm          |   6 +-
 lib/Software/License/Mozilla_1_0.pm  |   6 +-
 lib/Software/License/Mozilla_1_1.pm  |   6 +-
 lib/Software/License/Mozilla_2_0.pm  |   6 +-
 lib/Software/License/None.pm         |   6 +-
 lib/Software/License/OpenSSL.pm      |   6 +-
 lib/Software/License/Perl_5.pm       |   6 +-
 lib/Software/License/PostgreSQL.pm   |   6 +-
 lib/Software/License/QPL_1_0.pm      |   6 +-
 lib/Software/License/SSLeay.pm       |   6 +-
 lib/Software/License/Sun.pm          |   6 +-
 lib/Software/License/Zlib.pm         |   6 +-
 lib/Software/LicenseUtils.pm         |  59 ++++++++++--
 t/000-report-versions-tiny.t         |   3 +-
 t/bsd-url.t                          |   2 +-
 t/guess_meta_license.t               |  52 +++++++++++
 t/short_name.t                       |  19 ++++
 xt/release/changes_has_content.t     |   2 +-
 47 files changed, 572 insertions(+), 353 deletions(-)
 delete mode 100644 debian/patches/new_from_short_name
 delete mode 100644 debian/patches/test-short-name
 create mode 100644 t/guess_meta_license.t
 create mode 100644 t/short_name.t

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



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