Your message dated Mon, 28 Dec 2009 02:01:37 +0000
with message-id <e1np4vr-0006dl...@ries.debian.org>
and subject line Bug#559411: fixed in geneweb 5.01-8lenny1
has caused the Debian Bug report #559411,
regarding (forw) [Bug 492120] Re: package geneweb 5.01-9 failed to 
install/upgrade: le sous-processus script post-installation install? a retourn? 
une erreur de sortie d'?tat 1
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 ow...@bugs.debian.org
immediately.)


-- 
559411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geneweb
Severity: serious
Tags: patch

The postinst script is missing proper quoting of variables which lead
to failures when database names contain spaces.

Patch attached.

----- Forwarded message from Christian Gennerat <x...@melix.org> -----

Date: Thu, 03 Dec 2009 22:37:31 -0000
From: Christian Gennerat <x...@melix.org>
To: bubu...@debian.org
Subject: [Bug 492120] Re: package geneweb 5.01-9 failed to install/upgrade: le
        sous-processus script post-installation install? a retourn? une
        erreur de sortie d'?tat 1
Reply-To: Bug 492120 <492...@bugs.launchpad.net>
X-CRM114-Status: Good  ( pR: 13.3014 )

chgrp: ne peut accéder `/home/xg/gw/billy.gwb/base_d/wiznotes_d/T.de': 
Aucun fichier ou dossier de ce type
dpkg : erreur de traitement de geneweb (--configure) :

The file /home/xg/gw/billy.gwb/base_d/wiznotes_d/T.de Boeuf.txt 
really exists, but the space character shoud be escaped with \ in the shell 
script

-- 
package geneweb 5.01-9 failed to install/upgrade: le sous-processus script 
post-installation install? a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/492120
You received this bug notification because you are subscribed to geneweb
in ubuntu.

----- End forwarded message -----

-- 


Index: debian/geneweb.postinst
===================================================================
--- debian/geneweb.postinst     (révision 14657)
+++ debian/geneweb.postinst     (copie de travail)
@@ -169,19 +169,19 @@
        # Bug: 179918
        for base in `find $GENEWEBDB -type d -name \*.gwb`
        do
-           chgrp $USERS_GROUP $base
-           chmod g+w,g+s $base
+           chgrp $USERS_GROUP "$base"
+           chmod g+w,g+s "$base"
            # Fix files permissions. See #219779
            for file in `find $base -type f`
            do
-               chgrp $USERS_GROUP $file
-               chmod g+w $file
+               chgrp $USERS_GROUP "$file"
+               chmod g+w "$file"
            done
        done
        for imagedir in `find $GENEWEBDB/images -type d`
        do
-           chgrp $USERS_GROUP $imagedir
-           chmod g+w,g+s $imagedir
+           chgrp $USERS_GROUP "$imagedir"
+           chmod g+w,g+s "$imagedir"
        done
 
        # Values are read from debconf

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: geneweb
Source-Version: 5.01-8lenny1

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

geneweb_5.01-8lenny1.diff.gz
  to main/g/geneweb/geneweb_5.01-8lenny1.diff.gz
geneweb_5.01-8lenny1.dsc
  to main/g/geneweb/geneweb_5.01-8lenny1.dsc
geneweb_5.01-8lenny1_i386.deb
  to main/g/geneweb/geneweb_5.01-8lenny1_i386.deb
gwsetup_5.01-8lenny1_i386.deb
  to main/g/geneweb/gwsetup_5.01-8lenny1_i386.deb
gwtp_5.01-8lenny1_i386.deb
  to main/g/geneweb/gwtp_5.01-8lenny1_i386.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 559...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubu...@debian.org> (supplier of updated geneweb 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Fri, 25 Dec 2009 08:49:21 +0100
Source: geneweb
Binary: geneweb gwtp gwsetup
Architecture: source i386
Version: 5.01-8lenny1
Distribution: stable-proposed-updates
Urgency: low
Maintainer: Christian Perrier <bubu...@debian.org>
Changed-By: Christian Perrier <bubu...@debian.org>
Description: 
 geneweb    - genealogy software with web interface
 gwsetup    - utilities to configure and manipulate Geneweb databases
 gwtp       - web interface interacting with Geneweb databases
Closes: 559411 562147
Changes: 
 geneweb (5.01-8lenny1) stable-proposed-updates; urgency=low
 .
   * Better deal with databases containing whitespaces in postinst
     script. Thanks to Christian Gennerat for reporting this privately.
     Closes: #562147, #559411
Checksums-Sha1: 
 20cbaacaf606df1dc1ed7b07244d96ddb4c20cfa 1129 geneweb_5.01-8lenny1.dsc
 de520c947ce1494273be8e0869ede3ea402b9bc5 108799 geneweb_5.01-8lenny1.diff.gz
 5d194f7d0c24c8df4b781de0940dc0a9e8307401 2858978 geneweb_5.01-8lenny1_i386.deb
 0575701045323d2068b42981a144fbc83d9a212e 260992 gwtp_5.01-8lenny1_i386.deb
 1cab92211d78c594f1527379c33d64d10ffe55e4 270980 gwsetup_5.01-8lenny1_i386.deb
Checksums-Sha256: 
 68257e29b5af5f45cda07ec61513c1c2cfa6194642ab31aba7a7ac8f21bccfad 1129 
geneweb_5.01-8lenny1.dsc
 10587067dde07ff292c955098ff21d59470c1321b1833c3ce303231ba0db47de 108799 
geneweb_5.01-8lenny1.diff.gz
 83e640c4743b7de896fb32f5c6419909955a70ff51c0960af5dce0ed38f90288 2858978 
geneweb_5.01-8lenny1_i386.deb
 a9bd97e296c6fd48f25aecd6a73220360fd7582cd1834e6d66bbceeebfba41f9 260992 
gwtp_5.01-8lenny1_i386.deb
 89e23009c7513d5888dd7444e733dcf68e8cab9fe91486b731a11670399cc714 270980 
gwsetup_5.01-8lenny1_i386.deb
Files: 
 7e1b17044733f6303bee8f569813c071 1129 misc optional geneweb_5.01-8lenny1.dsc
 7214d02b2244de4262eb40a680099e85 108799 misc optional 
geneweb_5.01-8lenny1.diff.gz
 0df794071ae705bddddd817257475b2b 2858978 misc optional 
geneweb_5.01-8lenny1_i386.deb
 91dadebc3122fd3509c41b7786e120d6 260992 misc optional 
gwtp_5.01-8lenny1_i386.deb
 ff0a23659b84be5c9a4b3cef29d92a53 270980 misc optional 
gwsetup_5.01-8lenny1_i386.deb

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

iD8DBQFLNHBI1OXtrMAUPS0RAnRWAKCn4lxMHmBbvgLofQW4+vcSnJ9A8wCcCjoG
txwuzmTDIb5Ym/Wna03BV3s=
=Coms
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to