diff -Nru libanydata-perl-0.12/debian/changelog libanydata-perl-0.12/debian/changelog --- libanydata-perl-0.12/debian/changelog 2022-06-05 18:47:53.000000000 +0000 +++ libanydata-perl-0.12/debian/changelog 2023-08-06 01:12:08.000000000 +0000 @@ -1,3 +1,17 @@ +libanydata-perl (0.12-3) unstable; urgency=medium + + * Team upload. + * Add more files to debian/clean which are generated during build. + * Update debian/upstream/metadata. + * Declare compliance with Debian Policy 4.6.2. + * Set Rules-Requires-Root: no. + * Drop unneeded alternative (build) dependencies. + * Annotate test-only build dependencies with . + * Add empty debian/tests/pkg-perl/syntax-skip to enable autopkgtest's + syntax.t tests. + + -- gregor herrmann Sun, 06 Aug 2023 03:12:08 +0200 + libanydata-perl (0.12-2) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libanydata-perl-0.12/debian/clean libanydata-perl-0.12/debian/clean --- libanydata-perl-0.12/debian/clean 2022-06-05 18:47:53.000000000 +0000 +++ libanydata-perl-0.12/debian/clean 2023-08-06 01:12:08.000000000 +0000 @@ -1 +1,3 @@ +MANIFEST.SKIP +t/htmltable.out t/xml.out diff -Nru libanydata-perl-0.12/debian/control libanydata-perl-0.12/debian/control --- libanydata-perl-0.12/debian/control 2022-06-05 18:47:53.000000000 +0000 +++ libanydata-perl-0.12/debian/control 2023-08-06 01:12:08.000000000 +0000 @@ -6,21 +6,22 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) -Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19), - libtest-output-perl, - libxml-twig-perl, +Build-Depends-Indep: libcgi-pm-perl , + libtest-output-perl , + libxml-twig-perl , perl -Standards-Version: 3.9.6 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanydata-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanydata-perl.git Homepage: https://metacpan.org/release/AnyData +Rules-Requires-Root: no Package: libanydata-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-twig-perl -Recommends: libcgi-pm-perl | perl (<< 5.19) +Recommends: libcgi-pm-perl Suggests: libwww-perl, libxml-parser-perl Description: simple tied hash interface for files and data structures diff -Nru libanydata-perl-0.12/debian/patches/auto-gitignore libanydata-perl-0.12/debian/patches/auto-gitignore --- libanydata-perl-0.12/debian/patches/auto-gitignore 1970-01-01 00:00:00.000000000 +0000 +++ libanydata-perl-0.12/debian/patches/auto-gitignore 2023-08-06 01:12:08.000000000 +0000 @@ -0,0 +1,15 @@ +Subject: Update .gitignore from Debian packaging branch + +The Debian packaging git branch contains these updates to the upstream +.gitignore file(s). This patch is autogenerated, to provide these +updates to users of the official Debian archive view of the package. + +[dgit (11.1) update-gitignore] +--- +diff --git a/.gitignore b/.gitignore +new file mode 100644 +index 0000000..2c3cd34 +--- /dev/null ++++ b/.gitignore +@@ -0,0 +1 @@ ++/t/xml.out diff -Nru libanydata-perl-0.12/debian/patches/series libanydata-perl-0.12/debian/patches/series --- libanydata-perl-0.12/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libanydata-perl-0.12/debian/patches/series 2023-08-06 01:12:08.000000000 +0000 @@ -0,0 +1,2 @@ + +auto-gitignore diff -Nru libanydata-perl-0.12/debian/tests/pkg-perl/syntax-skip libanydata-perl-0.12/debian/tests/pkg-perl/syntax-skip --- libanydata-perl-0.12/debian/tests/pkg-perl/syntax-skip 1970-01-01 00:00:00.000000000 +0000 +++ libanydata-perl-0.12/debian/tests/pkg-perl/syntax-skip 2023-08-06 01:12:08.000000000 +0000 @@ -0,0 +1 @@ +# Empty file to check everything despite Suggests diff -Nru libanydata-perl-0.12/debian/upstream/metadata libanydata-perl-0.12/debian/upstream/metadata --- libanydata-perl-0.12/debian/upstream/metadata 2022-06-05 18:47:53.000000000 +0000 +++ libanydata-perl-0.12/debian/upstream/metadata 2023-08-06 01:12:08.000000000 +0000 @@ -2,6 +2,5 @@ Archive: CPAN Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=AnyData Bug-Submit: bug-AnyData@rt.cpan.org -Contact: Jeff Zucker (jeff@vpservices.com), Sven Dowideit (SvenDowideit@fosiki.com) Repository: https://github.com/perl5-dbi/AnyData.git Repository-Browse: https://github.com/perl5-dbi/AnyData