[Python-modules-commits] r16060 - in packages/nevow/trunk/debian (control)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Tue Mar 8 21:20:26 UTC 2011
Date: Tuesday, March 8, 2011 @ 21:20:10
Author: bernat
Revision: 16060
dh_python2 does not like Breaks filed accross several lines. Workaround.
Modified:
packages/nevow/trunk/debian/control
Modified: packages/nevow/trunk/debian/control
===================================================================
--- packages/nevow/trunk/debian/control 2011-03-08 12:19:57 UTC (rev 16059)
+++ packages/nevow/trunk/debian/control 2011-03-08 21:20:10 UTC (rev 16060)
@@ -20,8 +20,8 @@
python-twisted-core (>= 10.1.0-1~), python-twisted-web (>= 10.1.0-1~)
Provides: ${python:Provides}
Replaces: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
-Breaks: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1),
- ${python:Breaks}
+Breaks: ${python:Breaks},
+ python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
Description: Web application templating system for Python and Twisted
Nevow's main focus is on separating the HTML template from both the
business logic and the display logic, while allowing the programmer
More information about the Python-modules-commits
mailing list