[librdf-doap-perl] branch master updated (4b44606 -> 2e21057)

Jonas Smedegaard dr at jones.dk
Sat Dec 23 10:36:51 UTC 2017


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

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

      from  4b44606   Prepare for release: Update changelog, control file and copyright hints.
      adds  9d31355   Update watch file: Bump to file format 4. Fix track only metacpan URL. Mention gbp --uscan in usage comment. Use substitution strings.
      adds  7817507   Modernize git-buildpackage config: Filter any .git* file.
      adds  a423812   Modernize Vcs-* fields: Use https (not git) protocol. Use git (not cgit) in path. Include .git suffix in path.
      adds  365fdc0   Declare that regular build targets does not require root access.
      adds  878d4cb   Declare compliance with Debian Policy 4.1.2.
      adds  1596f33   Bump debhelper hint file to compatibility level 9.
      adds  7d36252   Update copyright info: Use https protocol in file format URL.
      adds  e486a99   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
      adds  13802f9   Add lintian overrides regarding License-Reference.
      adds  e40ed72   Modernize cdbs: Drop upstream-tarball hints: Use gbp import-orig --uscan.
      adds  ca2212b   Modernize cdbs: Resolve archs in maintainer script (not during build).
      adds  b0fda35   Update copyright info: Extend coverage for myself.
      adds  9bd050f   Added tag 0.012 for changeset 2f1058517929
      adds  716b541   add methods for new forum properties
      adds  efe16e7   fix underscore
      adds  7d8afaf   There could be many such foras
      adds  0ac0aeb   Update some distro metadata
      adds  7f8d51f   Add myself as author and copyright
      adds  039b132   Put myself as authority
      adds  8d092a3   Revert "Put myself as authority"
      adds  89371db   Add travis test
      adds  505942c   improve indent
      adds  f4269c7   Replace List::MoreUtils with List::Util
      adds  58cd001   Update changelog
      adds  0e215d3   Bump version
      adds  f82243a   typofix
      adds  6783a8f   remove the stopwords from spell checking
      adds  1f7f2ce   add irc link
      adds  bd9e20e   use default namespace
      adds  b54ba52   add strictures
      adds  4121851   Bump version
      adds  87ec129   update changelog
      adds  1dfe11b   Bump version
      adds  afa1558   Add a README link to POD
      adds  86369da   New upstream version 0.100
      adds  acbca6c   Update upstream source from tag 'upstream/0.100'
      adds  e7ec551   Update package relations: (Build-)depend on recent perl: Needed to provide recent List::Util. Stop (build-)depend on liblist-moreutils-perl.
      adds  f41d161   Update package relations: Relax to (build-)depend unversioned on libmoose-perl.
      adds  86bc4b5   Update package relations: Relax to stop build-depend (explicitly) on (recent perl or) libtest-simple-perl: Needed version satisfied by perl even in oldstable.
      adds  c4e2646   Update copyright info: Update source URLs.
      adds  37f556c   Update copyright info: Use Github issue tracker as preferred upstream contact.
      adds  d2d245a   Update copyright info: Stop track no longer shipped file CONTRIBUTING.
      adds  265c8e6   Update copyright info: Extend coverage for main upstream author(s).
      adds  727ba3a   Modernize cdbs: Avoid dh-buildinfo to support building without (fake)root. Stop build-depend on dh-buildinfo.
      adds  2e21057   Prepare for release: Update changelog, control file and copyright hints.

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING                              |  83 -------
 COPYRIGHT                                 |  31 +--
 CREDITS                                   |   1 +
 Changes                                   |   9 +-
 LICENSE                                   |   6 +-
 MANIFEST                                  |   2 +-
 META.json                                 |  66 ++---
 META.yml                                  |  60 ++---
 Makefile.PL                               | 143 +++++------
 README                                    |   8 +-
 lib/RDF/DOAP.pm => README.pod             |   7 +-
 SIGNATURE                                 |  87 ++++---
 debian/changelog                          |  44 ++++
 debian/compat                             |   2 +-
 debian/control                            |  17 +-
 debian/control.in                         |   7 +-
 debian/copyright                          |  81 ++----
 debian/copyright-check                    |  24 ++
 debian/copyright_hints                    |  68 +++--
 debian/gbp.conf                           |   4 +-
 debian/rules                              |  14 +-
 debian/source/lintian-overrides           |   7 +
 debian/watch                              |   8 +-
 doap.ttl                                  | 399 ++++++++++++++----------------
 lib/RDF/DOAP.pm                           |   7 +-
 lib/RDF/DOAP/Change.pm                    |   4 +-
 lib/RDF/DOAP/Change/Addition.pm           |   2 +-
 lib/RDF/DOAP/Change/BackCompat.pm         |   2 +-
 lib/RDF/DOAP/Change/Bugfix.pm             |   2 +-
 lib/RDF/DOAP/Change/Documentation.pm      |   2 +-
 lib/RDF/DOAP/Change/Packaging.pm          |   2 +-
 lib/RDF/DOAP/Change/Regression.pm         |   2 +-
 lib/RDF/DOAP/Change/Removal.pm            |   2 +-
 lib/RDF/DOAP/Change/SecurityFix.pm        |   2 +-
 lib/RDF/DOAP/Change/SecurityRegression.pm |   2 +-
 lib/RDF/DOAP/Change/Tests.pm              |   2 +-
 lib/RDF/DOAP/Change/Update.pm             |   2 +-
 lib/RDF/DOAP/ChangeSet.pm                 |   2 +-
 lib/RDF/DOAP/Issue.pm                     |   2 +-
 lib/RDF/DOAP/Person.pm                    |   2 +-
 lib/RDF/DOAP/Project.pm                   |   4 +-
 lib/RDF/DOAP/Repository.pm                |   2 +-
 lib/RDF/DOAP/Resource.pm                  |   2 +-
 lib/RDF/DOAP/Types.pm                     |   5 +-
 lib/RDF/DOAP/Utils.pm                     |   4 +-
 lib/RDF/DOAP/Version.pm                   |   4 +-
 46 files changed, 606 insertions(+), 632 deletions(-)
 delete mode 100644 CONTRIBUTING
 copy lib/RDF/DOAP.pm => README.pod (96%)
 create mode 100755 debian/copyright-check
 create mode 100644 debian/source/lintian-overrides

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



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