[Python-modules-commits] r8057 - in packages/python-pychart/trunk/debian (5 files)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Fri Mar 27 10:56:10 UTC 2009
Date: Friday, March 27, 2009 @ 10:56:08
Author: dktrkranz-guest
Revision: 8057
Add python-pychart-doc binary package (Closes: #507984)
Added:
packages/python-pychart/trunk/debian/python-pychart-doc.docs
packages/python-pychart/trunk/debian/python-pychart-doc.examples
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
===================================================================
--- packages/python-pychart/trunk/debian/changelog 2009-03-27 10:03:10 UTC (rev 8056)
+++ packages/python-pychart/trunk/debian/changelog 2009-03-27 10:56:08 UTC (rev 8057)
@@ -13,8 +13,9 @@
[ Luca Falavigna ]
* Remove python-pychart.postinst and python-pychart.prerm, pysupport
already invokes update-python-modules itself (Closes: #517067).
+ * Add python-pychart-doc binary package (Closes: #507984).
- -- Luca Falavigna <dktrkranz at ubuntu.com> Fri, 27 Mar 2009 09:16:27 +0000
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Fri, 27 Mar 2009 10:42:24 +0000
python-pychart (1.39-6) unstable; urgency=low
Modified: packages/python-pychart/trunk/debian/control
===================================================================
--- packages/python-pychart/trunk/debian/control 2009-03-27 10:03:10 UTC (rev 8056)
+++ packages/python-pychart/trunk/debian/control 2009-03-27 10:56:08 UTC (rev 8057)
@@ -14,6 +14,7 @@
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
+Suggests: python-pychart-doc
Replaces: python2.3-pychart, python2.4-pychart
Conflicts: python2.3-pychart, python2.4-pychart
Recommends: gs
@@ -27,3 +28,15 @@
.
You need to have ghostscript installed for PNG generation
and X11 displaying.
+
+Package: python-pychart-doc
+Architecture: all
+Recommends: python-pychart-doc
+Description: Documentation for PyChart
+ PyChart is a Python library for creating high quality
+ Encapsulated Postscript, PDF, PNG, or SVG charts. It
+ currently supports line plots, bar plots, range-fill
+ plots, and pie charts. Because it is based on Python,
+ you can make full use of Python's scripting power.
+ .
+ This package contains PyChart documentations and example files.
Added: packages/python-pychart/trunk/debian/python-pychart-doc.docs
===================================================================
--- packages/python-pychart/trunk/debian/python-pychart-doc.docs (rev 0)
+++ packages/python-pychart/trunk/debian/python-pychart-doc.docs 2009-03-27 10:56:08 UTC (rev 8057)
@@ -0,0 +1 @@
+doc/pychart
Added: packages/python-pychart/trunk/debian/python-pychart-doc.examples
===================================================================
--- packages/python-pychart/trunk/debian/python-pychart-doc.examples (rev 0)
+++ packages/python-pychart/trunk/debian/python-pychart-doc.examples 2009-03-27 10:56:08 UTC (rev 8057)
@@ -0,0 +1,2 @@
+demos/*.py
+demos/*.csv
Modified: packages/python-pychart/trunk/debian/rules
===================================================================
--- packages/python-pychart/trunk/debian/rules 2009-03-27 10:03:10 UTC (rev 8056)
+++ packages/python-pychart/trunk/debian/rules 2009-03-27 10:56:08 UTC (rev 8057)
@@ -2,6 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_DESTDIR=$(CURDIR)/debian/python-pychart/
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