zope-common (0.5.23) unstable; urgency=low * dzhandle: fixed a bug in locate_addons method, zver variable is False by default. (Closes: #363128) -- Fabio Tranchitella Tue, 18 Apr 2006 09:55:19 +0200 zope-common (0.5.22) unstable; urgency=low * Added bash autocompletion for dzhandle. * dzhandle: fixed a bug in locate_addons method. * dzhandle: do not abort postinst if a product is already installed in an instance. (Closes: #362083) -- Fabio Tranchitella Thu, 13 Apr 2006 08:34:50 +0200 zope-common (0.5.21) unstable; urgency=low * Applied a patch from nchauvat@nerim.net for increased usability. * dzhandle: fixed directories for zope2.9 instances. * dzhandle: added support for zeo instances (list-zeoinstances, make-zeoinstance, purge-zeoinstance, zeoctl). -- Fabio Tranchitella Wed, 22 Mar 2006 13:01:36 +0000 zope-common (0.5.20) unstable; urgency=low * debian/README.Debian: explain to users how to add products to their instances. (Closes: #352582) * dzhandle: while acting as postinst for products, check the Zope version compatibility before trying to add it to 'mode=all' instances. (Closes: #343520) * dzhandle: while acting as prerm for products, do not worry if the *-configure.zcml file/link doesn't exist. This never happens but when users are affected by bug #343520. (Closes: #352725) * dzhandle: do not create the instance directory if the passwords for the administrator do not match. (Closes: #345824) -- Fabio Tranchitella Thu, 23 Feb 2006 15:45:09 +0000 zope-common (0.5.19) unstable; urgency=low * debian/dirs: added /var/lib/zope. (Closes: #351467) * dzhandle: replaced instance.path with instance.name in several places. There is no path attribute, and I don't know why that code is there. (Closes: #347939) -- Fabio Tranchitella Tue, 7 Feb 2006 16:30:26 +0000 zope-common (0.5.18) unstable; urgency=low * dzhandle: add support for Zope 3.2. * debian/po/de.po: updated. (Closes: #346291) -- Fabio Tranchitella Wed, 18 Jan 2006 16:03:28 +0000 zope-common (0.5.17) unstable; urgency=low * dzhandle: add support for Zope 2.9. -- Fabio Tranchitella Sun, 15 Jan 2006 20:21:16 +0000 zope-common (0.5.16) unstable; urgency=low * dzhandle: fixed a small but for add-on which are being upgraded and had been manually installed within an instance. -- Fabio Tranchitella Thu, 24 Nov 2005 13:23:07 +0000 zope-common (0.5.15) unstable; urgency=low * debian/control: set maintainer as "Debian/Ubuntu Zope Team" * dzhandle: while adding products in instances, go ahead if some of the dependencies are already installed. -- Fabio Tranchitella Fri, 18 Nov 2005 10:33:18 +0000 zope-common (0.5.14) unstable; urgency=low * dzhandle: - before trying to add zope 2.x products to a zope3 instance, check that a .dzconfigure file exists within the product directory. (Closes: #337155) - implemented 'dzhandle help' (Closes: #338091) - use defaults if debian_policy doesn't exist. (Closes: #339483) - modified locate_addons to check the supported zope_versions. * debian/control: run debconf-updatepo on the clean target. (Closes: #338165) * debian/po/fr.po: updated. (Closes: #339714) * debian/po/sv.po: updated. (Closes: #334990) -- Fabio Tranchitella Fri, 18 Nov 2005 10:09:21 +0000 zope-common (0.5.13) unstable; urgency=low * debian/po/sv.po: updated. (Closes: #334411) * debian/README.Debian: fixed a typo (make-instance instead of create-instance. (Ubuntu bug: #3321) -- Fabio Tranchitella Thu, 20 Oct 2005 14:23:34 +0000 zope-common (0.5.12) unstable; urgency=low * debian/po/fr.po: updated, thanks to Michel Grentzinger. (Closes: #331239) * debian/po/cz.po: added, thanks to Miroslav Kure. (Closes: #331462) * debian/po/sv.po: added, thanks to Daniel Nylander. (Closes: #332427) -- Fabio Tranchitella Sat, 15 Oct 2005 16:04:11 +0200 zope-common (0.5.11) unstable; urgency=low * debian/po/it.po: updated. * debian/templates: ambiguous question in po-debconf templates, fixed as suggested by Miroslav Kure. (Closes: #32829) -- Fabio Tranchitella Fri, 30 Sep 2005 14:56:21 +0200 zope-common (0.5.10) unstable; urgency=low * Upload to unstable. -- Fabio Tranchitella Wed, 7 Sep 2005 16:06:40 +0000 zope-common (0.5.9) experimental; urgency=low * debian/control: build-depends on lsb-release, and use it in debian/rules to guess the distribution (Debian or Ubuntu). -- Fabio Tranchitella Mon, 29 Aug 2005 08:32:42 +0000 zope-common (0.5.8) experimental; urgency=low * Added dzhandle mapage. * dzhandle (prerm-product): changed "denied to removal for mode manual" error into warning. -- Fabio Tranchitella Sat, 20 Aug 2005 09:49:10 +0000 zope-common (0.5.7) experimental; urgency=low * debian/templates: added a question about HTTP port for instances. * dzhandle (make-instance): support for --service-port argument. -- Fabio Tranchitella Thu, 18 Aug 2005 21:00:46 +0000 zope-common (0.5.6) experimental; urgency=low * dzhandle: handle Zope3 products installation and .zcml file link * debian/po: added substitution variable for zope version. -- Fabio Tranchitella Wed, 17 Aug 2005 12:16:30 +0000 zope-common (0.5.5) experimental; urgency=low * dzhandle: fixed bug in "find_addon" method (dependencies problems, look first for directory name, then for product name). -- Fabio Tranchitella Sun, 14 Aug 2005 21:25:24 +0000 zope-common (0.5.4) experimental; urgency=low * dzhandle: look for zope3 instances in /var/lib/zope3. * dzhandle (zopectl): enable custom users for Zope3 instances. * dzhandle (zopectl): chdir to the instance home before running zopectl. -- Fabio Tranchitella Sat, 13 Aug 2005 15:50:26 +0000 zope-common (0.5.3) experimental; urgency=low [dzhandle] * remove-instance and purge-instance implemented * check dependencies while adding a product to an instance * use ZopeVersions field to handle version-specific products -- Fabio Tranchitella Wed, 10 Aug 2005 18:16:24 +0000 zope-common (0.5.2) experimental; urgency=low * debian/apt.conf: don't try to run dzhandle if it doesn't exists (for example on package removal/purge) and return true, so apt won't complain. * dzhandle: modified the help screen, "-Z" option doesn't exist, it should be "-z" -- Fabio Tranchitella Thu, 14 Jul 2005 08:23:17 +0000 zope-common (0.5.1) experimental; urgency=low * First release for Debian. (Closes: #299023) * debian/templates: added standard templates for admin user and password. * debian/po/*: updated, thanks to all the translators. * debian/postrm: do not remove zope user on package purge. * debian/postinst: load debconf confmodule. * debian/README.Debian: cosmetic changes (mainly s/Ubuntu/Debian/) * debian/doc/zope-policy.sgml: cosmetic changes (mainly s/Ubuntu/Debian/). * debian/apt.conf: removed that long (long) copyright notice. -- Fabio Tranchitella Mon, 27 Jun 2005 15:22:43 +0000 zope-common (0.5) hoary; urgency=low * Don't require /etc/dzhandle.conf. -- Matthias Klose Mon, 28 Feb 2005 10:31:22 +0100 zope-common (0.4) hoary; urgency=low * Add dzhandle option --lazy to ignore already installed products on addition to an instance and non-existing products on removal from on instance. -- Matthias Klose Sat, 26 Feb 2005 00:12:53 +0100 zope-common (0.3) hoary; urgency=low * Create /var/lib/zope/dzhandle on installation. * Fix brown paper bug, when upgrading products in a manually managed instance. * Add logging. -- Matthias Klose Fri, 25 Feb 2005 17:03:35 +0100 zope-common (0.2) hoary; urgency=low * Fix add-product logic. -- Matthias Klose Wed, 23 Feb 2005 11:54:22 +0100 zope-common (0.1) hoary; urgency=low * Initial Release. -- Matthias Klose Sun, 13 Feb 2005 23:31:07 +0100