Control: tags 1080143 + pending Dear maintainer,
I've prepared an NMU for urfkill (versioned as 0.5.0-7.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for urfkill-0.5.0 urfkill-0.5.0 changelog | 8 ++++++++ patches/configure-quoting.diff | 17 +++++++++++++++++ patches/series | 1 + 3 files changed, 26 insertions(+) diff -Nru urfkill-0.5.0/debian/changelog urfkill-0.5.0/debian/changelog --- urfkill-0.5.0/debian/changelog 2024-04-21 12:43:27.000000000 +0300 +++ urfkill-0.5.0/debian/changelog 2025-01-18 22:23:19.000000000 +0200 @@ -1,3 +1,11 @@ +urfkill (0.5.0-7.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch from Andreas Metzler to fix FTBFS with autoconf 2.72. + (Closes: #1080143) + + -- Adrian Bunk <b...@debian.org> Sat, 18 Jan 2025 22:23:19 +0200 + urfkill (0.5.0-7.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru urfkill-0.5.0/debian/patches/configure-quoting.diff urfkill-0.5.0/debian/patches/configure-quoting.diff --- urfkill-0.5.0/debian/patches/configure-quoting.diff 1970-01-01 02:00:00.000000000 +0200 +++ urfkill-0.5.0/debian/patches/configure-quoting.diff 2025-01-18 22:22:33.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Double quote AC_MSG_ERROR arg to avoid split on comma. +Author: Andreas Metzler <ametz...@debian.org> +Bug-Debian: https://bugs.debian.org/1080143 +Origin: vendor +Last-Update: 2024-08-31 + +--- urfkill-0.5.0.orig/configure.ac ++++ urfkill-0.5.0/configure.ac +@@ -184,7 +184,7 @@ AS_IF([test "$with_session_tracking" = " + AS_IF([test "$with_session_tracking" = "none"], with_session_tracking=no) + # check value + AS_IF([! (echo "$with_session_tracking" | grep -q -E "^(systemd|consolekit|no)$")], +- AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no, not $with_session_tracking])) ++ AC_MSG_ERROR([[--with-session-tracking must be systemd/consolekit/no, not $with_session_tracking]])) + # add conditionals and subtitution + AM_CONDITIONAL(SESSION_TRACKING_CK, test "$with_session_tracking" = "consolekit") + AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "$with_session_tracking" = "systemd") diff -Nru urfkill-0.5.0/debian/patches/series urfkill-0.5.0/debian/patches/series --- urfkill-0.5.0/debian/patches/series 2012-07-18 12:40:39.000000000 +0300 +++ urfkill-0.5.0/debian/patches/series 2025-01-18 22:23:03.000000000 +0200 @@ -1 +1,2 @@ 01_fix_ftbfs_on_intltool.patch +configure-quoting.diff