libxml-libxml-iterator-perl 1.04-2 source package in Ubuntu

Changelog

libxml-libxml-iterator-perl (1.04-2) unstable; urgency=medium

  * Team upload

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

  [ Salvatore Bonaccorso ]
  * 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.

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

  [ Florian Schlichting ]
  * Mark package as source format 3.0 (quilt)
  * Add spelling.patch
  * Mention module name in long description, fix typos
  * Update license paragraphs to commonly used versions
  * Bump dh compat to level 11
  * Mark package autopkgtest-able
  * Declare compliance with Debian Policy 4.1.5

 -- Florian Schlichting <email address hidden>  Thu, 12 Jul 2018 22:27:50 +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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-libxml-iterator-perl_1.04-2.dsc 2.2 KiB 0e2c4d5dba67e6f4c681d95dd20a5cf890cfa201b6c9f4f1fd8eb9a77681de56
libxml-libxml-iterator-perl_1.04.orig.tar.gz 8.0 KiB 406f007be9b739319d7d99e0a582858d64f4a7c132b09dbafd579606e9c4d9da
libxml-libxml-iterator-perl_1.04-2.debian.tar.xz 3.5 KiB 41d6c23e58359ed5fe249eda341237c80136b873e348201cf823d59507a016e4

Available diffs

No changes file available.

Binary packages built by this source

libxml-libxml-iterator-perl: Iterator for XML parse-trees generated by XML::LibXML

 XML::LibXML::Iterator allows one to iterate through a DOM as it is done
 through an ordinary array, i.e. it implements the iterator part of the DOM
 Traversal and Range specification.