Bug#529010: libvncserver: New upstream version

2009-05-17 Thread YOSHINO Yoshihito
Package: libvncserver
Severity: wishlist

New upstream version 0.9.7 is available.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'),
(1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc5-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#563121: Returning a status of non-zero might not be safe

2009-12-30 Thread YOSHINO Yoshihito
Hello,

test -x "`which foo`" && foo bar baz

returns status 1, which comes to an error if a script executed this as
the last command. E.g. like #563121, prerm will exit with status 1 if
defoma not found unless explicitly writing the last line "exit 0" in
the prerm template.

So I think changing defoma templates like

if test -x "`which foo`"; then
   foo bar baz
fi

would be good, since the script should simply ignore the block when
defoma is not found.

Regards,

-- 
YOSHINO Yoshihito 



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