[libxml-treepp-perl] 04/07: Imported Debian patch 0.33-1

gregor herrmann gregoa at debian.org
Sat Aug 15 19:07:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-treepp-perl.

commit cb500964c5da73a85a4ab845190b41b1d48d91c2
Merge: 9e8ee43 45917c0
Author: David Moreno Garza <damog at debian.org>
Date:   Mon Feb 25 10:04:58 2008 -0500

    Imported Debian patch 0.33-1

 Changes                                            |  44 ++
 MANIFEST                                           |  16 +
 META.yml                                           |  22 +-
 Makefile.PL                                        |  12 +-
 README                                             | 281 +++++---
 debian/changelog                                   |   6 +
 lib/XML/TreePP.pm                                  | 514 ++++++++++----
 make-dist.sh                                       |  19 +-
 t/00_pod.t                                         |   0
 t/01_parse.t                                       |   0
 t/02_write.t                                       |   0
 t/03_parsefile.t                                   |   0
 t/04_escape.t                                      |   0
 t/05_empty.t                                       |   0
 t/06_cdata.t                                       |   0
 t/07_attr_prefix.t                                 |   0
 t/08_force_array.t                                 |  71 +-
 t/09_http-lite.t                                   |   0
 t/10_http-lwp.t                                    |   0
 t/11_escape_cdata.t                                |   0
 t/12_escape_charref.t                              |   0
 t/13_encoding_en.t                                 |   9 +-
 t/14_encoding_zh.t                                 |   0
 t/15_encoding_ja.t                                 |   0
 t/16_encoding_ko.t                                 |   0
 t/17_output_encoding.t                             |   0
 t/18_escape_amp.t                                  |   0
 t/19_multi_text.t                                  |   0
 t/20_http-lite-cached.t                            |   0
 t/21_http-lwp-cached.t                             |   0
 t/22_http-lite-headers.t                           |   0
 t/23_http-lwp-headers.t                            |   0
 t/24_ignore_error.t                                |   0
 t/25_text_node_key.t                               |   0
 t/26_attr_prefix_null.t                            |   0
 t/27_http-lite-force.t                             |  48 +-
 t/28_http-lwp-force.t                              |  36 +-
 t/29_http-lwp-withcache.t                          |   0
 t/31_tie_ixhash.t                                  |   2 +-
 t/32_base_class.t                                  |  55 ++
 t/33_indent.t                                      |  89 +++
 t/34_utf8_flag.t                                   | 177 +++++
 t/35_force_hash.t                                  |  48 ++
 t/36_elem_class.t                                  |  55 ++
 t/37_undef.t                                       |  35 +
 t/38_cdata_cdsect.t                                |  62 ++
 t/39_writefile.t                                   |  51 ++
 t/40_writefile_jcode.t                             |  78 +++
 t/41_writefile_encode.t                            |  83 +++
 t/42_cdata_comment.t                               |  58 ++
 t/43_encoding_quote.t                              |  36 +
 t/44_utf8_bom.t                                    |  45 ++
 t/example/hello-en-latin1.xml                      |   0
 ...hello-en-nodecl.xml => hello-en-nodecl-bom.xml} |   2 +-
 t/example/hello-en-nodecl.xml                      |   0
 ...{hello-en-nodecl.xml => hello-en-noenc-bom.xml} |   1 +
 t/example/hello-en-noenc.xml                       |   0
 .../{hello-en-nodecl.xml => hello-en-utf8-bom.xml} |   1 +
 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                                | 757 +++++++++++++++------
 68 files changed, 2249 insertions(+), 464 deletions(-)

diff --cc debian/changelog
index 64f2796,0000000..61258ee
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,18 -1,0 +1,24 @@@
++libxml-treepp-perl (0.33-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- David Moreno Garza <damog at debian.org>  Mon, 25 Feb 2008 10:04:58 -0500
++
 +libxml-treepp-perl (0.21-2) unstable; urgency=low
 +
 +  * Corrected mail address of maintainer.
 +  * Added watch file.
 +
 + -- David Moreno Garza <damog at debian.org>  Thu, 26 Jul 2007 14:24:41 -0500
 +
 +libxml-treepp-perl (0.21-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- David Moreno Garza <damog at cerdita.puerquita.cochinita.chanchita.damog.net>  Thu, 26 Jul 2007 14:21:14 -0500
 +
 +libxml-treepp-perl (0.19-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- David Moreno Garza <damog at debian.org>  Tue, 12 Jun 2007 20:15:15 -0500

-- 
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