Your message dated Sat, 04 Dec 2010 13:09:43 +0000
with message-id <[email protected]>
and subject line Re: Bug#604247: unblock: sitesummary/0.0.67
has caused the Debian Bug report #604247,
regarding unblock: sitesummary/0.0.68
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.)


-- 
604247: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604247
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
x-debbugs-cc: [email protected]

Hi,

please unblock sitesummary 0.0.67, which includes two trivial bugfixes, one of 
them set to serious severity. 

sitesummary (0.0.67) unstable; urgency=low 
   [ Ronny Aasen ]
   * Only run lsscsi from collect.d/system, if /proc/bus/scsi exsists
     to avoid errors on machines without /sys mouted, like chroots
     and vservers (Closes: #602286).
 
   [ Petter Reinholdtsen ]
   * Change sitesummary-upload to not try to parse an empty
     $http_proxy variable.  This get it working on hosts without
     a proxy setting (Closes: #604025).

 collect.d/system   |    2 +-
 debian/changelog   |   14 ++++++++++++++
 sitesummary-upload |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)

Those 4 lines are:
 
-if type lsscsi >/dev/null 2>&1; then
+if [ -d /proc/bus/scsi ] && type lsscsi >/dev/null 2>&1; then

-if (defined($http_proxy))
+if (defined($http_proxy) && $http_proxy)


Thanks,
        Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
On Sat, 2010-12-04 at 12:55 +0100, Holger Levsen wrote:
> On Sonntag, 28. November 2010, Adam D. Barratt wrote:
> > Any ETA on a new upload?
> 
> done now, fixed both issues and made lintian slightly happier.

Unblocked; thanks.

Regards,

Adam



--- End Message ---

Reply via email to