[Python-modules-commits] r15729 - in packages/python-application/trunk/debian (3 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Wed Feb 16 20:54:14 UTC 2011
Date: Wednesday, February 16, 2011 @ 20:54:13
Author: bzed
Revision: 15729
Migrate to dh and dh_python2.
Modified:
packages/python-application/trunk/debian/changelog
packages/python-application/trunk/debian/control
packages/python-application/trunk/debian/rules
Modified: packages/python-application/trunk/debian/changelog
===================================================================
--- packages/python-application/trunk/debian/changelog 2011-02-16 20:47:33 UTC (rev 15728)
+++ packages/python-application/trunk/debian/changelog 2011-02-16 20:54:13 UTC (rev 15729)
@@ -1,8 +1,9 @@
python-application (1.2.6-1) unstable; urgency=low
* New upstream release.
+ * Migrate to dh and dh_python2.
- -- Bernd Zeimetz <bzed at debian.org> Wed, 16 Feb 2011 21:47:13 +0100
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 16 Feb 2011 21:53:59 +0100
python-application (1.2.5-1) unstable; urgency=low
Modified: packages/python-application/trunk/debian/control
===================================================================
--- packages/python-application/trunk/debian/control 2011-02-16 20:47:33 UTC (rev 15728)
+++ packages/python-application/trunk/debian/control 2011-02-16 20:54:13 UTC (rev 15729)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>, Dan Pascu <dan at ag-projects.com>
-Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python
-Build-Depends-Indep: python-support (>= 0.7.1)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.3.13), python (>= 2.6.6-3~)
+Standards-Version: 3.9.1
Homepage: http://cheeseshop.python.org/pypi/python-application
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-application/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-application/trunk/
+X-Python-Version: >= 2.4
-
Package: python-application
Architecture: all
Depends: ${python:Depends}, python-zopeinterface, ${misc:Depends}
+Breaks: ${python:Breaks}
Description: Basic building blocks for Python applications
This module provides some basic components that can be used to simplify
building Python applications.
Modified: packages/python-application/trunk/debian/rules
===================================================================
--- packages/python-application/trunk/debian/rules 2011-02-16 20:47:33 UTC (rev 15728)
+++ packages/python-application/trunk/debian/rules 2011-02-16 20:54:13 UTC (rev 15729)
@@ -1,10 +1,5 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-DEB_COMPRESS_EXCLUDE += .py .ini
+%:
+ dh $@ --with python2
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
- -rm -rf dist MANIFEST
More information about the Python-modules-commits
mailing list