[libtext-csv-encoded-perl] branch master updated (7d3fc43 -> 1795250)
gregor herrmann
gregoa at debian.org
Sun Nov 1 17:20:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtext-csv-encoded-perl.
from 7d3fc43 update changelog
new 3b7bb23 Add debian/upstream/metadata
new 3f4e5f9 Update debian/changelog
adds 728312e Imported Upstream version 0.24
new fccf4dc Merge tag 'upstream/0.24'
new c274271 Update debian/changelog
new 4b5b448 update debian/upstream/metadata after import
new fc4ddad Drop newer-encode.patch
new a582bef Update years of upstream and packaging copyright.
new 8430fc2 Reformat debian/control with cme
new 0481163 Mark package as autopkgtest-able.
new 0b30899 Declare compliance with Debian Policy 3.9.6.
new a85d2a3 Bump debhelper compatibility level to 9.
new 08c880c fix typo in d/control
new 1795250 releasing package libtext-csv-encoded-perl version 0.24-1
The 13 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 | 5 +
LICENSE | 379 +++++++++++++++++++++++
MANIFEST | 29 +-
META.json | 49 ---
META.yml | 28 +-
Makefile.PL | 73 +++--
README | 20 +-
debian/changelog | 14 +-
debian/compat | 2 +-
debian/control | 8 +-
debian/copyright | 4 +-
debian/patches/newer-encode.patch | 20 --
debian/patches/series | 1 -
debian/tests/pkg-perl/smoke-files | 3 +
debian/upstream/metadata | 6 +
dist.ini | 20 ++
lib/Text/CSV/Encoded.pm | 6 +-
t/pp_01_base.t | 3 +-
t/pp_02_code.t | 3 +-
t/pp_03_file.t | 4 +-
t/pp_04_uni_but_utf8.t | 3 +-
t/pp_05_guess.t | 3 +-
t/pp_07_coder_check_value.t | 3 +-
t/release-pod-syntax.t | 14 +
t/xs_01_base.t | 3 +-
t/xs_02_code.t | 3 +-
t/xs_03_file.t | 3 +-
{t/tests => tests}/01_base.t | 0
{t/tests => tests}/02_code.t | 0
{t/tests => tests}/03_file.t | 3 +-
{t/tests => tests}/04_uni_but_utf8.t | 0
{t/tests => tests}/05_guess.t | 0
{t/tests => tests}/06_coder_class.t | 0
{t/tests => tests}/07_coder_check_value_euc-jp.t | 0
34 files changed, 548 insertions(+), 164 deletions(-)
create mode 100644 LICENSE
delete mode 100644 META.json
delete mode 100644 debian/patches/newer-encode.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/tests/pkg-perl/smoke-files
create mode 100644 debian/upstream/metadata
create mode 100644 dist.ini
create mode 100644 t/release-pod-syntax.t
rename {t/tests => tests}/01_base.t (100%)
rename {t/tests => tests}/02_code.t (100%)
rename {t/tests => tests}/03_file.t (94%)
rename {t/tests => tests}/04_uni_but_utf8.t (100%)
rename {t/tests => tests}/05_guess.t (100%)
rename {t/tests => tests}/06_coder_class.t (100%)
rename {t/tests => tests}/07_coder_check_value_euc-jp.t (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-csv-encoded-perl.git
More information about the Pkg-perl-cvs-commits
mailing list