r2133 - in zope2.12/branches/with-revived-tarball/debian (3 files)
pumazi-guest at users.alioth.debian.org
pumazi-guest at users.alioth.debian.org
Fri Nov 12 16:31:03 UTC 2010
Date: Friday, November 12, 2010 @ 16:30:50
Author: pumazi-guest
Revision: 2133
Adding python-zc.lockfile and python-pkg-resources as dependencies.
Modified:
zope2.12/branches/with-revived-tarball/debian/changelog
zope2.12/branches/with-revived-tarball/debian/control
zope2.12/branches/with-revived-tarball/debian/rules
Modified: zope2.12/branches/with-revived-tarball/debian/changelog
===================================================================
--- zope2.12/branches/with-revived-tarball/debian/changelog 2010-11-12 01:29:00 UTC (rev 2132)
+++ zope2.12/branches/with-revived-tarball/debian/changelog 2010-11-12 16:30:50 UTC (rev 2133)
@@ -1,15 +1,14 @@
zope2.12 (2.12.10-1) unstable; urgency=low
* Adding myself to the package Uploaders.
- * Adding python-pkg-resources and python-virtualenv as build
- dependencies.
+ * Adding python-pkg-resources as a build 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-zdaemon,
- python-zodb, python-zope.authentication, python-zope.browser,
- python-zope.component, python-zope.component-zcml,
+ 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,
@@ -18,7 +17,7 @@
* Adding python-profiler as a suggested package, since a Zope2
ZPublisher test module uses the profiler.
- -- Michael Mulich (pumazi) <michael.mulich at gmail.com> Sun, 07 Nov 2010 14:41:18 -0500
+ -- Michael Mulich (pumazi) <michael.mulich at gmail.com> Tue, 09 Nov 2010 01:57:23 -0500
zope2.12 (2.12.0-1) unstable; urgency=low
Modified: zope2.12/branches/with-revived-tarball/debian/control
===================================================================
--- zope2.12/branches/with-revived-tarball/debian/control 2010-11-12 01:29:00 UTC (rev 2132)
+++ zope2.12/branches/with-revived-tarball/debian/control 2010-11-12 16:30:50 UTC (rev 2133)
@@ -12,7 +12,7 @@
Package: zope2.12
Architecture: any
Pre-Depends: zope-common (>= 0.5.49)
-Depends: python-clientform, python-docutils, python-mechanize, python-transaction, python-tz, python-zconfig, 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, python-zope.traversing, python-zope.testbrowser, python-zope.testing, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, debconf | debconf-2.0
+Depends: python-clientform, python-docutils, python-mechanize, python-transaction, python-tz, 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, python-zope.traversing, python-zope.testbrowser, python-zope.testing, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources, ${python:Depends}, debconf | debconf-2.0
Provides: zope
Suggests: python-unit, python-profiler, zope-book, zope-devguide
Description: Open Source Web Application Server
Modified: zope2.12/branches/with-revived-tarball/debian/rules
===================================================================
--- zope2.12/branches/with-revived-tarball/debian/rules 2010-11-12 01:29:00 UTC (rev 2132)
+++ zope2.12/branches/with-revived-tarball/debian/rules 2010-11-12 16:30:50 UTC (rev 2133)
@@ -12,7 +12,7 @@
ZVER:=2.12
ZOPE:=zope$(ZVER)
DEBIAN:=$(CURDIR)/debian
-DEB_SATISFIED:=ClientForm:Docutils:mechanize:pytz:transaction:zdaemon:ZConfig:ZODB3:zope.authentication:zope.browser:zope.component:zope.configuration:zope.contenttype:zope.copy:zope.event:zope.exceptions:zope.hookable:zope.i18n:zope.i18nmessageid:zope.location:zope.proxy:zope.publisher:zope.schema:zope.security:zope.testbrowser:zope.testing:zope.traversing
+DEB_SATISFIED:=ClientForm:Docutils:mechanize:pytz:transaction:zc.lockfile:ZConfig:zdaemon:ZODB3:zope.authentication:zope.browser:zope.component:zope.configuration:zope.contenttype:zope.copy:zope.event:zope.exceptions:zope.hookable:zope.i18n:zope.i18nmessageid:zope.location:zope.proxy:zope.publisher:zope.schema:zope.security:zope.testbrowser:zope.testing:zope.traversing
# TODO:
# - Bring back lsb-release for Ubuntu support
More information about the pkg-zope-developers
mailing list