r2644 - in zope2.13/trunk/debian (changelog control rules)
mejo at users.alioth.debian.org
mejo at users.alioth.debian.org
Thu Jan 26 17:14:25 UTC 2012
Date: Thursday, January 26, 2012 @ 17:14:21
Author: mejo
Revision: 2644
remove initgroups from depends and DEB_SATISFIED
Modified:
zope2.13/trunk/debian/changelog
zope2.13/trunk/debian/control
zope2.13/trunk/debian/rules
Modified: zope2.13/trunk/debian/changelog
===================================================================
--- zope2.13/trunk/debian/changelog 2012-01-26 16:21:47 UTC (rev 2643)
+++ zope2.13/trunk/debian/changelog 2012-01-26 17:14:21 UTC (rev 2644)
@@ -9,8 +9,9 @@
* Change Depends on zope-common from (>= 0.5.51) to (>= 0.5.51~), to ease
backports to squeeze.
* Remove ClientForm from DEB_SATISFIED as it's going to be dropped soonish.
+ * Remove inigroups from DEB_SATISFIED as Debian package doesn't work.
- -- Jonas Meurer <mejo at debian.org> Thu, 26 Jan 2012 17:20:57 +0100
+ -- Jonas Meurer <mejo at debian.org> Thu, 26 Jan 2012 18:13:12 +0100
zope2.12 (2.12.20-1) unstable; urgency=low
Modified: zope2.13/trunk/debian/control
===================================================================
--- zope2.13/trunk/debian/control 2012-01-26 16:21:47 UTC (rev 2643)
+++ zope2.13/trunk/debian/control 2012-01-26 17:14:21 UTC (rev 2644)
@@ -19,7 +19,7 @@
Depends: lsb-base, ${shlibs:Depends}, debconf | debconf-2.0, ${misc:Depends},
${python:Depends}, python-docutils (>= 0.7),
python-mechanize (>= 0.1.11), python-pkg-resources (>= 0.6.16-1.1) |
- python-pkg-resources (<< 0.6.15), python-tz, python-initgroups
+ python-pkg-resources (<< 0.6.15), python-tz
Provides: zope
Suggests: python-unit, python-profiler
Description: Open Source Web Application Server
Modified: zope2.13/trunk/debian/rules
===================================================================
--- zope2.13/trunk/debian/rules 2012-01-26 16:21:47 UTC (rev 2643)
+++ zope2.13/trunk/debian/rules 2012-01-26 17:14:21 UTC (rev 2644)
@@ -13,7 +13,7 @@
PYVER:=2.7
PYTHON:=python$(PYVER)
DEBIAN:=$(CURDIR)/debian
-DEB_SATISFIED:=Docutils:distribute:initgroups:mechanize:pip:pytz
+DEB_SATISFIED:=Docutils:distribute:mechanize:pip:pytz
distribution:=$(shell lsb_release -is)
# get-orig-source variables
More information about the pkg-zope-developers
mailing list