diff -Nru libaudio-cd-perl-0.05/debian/changelog libaudio-cd-perl-0.05/debian/changelog --- libaudio-cd-perl-0.05/debian/changelog 2024-03-31 18:47:38.000000000 +0000 +++ libaudio-cd-perl-0.05/debian/changelog 2024-03-10 12:18:16.000000000 +0000 @@ -1,26 +1,10 @@ -libaudio-cd-perl (0.05-12build4) noble; urgency=medium +libaudio-cd-perl (0.05-13) unstable; urgency=medium - * No-change rebuild for CVE-2024-3094 + * Add patch to add missing #includes. (Closes: #1065762) + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.6.2. - -- Steve Langasek Sun, 31 Mar 2024 18:47:38 +0000 - -libaudio-cd-perl (0.05-12build3) noble; urgency=medium - - * No-change rebuild for perlapi5.38t64. - - -- Matthias Klose Sat, 02 Mar 2024 15:49:02 +0100 - -libaudio-cd-perl (0.05-12build2) noble; urgency=medium - - * No-change rebuild for the perl update. - - -- Matthias Klose Wed, 10 Jan 2024 13:37:47 +0100 - -libaudio-cd-perl (0.05-12build1) lunar; urgency=medium - - * Rebuild against new perlapi-5.36. - - -- Gianfranco Costamagna Fri, 04 Nov 2022 11:37:36 +0100 + -- gregor herrmann Sun, 10 Mar 2024 13:18:16 +0100 libaudio-cd-perl (0.05-12) unstable; urgency=medium diff -Nru libaudio-cd-perl-0.05/debian/control libaudio-cd-perl-0.05/debian/control --- libaudio-cd-perl-0.05/debian/control 2024-03-31 18:47:38.000000000 +0000 +++ libaudio-cd-perl-0.05/debian/control 2024-03-10 12:18:16.000000000 +0000 @@ -1,6 +1,5 @@ Source: libaudio-cd-perl -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Perl Group +Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl @@ -9,7 +8,7 @@ libcdaudio-dev, perl-xs-dev, perl:native -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libaudio-cd-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libaudio-cd-perl.git Homepage: https://www.vanhemert.co.uk/disc-cover-1_5_6/ diff -Nru libaudio-cd-perl-0.05/debian/copyright libaudio-cd-perl-0.05/debian/copyright --- libaudio-cd-perl-0.05/debian/copyright 2022-07-30 01:12:58.000000000 +0000 +++ libaudio-cd-perl-0.05/debian/copyright 2024-03-10 12:18:16.000000000 +0000 @@ -90,7 +90,7 @@ 2003, Bart Warmerdam 2005, 2006, Jereme Corrado 2005, Andrew Pollock - 2008-2022, gregor herrmann + 2008-2024, gregor herrmann License: GPL-1+ or Artistic License: Artistic diff -Nru libaudio-cd-perl-0.05/debian/patches/implicit-function-declaration.patch libaudio-cd-perl-0.05/debian/patches/implicit-function-declaration.patch --- libaudio-cd-perl-0.05/debian/patches/implicit-function-declaration.patch 1970-01-01 00:00:00.000000000 +0000 +++ libaudio-cd-perl-0.05/debian/patches/implicit-function-declaration.patch 2024-03-10 12:18:16.000000000 +0000 @@ -0,0 +1,22 @@ +Description: add more #includes + for building with -Werror=implicit-function-declaration +Origin: vendor +Bug-Debian: https://bugs.debian.org/1065762 +Author: gregor herrmann +Last-Update: 2024-03-10 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=152236 +Bug: https://rt.cpan.org/Ticket/Display.html?id=152236 + +--- a/cddb_lookup.c ++++ b/cddb_lookup.c +@@ -21,6 +21,10 @@ + #include "cdaudio.h" + #include "cddb_lookup.h" + #include "stdio.h" ++#include ++#include ++#include ++#include + + #define PACKAGE "Audio::CD" + diff -Nru libaudio-cd-perl-0.05/debian/patches/series libaudio-cd-perl-0.05/debian/patches/series --- libaudio-cd-perl-0.05/debian/patches/series 2022-07-30 01:12:58.000000000 +0000 +++ libaudio-cd-perl-0.05/debian/patches/series 2024-03-10 12:18:16.000000000 +0000 @@ -1 +1,2 @@ fix_pod +implicit-function-declaration.patch