[libalgorithm-permute-perl] branch master updated (8c9504d -> 0f58c13)
gregor herrmann
gregoa at debian.org
Sun Jul 9 12:42:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libalgorithm-permute-perl.
from 8c9504d update changelog
adds 270625f New upstream version 0.14
new 76251d2 Updated version 0.14 from 'upstream/0.14'
new 351ab06 update changelog
new e6736b9 Update Upstream-Contact in debian/copyright.
new ee51138 Add debian/upstream/metadata.
new f79f50e Add new build dependency: libtest-leaktrace-perl.
new ccc3326 Declare compliance with Debian Policy 4.0.0.
new 9cc80dd debian/copyright: add stanza for new ppport.h.
new 5462949 Set bindnow linker flag in debian/rules.
new 0f58c13 releasing package libalgorithm-permute-perl version 0.14-1
The 9 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:
Changes | 10 +
LICENSE | 379 ++
MANIFEST | 23 +-
META.json | 58 +
META.yml | 37 +-
Makefile.PL | 68 +-
Permute.xs | 129 +-
README | 155 +-
debian/changelog | 16 +-
debian/control | 3 +-
debian/copyright | 8 +-
debian/rules | 2 +
debian/upstream/metadata | 5 +
dist.ini | 48 +
Permute.pm => lib/Algorithm/Permute.pm | 60 +-
multicall.h | 166 +
ppport.h | 7908 ++++++++++++++++++++++++++++++++
t/00-basic.t | 189 +
t/author-pod-syntax.t | 15 +
t/rt45434.t | 25 +
t/rt77031.t | 22 +
test.pl | 236 -
22 files changed, 9193 insertions(+), 369 deletions(-)
create mode 100644 LICENSE
create mode 100644 META.json
create mode 100644 debian/upstream/metadata
create mode 100644 dist.ini
rename Permute.pm => lib/Algorithm/Permute.pm (86%)
create mode 100644 multicall.h
create mode 100644 ppport.h
create mode 100644 t/00-basic.t
create mode 100644 t/author-pod-syntax.t
create mode 100644 t/rt45434.t
create mode 100644 t/rt77031.t
delete mode 100644 test.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalgorithm-permute-perl.git
More information about the Pkg-perl-cvs-commits
mailing list