libxml-dom-perl 1.44-2 source package in Ubuntu

Changelog

libxml-dom-perl (1.44-2) unstable; urgency=low

  * Team upload

  [ gregor herrmann ]
  * Drop patch 01-fix_utf8_tests.patch (not needed anymore); add patch
    output_encoding.patch; encode output for printToFile() and toString() in
    encoding from xml declaration (closes: #324882).

  [ Martín Ferrari ]
  * Modified gregor's patch to not touch strings except when printingToFile,
    as internally the strings should not be recoded. Also added
    encoding_test.patch, which is a testcase for encoding issues, both in
    parsing, and printing to a file.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ gregor herrmann ]
  * Change my email address.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Switch to source format 3.0 (quilt)
  * Build-depend on libxml2-utils, as encodings.t requires xmllint
  * Bump dh compat to level 9
  * Switch to short-form debian/rules
  * Rename d/docs to d/libxml-dom-perl.docs
  * Delete extra Section and Priority fields in binary control section
  * Add DEP-3 header to patches
  * Make sure encodings.t fails if there are wide character warnings
  * Refresh debian/copyright (using copyright-format 1.0)
  * Declare compliance with Debian Policy 3.9.6
  * Prepare testbed and mark package autopkgtest-able
  * Add patch to fix POD errors and a typo

 -- Florian Schlichting <email address hidden>  Sat, 15 Aug 2015 14:52:41 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release main perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-dom-perl_1.44-2.dsc 2.1 KiB fb7ab380f522a6314b91a44cb51dbfbe053c2d6e5a2ede7ae01e7e4abd5bf4ab
libxml-dom-perl_1.44.orig.tar.gz 114.3 KiB f6af32c74c84b3b173eca9baac521a0f9b030c9a0395fcafd4235a84d8ad0ae4
libxml-dom-perl_1.44-2.debian.tar.xz 5.2 KiB d6e4e34f476f525863217c2e07c49add94b6979a3b1be4d4ea0d9f09a2e0f63a

Available diffs

No changes file available.

Binary packages built by this source

libxml-dom-perl: Perl module for building DOM Level 1 compliant doc structures

 This module parses XML strings or files and builds a data structure
 that conforms to the API of the Document Object Model as described at
 http://www.w3.org/TR/REC-DOM-Level-1. See the XML::Parser manpage
 for other available features of the XML::DOM::Parser class.