Version in base suite: 3.0043+nmu1 Base version: ucf_3.0043+nmu1 Target version: ucf_3.0043+nmu1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/u/ucf/ucf_3.0043+nmu1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/u/ucf/ucf_3.0043+nmu1+deb12u1.dsc debian/changelog | 6 ++++++ ucf | 1 + 2 files changed, 7 insertions(+) diff -Nru ucf-3.0043+nmu1/debian/changelog ucf-3.0043+nmu1+deb12u1/debian/changelog --- ucf-3.0043+nmu1/debian/changelog 2023-01-27 13:29:51.000000000 +0000 +++ ucf-3.0043+nmu1+deb12u1/debian/changelog 2024-12-20 07:39:40.000000000 +0000 @@ -1,3 +1,9 @@ +ucf (3.0043+nmu1+deb12u1) bookworm; urgency=medium + + * Initialise variable subsequently passed to eval. (Closes: #1089015) + + -- Mark Hindley Fri, 20 Dec 2024 07:39:40 +0000 + ucf (3.0043+nmu1) unstable; urgency=medium * Non-maintainer upload. diff -Nru ucf-3.0043+nmu1/ucf ucf-3.0043+nmu1+deb12u1/ucf --- ucf-3.0043+nmu1/ucf 2023-01-27 13:29:51.000000000 +0000 +++ ucf-3.0043+nmu1+deb12u1/ucf 2024-12-20 07:39:40.000000000 +0000 @@ -342,6 +342,7 @@ OLD_SUFFIX="ucf-old" ERR_SUFFIX="merge-error" # save up the cmdline with proper quoting/escaping +saved= for arg in "$@"; do saved="${saved:+$saved }'$(quote_single "$arg")'" done