[Python-modules-commits] r5625 - in packages/nevow/trunk/debian (changelog control rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Fri Jun 13 19:45:50 UTC 2008
Date: Friday, June 13, 2008 @ 19:45:48
Author: bernat
Revision: 5625
Use python-central instead of python-support. This is just for fixing
Nevow plugin detection by Twisted. (Closes: #486148)
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 2008-06-13 19:10:13 UTC (rev 5624)
+++ packages/nevow/trunk/debian/changelog 2008-06-13 19:45:48 UTC (rev 5625)
@@ -1,3 +1,11 @@
+nevow (0.9.31-2) unstable; urgency=low
+
+ * Use python-central instead of python-support. This is just for fixing
+ Nevow plugin detection by Twisted. (Closes: #486148)
+ * Removes DM-Upload-Allowed field.
+
+ -- Vincent Bernat <bernat at debian.org> Fri, 13 Jun 2008 21:34:48 +0200
+
nevow (0.9.31-1) unstable; urgency=low
* New upstream release
Modified: packages/nevow/trunk/debian/control
===================================================================
--- packages/nevow/trunk/debian/control 2008-06-13 19:10:13 UTC (rev 5624)
+++ packages/nevow/trunk/debian/control 2008-06-13 19:45:48 UTC (rev 5625)
@@ -4,12 +4,12 @@
Maintainer: Vincent Bernat <bernat at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3), quilt, patchutils (>= 0.2.25)
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), quilt, patchutils (>= 0.2.25)
Build-Depends-Indep: python-twisted-core (>= 2.4), python-twisted-web (>= 0.6)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/nevow/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/nevow/trunk/?op=log
Homepage: http://divmod.org/trac/wiki/DivmodNevow
-XS-DM-Upload-Allowed: yes
+XS-Python-Version: all
Package: python-nevow
Architecture: all
@@ -17,6 +17,7 @@
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}
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 2008-06-13 19:10:13 UTC (rev 5624)
+++ packages/nevow/trunk/debian/rules 2008-06-13 19:45:48 UTC (rev 5625)
@@ -2,7 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters at debian.org>
-DEB_PYTHON_SYSTEM = pysupport
+DEB_PYTHON_SYSTEM = pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
@@ -25,9 +25,9 @@
TOPMODULES:=nevow formless
binary-post-install/python-nevow:: binary-post-install/%:
chmod +x \
- 'debian/$(cdbs_curpkg)/usr/share/python-support/$(cdbs_curpkg)/nevow/test/segfault.py'
+ 'debian/$(cdbs_curpkg)/usr/share/pyshared/nevow/test/segfault.py'
- PYTHONPATH='debian/$(cdbs_curpkg)/usr/share/python-support/$(cdbs_curpkg)/' \
+ PYTHONPATH='debian/$(cdbs_curpkg)/usr/share/pyshared' \
'$(TRIAL)' --tbformat=emacs --reporter=bwverbose -- $(TOPMODULES)
# Importing the modules generates .pyc files, and dh_python (which
More information about the Python-modules-commits
mailing list