Version in base suite: 0.5-16.1 Base version: asmixer_0.5-16.1 Target version: asmixer_0.5-16.1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/a/asmixer/asmixer_0.5-16.1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/a/asmixer/asmixer_0.5-16.1+deb13u1.dsc changelog | 10 ++++++++++ patches/open.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 25 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp7nyqdl8w/asmixer_0.5-16.1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp7nyqdl8w/asmixer_0.5-16.1+deb13u1.dsc: no acceptable signature found diff -Nru asmixer-0.5/debian/changelog asmixer-0.5/debian/changelog --- asmixer-0.5/debian/changelog 2024-02-17 22:22:50.000000000 +0000 +++ asmixer-0.5/debian/changelog 2026-09-19 19:44:55.000000000 +0000 @@ -1,3 +1,13 @@ +asmixer (0.5-16.1+deb13u1) trixie; urgency=medium + + * Non-maintainer upload + + [ Adrian Bunk ] + * debian/patches/open.patch: Include to fix FTBFS caused by + implicit declaration of open() (closes: #1136761) + + -- Aurelien Jarno Sat, 19 Sep 2026 21:44:55 +0200 + asmixer (0.5-16.1) unstable; urgency=medium * Non-maintainer upload diff -Nru asmixer-0.5/debian/patches/open.patch asmixer-0.5/debian/patches/open.patch --- asmixer-0.5/debian/patches/open.patch 1970-01-01 00:00:00.000000000 +0000 +++ asmixer-0.5/debian/patches/open.patch 2026-09-19 19:44:55.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Fix FTBFS +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/1136761 + +--- asmixer-0.5.orig/asmixer.c ++++ asmixer-0.5/asmixer.c +@@ -23,6 +23,7 @@ + #include + + #include ++#include + #include + + #include diff -Nru asmixer-0.5/debian/patches/series asmixer-0.5/debian/patches/series --- asmixer-0.5/debian/patches/series 2024-02-17 22:22:50.000000000 +0000 +++ asmixer-0.5/debian/patches/series 2026-09-19 19:44:55.000000000 +0000 @@ -1 +1,2 @@ debian.patch +open.patch