[Python-modules-commits] r16021 - in packages/nevow/trunk/debian (changelog control rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon Mar 7 06:56:17 UTC 2011
Date: Monday, March 7, 2011 @ 06:56:08
Author: bernat
Revision: 16021
Switch from python-central to dh_python2. Closes: #616914.
Modified:
packages/nevow/trunk/debian/changelog
packages/nevow/trunk/debian/control
packages/nevow/trunk/debian/rules
Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog 2011-03-07 06:55:01 UTC (rev 16020)
+++ packages/nevow/trunk/debian/changelog 2011-03-07 06:56:08 UTC (rev 16021)
@@ -1,3 +1,9 @@
+nevow (0.10.0-3) unstable; urgency=low
+
+ * Switch from python-central to dh_python2. Closes: #616914.
+
+ -- Vincent Bernat <bernat at debian.org> Mon, 07 Mar 2011 07:45:33 +0100
+
nevow (0.10.0-2) unstable; urgency=low
* Don't ship Canvas.swf since we don't know how to compile
Modified: packages/nevow/trunk/debian/control
===================================================================
--- packages/nevow/trunk/debian/control 2011-03-07 06:55:01 UTC (rev 16020)
+++ packages/nevow/trunk/debian/control 2011-03-07 06:56:08 UTC (rev 16021)
@@ -4,20 +4,24 @@
Maintainer: Vincent Bernat <bernat at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), python, python-central (>= 0.5.6), python-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-twisted-core (>= 2.4), python-twisted-web (>= 0.6), python-twisted-lore
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90~),
+ python (>= 2.6.6-3), python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-twisted-core (>= 10.1.0-1~),
+ python-twisted-web (>= 10.1.0-1~),
+ python-twisted-lore
Vcs-Svn: svn://svn.debian.org/python-modules/packages/nevow/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/nevow/trunk/
Homepage: http://divmod.org/trac/wiki/DivmodNevow
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
Package: python-nevow
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, dpkg (>= 1.14.17~), python-twisted-core (>= 2.4), python-twisted-web (>= 0.6)
+Depends: ${misc:Depends}, ${python:Depends}, dpkg (>= 1.14.17~),
+ 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)
-Conflicts: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
-XB-Python-Version: ${python:Versions}
+Breaks: python2.3-nevow (<< 0.7.0-1.1), python2.4-nevow (<< 0.7.0-1.1)
+ ${python:Breaks}
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
Modified: packages/nevow/trunk/debian/rules
===================================================================
--- packages/nevow/trunk/debian/rules 2011-03-07 06:55:01 UTC (rev 16020)
+++ packages/nevow/trunk/debian/rules 2011-03-07 06:56:08 UTC (rev 16021)
@@ -2,8 +2,6 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters at debian.org>
-DEB_PYTHON_SYSTEM = pycentral
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list