[libextutils-cbuilder-perl] branch master updated (021fd93 -> 62ad463)
Florian Schlichting
fsfs at alioth.debian.org
Mon Sep 16 10:45:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libextutils-cbuilder-perl.
from 021fd93 update changelog
adds 08137c0 Imported Upstream version 0.280212
new 4e81514 Merge tag 'upstream/0.280212'
new 6242e13 Import Upstream version 0.280212
new 5f3a0d1 Bump years of upstream copyright
new 087adf2 Bump Standards-Version to 3.9.4 (no change)
new 6665c5c Both depend and build-depend on Perl::OSType 1
new 62ad463 prepare changelog for release
The 6 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 | 12 ++
Changes | 49 +++++-
LICENSE | 16 +-
MANIFEST | 26 +--
MANIFEST.SKIP | 60 -------
META.json | 219 ++++++++++++++++++++++--
META.yml | 156 ++++++++++++++++-
Makefile.PL | 40 ++++-
README | 13 ++
README.mkdn | 12 ++
debian/changelog | 12 +-
debian/control | 5 +-
debian/copyright | 2 +-
dist.ini | 45 +++++
lib/ExtUtils/CBuilder.pm | 15 +-
lib/ExtUtils/CBuilder/Base.pm | 4 +-
lib/ExtUtils/CBuilder/Platform/Unix.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/VMS.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/Windows.pm | 8 +-
lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm | 4 +-
lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm | 5 +-
lib/ExtUtils/CBuilder/Platform/aix.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/cygwin.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/darwin.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/dec_osf.pm | 2 +-
lib/ExtUtils/CBuilder/Platform/os2.pm | 2 +-
t/00-have-compiler.t | 55 ++++--
t/02-link.t | 2 +-
t/03-cplusplus.t | 2 +-
t/04-base.t | 8 +-
xt/release/pod-syntax.t | 7 +
32 files changed, 635 insertions(+), 158 deletions(-)
create mode 100644 CONTRIBUTING
delete mode 100644 MANIFEST.SKIP
create mode 100644 README
create mode 100644 README.mkdn
create mode 100644 dist.ini
create mode 100644 xt/release/pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-cbuilder-perl.git
More information about the Pkg-perl-cvs-commits
mailing list