[liblexical-underscore-perl] branch master updated (c82c511 -> 866e00b)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 15:41:12 UTC 2014


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

js pushed a change to branch master
in repository liblexical-underscore-perl.

      from  c82c511   update changelog
       new  ef539de   Add alternate git source URL.
       new  b5e4620   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  f8825eb   Update Vcs-Git to use canonical URL.
       new  93eb8e8   Declare compliance with Debian Policy 3.9.6.
       new  99ea05a   Drop patch 1001: No Unneeded with current upstream packaging.
       new  5f1feff   Stop track md5sum of upstream tarball.
       new  a0c6630   Tidy rules file.
       new  c41cadb   Update copyright info: Extend coverage for myself to include current year.
       new  25d0292   Use www.cpan.org and metacpan.org (not search.cpan.org) in watch file, and www.cpan.org (not specific CPAN instance cpan.metacpan.org) as get-orig-soruce URL in rules.
       new  c92d898   Update changelog, control file and copyright hints.
      adds  9a2378c   initial version
      adds  015e1cc   mini fixes
      adds  fb28ffc   Added tag 0.001 for changeset 7ca6804c7333
      adds  120793f   changed repo to github.com
      adds  2916ed9   Use Dist::Inkt for packaging
      adds  41fbc2b   Remove Makefile.PL (no longer needed)
      adds  36bc599   Remove makefile.pret (no longer needed)
      adds  b3d790a   Update dependency metadata
      adds  f83f859   bump version; changelog
      adds  daf8dce   Added tag 0.002 for changeset 954abc23692d
      adds  3abbd01   RT#98883 - fix dynamic config
      adds  d0050b0   bump version; changelog
      adds  f641e56   copyright year
      adds  dd3b7d7   fix syntax
      adds  d8c8df1   oops
      adds  ff891d6   no warnings
      adds  8366666   no warnings
      adds  5451c29   fix dep
      adds  6d2893b   do not need any more
      adds  e9b7114   Imported Upstream version 0.003
       new  793574d   Merge tag 'upstream/0.003'
       new  13bb993   Update copyright info: Drop coverage of no longer included convenience code copies.
       new  5c96970   Update copyright info: Extend coverage for main upstream author to include current year.
       new  866e00b   Prepare for release: Update changelog and copyright hints.

The 14 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:
 CONTRIBUTING                                   |  83 +++
 COPYRIGHT                                      |  50 ++
 CREDITS                                        |   6 +
 Changes                                        |  16 +-
 HACKING                                        |  29 -
 INSTALL                                        |  38 +
 LICENSE                                        |   8 +-
 MANIFEST                                       |  40 +-
 META.json                                      |  67 ++
 META.yml                                       |  28 +-
 Makefile.PL                                    | 145 +++-
 README                                         |  36 +-
 SIGNATURE                                      |  60 +-
 debian/changelog                               |  27 +-
 debian/control                                 |   4 +-
 debian/control.in                              |   6 +-
 debian/copyright                               |  58 +-
 debian/copyright_hints                         |  77 +-
 debian/patches/1001_no_auto-install_deps.patch |  15 -
 debian/patches/README                          |   3 -
 debian/patches/series                          |   1 -
 debian/rules                                   |   9 +-
 debian/watch                                   |   3 +-
 dist.ini                                       |   2 +
 doap.ttl                                       |  90 +++
 inc/Module/AutoInstall.pm                      | 930 -------------------------
 inc/Module/Install.pm                          | 470 -------------
 inc/Module/Install/AutoInstall.pm              |  93 ---
 inc/Module/Install/AutoManifest.pm             |  45 --
 inc/Module/Install/Base.pm                     |  83 ---
 inc/Module/Install/Can.pm                      | 154 ----
 inc/Module/Install/Fetch.pm                    |  93 ---
 inc/Module/Install/Include.pm                  |  34 -
 inc/Module/Install/Makefile.pm                 | 418 -----------
 inc/Module/Install/Metadata.pm                 | 722 -------------------
 inc/Module/Install/Package.pm                  | 323 ---------
 inc/Module/Install/TrustMetaYml.pm             |  50 --
 inc/Module/Install/Win32.pm                    |  64 --
 inc/Module/Install/WriteAll.pm                 |  63 --
 inc/Module/Package.pm                          |  71 --
 inc/Module/Package/Dist/RDF.pm                 |  47 --
 inc/Scalar/Util.pm                             |  49 --
 inc/YAML/Tiny.pm                               | 643 -----------------
 inc/unicore/Name.pm                            | 416 -----------
 inc/utf8.pm                                    |  27 -
 lib/lexical/underscore.pm                      |   4 +-
 meta/changes.pret                              |   6 -
 meta/doap.pret                                 |  19 -
 meta/makefile.pret                             |   9 -
 meta/people.pret                               |   8 -
 t/01basic.t                                    |   2 +
 t/02synopsis.t                                 |   2 +
 52 files changed, 627 insertions(+), 5119 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 delete mode 100644 HACKING
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 debian/patches/1001_no_auto-install_deps.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 doap.ttl
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Package.pm
 delete mode 100644 inc/Module/Install/TrustMetaYml.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 delete mode 100644 inc/Module/Package/Dist/RDF.pm
 delete mode 100644 inc/Scalar/Util.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 inc/unicore/Name.pm
 delete mode 100644 inc/utf8.pm
 delete mode 100644 meta/changes.pret
 delete mode 100644 meta/doap.pret
 delete mode 100644 meta/makefile.pret
 delete mode 100644 meta/people.pret

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



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