--- python-pychart-1.39.orig/debian/docs +++ python-pychart-1.39/debian/docs @@ -0,0 +1 @@ +README --- python-pychart-1.39.orig/debian/compat +++ python-pychart-1.39/debian/compat @@ -0,0 +1 @@ +5 --- python-pychart-1.39.orig/debian/python-pychart.prerm +++ python-pychart-1.39/debian/python-pychart.prerm @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if which update-python-modules >/dev/null 2>&1; then + update-python-modules -c -i /usr/share/python-support/python-pychart +fi --- python-pychart-1.39.orig/debian/changelog +++ python-pychart-1.39/debian/changelog @@ -0,0 +1,95 @@ +python-pychart (1.39-6) unstable; urgency=low + + [Piotr Ozarowski] + + * Added XS-Vcs-Svn field + + [Santiago Ruano Rincón] + + * Updated Build-Depends-Indep, using gs instead of gs-gpl|gs-esp + * Recommends: gs. (Closes: #411516) + * Updated description + + -- Santiago Ruano Rincón Thu, 22 Feb 2007 02:08:12 -0500 + +python-pychart (1.39-5) unstable; urgency=low + + * Add missing build-depends-indep. Closes: #379560 + + -- Raphael Hertzog Mon, 24 Jul 2006 12:53:11 +0200 + +python-pychart (1.39-4) unstable; urgency=low + + * Update for the new Python policy. Closes: #373341 + + -- Raphael Hertzog 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. + * Initial python-support transition, using cdbs to build the package. + python2.{3,4}-pychart deleted. + * Standards-Version updated to 3.7.2 + * Added Debian Python Modules Team to Uploaders + + -- Santiago Ruano Rincón Thu, 1 Jun 2006 00:02:50 -0500 + +python-pychart (1.39-2) unstable; urgency=low + + * python2.3-pychart and python2.4-pychart, changed to arch: all (Closes: #357179) + * New maintainer mail address + + -- Santiago Ruano Rincón Thu, 20 Apr 2006 19:39:11 -0500 + +python-pychart (1.39-1) unstable; urgency=low + + * New upstream release + * The documentation isn't builded, because it need latex2html, a non-free + package. + + -- Santiago Ruano Rincon Mon, 6 Feb 2006 01:04:39 -0500 + +python-pychart (1.37-6) unstable; urgency=low + + * Removed binary package for python2.2 (Closes: #351152) + + -- Santiago Ruano Rincon Thu, 2 Feb 2006 23:00:01 -0500 + +python-pychart (1.37-5) unstable; urgency=low + + * Changed the description of python-pychart, from + "empty dummy package" to "dependency metapackage". + + -- Santiago Ruano Rincon Thu, 3 Nov 2005 11:04:47 -0500 + +python-pychart (1.37-4) unstable; urgency=low + + * Fixed an error in demos/tocsturbo.py + * Updated to the 3.6.2 version of Debian Policy + * Added a debian/watch file + + -- Santiago Ruano Rincon Mon, 1 Aug 2005 00:31:23 -0500 + +python-pychart (1.37-3) unstable; urgency=low + + * debian/rules clean: target improved, thanks to + Marc 'HE' Brockschmidt + + -- Santiago Ruano Rincon Thu, 21 Jul 2005 23:13:10 -0500 + +python-pychart (1.37-2) unstable; urgency=low + + * Fixed the version and location of the License in debian/changelog + * debian/rules fixed + * Debhelper compatibility level set to 4 + * Added gs-esp as an alternative dependency to gs-gpl + * Used the demos directory in the docs + + -- Santiago Ruano Rincon Mon, 16 May 2005 00:19:04 -0500 + +python-pychart (1.37-1) unstable; urgency=low + + * Initial Release. (Closes: #241214) + + -- Santiago Ruano Rincon Thu, 14 Apr 2005 23:00:38 -0500 + --- python-pychart-1.39.orig/debian/watch +++ python-pychart-1.39/debian/watch @@ -0,0 +1,3 @@ +# Site Pattern Version Script +version=3 +http://download.gna.org/pychart/ PyChart-(.*)\.tar\.gz debian uupdate --- python-pychart-1.39.orig/debian/pycompat +++ python-pychart-1.39/debian/pycompat @@ -0,0 +1 @@ +2 --- python-pychart-1.39.orig/debian/control +++ python-pychart-1.39/debian/control @@ -0,0 +1,29 @@ +Source: python-pychart +Section: python +Priority: optional +Maintainer: Santiago Ruano Rincón +Uploaders: Debian Python Modules Team , Raphael Hertzog +Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), dpatch, python-dev, python-support (>= 0.3) +Build-Depends-Indep: gs +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pychart/trunk/ + +Package: python-pychart +Architecture: all +Depends: ${python:Depends} +Provides: ${python:Provides} +Replaces: python2.3-pychart, python2.4-pychart +Conflicts: python2.3-pychart, python2.4-pychart +Recommends: gs +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 + 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. + . + You need to have ghostscript installed for PNG generation + and X11 displaying. + . + Homepage: http://home.gna.org/pychart/ --- python-pychart-1.39.orig/debian/copyright +++ python-pychart-1.39/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Santiago Ruano Rincon on +Thu, 14 Apr 2005 23:00:38 -0500. + +It was downloaded from http://home.gna.org/pychart/ + +Copyright Holder: Yasushi Saito + +License: (see the COPYING file or the pychart's website) + +PyChart is distributed under GNU General Public License. + +On Debian systems, a copy of the GNU General Public License may be found in +/usr/share/common-licenses/GPL-2 --- python-pychart-1.39.orig/debian/rules +++ python-pychart-1.39/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.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 + +clean:: + find -name '*.pyc' -exec rm -f {} \; --- python-pychart-1.39.orig/debian/pyversions +++ python-pychart-1.39/debian/pyversions @@ -0,0 +1 @@ +2.3- --- python-pychart-1.39.orig/debian/patches/00list +++ python-pychart-1.39/debian/patches/00list @@ -0,0 +1 @@ +01_Makefile --- python-pychart-1.39.orig/debian/patches/01_Makefile.dpatch +++ python-pychart-1.39/debian/patches/01_Makefile.dpatch @@ -0,0 +1,28 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## Makefile.patch.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad python-pychart-1.37/doc/Makefile /tmp/dpep.yciIJh/python-pychart-1.37/doc/Makefile +--- python-pychart-1.37/doc/Makefile 2005-04-20 22:05:30.669769104 -0500 ++++ /tmp/dpep.yciIJh/python-pychart-1.37/doc/Makefile 2005-04-20 22:06:09.449873632 -0500 +@@ -20,7 +20,7 @@ + demo: + PYTHONPATH=..:../demos python demodoc.py + examples: examples.py $(wildcard ../demos/*.py) +- python examples.py ++ PYTHONPATH=..:$(PYTHONPATH) python examples.py + + index.html: index.html $(GIFFILES) + gtml index.gtml +diff -urNad python-pychart-1.37/Makefile /tmp/dpep.yciIJh/python-pychart-1.37/Makefile +--- python-pychart-1.37/Makefile 2005-04-20 22:04:59.742470768 -0500 ++++ /tmp/dpep.yciIJh/python-pychart-1.37/Makefile 2005-04-20 22:05:37.936664368 -0500 +@@ -1,4 +1,4 @@ +-SUBDIRS=doc demos PyChart ++SUBDIRS=doc demos pychart + + dist: + python setup.py sdist --- python-pychart-1.39.orig/debian/patches/tocsturbo.dpatch +++ python-pychart-1.39/debian/patches/tocsturbo.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## tocsturbo.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad python-pychart-1.37/demos/tocsturbo.py /tmp/dpep.3zlGFr/python-pychart-1.37/demos/tocsturbo.py +--- python-pychart-1.37/demos/tocsturbo.py 2005-02-04 18:42:38.000000000 -0500 ++++ /tmp/dpep.3zlGFr/python-pychart-1.37/demos/tocsturbo.py 2005-08-01 00:30:36.000000000 -0500 +@@ -15,7 +15,6 @@ + # + from pychart import * + import tocslib +-import profile + + def create_line_plot(label, ycol): + return line_plot.T(label=label, --- python-pychart-1.39.orig/debian/python-pychart.postinst +++ python-pychart-1.39/debian/python-pychart.postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then + update-python-modules -i /usr/share/python-support/python-pychart +fi