[libfile-libmagic-perl] branch master updated (919ceb3 -> 772bf96)
gregor herrmann
gregoa at debian.org
Tue Aug 27 21:32:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libfile-libmagic-perl.
from 919ceb3 releasing package libfile-libmagic-perl version 0.96-4
adds a547fb3 Imported Upstream version 0.99
new 287307e Merge tag 'upstream/0.99'
new 58ca111 start new changelog stanza
new b0debf8 Update patches:
new bebfff4 Update upstream copyright.
new 0328bfa Drop debian/clean: the files are not modified anymore. And the build fails when they are removed.
new 772bf96 releasing package libfile-libmagic-perl version 0.99-1
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:
Changes | 68 +-
INSTALL | 44 +
LICENSE | 379 ++
LibMagic.pm | 339 --
LibMagic.xs | 4 +-
MANIFEST | 40 +-
META.json | 64 +
META.yml | 32 +
Makefile.PL | 137 +-
README | 192 +-
README.64-bit | 8 -
const-c.inc | 211 +
const-xs.inc | 90 +
debian/changelog | 13 +
debian/clean | 2 -
debian/copyright | 14 +-
debian/patches/do-not-link-libz.patch | 16 -
debian/patches/file-5.10.patch | 85 -
debian/patches/fix-checklib-fail.patch | 10 +-
debian/patches/new-devel-checklib.patch | 320 --
debian/patches/series | 3 -
dev-bin/regen-constants.pl | 32 +
dist.ini | 57 +
example/a.pl | 13 +-
example/b.pl | 15 +-
example/t2.pl | 2 +-
example/test-libmagic.c | 4 +-
inc/Devel/CheckLib.pm | 173 +-
inc/MyMakeMaker.pm | 43 +
lib/File/LibMagic.pm | 355 ++
ppport.h | 7258 ++++++++++++++++++++++++++++++
t/1.t | 17 -
t/3-complete-errors.t | 63 -
t/4-all.t | 22 -
t/6-oo.t | 76 -
t/all-exports.t | 34 +
t/basic.t | 10 +
t/complete-interface-errors.t | 77 +
t/{3-complete.t => complete-interface.t} | 35 +-
t/{2-easy.t => easy-interface.t} | 18 +-
t/lib/Test/AnyOf.pm | 41 +
t/oo-api.t | 152 +
t/release-cpan-changes.t | 19 +
t/release-eol.t | 16 +
t/release-no-tabs.t | 16 +
t/release-pod-linkcheck.t | 28 +
t/release-pod-syntax.t | 15 +
t/release-synopsis.t | 16 +
48 files changed, 9519 insertions(+), 1159 deletions(-)
create mode 100644 INSTALL
create mode 100644 LICENSE
delete mode 100644 LibMagic.pm
create mode 100644 META.json
create mode 100644 META.yml
delete mode 100644 README.64-bit
create mode 100644 const-c.inc
create mode 100644 const-xs.inc
delete mode 100644 debian/clean
delete mode 100644 debian/patches/do-not-link-libz.patch
delete mode 100644 debian/patches/file-5.10.patch
delete mode 100644 debian/patches/new-devel-checklib.patch
create mode 100644 dev-bin/regen-constants.pl
create mode 100644 dist.ini
create mode 100644 inc/MyMakeMaker.pm
create mode 100644 lib/File/LibMagic.pm
create mode 100644 ppport.h
delete mode 100644 t/1.t
delete mode 100644 t/3-complete-errors.t
delete mode 100644 t/4-all.t
delete mode 100644 t/6-oo.t
create mode 100644 t/all-exports.t
create mode 100644 t/basic.t
create mode 100644 t/complete-interface-errors.t
rename t/{3-complete.t => complete-interface.t} (72%)
rename t/{2-easy.t => easy-interface.t} (62%)
create mode 100644 t/lib/Test/AnyOf.pm
create mode 100644 t/oo-api.t
create mode 100644 t/release-cpan-changes.t
create mode 100644 t/release-eol.t
create mode 100644 t/release-no-tabs.t
create mode 100644 t/release-pod-linkcheck.t
create mode 100644 t/release-pod-syntax.t
create mode 100644 t/release-synopsis.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-libmagic-perl.git
More information about the Pkg-perl-cvs-commits
mailing list