[librdf-generator-void-perl] branch master updated (70d553e -> a0d3192)

Jonas Smedegaard dr at jones.dk
Tue Feb 9 18:49:32 UTC 2016


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

js pushed a change to branch master
in repository librdf-generator-void-perl.

      from  70d553e   update changelog
      adds  bb0fac5   Fix the repository structure
      adds  b5b0052   Merge branch 'master' of github.com:kjetilk/RDF-Generator-Void
      adds  10c8fb7   Add metacpan as homepage
      adds  cce6406   Be careful about App::Cmd::Tester
      adds  190c0b5   The vocabs should be URIs
      adds  2530d06   Add provenance github links
      adds  1e53524   add links to Debian
      adds  0ec8698   Revert "The vocabs should be URIs"
      adds  a033837   One of my boxes needs test_app explicitly imported...
      adds  faacac9   some migration towards Moo types
      adds  f28448d   Add IRC resource
      adds  b6acf26   Revert "some migration towards Moo types"
      adds  6654d53   Remove author tests
      adds  33a3d94   Make a dist.ini for Dist::Inkt, see #6
      adds  ea0032d   Add travis file
      adds  9919482   replace README
      adds  2773d8d   forgot the data type for #6
      adds  22b9b98   update changelog
      adds  b1871f1   extend copyright years
      adds  2afa95a   Bump version
      adds  197640b   Imported Upstream version 0.14
       new  26072d7   Merge tag 'upstream/0.14'
       new  c9b3cfe   Update copyright info: Drop Files sections for convenience code copies: Dropped from upstream tarball.
       new  fa501d0   Drop workaround for convenience code copies interfering with tests: Dropped from upstream tarball.
       new  f0aba54   Modernize and simplify watch file.
       new  56e6d84   Update copyright info: Extend copyright for main upstream author to cover current year.
       new  74854b1   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  9076701   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  f97230e   Bump debhelper compatibility level to 9.
       new  379a1b5   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  e4d292a   Add lintian override regarding debhelper 9.
       new  c716d3e   Update copyright info: Extend copyright of packaging to cover current year.
       new  8c94bca   Update homepage.
       new  660db59   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  d4dc8b2   Declare compliance with Debian Policy 3.9.7.
       new  2c2acdd   Sync control.in with control: Make the package autopkgtestable.
       new  a0d3192   Prepare for release: Update changelog, control file and copyright hints.

The 16 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:
 COPYRIGHT                               |  64 +++
 CREDITS                                 |  10 +
 Changes                                 |  58 +-
 INSTALL                                 |  38 ++
 LICENSE                                 |   6 +-
 MANIFEST                                |  42 +-
 META.json                               |  92 ++++
 META.yml                                |  56 +-
 Makefile.PL                             | 152 +++++-
 README                                  |  90 ++--
 lib/RDF/Generator/Void.pm => README.pod |   6 +-
 SIGNATURE                               |  80 ++-
 debian/changelog                        |  28 +-
 debian/compat                           |   2 +-
 debian/control                          |   4 +-
 debian/control.in                       |   7 +-
 debian/copyright                        |  87 +--
 debian/copyright_hints                  |  74 +--
 debian/rules                            |  13 +-
 debian/source/lintian-overrides         |   8 +
 debian/watch                            |   4 +-
 dist.ini                                |   2 +
 doap.ttl                                | 172 ++++++
 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/utf8.pm                             |  26 -
 lib/RDF/Generator/Void.pm               |   6 +-
 meta/changes.ttl                        |  77 ---
 meta/makefile.ttl                       |  15 -
 meta/people.ttl                         |  21 -
 meta/project.ttl                        |  28 -
 t/data/basic-expected.ttl               |   6 +-
 t/perlrdfapp.t                          |   3 +-
 49 files changed, 779 insertions(+), 4850 deletions(-)
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 INSTALL
 create mode 100644 META.json
 copy lib/RDF/Generator/Void.pm => README.pod (99%)
 create mode 100644 debian/source/lintian-overrides
 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/utf8.pm
 delete mode 100644 meta/changes.ttl
 delete mode 100644 meta/makefile.ttl
 delete mode 100644 meta/people.ttl
 delete mode 100644 meta/project.ttl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-generator-void-perl.git



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