diff -Nru libxml-descent-perl-1.04/debian/changelog libxml-descent-perl-1.04/debian/changelog --- libxml-descent-perl-1.04/debian/changelog 2014-01-10 23:30:56.000000000 +0000 +++ libxml-descent-perl-1.04/debian/changelog 2015-04-27 09:12:50.000000000 +0000 @@ -1,3 +1,24 @@ +libxml-descent-perl (1.04-2) unstable; urgency=medium + + * Move from experimental to unstable. + + -- Bas Couwenberg Mon, 27 Apr 2015 11:12:40 +0200 + +libxml-descent-perl (1.04-2~exp1) experimental; urgency=medium + + [ Bas Couwenberg ] + * Add build dependency on Test::XML for legacy tests. + * Add build dependency on Module::Build which will be removed from the Perl + core distribution in the next major release. + * Add upstream metadata. + * Bump Standards-Version to 3.9.6, no changes. + * Change my email to @debian.org address. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + -- Bas Couwenberg Wed, 04 Feb 2015 21:58:30 +0100 + libxml-descent-perl (1.04-1) unstable; urgency=low * Initial Release. (Closes: #734934) diff -Nru libxml-descent-perl-1.04/debian/control libxml-descent-perl-1.04/debian/control --- libxml-descent-perl-1.04/debian/control 2014-01-10 23:30:56.000000000 +0000 +++ libxml-descent-perl-1.04/debian/control 2015-02-04 20:57:59.000000000 +0000 @@ -1,16 +1,18 @@ Source: libxml-descent-perl Maintainer: Debian Perl Group -Uploaders: Bas Couwenberg +Uploaders: Bas Couwenberg Section: perl Priority: optional Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libtest-differences-perl, +Build-Depends-Indep: libmodule-build-perl, + libtest-differences-perl, libtest-pod-perl, libtest-pod-coverage-perl, + libtest-xml-perl, libxml-tokeparser-perl, perl -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-descent-perl.git +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-descent-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-descent-perl.git Homepage: https://metacpan.org/release/XML-Descent @@ -26,3 +28,4 @@ . XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created. + diff -Nru libxml-descent-perl-1.04/debian/upstream/metadata libxml-descent-perl-1.04/debian/upstream/metadata --- libxml-descent-perl-1.04/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libxml-descent-perl-1.04/debian/upstream/metadata 2015-01-10 11:00:34.000000000 +0000 @@ -0,0 +1,9 @@ +--- +Archive: CPAN +Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=XML-Descent +Bug-Submit: https://rt.cpan.org/Public/Bug/Report.html?Queue=XML-Descent +Changelog: https://metacpan.org/changes/distribution/XML-Descent +Contact: Andy Armstrong +Name: XML-Descent +Repository: https://github.com/AndyA/XML--Descent.git +Repository-Browse: https://github.com/AndyA/XML--Descent