[libsearch-gin-perl] branch master updated (f746206 -> 8815395)
gregor herrmann
gregoa at debian.org
Sat Jul 19 21:54:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libsearch-gin-perl.
from f746206 update changelog
adds 7e53a3f Imported Upstream version 0.09
new c958eca Merge tag 'upstream/0.09'
new 7007ac9 New upstream release.
new 473d17c remove boilerplate comments from debian/watch
new 6b67fe7 debian/rules: make removals verbose.
new 18ada95 Update upstream copyright notice.
new 8f5aaab Update Upstream-Contact.
new 43d6369 Update years of packaging copyright.
new ea6d4a6 Install new CONTRIBUTING document.
new 93510d6 Build-depend on libmodule-build-tiny-perl; bump debhelper dependency + compat level.
new f09653b Declare compliance with Debian Policy 3.9.5.
new 8815395 releasing package libsearch-gin-perl version 0.09-1
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:
Build.PL | 124 +++++
CONTRIBUTING | 84 ++++
Changes | 57 ++-
INSTALL | 44 ++
LICENSE | 28 +-
MANIFEST | 21 +-
META.json | 941 +++++++++++++++++++++++++++++++++++
META.yml | 695 +++++++++++++++++++++++++-
Makefile.PL | 170 +++++--
README | 30 +-
README.md | 33 ++
debian/changelog | 20 +-
debian/compat | 2 +-
debian/control | 10 +-
debian/copyright | 6 +-
debian/libsearch-gin-perl.docs | 1 +
debian/rules | 26 +-
debian/watch | 2 -
dist.ini | 23 +-
lib/Search/GIN.pm | 24 +-
lib/Search/GIN/Callbacks.pm | 18 +-
lib/Search/GIN/Core.pm | 17 +-
lib/Search/GIN/DelegateToIndexed.pm | 20 +-
lib/Search/GIN/Driver.pm | 20 +-
lib/Search/GIN/Driver/Hash.pm | 19 +-
lib/Search/GIN/Driver/Pack.pm | 19 +-
lib/Search/GIN/Driver/Pack/Delim.pm | 19 +-
lib/Search/GIN/Driver/Pack/IDs.pm | 19 +-
lib/Search/GIN/Driver/Pack/Length.pm | 22 +-
lib/Search/GIN/Driver/Pack/UUID.pm | 18 +-
lib/Search/GIN/Driver/Pack/Values.pm | 19 +-
lib/Search/GIN/Driver/TXN.pm | 20 +-
lib/Search/GIN/Extract.pm | 19 +-
lib/Search/GIN/Extract/Attributes.pm | 22 +-
lib/Search/GIN/Extract/Callback.pm | 22 +-
lib/Search/GIN/Extract/Class.pm | 22 +-
lib/Search/GIN/Extract/Delegate.pm | 19 +-
lib/Search/GIN/Extract/Multiplex.pm | 22 +-
lib/Search/GIN/Indexable.pm | 20 +-
lib/Search/GIN/Keys.pm | 19 +-
lib/Search/GIN/Keys/Deep.pm | 22 +-
lib/Search/GIN/Keys/Expand.pm | 19 +-
lib/Search/GIN/Keys/Join.pm | 20 +-
lib/Search/GIN/Query.pm | 20 +-
lib/Search/GIN/Query/Attributes.pm | 18 +-
lib/Search/GIN/Query/Class.pm | 18 +-
lib/Search/GIN/Query/Manual.pm | 20 +-
lib/Search/GIN/Query/Set.pm | 18 +-
lib/Search/GIN/SelfIDs.pm | 22 +-
t/00-compile.t | 48 --
t/00-report-prereqs.t | 202 ++++++++
t/core.t | 8 +-
t/release-pod-syntax.t | 15 -
t/rels.t | 2 +-
xt/author/00-compile.t | 79 +++
xt/release/changes_has_content.t | 41 ++
xt/release/cpan-changes.t | 11 +
xt/release/distmeta.t | 6 +
xt/release/eol.t | 8 +
xt/release/kwalitee.t | 4 +
xt/release/minimum-version.t | 8 +
xt/release/mojibake.t | 12 +
xt/release/no-tabs.t | 61 +++
xt/release/pod-no404s.t | 21 +
xt/release/pod-syntax.t | 6 +
xt/release/portability.t | 11 +
66 files changed, 2894 insertions(+), 562 deletions(-)
create mode 100644 Build.PL
create mode 100644 CONTRIBUTING
create mode 100644 INSTALL
create mode 100644 META.json
create mode 100644 README.md
create mode 100644 debian/libsearch-gin-perl.docs
delete mode 100644 t/00-compile.t
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/release-pod-syntax.t
create mode 100644 xt/author/00-compile.t
create mode 100644 xt/release/changes_has_content.t
create mode 100644 xt/release/cpan-changes.t
create mode 100644 xt/release/distmeta.t
create mode 100644 xt/release/eol.t
create mode 100644 xt/release/kwalitee.t
create mode 100644 xt/release/minimum-version.t
create mode 100644 xt/release/mojibake.t
create mode 100644 xt/release/no-tabs.t
create mode 100644 xt/release/pod-no404s.t
create mode 100644 xt/release/pod-syntax.t
create mode 100644 xt/release/portability.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsearch-gin-perl.git
More information about the Pkg-perl-cvs-commits
mailing list