[Python-modules-commits] r13662 - in packages/okasha/trunk/debian (control)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sat Jun 26 18:06:34 UTC 2010


    Date: Saturday, June 26, 2010 @ 18:06:19
  Author: aelmahmoudy-guest
Revision: 13662

Added dependency on python-okasha for -kid & -xslt

Modified:
  packages/okasha/trunk/debian/control

Modified: packages/okasha/trunk/debian/control
===================================================================
--- packages/okasha/trunk/debian/control	2010-06-26 13:23:54 UTC (rev 13661)
+++ packages/okasha/trunk/debian/control	2010-06-26 18:06:19 UTC (rev 13662)
@@ -27,7 +27,7 @@
 
 Package: python-okasha-xslt
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-lxml
+Depends: ${python:Depends}, ${misc:Depends}, python-lxml, python-okasha
 Provides: ${python:Provides}
 Description: trivial WSGI web framework for Python (XSLT support)
  Almost do-nothing web framewrok that features:
@@ -43,7 +43,7 @@
 
 Package: python-okasha-kid
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-kid
+Depends: ${python:Depends}, ${misc:Depends}, python-kid, python-okasha
 Provides: ${python:Provides}
 Description: trivial WSGI web framework for Python (Kid support)
  Almost do-nothing web framewrok that features:




More information about the Python-modules-commits mailing list