Your message dated Sun, 16 Nov 2014 16:01:20 +0000
with message-id <20141116160120.gw6...@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#769591: unblock: owfs/2.9p8-6
has caused the Debian Bug report #769591,
regarding unblock: owfs/2.9p8-6
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 ow...@bugs.debian.org
immediately.)


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

Please unblock package owfs

  Hi,

  In #769523, it has been reported that some spurious output can
occurs when installing owfs-common. The reason is that "ls" is used
to find with shell globs some files to handle but, when the glob
do not match anything, "ls" complain.
  The bug is not RC but it occurs on (some) upgrade and the fix is
really simple (redirect stderr of "ls" to /dev/null). As the bug
is not RC, I ask you is it would be ok to upload this fix now (or if
I must wait for jessie release). I know it is a purely cosmetic bug, no bad
behavior is involved in any case.

  Regards,
    Vincent

Debdiff against the testing version (2.9p8-5):

vdanjean@eyak:~/debian/mainteneur/owfs/build-area$ debdiff owfs_2.9p8-5.dsc 
owfs_2.9p8-6.dsc
diff -Nru owfs-2.9p8/debian/changelog owfs-2.9p8/debian/changelog
--- owfs-2.9p8/debian/changelog 2014-11-08 23:15:12.000000000 +0100
+++ owfs-2.9p8/debian/changelog 2014-11-14 18:55:50.000000000 +0100
@@ -1,3 +1,10 @@
+owfs (2.9p8-6) unstable; urgency=medium
+
+  * Hide ls error messages when nothing have to do done on
+    upgrade (Closes: #769523)
+
+ -- Vincent Danjean <vdanj...@debian.org>  Fri, 14 Nov 2014 18:54:21 +0100
+
 owfs (2.9p8-5) unstable; urgency=medium
 
   * Add missing Breaks/Replaces required due to some files moved
diff -Nru owfs-2.9p8/debian/owfs-common.preinst 
owfs-2.9p8/debian/owfs-common.preinst
--- owfs-2.9p8/debian/owfs-common.preinst       2014-11-08 23:15:12.000000000 
+0100
+++ owfs-2.9p8/debian/owfs-common.preinst       2014-11-14 18:55:50.000000000 
+0100
@@ -2,7 +2,7 @@
 set -e
 
 last=
-for i in $(ls /etc/modprobe.d/libow-*-*.conf)
+for i in $(ls /etc/modprobe.d/libow-*-*.conf 2>/dev/null)
 do
   if test "$(md5sum < "$i")" \
        != "9c0ce25c8de4426c2dff7738ccf67f96  -"; then
vdanjean@eyak:~/debian/mainteneur/owfs/build-area$ 

unblock owfs/2.9p8-6

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armel
mipsel

Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
On Sun, Nov 16, 2014 at 10:55:49AM +0100, Vincent Danjean wrote:
> On 15/11/2014 12:40, Philipp Kern wrote:
> > On Fri, Nov 14, 2014 at 09:06:08PM +0100, Vincent Danjean wrote:
> >> As the bug is not RC, I ask you is it would be ok to upload this fix now 
> >> (or if I must wait for jessie release).
> > 
> > Sounds good to me. Please ping the bug once it has reached the archive. 
> > Thanks.

Unblocked.

-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to