Package: release.debian.org Severity: normal Tags: wheezy User: release.debian....@packages.debian.org Usertags: pu
Hi, here's another tiny update I'd like to see in stable. Due to a simple error in the state machine, asking the installer to perform a full search (“2nd pass”) to find an ISO image harder would lead back to the 1st pass. This issue was user-reported, user-patched, and fixed in unstable almost a month ago. I think this request can be put in the “nice to have even though not critical” bucket, so definitely OK to delay until 7.3 (yet small enough to be considered for 7.2 though). Slightly terse changelog: | iso-scan (1.43+deb7u1) wheezy; urgency=low | | [ Joey Hess ] | * Fix full search entry when no isos are found. Closes: #722711 | Thanks, Gagou | | -- Cyril Brulebois <k...@debian.org> Tue, 08 Oct 2013 01:30:36 +0200 Actual patch is an one-liner (fixed status code in the state machine). Mraw, KiBi.
diff -Nru iso-scan-1.43/debian/changelog iso-scan-1.43+deb7u1/debian/changelog --- iso-scan-1.43/debian/changelog 2012-11-01 19:41:17.000000000 +0100 +++ iso-scan-1.43+deb7u1/debian/changelog 2013-10-08 01:30:40.000000000 +0200 @@ -1,3 +1,11 @@ +iso-scan (1.43+deb7u1) wheezy; urgency=low + + [ Joey Hess ] + * Fix full search entry when no isos are found. Closes: #722711 + Thanks, Gagou + + -- Cyril Brulebois <k...@debian.org> Tue, 08 Oct 2013 01:30:36 +0200 + iso-scan (1.43) unstable; urgency=low [ Updated translations ] diff -Nru iso-scan-1.43/debian/iso-scan.postinst iso-scan-1.43+deb7u1/debian/iso-scan.postinst --- iso-scan-1.43/debian/iso-scan.postinst 2012-10-14 22:57:15.000000000 +0200 +++ iso-scan-1.43+deb7u1/debian/iso-scan.postinst 2013-10-08 01:28:02.000000000 +0200 @@ -408,7 +408,7 @@ if [ "$RET" = false ]; then exit 1 fi - STATE=10 + STATE=29 continue ;;