r2391 - in zope2.12/trunk/debian (changelog control rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Oct 11 06:32:44 UTC 2011


    Date: Tuesday, October 11, 2011 @ 06:32:41
  Author: arnau
Revision: 2391

Add initgroups to deb-satisfied list.

Modified:
  zope2.12/trunk/debian/changelog
  zope2.12/trunk/debian/control
  zope2.12/trunk/debian/rules

Modified: zope2.12/trunk/debian/changelog
===================================================================
--- zope2.12/trunk/debian/changelog	2011-10-11 05:55:49 UTC (rev 2390)
+++ zope2.12/trunk/debian/changelog	2011-10-11 06:32:41 UTC (rev 2391)
@@ -45,6 +45,8 @@
 
   [ Arnaud Fontaine ]
   * 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.
 
  -- Arnaud Fontaine <arnau at debian.org>  Tue, 11 Oct 2011 12:54:53 +0900
 

Modified: zope2.12/trunk/debian/control
===================================================================
--- zope2.12/trunk/debian/control	2011-10-11 05:55:49 UTC (rev 2390)
+++ zope2.12/trunk/debian/control	2011-10-11 06:32:41 UTC (rev 2391)
@@ -20,7 +20,7 @@
          ${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-pkg-resources (<< 0.6.15), python-tz
+         python-pkg-resources (<< 0.6.15), python-tz, python-initgroups
 Provides: zope
 Suggests: python-unit, python-profiler
 Description: Open Source Web Application Server

Modified: zope2.12/trunk/debian/rules
===================================================================
--- zope2.12/trunk/debian/rules	2011-10-11 05:55:49 UTC (rev 2390)
+++ zope2.12/trunk/debian/rules	2011-10-11 06:32:41 UTC (rev 2391)
@@ -13,7 +13,7 @@
 PYVER:=2.6
 PYTHON:=python$(PYVER)
 DEBIAN:=$(CURDIR)/debian
-DEB_SATISFIED:=ClientForm:Docutils:distribute:mechanize:pip:pytz
+DEB_SATISFIED:=ClientForm:Docutils:distribute:mechanize:pip:pytz:initgroups
 distribution:=$(shell lsb_release -is)
 
 # get-orig-source variables




More information about the pkg-zope-developers mailing list