Dear maintainer, I've prepared an NMU for minidlna (versioned as 1.3.0+dfsg-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer.
Cheers, Flo
diff -Nru minidlna-1.3.0+dfsg/debian/changelog minidlna-1.3.0+dfsg/debian/changelog --- minidlna-1.3.0+dfsg/debian/changelog 2021-01-31 16:56:14.000000000 +0100 +++ minidlna-1.3.0+dfsg/debian/changelog 2022-02-13 11:08:56.000000000 +0100 @@ -1,3 +1,13 @@ +minidlna (1.3.0+dfsg-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * fix FTBFS with newer autoconf by patching configure.ac. + (Closes: #993241) + * specify autofs.service dependency correctly, thanks to Mathieu Malaterre + and наб (Closes: #1000185) + + -- Florian Ernst <[email protected]> Sun, 13 Feb 2022 11:08:56 +0100 + minidlna (1.3.0+dfsg-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru minidlna-1.3.0+dfsg/debian/minidlna.service minidlna-1.3.0+dfsg/debian/minidlna.service --- minidlna-1.3.0+dfsg/debian/minidlna.service 2021-01-31 14:16:48.000000000 +0100 +++ minidlna-1.3.0+dfsg/debian/minidlna.service 2022-02-13 10:58:08.000000000 +0100 @@ -1,7 +1,7 @@ [Unit] Description=MiniDLNA lightweight DLNA/UPnP-AV server Documentation=man:minidlnad(1) man:minidlna.conf(5) -After=local-fs.target remote-fs.target autofs +After=local-fs.target remote-fs.target autofs.service [Service] User=minidlna diff -Nru minidlna-1.3.0+dfsg/debian/patches/fix_FTBFS_configure_error.patch minidlna-1.3.0+dfsg/debian/patches/fix_FTBFS_configure_error.patch --- minidlna-1.3.0+dfsg/debian/patches/fix_FTBFS_configure_error.patch 1970-01-01 01:00:00.000000000 +0100 +++ minidlna-1.3.0+dfsg/debian/patches/fix_FTBFS_configure_error.patch 2022-02-13 11:08:11.000000000 +0100 @@ -0,0 +1,27 @@ +Description: Fix build issue with newer autoconf +Bug-Debian: https://bugs.debian.org/993241 +Bug-Upstream: https://sourceforge.net/p/minidlna/bugs/341/ +Index: minidlna-1.3.0+dfsg/configure.ac +=================================================================== +--- minidlna-1.3.0+dfsg.orig/configure.ac ++++ minidlna-1.3.0+dfsg/configure.ac +@@ -414,7 +414,7 @@ for dir in "" /usr/local $SEARCH_DIR; do + AC_CHECK_LIB([id3tag -lz], [id3_file_open], [LIBID3TAG_LIBS="-lid3tag -lz"], [unset ac_cv_lib_id3tag_id3_file_open; LDFLAGS="$LDFLAGS_SAVE"; continue]) + break + done +-test x"$ac_cv_lib_id3tag__lz___id3_file_open" = x"yes" || AC_MSG_ERROR([Could not find libid3tag]) ++test x"$ac_cv_lib_id3tag__lz_id3_file_open" = x"yes" || AC_MSG_ERROR([Could not find libid3tag]) + AC_SUBST(LIBID3TAG_LIBS) + + LDFLAGS_SAVE="$LDFLAGS" +@@ -440,8 +440,8 @@ for dir in "" /usr/local $SEARCH_DIR; do + [unset ac_cv_lib_avformat_av_open_input_file; unset ac_cv_lib_avformat_avformat_open_input; LDFLAGS="$LDFLAGS_SAVE"; continue])]) + break + done +-if test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz___av_open_input_file" != x"yes" && +- test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz___avformat_open_input" != x"yes"; then ++if test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz_av_open_input_file" != x"yes" && ++ test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz_avformat_open_input" != x"yes"; then + AC_MSG_ERROR([Could not find libavformat - part of ffmpeg]) + fi + AC_SUBST(LIBAVFORMAT_LIBS) diff -Nru minidlna-1.3.0+dfsg/debian/patches/series minidlna-1.3.0+dfsg/debian/patches/series --- minidlna-1.3.0+dfsg/debian/patches/series 2021-01-31 16:53:51.000000000 +0100 +++ minidlna-1.3.0+dfsg/debian/patches/series 2022-01-16 11:57:06.000000000 +0100 @@ -5,3 +5,4 @@ 08-Fix-testupnpdescgen-build.patch 09-do-not-disable-logs-with-systemd.patch 10-do-not-close-socket-on-sighup.patch +fix_FTBFS_configure_error.patch
signature.asc
Description: PGP signature

