Control: tags 1074815 + patch
Dear maintainer, I've prepared an NMU for aptitude (versioned as 0.8.13-6.1). The diff is attached to this message and uploaded to dgit. Regards. Jochen
diff -Nru aptitude-0.8.13/debian/changelog aptitude-0.8.13/debian/changelog --- aptitude-0.8.13/debian/changelog 2024-03-23 10:38:31.000000000 +0100 +++ aptitude-0.8.13/debian/changelog 2024-08-22 12:58:30.000000000 +0200 @@ -1,3 +1,11 @@ +aptitude (0.8.13-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add missing include to build with gcc-14 (Closes: #1074815) + * Switch obsolete pkg-config to pkgconf + + -- Jochen Sprickerhof <jspri...@debian.org> Thu, 22 Aug 2024 12:58:30 +0200 + aptitude (0.8.13-6) unstable; urgency=medium [ Sven Joachim ] diff -Nru aptitude-0.8.13/debian/control aptitude-0.8.13/debian/control --- aptitude-0.8.13/debian/control 2024-03-23 10:35:33.000000000 +0100 +++ aptitude-0.8.13/debian/control 2024-08-22 12:58:30.000000000 +0200 @@ -21,7 +21,7 @@ libsigc++-2.0-dev, libsqlite3-dev, libxapian-dev, - pkg-config + pkgconf Build-Depends-Indep: docbook-xml, docbook-xsl, elinks, diff -Nru aptitude-0.8.13/debian/patches/0008-Add-missing-include-to-build-with-gcc-14.patch aptitude-0.8.13/debian/patches/0008-Add-missing-include-to-build-with-gcc-14.patch --- aptitude-0.8.13/debian/patches/0008-Add-missing-include-to-build-with-gcc-14.patch 1970-01-01 01:00:00.000000000 +0100 +++ aptitude-0.8.13/debian/patches/0008-Add-missing-include-to-build-with-gcc-14.patch 2024-08-22 12:58:30.000000000 +0200 @@ -0,0 +1,21 @@ +From: Jochen Sprickerhof <jspri...@debian.org> +Date: Thu, 22 Aug 2024 12:21:43 +0200 +Subject: Add missing include to build with gcc-14 + +Closes: #1074815 +--- + src/cmdline/cmdline_show.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/cmdline/cmdline_show.cc b/src/cmdline/cmdline_show.cc +index 8277756..d1bee53 100644 +--- a/src/cmdline/cmdline_show.cc ++++ b/src/cmdline/cmdline_show.cc +@@ -52,6 +52,7 @@ + #include <apt-pkg/version.h> + + #include <iostream> ++#include <algorithm> + + namespace cw = cwidget; + using aptitude::cmdline::create_terminal; diff -Nru aptitude-0.8.13/debian/patches/series aptitude-0.8.13/debian/patches/series --- aptitude-0.8.13/debian/patches/series 2024-03-23 10:37:14.000000000 +0100 +++ aptitude-0.8.13/debian/patches/series 2024-08-22 12:58:30.000000000 +0200 @@ -5,3 +5,4 @@ fix-ftbfs-with-gcc-12.patch fix-aptitude-changelog-parser.patch fix-ftbfs-with-t64.patch +0008-Add-missing-include-to-build-with-gcc-14.patch
signature.asc
Description: PGP signature