libxml-parser-lite-tree-perl 0.14-2 source package in Ubuntu

Changelog

libxml-parser-lite-tree-perl (0.14-2) unstable; urgency=medium

  * Team upload

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

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jose Luis Rivas from Uploaders. Thanks for your work!

  [ Florian Schlichting ]
  * Add fix-missing-curly-in-pod.patch (closes: #875910) and forward both
    patches

  [ Damyan Ivanov ]
  * change Priority from 'extra' to 'optional'

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Florian Schlichting ]
  * Bump dh compat to level 11
  * Declare compliance with Debian Policy 4.1.5

 -- Florian Schlichting <email address hidden>  Sat, 14 Jul 2018 15:15:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-parser-lite-tree-perl_0.14-2.dsc 2.2 KiB 126a761397b9d1e9dcde8c04aa6d85e6cf3250ebfbe43587d3184e422abde141
libxml-parser-lite-tree-perl_0.14.orig.tar.gz 10.1 KiB df890e6fb7686242569a8c71ad8f1a0140402230971d495bbfc44deb06519b3c
libxml-parser-lite-tree-perl_0.14-2.debian.tar.xz 6.7 KiB a895bacb28f795e4b61af06c7135ed7f879c1052803112ae8ec945302546f833

Available diffs

No changes file available.

Binary packages built by this source

libxml-parser-lite-tree-perl: lightweight XML tree builder

 XML::Parser::Lite::Tree is a singleton class for parsing XML into a tree
 structure. It differs from other XML tree generators because it is based on
 XML::Parser::Lite, which is a Pure Perl XML parser. Using this module you can
 tree-ify simple XML without having to compile any C.