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

zope2.12_2.12.20-1~bpo60+1_amd64.changes is NEW



(new) zope2.12-sandbox_2.12.20-1~bpo60+1_all.deb optional zope
sandbox instance for the zope2.12 web application server
 This package creates a "sandbox" instance, getting all Zope
 products and packages available which are installed as Debian packages.
 .
 The sandbox is usable for development and testing. For production
 please setup your own Zope 2.12 instance using dzhandle utility.
(new) zope2.12_2.12.20-1~bpo60+1.debian.tar.gz optional zope
(new) zope2.12_2.12.20-1~bpo60+1.dsc optional zope
(new) zope2.12_2.12.20-1~bpo60+1_amd64.deb optional zope
Open Source Web Application Server
 Zope is an open source web application server primarily written in
 the Python programming language. It features a transactional object
 database which can store not only content and custom data, but also
 dynamic HTML templates, scripts, a search engine, and relational
 database (RDBMS) connections and code.
 .
 It features a strong through-the-web development model, allowing you
 to update your web site from anywhere in the world. To allow for
 this, Zope also features a tightly integrated security model. Built
 around the concept of "safe delegation of control", Zope's security
 architecture also allows you to turn control over parts of a web site
 to other organizations or individuals.
 .
 This package contains the framework and libraries needed to run your
 own Zope 2.12 instance.
(new) zope2.12_2.12.20.orig.tar.gz optional zope
Changes: 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.


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
ady exist in other distributions.


Reply to: