[libmodule-install-doap-perl] branch master updated (2bb4174 -> 3b81c84)

Jonas Smedegaard js at alioth.debian.org
Thu Aug 8 16:13:44 UTC 2013


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

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

      from  2bb4174   Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details.
       new  536058d   Add git URL as alternate source.
       new  34e12fd   Tidy rules file.
       new  ba85599   Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. Stop watch file tracking upstream development releases.
       new  58118c5   Stop tracking md5sum of upstream tarball.
       new  79dd5c7   Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year.
       new  390174b   Bump standards-version to 3.9.4.
       new  b8a13eb   Bump debhelper compatibility to 8.
       new  a60819f   Drop patch 1001: Fixed in CDBS (see bug#652274).
       new  0b4814b   List upstream issue tracker as contact, and metacpan.org URL as Homepage.
       new  b399888   Revert wrong fix for lintian warning
       new  de0860d   Fix use license and comment pseudo-sections in copyright file to obey silly restrictions of copyright format 1.0.
       new  9d60695   Sync control.in with control: Use anonscm.debian.org URL for Vcs-Git.
       new  da6a0e8   Update changelog, control file and copyright hints.
       new  1cc8d18   Ubercool RDF-driven build system.
       new  87a9f08   My packaging stuff
       new  74afc59   remove tarballs from repo; misc other stuff
       new  c41cfb4   use parent instead of use base
       new  c6f079d   Use Module::Install::RDF's new feature to automatically detect doap:Project URI.
       new  5602afb   Bugfix re "use parent"
       new  98e2cbf   support "requires_from" and "provides"
       new  6abb53b   doap-deps work
       new  b19a42f   fix URI
       new  666baf5   hyphenated-properties
       new  88a43a5   issue warning if old dependency properties are seen
       new  0ce0d0f   bump version; changelog
       new  efac444   update repo
       new  b644235   Added tag 0.005 for changeset 05961ceef5bd
       new  04f69e2   oops, hyphens
       new  0ee45e0   bump version; changelog
       new  267a104   meta
       new  03314dc   Imported Upstream version 0.006
       new  b9d9968   Merge tag 'upstream/0.006'
       new  332b3b9   Drop copyright file Files section for no longer shipped convenience code copy.
       new  3b81c84   Prepare for release: Update changelog and copyright hints.

The 34 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                                      |   72 +++++++++
 CREDITS                                        |    3 +
 Changes                                        |   14 +-
 LICENSE                                        |   28 ++--
 MANIFEST                                       |    5 +-
 META.ttl                                       |  137 +++++++++++++++++
 META.yml                                       |   13 +-
 SIGNATURE                                      |   61 ++++----
 debian/changelog                               |   39 ++++-
 debian/compat                                  |    2 +-
 debian/control                                 |    8 +-
 debian/control.in                              |    6 +-
 debian/copyright                               |   44 +++---
 debian/copyright_hints                         |   53 ++++---
 debian/patches/1001_no_auto-install_deps.patch |   15 --
 debian/patches/README                          |    3 -
 debian/patches/series                          |    1 -
 debian/rules                                   |   15 +-
 debian/watch                                   |    4 +-
 inc/Module/AutoInstall.pm                      |   37 +++--
 inc/Module/Install.pm                          |    6 +-
 inc/Module/Install/AutoInstall.pm              |    2 +-
 inc/Module/Install/Base.pm                     |    2 +-
 inc/Module/Install/Can.pm                      |   85 ++++++++++-
 inc/Module/Install/Fetch.pm                    |    2 +-
 inc/Module/Install/Include.pm                  |    2 +-
 inc/Module/Install/Makefile.pm                 |   27 ++--
 inc/Module/Install/Metadata.pm                 |   18 ++-
 inc/Module/Install/TrustMetaYml.pm             |   18 +--
 inc/Module/Install/Win32.pm                    |    2 +-
 inc/Module/Install/WriteAll.pm                 |    2 +-
 inc/Module/Package/Dist/RDF.pm                 |   42 +++--
 inc/Scalar/Util.pm                             |   71 ---------
 inc/Scalar/Util/PP.pm                          |  110 -------------
 inc/YAML/Tiny.pm                               |  195 +++++++++++++-----------
 lib/Module/Install/Admin/DOAP.pm               |   49 +++++-
 lib/Module/Install/DOAP.pm                     |    2 +-
 meta/changes.ttl                               |   22 +++
 meta/deps.ttl                                  |   25 ++-
 meta/doap.ttl                                  |    2 +-
 40 files changed, 757 insertions(+), 487 deletions(-)
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 META.ttl
 delete mode 100644 debian/patches/1001_no_auto-install_deps.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series
 delete mode 100644 inc/Scalar/Util.pm
 delete mode 100644 inc/Scalar/Util/PP.pm

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



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