r2401 - in zdaemon/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Oct 14 01:50:09 UTC 2011


    Date: Friday, October 14, 2011 @ 01:50:08
  Author: arnau
Revision: 2401

Add missing Depends on python-pkg-resources. Closes: #645267.

Modified:
  zdaemon/trunk/debian/changelog
  zdaemon/trunk/debian/control

Modified: zdaemon/trunk/debian/changelog
===================================================================
--- zdaemon/trunk/debian/changelog	2011-10-11 13:53:52 UTC (rev 2400)
+++ zdaemon/trunk/debian/changelog	2011-10-14 01:50:08 UTC (rev 2401)
@@ -1,13 +1,20 @@
 zdaemon (2.0.4-6) unstable; urgency=low
 
+  * Team upload.
+
+  [ Arnaud Fontaine ]
+  * debian/control:
+    + Add missing Depends on python-pkg-resources. Closes: #645267.
+
+  [ Gediminas Paulauskas ]
   * debian/rules:
-    - Fix typo in test search path.
-    - Remove --with pydeb.
+    + Fix typo in test search path.
+    + Remove --with pydeb.
   * debian/control:
-    - Remove Replaces: python-zodb, looks like a copy-paste mistake.
-    - Remove python-van.pydeb from Build-Depends.
+    + Remove Replaces: python-zodb, looks like a copy-paste mistake.
+    + Remove python-van.pydeb from Build-Depends.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 09 Jun 2011 14:55:24 +0300
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 14 Oct 2011 10:34:33 +0900
 
 zdaemon (2.0.4-5) unstable; urgency=low
 

Modified: zdaemon/trunk/debian/control
===================================================================
--- zdaemon/trunk/debian/control	2011-10-11 13:53:52 UTC (rev 2400)
+++ zdaemon/trunk/debian/control	2011-10-14 01:50:08 UTC (rev 2401)
@@ -17,7 +17,7 @@
 
 Package: python-zdaemon
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
 Provides: ${python:Provides}
 Conflicts: zope3
 Description: daemon process control library and tools for Unix-based systems




More information about the pkg-zope-developers mailing list