diff -Nru libxml-xql-perl-0.68/debian/changelog libxml-xql-perl-0.68/debian/changelog --- libxml-xql-perl-0.68/debian/changelog 2019-03-06 14:01:47.000000000 +0000 +++ libxml-xql-perl-0.68/debian/changelog 2022-12-06 14:09:46.000000000 +0000 @@ -1,8 +1,20 @@ -libxml-xql-perl (0.68-8ubuntu1) disco; urgency=medium +libxml-xql-perl (0.68-9) unstable; urgency=medium - * Fix the library behaviour when TERM is set to unknown + [ Gianfranco Costamagna ] + * Fix the library behaviour when TERM is set to unknown. + (Closes: #923869) - -- Gianfranco Costamagna Wed, 06 Mar 2019 15:01:47 +0100 + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + * Update standards version to 4.5.0, no changes needed. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.6.0, no changes needed. + + -- Jelmer Vernooij Tue, 06 Dec 2022 14:09:46 +0000 libxml-xql-perl (0.68-8) unstable; urgency=medium diff -Nru libxml-xql-perl-0.68/debian/compat libxml-xql-perl-0.68/debian/compat --- libxml-xql-perl-0.68/debian/compat 2019-03-01 17:20:34.000000000 +0000 +++ libxml-xql-perl-0.68/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru libxml-xql-perl-0.68/debian/control libxml-xql-perl-0.68/debian/control --- libxml-xql-perl-0.68/debian/control 2019-03-01 17:20:34.000000000 +0000 +++ libxml-xql-perl-0.68/debian/control 2022-12-06 14:09:46.000000000 +0000 @@ -4,13 +4,13 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 11) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libdate-manip-perl, libparse-yapp-perl, libxml-dom-perl, libxml-regexp-perl -Standards-Version: 4.3.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-xql-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-xql-perl.git Homepage: https://metacpan.org/release/XML-XQL diff -Nru libxml-xql-perl-0.68/debian/patches/fix-unknown-term.patch libxml-xql-perl-0.68/debian/patches/fix-unknown-term.patch --- libxml-xql-perl-0.68/debian/patches/fix-unknown-term.patch 2019-03-06 14:01:41.000000000 +0000 +++ libxml-xql-perl-0.68/debian/patches/fix-unknown-term.patch 2022-12-06 14:09:46.000000000 +0000 @@ -1,11 +1,14 @@ -Description: Do not attempt to run tput if TERM is not set or set to "unknown" (e.g. - in Ubuntu builders +Description: Do not attempt to run tput if TERM is not set or set to "unknown" (e.g. in Ubuntu builders +Bug-Debian: https://bugs.debian.org/923869 Author: Gianfranco Costamagna +Reviewed-by: gregor herrmann Last-Update: 2019-03-06 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=128729 +Bug: https://rt.cpan.org/Ticket/Display.html?id=128729 ---- libxml-xql-perl-0.68.orig/lib/XML/XQL.pm -+++ libxml-xql-perl-0.68/lib/XML/XQL.pm -@@ -507,7 +507,7 @@ sub tput +--- a/lib/XML/XQL.pm ++++ b/lib/XML/XQL.pm +@@ -507,7 +507,7 @@ { # Let me know if I need to add other systems for which 'tput' is not # available. diff -Nru libxml-xql-perl-0.68/debian/watch libxml-xql-perl-0.68/debian/watch --- libxml-xql-perl-0.68/debian/watch 2019-03-01 17:20:34.000000000 +0000 +++ libxml-xql-perl-0.68/debian/watch 2022-12-06 14:09:46.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/XML-XQL .*/XML-XQL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/XML-XQL .*/XML-XQL-v?@ANY_VERSION@@ARCHIVE_EXT@$