[Pkg-zope-developers] Bug#331061: marked as done (zope2.8: mkzeoinstance fails due to error in dpatch for mkzeoinst.py)

Debian Bug Tracking System owner at bugs.debian.org
Sat Oct 8 15:18:21 UTC 2005


Your message dated Sat, 08 Oct 2005 08:02:08 -0700
with message-id <E1EOGDA-0001TL-00 at spohr.debian.org>
and subject line Bug#331061: fixed in zope2.8 2.8.1-6
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; 1 Oct 2005 09:17:28 +0000
>From ssm at debian.org Sat Oct 01 02:17:28 2005
Return-path: <ssm at debian.org>
Received: from hostname-removed-for-security-reasons.fnord.no [62.92.3.42] (postfix)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ELdUm-000183-00; Sat, 01 Oct 2005 02:17:28 -0700
Received: by hostname-removed-for-security-reasons.fnord.no (Postfix, from userid 1000)
	id 543078C9B9; Sat,  1 Oct 2005 11:17:26 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Stig Sandbeck Mathisen <ssm at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: zope2.8: mkzeoinstance fails due to error in dpatch for mkzeoinst.py
X-Mailer: reportbug 3.8
Date: Sat, 01 Oct 2005 11:17:26 +0200
Message-Id: <20051001091726.543078C9B9 at hostname-removed-for-security-reasons.fnord.no>
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: zope2.8
Severity: important
Tags: patch

Patch is attached. 


*** zope2.8-2.8.1.mkzeoinst.patch.patch
--- zope2.8-2.8.1/debian/patches/zeo-mkzeoinst.dpatch.orig	2005-10-01 10:53:16.000000000 +0200
+++ zope2.8-2.8.1/debian/patches/zeo-mkzeoinst.dpatch	2005-10-01 10:52:31.000000000 +0200
@@ -8,8 +8,9 @@
 
 exit 0
 @DPATCH@
---- zope2.8-2.8.0//lib/python/ZEO/mkzeoinst.py	2005-07-13 17:58:51.761151024 +0200
-+++ zope2.8-2.8.0//lib/python/ZEO/mkzeoinst.py.debian	2005-07-13 18:02:13.431492472 +0200
+diff -urNad --exclude=CVS --exclude=.svn ./lib/python/ZEO/mkzeoinst.py /tmp/dpep-work.oHrBqX/zope2.8-2.8.1/lib/python/ZEO/mkzeoinst.py
+--- ./lib/python/ZEO/mkzeoinst.py	2005-08-11 07:12:58.000000000 +0200
++++ /tmp/dpep-work.oHrBqX/zope2.8-2.8.1/lib/python/ZEO/mkzeoinst.py	2005-10-01 10:45:16.000000000 +0200
 @@ -14,7 +14,7 @@
  ##############################################################################
  """%(program)s -- create a ZEO instance.
@@ -19,15 +20,16 @@
  
  Given an "instance home directory" <home> and some configuration
  options (all of which have default values), create the following:
-@@ -45,6 +45,7 @@
+@@ -44,7 +44,7 @@
+ %%define INSTANCE %(instance_home)s
  
  <zeo>
-   address %(port)d
+-  address %(port)d
 +  address %(address)s
    read-only false
    invalidation-queue-size 100
    # pid-filename $INSTANCE/var/ZEO.pid
-@@ -142,9 +143,12 @@
+@@ -142,9 +142,12 @@
              print msg
              sys.exit()
          if len(args) not in [1, 2]:
@@ -41,7 +43,7 @@
          instance_home = args[0]
          if not os.path.isabs(instance_home):
              instance_home = os.path.abspath(instance_home)
-@@ -158,20 +162,26 @@
+@@ -158,20 +161,26 @@
              sys.exit(2)
  
          if args[1:]:


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 331061-close) by bugs.debian.org; 8 Oct 2005 15:08:12 +0000
>From katie at spohr.debian.org Sat Oct 08 08:08:12 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EOGDA-0001TL-00; Sat, 08 Oct 2005 08:02:08 -0700
From: Matthias Klose <doko at debian.org>
To: 331061-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#331061: fixed in zope2.8 2.8.1-6
Message-Id: <E1EOGDA-0001TL-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Sat, 08 Oct 2005 08:02:08 -0700
Delivered-To: 331061-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: zope2.8
Source-Version: 2.8.1-6

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

zope2.8-sandbox_2.8.1-6_all.deb
  to pool/main/z/zope2.8/zope2.8-sandbox_2.8.1-6_all.deb
zope2.8_2.8.1-6.diff.gz
  to pool/main/z/zope2.8/zope2.8_2.8.1-6.diff.gz
zope2.8_2.8.1-6.dsc
  to pool/main/z/zope2.8/zope2.8_2.8.1-6.dsc
zope2.8_2.8.1-6_i386.deb
  to pool/main/z/zope2.8/zope2.8_2.8.1-6_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 331061 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko at debian.org> (supplier of updated zope2.8 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 at debian.org)


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

Format: 1.7
Date: Sat,  8 Oct 2005 16:38:48 +0200
Source: zope2.8
Binary: zope2.8 zope2.8-sandbox
Architecture: source i386 all
Version: 2.8.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
Changed-By: Matthias Klose <doko at debian.org>
Description: 
 zope2.8    - Open Source Web Application Server
 zope2.8-sandbox - sandbox instance for the zope2.8 web application server
Closes: 331061 332178
Changes: 
 zope2.8 (2.8.1-6) unstable; urgency=low
 .
   * Fix debconf dependency (closes: #332178).
   * Fix error in mkzeoinst.py script (closes: #331061).
Files: 
 e8ee7f1284901e9ed987c21cf90a2ad1 849 web optional zope2.8_2.8.1-6.dsc
 ad00edb006a858df58405202393eb950 12097 web optional zope2.8_2.8.1-6.diff.gz
 b5351f78bbfc2cab17acea5e44185f95 5463624 web optional zope2.8_2.8.1-6_i386.deb
 0ecdee0f81ac5e10a1f279507c35e221 18114 web optional zope2.8-sandbox_2.8.1-6_all.deb

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

iD8DBQFDR9zsStlRaw+TLJwRAhgkAKDE10GpK+bwgBYFauuqbDCB+ip3YACgxwOy
Ws7NS8kbUqekjl6phsEZTB0=
=XNTh
-----END PGP SIGNATURE-----




More information about the Pkg-zope-developers mailing list