[Popcon-developers] Bug#231958: marked as done (popularity-contest: XSIism in cronjob)

Debian Bug Tracking System owner@bugs.debian.org
Tue, 10 Feb 2004 10:03:08 -0800


Your message dated Tue, 10 Feb 2004 12:47:08 -0500
with message-id <E1AqbyW-00076e-00@newraff.debian.org>
and subject line Bug#231958: fixed in popularity-contest 1.12
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Feb 2004 21:36:16 +0000
>From schizo@debian.org Mon Feb 09 13:36:16 2004
Return-path: <schizo@debian.org>
Received: from acolyte.scowler.net [216.254.112.142] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AqJ4i-0003oF-00; Mon, 09 Feb 2004 13:36:16 -0800
Received: by acolyte.scowler.net (Postfix, from userid 1000)
	id 5732C70037; Mon,  9 Feb 2004 16:36:15 -0500 (EST)
Date: Mon, 9 Feb 2004 16:36:15 -0500
From: Clint Adams <schizo@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: popularity-contest: XSIism in cronjob
Message-ID: <20040209213615.GA14412@scowler.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.39
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_01 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_02_01
X-Spam-Level: 

Package: popularity-contest
Version: 1.11
Severity: serious
Tags: patch

This is a #!/bin/sh script.

--- popularity-contest.orig	2004-02-09 16:33:25.689130693 -0500
+++ popularity-contest	2004-02-09 16:34:37.406684668 -0500
@@ -18,7 +18,7 @@
 if [ -z "$MAILTO" ]; then exit 0; fi
 
 # don't run if PARTICIPATE is "no" or unset!
-[ "$PARTICIPATE" = "no" -o -z "$PARTICIPATE" ] && exit 0
+[ "$PARTICIPATE" = "no" ] || [ -z "$PARTICIPATE" ] && exit 0
 
 # keep old logs
 cd /var/log

---------------------------------------
Received: (at 231958-close) by bugs.debian.org; 10 Feb 2004 17:53:56 +0000
>From katie@ftp-master.debian.org Tue Feb 10 09:53:56 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Aqc56-00051j-00; Tue, 10 Feb 2004 09:53:56 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1AqbyW-00076e-00; Tue, 10 Feb 2004 12:47:08 -0500
From: Bill Allombert <ballombe@debian.org>
To: 231958-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#231958: fixed in popularity-contest 1.12
Message-Id: <E1AqbyW-00076e-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 10 Feb 2004 12:47:08 -0500
Delivered-To: 231958-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_10 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
	version=2.60-bugs.debian.org_2004_02_10
X-Spam-Level: 

Source: popularity-contest
Source-Version: 1.12

We believe that the bug you reported is fixed in the latest version of
popularity-contest, which is due to be installed in the Debian FTP archive:

popularity-contest_1.12.dsc
  to pool/main/p/popularity-contest/popularity-contest_1.12.dsc
popularity-contest_1.12.tar.gz
  to pool/main/p/popularity-contest/popularity-contest_1.12.tar.gz
popularity-contest_1.12_all.deb
  to pool/main/p/popularity-contest/popularity-contest_1.12_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 231958@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <ballombe@debian.org> (supplier of updated popularity-contest 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Feb 2004 17:24:10 +0100
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers <popcon-developers@lists.alioth.debian.org>
Changed-By: Bill Allombert <ballombe@debian.org>
Description: 
 popularity-contest - Vote for your favourite packages automatically
Closes: 229752 231294 231958
Changes: 
 popularity-contest (1.12) unstable; urgency=low
 .
   * Use dpkg --print-installation-architecture instead of $Config{archname}
     to report the platform.
   * Update server-side scripts to current popcon.debian.org version.
   * Fix sh scripts to avoid non POSIX test options. (Closes: #231958).
   * Update French debconf translation, thanks Christian Perrier.
     (Closes: #231294)
   * Update Dutch debconf translation, thanks Bart Cornelis. (Closes: #229752)
Files: 
 be6cfcb40cdbb5982bfa315364a1fdcc 692 misc optional popularity-contest_1.12.dsc
 a431861059a8a6ad461766749e8dddb3 24299 misc optional popularity-contest_1.12.tar.gz
 b98b04215b7981f14e87111554445bea 23886 misc optional popularity-contest_1.12_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAKRGIeDPs8bVESBURAo80AJ90QHMK+K2aMcjbzb95RCs2WGNEpgCfUPfu
A1WcL8a5RTPYftmx/Bi7ANY=
=TUzQ
-----END PGP SIGNATURE-----