[libperlx-maybe-perl] branch master updated (acf62ad -> 6ceaf00)
Jonas Smedegaard
dr at jones.dk
Sun May 18 14:04:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libperlx-maybe-perl.
from acf62ad Prepare for release: Update changelog and copyright hints.
new 1959088 Bump to standards-version 3.9.5.
new f7063ca Fix use canonical Vcs-Git URL.
new f82e09f Add git URL as alternate source.
new 410585c Stop track tarball checksum: Check against upstrem git instead.
new 23a3c6a Update copyright info: Extend coverage of packaging.
new a3218d6 Update watch file to use metacpan.org URL, and stop track development releases.
new 8753610 Update changelog, control file and copyright info.
adds ade4dd1 initial version
adds 5b814a8 Added tag 0.001 for changeset bbdc30767b4c
adds 54302f3 faster implementation; release as 0.002
adds beb5f75 Added tag 0.002 for changeset 58502f54b253
adds 5f21ea8 add provided() function
adds 3cc9c07 integrate XS module
adds 7c1bff6 test for provided()
adds a87efc9 bump version; changelog
adds ff2140b copyright 2013
adds 1be4477 doc fixes
adds 68d5c76 Added tag 0.003 for changeset 86a53840a4e6
adds 62d77f2 silence warnings under perl -w
adds e11747e bump version; changelog
adds 9b78cd3 Added tag 0.004 for changeset 9bb40e6d64c4
adds 4faf82d changed repo to github.com
adds f5711bc convert to Dist::Inkt
adds 2e51dda bump version; changelog
adds 4c8bb7e deps
adds a3d587f xt
adds 99cdddd recommend PerlX::Maybe::XS
adds 2835347 syntax fix
adds fc25795 Added tag 0.999_01 for changeset 15bf8b144430
adds a066faf mark myself as maintainer, so I don't show up on the contributors list
adds bc3dd44 bump version; changelog
adds 72ec1f0 Added tag 0.999_02 for changeset 998320867d27
adds dbb80b7 fix doap:shortdesc
adds c5019ff bump version; changelog
adds ad89a30 fix version
adds 12bb595 Imported Upstream version 1.000
new 1ab1844 Merge tag 'upstream/1.000'
new 994dc98 Update copyright info: Drop Files sections for no longer shipped convenience code copies.
new fd7d417 Update copyright info: Cover CONTRIBUTING file, licensed as CC-BY-SA_UK-2.0.
new 6ceaf00 Prepare for release: Update changelog and copyright info.
The 11 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 | 76 +++
COPYRIGHT | 62 +--
CREDITS | 6 +-
Changes | 37 +-
LICENSE | 6 +-
MANIFEST | 38 +-
META.json | 78 ++++
META.ttl | 94 ----
META.yml | 36 +-
Makefile.PL | 134 +++++-
README | 41 +-
SIGNATURE | 54 +--
debian/changelog | 20 +
debian/control | 4 +-
debian/control.in | 4 +-
debian/copyright | 301 ++++++++++--
debian/copyright_hints | 64 +--
debian/rules | 3 +-
debian/watch | 2 +-
dist.ini | 2 +
doap.ttl | 121 +++++
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/Contributors.pm | 24 -
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/YAML/Tiny.pm | 643 -------------------------
lib/PerlX/Maybe.pm | 10 +-
lib/Syntax/Feature/Maybe.pm | 12 +-
meta/changes.ttl | 59 ---
meta/doap.ttl | 23 -
meta/makefile.ttl | 13 -
44 files changed, 841 insertions(+), 4786 deletions(-)
create mode 100644 CONTRIBUTING
create mode 100644 META.json
delete mode 100644 META.ttl
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/Contributors.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/YAML/Tiny.pm
delete mode 100644 meta/changes.ttl
delete mode 100644 meta/doap.ttl
delete mode 100644 meta/makefile.ttl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperlx-maybe-perl.git
More information about the Pkg-perl-cvs-commits
mailing list