[Python-modules-commits] r1012 - in /packages/python-pychart/trunk/debian: changelog control pycompat pyversions rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Fri Jun 23 19:32:47 UTC 2006


Author: hertzog
Date: Fri Jun 23 19:32:41 2006
New Revision: 1012

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1012
Log:
Update for new python policy.

Added:
    packages/python-pychart/trunk/debian/pycompat
    packages/python-pychart/trunk/debian/pyversions
Modified:
    packages/python-pychart/trunk/debian/changelog
    packages/python-pychart/trunk/debian/control
    packages/python-pychart/trunk/debian/rules

Modified: packages/python-pychart/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/changelog?rev=1012&op=diff
==============================================================================
--- packages/python-pychart/trunk/debian/changelog (original)
+++ packages/python-pychart/trunk/debian/changelog Fri Jun 23 19:32:41 2006
@@ -1,3 +1,9 @@
+python-pychart (1.39-4) unstable; urgency=low
+
+  * Update for the new Python policy. Closes: #373341
+
+ -- Raphael Hertzog <hertzog at debian.org>  Fri, 23 Jun 2006 21:19:15 +0200
+
 python-pychart (1.39-3) unstable; urgency=low
 
   * The "I'm tired of working on my thesis project" release.

Modified: packages/python-pychart/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/control?rev=1012&op=diff
==============================================================================
--- packages/python-pychart/trunk/debian/control (original)
+++ packages/python-pychart/trunk/debian/control Fri Jun 23 19:32:41 2006
@@ -2,17 +2,18 @@
 Section: python
 Priority: optional
 Maintainer: Santiago Ruano Rincón <santiago at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.40), debhelper (>= 5.0), dpatch
-Build-Depends-Indep: python-dev, python-all-dev, gs-gpl|gs-esp
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Raphael Hertzog <hertzog at debian.org>
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), dpatch, python-dev
+Build-Depends-Indep: gs-gpl|gs-esp
 Standards-Version: 3.7.2
 
 Package: python-pychart
 Architecture: all
-Depends: python (>=2.3), python (<< 2.5), python-support
-Provides: python2.3-pychart, python2.4-pychart
+Depends: ${python:Depends}
+Provides: ${python:Provides}
 Replaces: python2.3-pychart, python2.4-pychart
 Conflicts: python2.3-pychart, python2.4-pychart
+XB-Python-Version: ${python:Versions}
 Description: Python library for creating high quality charts
  PyChart is a Python library for creating high quality 
  Encapsulated Postscript, PDF, PNG, or SVG charts. It 

Added: packages/python-pychart/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/pycompat?rev=1012&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/pycompat (added)
+++ packages/python-pychart/trunk/debian/pycompat Fri Jun 23 19:32:41 2006
@@ -1,0 +1,1 @@
+2

Added: packages/python-pychart/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/pyversions?rev=1012&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/pyversions (added)
+++ packages/python-pychart/trunk/debian/pyversions Fri Jun 23 19:32:41 2006
@@ -1,0 +1,1 @@
+2.3-

Modified: packages/python-pychart/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/rules?rev=1012&op=diff
==============================================================================
--- packages/python-pychart/trunk/debian/rules (original)
+++ packages/python-pychart/trunk/debian/rules Fri Jun 23 19:32:41 2006
@@ -1,17 +1,15 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+DEB_PYTHON_SYSTEM=pysupport
 
-# python-distutils before debhelper to avoid it calling dh_python by itself
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 
 #dpatch support
 include /usr/share/cdbs/1/rules/dpatch.mk
 # needed to use the dpatch tools (like dpatch-edit-patch)
 include /usr/share/dpatch/dpatch.make
 
-DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/python-pychart
-
 clean::
 	find -name '*.pyc' -exec rm -f {} \;




More information about the Python-modules-commits mailing list