[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted zope2.12 2.12.20-1~bpo60+2 (source all amd64)



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

Format: 1.8
Date: Wed, 26 Oct 2011 02:50:15 +0200
Source: zope2.12
Binary: zope2.12 zope2.12-sandbox
Architecture: source amd64 all
Version: 2.12.20-1~bpo60+2
Distribution: squeeze-backports
Urgency: low
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Changed-By: Jonas Meurer <mejo@debian.org>
Description: 
 zope2.12   - Open Source Web Application Server
 zope2.12-sandbox - sandbox instance for the zope2.12 web application server
Changes: 
 zope2.12 (2.12.20-1~bpo60+2) squeeze-backports; urgency=low
 .
   * Build again for squeez backports.
   * Change Depends on zope-common from (>= 0.5.51) to (>= 0.5.51~), to make
     zope2.12 installable in squeeze with backports.
 .
 zope2.12 (2.12.20-1~bpo60+1) squeeze-backports; urgency=low
 .
   * Build for squeeze backports.
   * Migrate back to python-support for Debian Squeeze and Ubuntu Natty support.
     - Remove versioned build-depends on python and python2.6-dev.
     - Readd debian/pversions, add XS-Python-Version: 2.6 to debian/control.
     - Remove --with python2 from dh in debian/rules, dh_pysupport is invoked
       automatically.
 .
 zope2.12 (2.12.20-1) unstable; urgency=low
 .
   * Zope 2.12.20 release.
 .
   [ Gael Le Mignot ]
   * Allowing to install eggs in lib/python of instances.
 .
   [ Jonas Meurer ]
   * Remove Zope eggs from dependencies in debian/control, and from
     DEB_SATISFIED in debian/rules. All Zope dependencies are shipped
     with the local tarball. See README.source for further information.
   * Add python distribute modules to list of DEB_SATISFIED modules.
   * Remove python-transaction from depends and from DEB_SATISFIED. It's
     a zope module and should be included in the zope2.12 binary package.
   * Add python2.6 package to list of dependencies.
   * Major update and reformating of debian/copyright.
   * Bump standards-version to 3.9.2, no changes required.
   * Remove Suggests on zope-zopebook and zope-devguide. Neither of them are
     available in Debian archives.
   * Remove unused debian/patches/fix_lib_location.patch.
   * Enable and rename debian/patches/ZODB3-fix-shebang.patch.
   * Lintian overrides:
     - Remove unused lintian overrides package-contains-empty-directory and
       file-in-unusual-dir
     - Add lintian override wrong-path-for-interpreter for python wrapper
   * Add debian/README.source to explain the current packaging approach.
   * Install the upstream changelogs to /usr/share/doc/zope2.12/changelogs.
   * Remove upstream LICENSE.txt in eggs from zope2.12 binary package.
   * Remove scripts from EGG-INFO subfolders in zope2.12 binary package.
   * Add versions to dependencies on python modules for zope2.12 package.
   * Fix debian/build-scripts/fetch.py to lowercase dependency names before
     checking for them. gen_versions_cfg.py already writes lowercased names.
     Thanks to Michael Mulich for help with investigation.
   * Remove Michael Mulich from Uploaders field.
   * Migrate the package from dh_pysupport to dh_python2.
     - Bump build-depends: python2.6-dev (>= 2.6.6-3~) and python (>= 2.7.2-9~).
     - Remove build-depends on python, as python-dev build-depends pull it in.
     - Remove debian/pyversions, add X-Python-Version: 2.6 to debian/control.
     - Add --with python2 to dh in debian/rules, to invoke dh_python2.
   * Update watchfile to search for Zope2.12 releases at pypi.python.org.
   * Remove obsolete debian/zopeZVER.preinst.in magic, not needed anymore.
   * Add $(PYTHON) variable in debian/rules to make python version configurable.
   * Add versioned depends on python-pkg-resources (<= 0.6.14) |
     python-pkg-resources (>= 0.6.16-1.1) in order to prevent bug#644003.
 .
   [ Arnaud Fontaine ]
   * Add myself as uploader.
   * Fix debian/copyright following recent changes on DEP5.
   * Add initgroups to deb-satisfied list as it's a basic module already
     available in the archive.
   * Ignore duplicated changelog warning from lintian.
   * Fix custom interpreter to have Zope2 paths after current working
     directory and PYTHONPATH, but before other Python paths to avoid
     conflicts with other Zope Debian packages installed.
 .
 zope2.12 (2.12.11-1) unstable; urgency=low
 .
   * New upstream release. A tarball version of Zope 2.12.11 is available.
   * Added pip to the deb-satisfied list, which prevents get-orig-source
     from fetching it.
   * Updated the patches.
   * Reapplied the commenting syntax for the zope.conf zodb storage
     configuration. This syntax allows the zope creation scripts to
     enable the proper storage type while leaving the other commented
     out.
   * Transitioned the copyright from the old style to the DEP5 standard.
   * Added the build-scripts to the debian directory. These scripts previously
     came with the tarball source. These have been pulled out in an effort to
     lessen the dependencies and time it would take to get the latest release
     built.
   * Added the configure script and makefile.in file from the tarball source to
     a build-resources.patch. These have been simplified to address only the
     needs of this package. These resources could potentially be factored out
     in the future.
   * Fixed the custom python interpreter to set the sys.executable as itself.
     We set the executable so scripts like mkzeoinstance generate
     configuration that points at an executable that can load zope2.12's
     private environment.
 .
 zope2.12 (2.12.10-1) unstable; urgency=low
 .
   * Adding myself to the package Uploaders.
   * Adding python-pkg-resources as a dependency.
   * Modified the watch file to point at the new tarball location.
   * Rewrote the rules file to use the newest style debhelper with override
     support.
   * Added the following package dependencies: python-clientform,
     python-mechanize, python-transaction, python-zconfig, python-zc.lockfile,
     python-zdaemon, python-zodb, python-zope.authentication,
     python-zope.browser, python-zope.component, python-zope.component-zcml,
     python-zope.configuration, python-zope.contenttype, python-zope.copy,
     python-zope.event, python-zope.exceptions, python-zope.hookable,
     python-zope.i18n, python-zope.i18nmessageid, python-zope.location,
     python-zope.proxy, python-zope.publisher, python-zope.schema,
     python-zope.security
   * Adding python-profiler as a suggested package, since a Zope2
     ZPublisher test module uses the profiler.
   * Adding python-pip as a build dependency.
   * Added a get-orig-source rules target to build an orig.tar.gz.
   * Restored exclusive support for Python version 2.6.
   * Bumped zope-common's version compatiblity.
   * Removed the executable bit from the built distribution's python modules.
   * Removed an acient shell script in DocumentTemplate that dates back
     to the time of Python version 1.5.
   * Touched up the init script to provide remote_fs compatiblity.
   * Updated the copyright. Everything pulled in via the rules'
     get-orig-source is now under ZPL 2.1. Consult the source's COPYRIGHT
     file to verify these findings.
 .
 zope2.12 (2.12.0-1) unstable; urgency=low
 .
   * Zope 2.12.0 release.
 .
   [ Matthias Klose ]
   * Add the existing modular zope modules as dependencies.
   * Modules which are not yet packaged: Acquisition DateTime ExtensionClass
     Persistence RestrictedPython tempstorage zLOG zope.container
     zope.contentprovider zope.contenttype zope.deferredimport zope.formlib
     zope.lifecycleevent zope.pagetemplate zope.processlifetime zope.sendmail
     zope.sequencesort zope.site zope.size zope.structuredtext zope.tal
     zope.tales zope.testbrowser [zope-functional-testing] (UNRELEASED?)
     zope.viewlet zope.app.form zope.app.publication zope.app.publisher
     zope.app.schema
   * Fix the build such that the package builds again.
 .
   [ Jonas Meurer ]
   * Remove pycentral cleanup code from debian/zopeZVER.preinst.in.
   * Remove exclusion of python2.5/2.6 code from dh_pysupport.
   * Bump python version to 2.6.
   * Remove useless tarball handling from debian/rules, distribute zope
     upstream tarball directly.
   * Migrate to quilt patch system from dpatch.
   * Build-Depend on python-setuptools.
 .
   [ Bernd Zeimetz ]
   * Removing myself from Uploaders. Unfortunately I don't have enough
     spare time to contribute.
Checksums-Sha1: 
 b0bbbcd0f3dcf1aef688948f6741f563d54733f6 2142 zope2.12_2.12.20-1~bpo60+2.dsc
 7426392bfe87fa10f43be82cc99f8382d93f9597 5892481 zope2.12_2.12.20.orig.tar.gz
 1c2f2c859ce7ea680637dce244a8cac52225b6a3 32413 zope2.12_2.12.20-1~bpo60+2.debian.tar.gz
 d2f0da2fe321197ce4f101235b8d55d6184fda21 5376920 zope2.12_2.12.20-1~bpo60+2_amd64.deb
 d523b4b26c068b0f222b690424464f8770106d18 25158 zope2.12-sandbox_2.12.20-1~bpo60+2_all.deb
Checksums-Sha256: 
 2b7688352923172dadf42f04851dfefe943dcb65feaebe5a3c13cc17b462e3ed 2142 zope2.12_2.12.20-1~bpo60+2.dsc
 b19e5d57da62436a59c9a6ac775fbc0c68ab146897411a95207a760fa860e084 5892481 zope2.12_2.12.20.orig.tar.gz
 ae128d09d94a1cae81b736033b0f77e81cc561cc5ba2c692687de4cf03069e73 32413 zope2.12_2.12.20-1~bpo60+2.debian.tar.gz
 b26fac71dde10363ea629144d0147927bc30e1ab674afef2d2e60e6c6209d260 5376920 zope2.12_2.12.20-1~bpo60+2_amd64.deb
 f03256a9a8bc855c5f4e923c242baa376ed469f5a97ef66f7e457aede78c55c4 25158 zope2.12-sandbox_2.12.20-1~bpo60+2_all.deb
Files: 
 065a3e8befa4c61bd847137ee998a1af 2142 zope optional zope2.12_2.12.20-1~bpo60+2.dsc
 b37fd9ef0bdae38242174424a5bc29ac 5892481 zope optional zope2.12_2.12.20.orig.tar.gz
 b28440042909d948f7b3c1ae09f4e4d9 32413 zope optional zope2.12_2.12.20-1~bpo60+2.debian.tar.gz
 479f0e5b002ed83fe50ea4247d26f6f6 5376920 zope optional zope2.12_2.12.20-1~bpo60+2_amd64.deb
 a8dccf76c5fea3ddbd0594fa2d4b1b7d 25158 zope optional zope2.12-sandbox_2.12.20-1~bpo60+2_all.deb

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

iQIcBAEBAgAGBQJOp1uoAAoJEFJi5/9JEEn+tDMP/1GtrzVqblthmX3psIL1BSt+
vkrqGkAl+L6Qj0QumSg+bKeJuQhxnuhkM6878t8511ipWg4w6FeuYhn6L6hw8am8
gKiTa07JU6NGiCN4m3JQoSZR26/cfGEbfeYbTJdcY0o6BGRfyetIDg8ttSRKVw7h
p+/JzV5G/hUohbueHNxBR6L3IWiBltpbH68MiH+YSwDHfrENNXP+mWxSK/RCCMFT
4JCw1u3E4+uIyxExNelBJJeLIDdPav2640KtUDtUi0fzvx87Wkz4pA0P6SDWwkuF
GaywI2qGgUNmsM779Sweo3VKzK7Hc8dbeqoN0lmIqCh21Hg4ZLbdAn0Tubb/naMm
j9g9bYrSvzaoivnc+cCKN+aop1/iJXs9RkmKdNsireWWnnhazZUG+4hTsXhgZ6b2
DoTtcB+IOqju4bsnHS5IBw6F5tk9yKanu0zMebBzfvC29RvNCCrhUfZjWIUycLV1
AECLo2lEE7wD5SIzt4HxZCLBAJQ+p45F4DJGCQj1Emyj2AM+HwEhs/Sbwx5jt48L
eyNEMzbxbOjo/7hLcLSZSCRrm4tIC8c7pVD8lupklvtckond+cIZJLAh9/7GRdf8
HlMNPd5/jblnr8EEGvFSyuAGUPGZEmEN1D1s0kHTnc43jGDHvVhrtdPem41PdZFE
hkdVKjwGjPrZZ17i1vK0
=JHpA
-----END PGP SIGNATURE-----


Accepted:
zope2.12-sandbox_2.12.20-1~bpo60+2_all.deb
  to main/z/zope2.12/zope2.12-sandbox_2.12.20-1~bpo60+2_all.deb
zope2.12_2.12.20-1~bpo60+2.debian.tar.gz
  to main/z/zope2.12/zope2.12_2.12.20-1~bpo60+2.debian.tar.gz
zope2.12_2.12.20-1~bpo60+2.dsc
  to main/z/zope2.12/zope2.12_2.12.20-1~bpo60+2.dsc
zope2.12_2.12.20-1~bpo60+2_amd64.deb
  to main/z/zope2.12/zope2.12_2.12.20-1~bpo60+2_amd64.deb
zope2.12_2.12.20.orig.tar.gz
  to main/z/zope2.12/zope2.12_2.12.20.orig.tar.gz


Reply to: