[librdf-rdfa-generator-perl] branch master updated (837ea1d -> ccf4955)

Jonas Smedegaard dr at jones.dk
Sat Dec 23 12:23:20 UTC 2017


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

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

      from  837ea1d   Prepare for release: Update changelog, control file, and copyright hints.
      adds  1f015c4   Beginnings of RDFa output stuff. R:R:G::HTML::Hidden and R:R:G::HTML::Head already work as methods of embedding XHTML invisibly into the <body> or <head> elements respectively.
      adds  3167cf2   Beginnings of work on pretty-printer.
      adds  bf0982e   Improve and document API.
      adds  0f04fdf   ignore this.
      adds  08ddb35   Packaging stuff.
      adds  fc489b2   Replace all icons with Tango ones.
      adds  fefd5d4   release 0.01
      adds  97aca64   release HTML::Microformats 0.00_10; work on bringing Silk icons to RDF::RDFa::Generator.
      adds  bd30f96   Minor changes for RDF-RDFa-Linter.
      adds  d414bd9   RDFa generator 0.02.
      adds  ddbe5b5   Fix sorting
      adds  05a9922   release generator 0.03 and linter 0.01.
      adds  4dfcda5   release 0.04: validation and security improvements.
      adds  8bdeca3   utf8-encoding
      adds  e94109b   utf8 fixes
      adds  43934aa   cross-links in pretty RDFa; bump version number.
      adds  473ffac   fix commas
      adds  f3fa342   fix some links
      adds  b4083f3   new versions of some modules.
      adds  521c793   MANIFEST.SKIP fix in my module template
      adds  3f4b32b   release 0.101
      adds  716fd2a   misc
      adds  8384ee3   Bring RDF-RDFa-Generator distribution into line with new packaging policies. [massage.pl]
      adds  9adaa6f   misc
      adds  4ebc706   use metacpan.org links in lots of places
      adds  8c698ab   Bring RDF-RDFa-Generator distribution into line with new packaging policies. [massage.pl]
      adds  9c4b1c3   remove tarballs from repo; misc other stuff
      adds  4adffe2   use parent instead of use base
      adds  4bf1acd   this shouldn't be necessary??
      adds  99f3b63   update build system
      adds  f32d3c2   bump version; changelog
      adds  6e28b4b   drop dep on common::sense
      adds  64afe82   Added tag 0.103 for changeset bbddf2807c8b
      adds  c52127a   Prevent XML::LibXML::Element::setAttribute complaining about uninitialized value
      adds  f07c5e9   change makefile syntax
      adds  22cbe59   add myself to author
      adds  df04549   Change bug tracker
      adds  3177779   improve doap
      adds  627880d   Improve package shortdesc
      adds  b1ea2ff   Add travis
      adds  86da9bc   Add people file
      adds  f8f6467   Use Dist::Inkt
      adds  ff75744   Add a README link to POD
      adds  aec9092   update changelog
      adds  41f34e3   reindent
      adds  78377da   add test::output to makefile
      adds  4a0a12c   Bump version
      adds  b91d396   Bump version
      adds  37538f2   New upstream version 0.106
      adds  1a9ddea   Update upstream source from tag 'upstream/0.106'
      adds  350dc79   Improve short description, based on upstream META hints.
      adds  e3f6f16   Update package relations: Build-depend on libtest-output-perl.
      adds  b3111d6   Update watch file: Use substitution strings.
      adds  049f114   Modernize cdbs: Resolve archs in maintainer script (not during build).
      adds  1dff562   Modernize cdbs: Avoid dh-buildinfo to support building without (fake)root.
      adds  d29ca40   Modernize Vcs-* fields: Use git (not cgit) in path. Include .git suffix in path.
      adds  6859da7   Declare that regular build targets does not require root access.
      adds  861907b   Declare compliance with Debian Policy 4.1.2.
      adds  2dbb77d   Update copyright info: Stop track no longer shipped file HACKING.pod.
      adds  8cb079b   Update copyright info: Stop track no longer included embedded code copies.
      adds  7c4e089   Update copyright info: Fix strip legacy leading ./ from a file path.
      adds  8d34daa   Update copyright info: Extend coverage for main upstream author(s).
      adds  2119a8d   Update copyright info: Extend coverage for myself.
      adds  ccf4955   Prepare for release: Update changelog, control file and copyright hints.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                 |   1 -
 COPYRIGHT                                  |  98 ++-
 CREDITS                                    |   7 +
 Changes                                    |  69 ++-
 HACKING                                    |  43 --
 INSTALL                                    |  38 ++
 LICENSE                                    |   8 +-
 MANIFEST                                   |  47 +-
 META.json                                  |  95 +++
 META.yml                                   |  71 ++-
 Makefile.PL                                | 161 ++++-
 README                                     |  73 +--
 lib/RDF/RDFa/Generator.pm => README.pod    |  10 +-
 SIGNATURE                                  |  76 ++-
 debian/changelog                           |  27 +
 debian/control                             |  14 +-
 debian/control.in                          |   9 +-
 debian/copyright                           | 311 +---------
 debian/copyright-check                     |  24 +
 debian/copyright_hints                     |  94 ++-
 debian/rules                               |  11 +-
 debian/watch                               |   3 +-
 dist.ini                                   |   3 +
 doap.ttl                                   | 184 ++++++
 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/RDF/RDFa/Generator.pm                  |  10 +-
 lib/RDF/RDFa/Generator/HTML/Head.pm        |   2 +-
 lib/RDF/RDFa/Generator/HTML/Hidden.pm      |   2 +-
 lib/RDF/RDFa/Generator/HTML/Pretty.pm      |   4 +-
 lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm |   2 +-
 meta/changes.pret                          |  59 --
 meta/doap.pret                             |  26 -
 meta/makefile.pret                         |  13 -
 t/uninit_lang_warning.t                    |  32 +
 53 files changed, 870 insertions(+), 5552 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 CREDITS
 delete mode 100644 HACKING
 create mode 100644 INSTALL
 create mode 100644 META.json
 copy lib/RDF/RDFa/Generator.pm => README.pod (95%)
 create mode 100755 debian/copyright-check
 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
 create mode 100644 t/uninit_lang_warning.t

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



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