[libppi-xs-perl] branch master updated (c86ba80 -> d67e29a)
Florian Schlichting
fsfs at alioth.debian.org
Thu Sep 26 21:59:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libppi-xs-perl.
from c86ba80 debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
adds 357ba86 Imported Upstream version 0.902
new 0e2ae67 Merge tag 'upstream/0.902'
new ff2f7bb Import Upstream version 0.902
new 55b56cd Remove no longer needed build-dependencies on libtest-pod-perl, libtest-cpan-meta-perl and libtest-minimumversion-perl
new b0dcba8 Bump years of upstream copyright
new 1fa1788 Update stand-alone License paragraphs
new 5159cb0 Switch dh compatibility to level 9 to enable passing of hardening flags
new 5b76e1d Declare compliance with Debian Policy 3.9.4
new b48bb01 Switch to source format 3.0 (quilt)
new 782121a Switch to short-form debian/rules
new 7d31334 Add myself to uploaders and copyright
new d67e29a prepare changelog for release
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:
Changes | 17 +-
LICENSE | 378 --------------------------
MANIFEST | 5 -
META.yml | 11 +-
README | 47 ----
XS.xs | 80 +++---
debian/changelog | 24 +-
debian/compat | 2 +-
debian/control | 11 +-
debian/copyright | 29 +-
debian/rules | 20 +-
debian/source/format | 1 +
inc/Module/Install.pm | 220 ++++++++-------
inc/Module/Install/Base.pm | 47 ++--
inc/Module/Install/Can.pm | 95 ++++++-
inc/Module/Install/Compiler.pm | 10 +-
inc/Module/Install/DSL.pm | 23 +-
inc/Module/Install/Fetch.pm | 8 +-
inc/Module/Install/Makefile.pm | 250 +++++++++++++----
inc/Module/Install/Metadata.pm | 360 +++++++++++++++++--------
inc/Module/Install/Win32.pm | 6 +-
inc/Module/Install/WriteAll.pm | 23 +-
lib/PPI/XS.pm | 6 +-
ppport.h | 576 +++++++++++++++++++++++++++++-----------
t/01_compile.t | 46 ++--
t/02_autoload.t | 42 +--
t/97_meta.t | 27 --
t/98_pod.t | 32 ---
t/99_pmv.t | 32 ---
29 files changed, 1298 insertions(+), 1130 deletions(-)
delete mode 100644 LICENSE
mode change 100755 => 100644 Makefile.PL
delete mode 100644 README
mode change 100755 => 100644 XS.xs
create mode 100644 debian/source/format
mode change 100755 => 100644 lib/PPI/XS.pm
mode change 100755 => 100644 t/01_compile.t
mode change 100755 => 100644 t/02_autoload.t
delete mode 100644 t/97_meta.t
delete mode 100644 t/98_pod.t
delete mode 100644 t/99_pmv.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppi-xs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list