[Popcon-developers] Bug#260088: marked as done (Care to change the bash-scripts into sh-scripts?)

Debian Bug Tracking System owner@bugs.debian.org
Sun, 15 Aug 2004 09:03:09 -0700


Your message dated Sun, 15 Aug 2004 11:47:08 -0400
with message-id <E1BwNDw-0005hM-00@newraff.debian.org>
and subject line Bug#260088: fixed in popularity-contest 1.24
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 maintonly) by bugs.debian.org; 18 Jul 2004 11:47:17 +0000
>From tao@acc.umu.se Sun Jul 18 04:47:17 2004
Return-path: <tao@acc.umu.se>
Received: from khan.acc.umu.se [130.239.18.139] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BmA8T-0007pb-00; Sun, 18 Jul 2004 04:47:17 -0700
Received: from localhost (localhost [127.0.0.1])
	by amavisd-new (Postfix) with ESMTP id 1FB81D279
	for <maintonly@bugs.debian.org>; Sun, 18 Jul 2004 13:47:16 +0200 (MEST)
Received: by khan.acc.umu.se (Postfix, from userid 23136)
	id 9E540D2DE; Sun, 18 Jul 2004 13:47:13 +0200 (MEST)
Date: Sun, 18 Jul 2004 13:47:13 +0200
From: David Weinehall <tao@debian.org>
To: "Debian Bug Tracking System, Maintonly" <maintonly@bugs.debian.org>
Subject: Care to change the bash-scripts into sh-scripts?
Message-ID: <20040718114713.GO22472@khan.acc.umu.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i
X-Accept-Language: Swedish, English
X-GPG-Fingerprint: 7ACE 0FB0 7A74 F994 9B36  E1D1 D14E 8526 DC47 CA16
X-GPG-Key: http://www.acc.umu.se/~tao/files/pubkey_dc47ca16.gpg.asc
X-Virus-Scanned: by amavisd-new at acc.umu.se
Delivered-To: maintonly@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: popularity-contest
Version: 1.22
Severity: wishlist
Tags: patch

This patch, should you choose to accept it, will change two bash-scripts
into sh-scripts.


Regards: David Weinehall

diff -ur popularity-contest-1.22-old/debian/postinst popularity-contest-1.22/debian/postinst
--- popularity-contest-1.22-old/debian/postinst	2004-04-14 01:00:33.000000000 +0300
+++ popularity-contest-1.22/debian/postinst	2004-07-18 14:31:12.000000000 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # Load debconf variables
 . /usr/share/debconf/confmodule
@@ -17,7 +17,7 @@
 # safe to ignore the value fetched by loading the file above.  This
 # should allow for using debconf to reconfigure the package.
 db_get popularity-contest/participate || true
-if [ "$RET" = "yes" -o "$RET" = "YES" -o "$RET" = "true" ]; then
+if [ "$RET" = "yes" ] || [ "$RET" = "YES" ] || [ "$RET" = "true" ]; then
     PARTICIPATE="yes"
 else
     PARTICIPATE="no"
diff -ur popularity-contest-1.22-old/popcon-process.sh popularity-contest-1.22/popcon-process.sh
--- popularity-contest-1.22-old/popcon-process.sh	2004-03-14 19:01:59.000000000 +0200
+++ popularity-contest-1.22/popcon-process.sh	2004-07-18 14:31:39.000000000 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 set -e
 cd /org/popcon.debian.org/popcon-mail
 umask 0002

---------------------------------------
Received: (at 260088-close) by bugs.debian.org; 15 Aug 2004 15:55:21 +0000
>From katie@ftp-master.debian.org Sun Aug 15 08:55:21 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 1BwNLt-0005Wi-00; Sun, 15 Aug 2004 08:55:21 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BwNDw-0005hM-00; Sun, 15 Aug 2004 11:47:08 -0400
From: Petter Reinholdtsen <pere@debian.org>
To: 260088-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#260088: fixed in popularity-contest 1.24
Message-Id: <E1BwNDw-0005hM-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 15 Aug 2004 11:47:08 -0400
Delivered-To: 260088-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: popularity-contest
Source-Version: 1.24

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

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@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: Sun, 15 Aug 2004 17:34:28 +0200
Source: popularity-contest
Binary: popularity-contest
Architecture: source all
Version: 1.24
Distribution: unstable
Urgency: low
Maintainer: Popularity Contest Developers <popcon-developers@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 popularity-contest - Vote for your favourite packages automatically
Closes: 260088 261225 261404 261540 262426 262703 263182 263555 265002 265837
Changes: 
 popularity-contest (1.24) unstable; urgency=low
 .
   * Petter Reinholdtsen
     - Let postinst and popcon-process.sh use /bin/sh, and make sure
       the notation in postinst is POSIX compatible.  Patch from David
       Weinehall.  (Closes: #260088)
     - Change type of popularity-contest/hostid-failed template from
       'error' to 'note'.  The former is only available in cdebconf.
       (Closes: #262426)
   * Translations
     - Indonesian update. Closes: #261225
     - Initial Croatian debconf translation hr.po
     - Swedish updated. Closes: #261404
     - Initial Romanian debconf translation hr.po by Eddy Petrisor
     - Italian updated by Cristian Rigamonti. Closes: #262703
     - Traditional Chinese updated by Tetralet. Closes: #263182
     - Finnish updated by Tapio Lehtonen. Closes: #263555
     - Greek updated by George Papamichelakis.  Closes: #265002
     - Lithuanian updated by Gintautas Miliauskas.  Closes: #265837
     - Catalan updated by Aleix Badia i Bosch.  Closes: #261540
Files: 
 e6fe9cc5e7fcb5dd9e34fa921d62c877 692 misc optional popularity-contest_1.24.dsc
 8aac894836148796c50f6a468d35432e 48289 misc optional popularity-contest_1.24.tar.gz
 54ac246208b5f2feb194ed6e817dca1e 41412 misc optional popularity-contest_1.24_all.deb

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

iD4DBQFBH4Lj20zMSyow1ykRAnTpAKDNeN3AWpQXAMR5PRJYrx4JeJuwEACVFTfX
vwGHO0nFUUGHrbUXHbJ2QA==
=l9z3
-----END PGP SIGNATURE-----