r1016 - in /zope2.9/trunk: Zope-2.9.7-final.tgz debian/ debian/changelog debian/patches/deb-zopeconf.dpatch debian/rules debian/watch

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Sun Nov 4 11:34:57 UTC 2007


Author: kobold
Date: Sun Nov  4 11:34:57 2007
New Revision: 1016

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=1016
Log:
New upstream release.

Added:
    zope2.9/trunk/debian/watch
Removed:
    zope2.9/trunk/Zope-2.9.7-final.tgz
Modified:
    zope2.9/trunk/debian/   (props changed)
    zope2.9/trunk/debian/changelog
    zope2.9/trunk/debian/patches/deb-zopeconf.dpatch
    zope2.9/trunk/debian/rules

Propchange: zope2.9/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: zope2.9/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.9/trunk/debian/changelog?rev=1016&op=diff
==============================================================================
--- zope2.9/trunk/debian/changelog (original)
+++ zope2.9/trunk/debian/changelog Sun Nov  4 11:34:57 2007
@@ -1,3 +1,9 @@
+zope2.9 (2.9.8-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #433349, #413306)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Sun, 04 Nov 2007 12:32:28 +0100
+
 zope2.9 (2.9.7-3) unstable; urgency=low
 
   * Upload to unstable.

Modified: zope2.9/trunk/debian/patches/deb-zopeconf.dpatch
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.9/trunk/debian/patches/deb-zopeconf.dpatch?rev=1016&op=diff
==============================================================================
--- zope2.9/trunk/debian/patches/deb-zopeconf.dpatch (original)
+++ zope2.9/trunk/debian/patches/deb-zopeconf.dpatch Sun Nov  4 11:34:57 2007
@@ -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)

Modified: zope2.9/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.9/trunk/debian/rules?rev=1016&op=diff
==============================================================================
--- zope2.9/trunk/debian/rules (original)
+++ zope2.9/trunk/debian/rules Sun Nov  4 11:34:57 2007
@@ -18,7 +18,7 @@
 DEBIAN    := $(shell pwd)/debian/$(PACKAGE)
 PYTHONVER := 2.4
 PYTHONBIN := /usr/bin/python$(PYTHONVER)
-ZBASE     := Zope-2.9.7-final
+ZBASE     := Zope-2.9.8-final
 
 distribution := $(shell lsb_release -is)
 

Added: zope2.9/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.9/trunk/debian/watch?rev=1016&op=file
==============================================================================
--- zope2.9/trunk/debian/watch (added)
+++ zope2.9/trunk/debian/watch Sun Nov  4 11:34:57 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.zope.org/Products/Zope/(2\.9\.[\d]+)/Zope-(2\.9\.[\d]+)-final\.tgz




More information about the pkg-zope-commits mailing list