[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#763188: marked as done (pu: package iso-scan/1.43+deb7u2)



Your message dated Sat, 18 Oct 2014 12:06:30 +0100
with message-id <E1XfRqA-0002TE-Si@jacala>
and subject line Closing bugs for updates in 7.7
has caused the Debian Bug report #763188,
regarding pu: package iso-scan/1.43+deb7u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
763188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763188
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I'd like to get the following one-liner into wheezy. It's been reported
a very long while ago, and the patch has waited way too long already
before getting applied. (Low on manpower, etc., you know the drill.)

| iso-scan (1.43+deb7u2) wheezy; urgency=low
| 
|   * Do not error out when searching in folders with shell-special
|     characters in their name (Closes: #640789). Thanks, Modestas Vainius!
|   * It should be noted that ISO files located in paths containing special
|     characters might still lead to some problems (See: #759174). Thanks,
|     Stephen Kitt, for the analysis!
| 
|  -- Cyril Brulebois <kibi@debian.org>  Sun, 28 Sep 2014 17:12:51 +0200

OK to upload?

Mraw,
KiBi.
diff -Nru iso-scan-1.43+deb7u1/debian/changelog iso-scan-1.43+deb7u2/debian/changelog
--- iso-scan-1.43+deb7u1/debian/changelog	2013-10-08 01:30:40.000000000 +0200
+++ iso-scan-1.43+deb7u2/debian/changelog	2014-09-28 17:12:54.000000000 +0200
@@ -1,3 +1,13 @@
+iso-scan (1.43+deb7u2) wheezy; urgency=low
+
+  * Do not error out when searching in folders with shell-special
+    characters in their name (Closes: #640789). Thanks, Modestas Vainius!
+  * It should be noted that ISO files located in paths containing special
+    characters might still lead to some problems (See: #759174). Thanks,
+    Stephen Kitt, for the analysis!
+
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 28 Sep 2014 17:12:51 +0200
+
 iso-scan (1.43+deb7u1) wheezy; urgency=low
 
   [ Joey Hess ]
diff -Nru iso-scan-1.43+deb7u1/debian/iso-scan.postinst iso-scan-1.43+deb7u2/debian/iso-scan.postinst
--- iso-scan-1.43+deb7u1/debian/iso-scan.postinst	2013-10-08 01:28:02.000000000 +0200
+++ iso-scan-1.43+deb7u2/debian/iso-scan.postinst	2014-09-28 17:12:40.000000000 +0200
@@ -162,7 +162,7 @@
 			elif [ "$look_subdirs" = 1 ]; then
 				opt="-type f"
 			fi
-			isolist=$(find $dir $opt -name "*.iso" -o -name "*.ISO" 2>/dev/null)
+			isolist=$(find "$dir" $opt -name "*.iso" -o -name "*.ISO" 2>/dev/null)
 			TOPLEVEL_DIRS_COUNT=$(($TOPLEVEL_DIRS_COUNT + 1))
 
 			for iso in $isolist; do

--- End Message ---
--- Begin Message ---
Version: 7.7

The upload discussed in this bug was included in the 7.7 point release.

Regards,

Adam

--- End Message ---

Reply to: