Bug#769591: unblock: owfs/2.9p8-6

2014-11-16 Thread Vincent Danjean
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.

  It is now in unstable.
  Thanks
Vincent

-- 
Vincent Danjean   GPG key ID 0xD17897FA vdanj...@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546874a5.1070...@debian.org



Bug#769591: unblock: owfs/2.9p8-6

2014-11-15 Thread Philipp Kern
Control: tag -1 + confirmed

On Fri, Nov 14, 2014 at 09:06:08PM +0100, Vincent Danjean wrote:
 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.

Sounds good to me. Please ping the bug once it has reached the
archive. Thanks.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Processed: Re: Bug#769591: unblock: owfs/2.9p8-6

2014-11-15 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 + confirmed
Bug #769591 [release.debian.org] unblock: owfs/2.9p8-6
Added tag(s) confirmed.

-- 
769591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b769591.14160521698617.transcr...@bugs.debian.org



Bug#769591: unblock: owfs/2.9p8-6

2014-11-14 Thread Vincent Danjean
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.0 +0100
+++ owfs-2.9p8/debian/changelog 2014-11-14 18:55:50.0 +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.0 
+0100
+++ owfs-2.9p8/debian/owfs-common.preinst   2014-11-14 18:55:50.0 
+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-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141114200608.30932.13839.report...@eyak.inrialpes.fr