Your message dated Wed, 14 Nov 2007 12:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440224: fixed in zope2.10 2.10.5-1
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)

--- Begin Message ---
Package: zope2.10
Version: 2.10.4-2
Severity: important

debian/patches/deb-zopeconf.dpatch adds several command line options
and arguments but handles thos options inappropriately in the patches
to /usr/lib/zope2.10/bin/mkzopeinstance.py.  For example:

+        if opt in ("--service-user"):

Since ("--service-user") is a string and not a tuple, if opt is '-u'
then this test is true and the -u argument which should only set the
*in zope* user ends up specifying a system user.  It should be:

+        if opt in ("--service-user",):

Attached is a diff against debian/patches/deb-zopeconf.dpatch to this
effect.

Ross Patterson

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages zope2.10 depends on:
ii  debconf [debconf-2.0]         1.5.14     Debian configuration management sy
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii  lsb-base                      3.1-24     Linux Standard Base 3.1 init scrip
ii  python2.4                     2.4.4-6    An interactive high-level object-o
ii  zope-common                   0.5.37     common settings and scripts for zo

zope2.10 recommends no packages.

-- no debconf information

diff -u /usr/src/zope2.10-2.10.4/debian/patches/deb-zopeconf.dpatch\~ /usr/src/zope2.10-2.10.4/debian/patches/deb-zopeconf.dpatch
--- /usr/src/zope2.10-2.10.4/debian/patches/deb-zopeconf.dpatch~	2007-08-30 10:25:45.000000000 -0700
+++ /usr/src/zope2.10-2.10.4/debian/patches/deb-zopeconf.dpatch	2007-08-30 10:26:27.000000000 -0700
@@ -234,12 +234,12 @@
                  usage(sys.stderr, "user must be specified as name:password")
                  sys.exit(2)
              user, password = arg.split(":", 1)
-+        if opt in ("--layout"):
++        if opt in ("--layout",):
 +            if not arg or arg not in ('fhs', 'zope'):
 +                usage(sys.stderr, "layout to use while copying the skeleton files (`fhs' or `zope')")
 +                sys.exit(2)
 +            layout = arg
-+        if opt in ("--service-user"):
++        if opt in ("--service-user",):
 +            if not arg:
 +                usage(sys.stderr, "service user must not be empty")
 +                sys.exit(2)
@@ -247,7 +247,7 @@
 +                usage(sys.stderr, "service user must be specified as user:group")
 +                sys.exit(2)
 +            srvuser = arg
-+        if opt in ("--service-port"):
++        if opt in ("--service-port",):
 +            if not arg:
 +                usage(sys.stderr, "service port must not be empty")
 +                sys.exit(2)
@@ -256,7 +256,7 @@
 +            except ValueError:
 +                usage(sys.stderr, "service port must be an integer")
 +                sys.exit(2)
-+        if opt in ("--zeo-server"):
++        if opt in ("--zeo-server",):
 +            if not arg:
 +                usage(sys.stderr, "zeo server must not be empty")
 +                sys.exit(2)

Diff finished.  Thu Aug 30 10:52:15 2007

--- End Message ---
--- Begin Message ---
Source: zope2.10
Source-Version: 2.10.5-1

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

zope2.10-sandbox_2.10.5-1_all.deb
  to pool/main/z/zope2.10/zope2.10-sandbox_2.10.5-1_all.deb
zope2.10_2.10.5-1.diff.gz
  to pool/main/z/zope2.10/zope2.10_2.10.5-1.diff.gz
zope2.10_2.10.5-1.dsc
  to pool/main/z/zope2.10/zope2.10_2.10.5-1.dsc
zope2.10_2.10.5-1_amd64.deb
  to pool/main/z/zope2.10/zope2.10_2.10.5-1_amd64.deb
zope2.10_2.10.5.orig.tar.gz
  to pool/main/z/zope2.10/zope2.10_2.10.5.orig.tar.gz



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.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated zope2.10 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.7
Date: Sun, 04 Nov 2007 12:25:25 +0100
Source: zope2.10
Binary: zope2.10 zope2.10-sandbox
Architecture: source amd64 all
Version: 2.10.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description: 
 zope2.10   - Open Source Web Application Server
 zope2.10-sandbox - sandbox instance for the zope2.10 web application server
Closes: 440224
Changes: 
 zope2.10 (2.10.5-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/deb-zopeconf.dpatch: fixed argument handling.
     (Closes: #440224)
Files: 
 47fc74bec4f75ffc75f3609411f2a78a 932 web optional zope2.10_2.10.5-1.dsc
 b7a2d17097f1b8e11bba4998a539d165 7223903 web optional 
zope2.10_2.10.5.orig.tar.gz
 c4c30ea4e1ab0b410c010df2d5db972b 13507 web optional zope2.10_2.10.5-1.diff.gz
 9dcb58f04651e3205929b6d00d00bfb8 7192694 web optional 
zope2.10_2.10.5-1_amd64.deb
 17e12b1fa10af5f1a49708bd555a0630 178900 web optional 
zope2.10-sandbox_2.10.5-1_all.deb

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

iD8DBQFHOuiqK/juK3+WFWQRAgZ8AJ9DHM5AEejy+ALgzYgsCtBSrQXKIACeLlRs
uvTorYO6LrVDRDq9JTHSq8w=
=piGd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to