[libxml-treepp-perl] branch master updated (0466a12 -> 5be59f3)
gregor herrmann
gregoa at debian.org
Sat Aug 15 19:24:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libxml-treepp-perl.
from 0466a12 [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.
new 553e719 Reformat debian/control with cme
new 558f9c8 Mark package as autopkgtest-able.
new 25b9afe Declare compliance with Debian Policy 3.9.6.
new bfbeea8 Switch to source format "3.0 (quilt)".
new 83c090b Bump debhelper compatibility level to 9.
new 33e5dc7 Use dh(1) in debian/rules.
new bcdc7c3 debian/copyright: switch formatting to Copyright-Format 1.0.
new 117f21c Improve short/long description.
new 4c80bf8 Add /me to Uploaders.
new 55634bd update changelog
new 9f17cda Add debian/upstream/metadata
new 9d5cc11 Update debian/changelog
adds 19e2079 Imported Upstream version 0.43
new f652b8f Merge tag 'upstream/0.43'
new 7571061 Update debian/changelog
new ac104b9 Update years of upstream copyright.
new bb0fe45 update debian/upstream/metadata
new af046f8 one damog is enough
new 5be59f3 releasing package libxml-treepp-perl version 0.43-1
The 18 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 | 24 +
MANIFEST | 14 +-
META.json | 42 +
META.yml | 41 +-
Makefile.PL | 6 +-
README | 31 +-
README.md | 437 ++++++++++
debian/changelog | 21 +-
debian/compat | 2 +-
debian/control | 26 +-
debian/copyright | 38 +-
debian/rules | 84 +-
debian/source/format | 1 +
debian/upstream/metadata | 5 +
lib/XML/TreePP.pm | 70 +-
make-dist.sh | 10 +-
t/09_http-lite.t | 4 +-
t/10_http-lwp.t | 4 +-
t/42_cdata_comment.t | 9 +-
t/44_utf8_bom.t | 0
t/51_RT_42441.t | 1858 +++++++++++++++++++++++++++++++++++++++++
t/52_require_xml_decl.t | 54 ++
t/53_empty_text_node.t | 23 +
t/54_empty_element_tag_end.t | 12 +
t/example/hello-en-latin1.xml | 0
t/example/hello-en-nodecl.xml | 0
t/example/hello-en-noenc.xml | 0
t/example/hello-en-utf8.xml | 0
t/example/hello-ja-euc.xml | 0
t/example/hello-ja-sjis.xml | 0
t/example/hello-ja-utf8.xml | 0
t/example/hello-ko-euc.xml | 0
t/example/hello-ko-utf8.xml | 0
t/example/hello-zh-big5.xml | 0
t/example/hello-zh-gb2312.xml | 0
t/example/hello-zh-utf8.xml | 0
t/example/index.rdf | 1090 +++++++-----------------
37 files changed, 2952 insertions(+), 954 deletions(-)
create mode 100644 META.json
create mode 100644 README.md
create mode 100644 debian/source/format
create mode 100644 debian/upstream/metadata
mode change 100755 => 100644 t/44_utf8_bom.t
create mode 100644 t/51_RT_42441.t
create mode 100755 t/52_require_xml_decl.t
create mode 100755 t/53_empty_text_node.t
create mode 100644 t/54_empty_element_tag_end.t
mode change 100644 => 100755 t/example/hello-en-latin1.xml
mode change 100644 => 100755 t/example/hello-en-nodecl.xml
mode change 100644 => 100755 t/example/hello-en-noenc.xml
mode change 100644 => 100755 t/example/hello-en-utf8.xml
mode change 100644 => 100755 t/example/hello-ja-euc.xml
mode change 100644 => 100755 t/example/hello-ja-sjis.xml
mode change 100644 => 100755 t/example/hello-ja-utf8.xml
mode change 100644 => 100755 t/example/hello-ko-euc.xml
mode change 100644 => 100755 t/example/hello-ko-utf8.xml
mode change 100644 => 100755 t/example/hello-zh-big5.xml
mode change 100644 => 100755 t/example/hello-zh-gb2312.xml
mode change 100644 => 100755 t/example/hello-zh-utf8.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-treepp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list