Your message dated Sun, 01 Nov 2009 00:13:08 +0000
with message-id <[email protected]>
and subject line Bug#511504: fixed in smart-notifier 0.28-2
has caused the Debian Bug report #511504,
regarding smart-notifier: useless use of cat (and of bash)
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 [email protected]
immediately.)
--
511504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511504
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: smart-notifier
Version: 0.28-1.1
Severity: minor
Tags: patch
Everyone's favourite shell-scripting mistake. scripts/60smart-notifier
contains:
#!/bin/bash
[ -x /usr/bin/smart-notifier ] || exit 0
cat ${1} | /usr/bin/smart-notifier --notify
This could be simplified to:
#!/bin/sh
[ -x /usr/bin/smart-notifier ] || exit 0
/usr/bin/smart-notifier --notify < "$1"
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages smart-notifier depends on:
ii dbus 1.2.1-5 simple interprocess messaging syst
ii python 2.5.2-3 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-dbus 0.83.0-1 simple interprocess messaging syst
ii python-glade2 2.12.1-6 GTK+ bindings: Glade support
ii python-gtk2 2.12.1-6 Python bindings for the GTK+ widge
ii smartmontools 5.38-2 control and monitor storage system
smart-notifier recommends no packages.
smart-notifier suggests no packages.
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: smart-notifier
Source-Version: 0.28-2
We believe that the bug you reported is fixed in the latest version of
smart-notifier, which is due to be installed in the Debian FTP archive:
smart-notifier_0.28-2.diff.gz
to main/s/smart-notifier/smart-notifier_0.28-2.diff.gz
smart-notifier_0.28-2.dsc
to main/s/smart-notifier/smart-notifier_0.28-2.dsc
smart-notifier_0.28-2_all.deb
to main/s/smart-notifier/smart-notifier_0.28-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barry deFreese <[email protected]> (supplier of updated smart-notifier
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 30 Oct 2009 14:47:08 -0400
Source: smart-notifier
Binary: smart-notifier
Architecture: source all
Version: 0.28-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Barry deFreese <[email protected]>
Description:
smart-notifier - graphical hard disk health status notifier
Closes: 511502 511504 512684 550993 552914
Changes:
smart-notifier (0.28-2) unstable; urgency=low
.
* QA upload.
+ Set maintainer to Debian QA Group <[email protected]>.
* Acknowledge NMUs. (Closes: #511502).
* Fix moving of egg-info file in rules. (Closes: #552914).
* Don't capitalize false in .desktop file. (Closes: #512684, #550993).
* Remove useless cat in 60smart-notifier. (Closes: #511504).
* Don't build-dep on -1 revision.
* Add appropriate copyright holder to debian/copyright.
* Version path to GPL (GPL-2) in debian/copyright.
* Remove empty /usr/sbin dir.
* Add debian/pycompat and set to 2.
* Bump debian/compat to 5 to match debhelper build-dep.
* Bump Standards Version to 3.8.3.
Checksums-Sha1:
38fec00042d3937b41c5a969c8ada3d4b6f71724 1122 smart-notifier_0.28-2.dsc
1b2b9968feb47b6706d62b97567205fe4d84501f 3254 smart-notifier_0.28-2.diff.gz
480363e5dd72f6b4b17986f1232890b42fe1abcc 11338 smart-notifier_0.28-2_all.deb
Checksums-Sha256:
bd6dbaa277f353c2c3bb484f9f89e844ac6a6a27259795c0cfaabb3ef8fc8b14 1122
smart-notifier_0.28-2.dsc
f01f788ea46087697c5ea1082b8b326c7d21de793f93dcb3b51f20f717baaaea 3254
smart-notifier_0.28-2.diff.gz
75af76e5f940f0953f3a0bb2161eec34e86601a99dcaf61e0b69f9d2b1584d6b 11338
smart-notifier_0.28-2_all.deb
Files:
5965137d80a344250c598afabb1a95c8 1122 utils optional smart-notifier_0.28-2.dsc
6e59cb23772ce8a50bb200b18c170f4e 3254 utils optional
smart-notifier_0.28-2.diff.gz
44b74a818435db48f4f9c189344dce99 11338 utils optional
smart-notifier_0.28-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrrQ2cACgkQ5ItltUs5T35h3gCg0+2Ay0y492BD5ukv2xa99ny7
D2YAnREh12aUXKQbZcDuYJZqETld8YUO
=ktQ+
-----END PGP SIGNATURE-----
--- End Message ---