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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to