[Python-modules-commits] r14948 - in packages/okasha/trunk/debian (changelog control)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Sun Nov 21 15:36:06 UTC 2010
Date: Sunday, November 21, 2010 @ 15:36:03
Author: aelmahmoudy-guest
Revision: 14948
Added Breaks: ${python:Breaks}, to avoid getting
python (<= <UNSUPPORTED VERSION>) in Depends.
Modified:
packages/okasha/trunk/debian/changelog
packages/okasha/trunk/debian/control
Modified: packages/okasha/trunk/debian/changelog
===================================================================
--- packages/okasha/trunk/debian/changelog 2010-11-21 14:52:51 UTC (rev 14947)
+++ packages/okasha/trunk/debian/changelog 2010-11-21 15:36:03 UTC (rev 14948)
@@ -8,6 +8,8 @@
+ Bumped Standards-Version to 3.9.1, no changes needed.
+ Removed python-support from Build-Deps
+ Bumped python-all Build-Dep to (>= 2.6.6-2)
+ + Added Breaks: ${python:Breaks}, to avoid getting
+ python (<= <UNSUPPORTED VERSION>) in Depends.
* debian/rules: added --with python2 to dh call.
* Removed debian/pyversions
Modified: packages/okasha/trunk/debian/control
===================================================================
--- packages/okasha/trunk/debian/control 2010-11-21 14:52:51 UTC (rev 14947)
+++ packages/okasha/trunk/debian/control 2010-11-21 15:36:03 UTC (rev 14948)
@@ -15,6 +15,7 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-paste, python-lxml, python-kid
+Breaks: ${python:Breaks}
Description: trivial WSGI web framework for Python
Almost do-nothing web framework that features:
* WSGI-enabled ie. can be used with mod_wsgi, mod_python, Fast CGI, CGI, with
More information about the Python-modules-commits
mailing list