[Python-modules-commits] r30880 - in packages/pywbem/trunk/debian (changelog control)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 09:28:05 UTC 2014


    Date: Saturday, October 4, 2014 @ 09:28:04
  Author: bzed
Revision: 30880

add python-twisted, python-m2crypto and python-epydoc
as dependencies

Modified:
  packages/pywbem/trunk/debian/changelog
  packages/pywbem/trunk/debian/control

Modified: packages/pywbem/trunk/debian/changelog
===================================================================
--- packages/pywbem/trunk/debian/changelog	2014-10-04 09:25:25 UTC (rev 30879)
+++ packages/pywbem/trunk/debian/changelog	2014-10-04 09:28:04 UTC (rev 30880)
@@ -7,7 +7,8 @@
   * Take upstream code from svn
     - Fixes security issues (Closes: #732594)
     - Ship mof_compiler (Closes: #627864)
-  * add python-m2crypto and python-epydoc as dependencies
+  * add python-twisted, python-m2crypto and python-epydoc
+    as dependencies
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	2014-10-04 09:25:25 UTC (rev 30879)
+++ packages/pywbem/trunk/debian/control	2014-10-04 09:28:04 UTC (rev 30880)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
 Build-Depends: debhelper (>= 7), python-all (>= 2.5), dpatch
-Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc
+Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc, python-twisted
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywbem/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pywbem/trunk/
 Homepage: http://pywbem.sourceforge.net/
@@ -12,9 +12,7 @@
 
 Package: python-pywbem
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc
-Recommends: python-twisted-web, python-twisted-core,
- python-elementtree | python (>= 2.5)
+Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc, python-twisted
 Description: Python WBEM Client and Provider Interface
  PyWBEM is a Python library that implements a Web Based Enterprise
  Management (WBEM) client.  It performs WBEM operations using the




More information about the Python-modules-commits mailing list