r2643 - in zope2.13/trunk/debian (changelog control rules)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Thu Jan 26 16:21:49 UTC 2012


    Date: Thursday, January 26, 2012 @ 16:21:47
  Author: mejo
Revision: 2643

remove clientform 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:14:29 UTC (rev 2642)
+++ zope2.13/trunk/debian/changelog	2012-01-26 16:21:47 UTC (rev 2643)
@@ -8,8 +8,9 @@
   * Update Homepage field to point to correct page http://zope2.zope.org/.
   * 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.
 
- -- Jonas Meurer <mejo at debian.org>  Thu, 26 Jan 2012 17:12:06 +0100
+ -- Jonas Meurer <mejo at debian.org>  Thu, 26 Jan 2012 17:20:57 +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:14:29 UTC (rev 2642)
+++ zope2.13/trunk/debian/control	2012-01-26 16:21:47 UTC (rev 2643)
@@ -17,9 +17,8 @@
 Architecture: any
 Pre-Depends: zope-common (>= 0.5.51~)
 Depends: lsb-base, ${shlibs:Depends}, debconf | debconf-2.0, ${misc:Depends},
-         ${python:Depends}, python-clientform (>= 0.2.10),
-         python-docutils (>= 0.7), python-mechanize (>= 0.1.11),
-         python-pkg-resources (>= 0.6.16-1.1) | 
+         ${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
 Provides: zope
 Suggests: python-unit, python-profiler

Modified: zope2.13/trunk/debian/rules
===================================================================
--- zope2.13/trunk/debian/rules	2012-01-26 16:14:29 UTC (rev 2642)
+++ zope2.13/trunk/debian/rules	2012-01-26 16:21:47 UTC (rev 2643)
@@ -13,7 +13,7 @@
 PYVER:=2.7
 PYTHON:=python$(PYVER)
 DEBIAN:=$(CURDIR)/debian
-DEB_SATISFIED:=ClientForm:Docutils:distribute:initgroups:mechanize:pip:pytz
+DEB_SATISFIED:=Docutils:distribute:initgroups:mechanize:pip:pytz
 distribution:=$(shell lsb_release -is)
 
 # get-orig-source variables




More information about the pkg-zope-developers mailing list