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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 09:25:26 UTC 2014


    Date: Saturday, October 4, 2014 @ 09:25:25
  Author: bzed
Revision: 30879

add 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:17:14 UTC (rev 30878)
+++ packages/pywbem/trunk/debian/changelog	2014-10-04 09:25:25 UTC (rev 30879)
@@ -7,6 +7,7 @@
   * Take upstream code from svn
     - Fixes security issues (Closes: #732594)
     - Ship mof_compiler (Closes: #627864)
+  * add 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:17:14 UTC (rev 30878)
+++ packages/pywbem/trunk/debian/control	2014-10-04 09:25:25 UTC (rev 30879)
@@ -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-ply
+Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc
 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,7 +12,7 @@
 
 Package: python-pywbem
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-ply
+Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc
 Recommends: python-twisted-web, python-twisted-core,
  python-elementtree | python (>= 2.5)
 Description: Python WBEM Client and Provider Interface




More information about the Python-modules-commits mailing list