[Python-modules-commits] r531 - in
/packages/python-pychart/trunk/debian: ./ changelog control
copyright docs patches/ patches/00list patches/01_Makefile.dpatch
patches/tocsturbo.dpatch python2.3-pychart.lintian
python2.4-pychart.lintian rules watch
santiago at users.alioth.debian.org
santiago at users.alioth.debian.org
Mon May 8 15:39:49 UTC 2006
Author: santiago
Date: Mon May 8 15:39:48 2006
New Revision: 531
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=531
Log:
Load python-pychart-1.39 into packages/python-pychart/trunk.
Added:
packages/python-pychart/trunk/debian/
packages/python-pychart/trunk/debian/changelog
packages/python-pychart/trunk/debian/control
packages/python-pychart/trunk/debian/copyright
packages/python-pychart/trunk/debian/docs
packages/python-pychart/trunk/debian/patches/
packages/python-pychart/trunk/debian/patches/00list
packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch (with props)
packages/python-pychart/trunk/debian/patches/tocsturbo.dpatch
packages/python-pychart/trunk/debian/python2.3-pychart.lintian
packages/python-pychart/trunk/debian/python2.4-pychart.lintian
packages/python-pychart/trunk/debian/rules (with props)
packages/python-pychart/trunk/debian/watch
Added: packages/python-pychart/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/changelog?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/changelog (added)
+++ packages/python-pychart/trunk/debian/changelog Mon May 8 15:39:48 2006
@@ -1,0 +1,59 @@
+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 <santiago at debian.org> 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 <santiago at unicauca.edu.co> 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 <santiago at unicauca.edu.co> 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 <santiago at unicauca.edu.co> 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 <santiago at unicauca.edu.co> 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 <he at debian.org>
+
+ -- Santiago Ruano Rincon <santiago at unicauca.edu.co> 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 <santiago at unicauca.edu.co> Mon, 16 May 2005 00:19:04 -0500
+
+python-pychart (1.37-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #241214)
+
+ -- Santiago Ruano Rincon <santiago at unicauca.edu.co> Thu, 14 Apr 2005 23:00:38 -0500
+
Added: packages/python-pychart/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/control?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/control (added)
+++ packages/python-pychart/trunk/debian/control Mon May 8 15:39:48 2006
@@ -1,0 +1,44 @@
+Source: python-pychart
+Section: python
+Priority: optional
+Maintainer: Santiago Ruano Rincón <santiago at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1.67), python, dpatch, python2.3-dev, python2.4-dev, gs-gpl|gs-esp
+Standards-Version: 3.6.2
+
+
+Package: python2.3-pychart
+Architecture: all
+Depends: ${python:Depends}, gs-gpl|gs-esp
+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.
+ .
+ This package is built for Python 2.3
+
+Package: python2.4-pychart
+Architecture: all
+Depends: ${python:Depends}, gs-gpl|gs-esp
+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.
+ .
+ This package is built for Python 2.4
+
+Package: python-pychart
+Architecture: all
+Depends: ${python:Depends}
+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.
+ .
+ This package is an dependency metapackage that always depends
+ on a package built for Debian's default Python version.
Added: packages/python-pychart/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/copyright?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/copyright (added)
+++ packages/python-pychart/trunk/debian/copyright Mon May 8 15:39:48 2006
@@ -1,0 +1,13 @@
+This package was debianized by Santiago Ruano Rincon <santiago at unicauca.edu.co> on
+Thu, 14 Apr 2005 23:00:38 -0500.
+
+It was downloaded from http://home.gna.org/pychart/
+
+Copyright Holder: Yasushi Saito <yasushi.saito at gmail.com>
+
+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
Added: packages/python-pychart/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/docs?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/docs (added)
+++ packages/python-pychart/trunk/debian/docs Mon May 8 15:39:48 2006
@@ -1,0 +1,1 @@
+README
Added: packages/python-pychart/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/patches/00list?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/patches/00list (added)
+++ packages/python-pychart/trunk/debian/patches/00list Mon May 8 15:39:48 2006
@@ -1,0 +1,1 @@
+01_Makefile
Added: packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch (added)
+++ packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch Mon May 8 15:39:48 2006
@@ -1,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefile.patch.dpatch by <santiago at kerrigan>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at 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
Propchange: packages/python-pychart/trunk/debian/patches/01_Makefile.dpatch
------------------------------------------------------------------------------
svn:executable = *
Added: packages/python-pychart/trunk/debian/patches/tocsturbo.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/patches/tocsturbo.dpatch?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/patches/tocsturbo.dpatch (added)
+++ packages/python-pychart/trunk/debian/patches/tocsturbo.dpatch Mon May 8 15:39:48 2006
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## tocsturbo.dpatch by <santiago at unicauca.edu.co>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at 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,
Added: packages/python-pychart/trunk/debian/python2.3-pychart.lintian
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/python2.3-pychart.lintian?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/python2.3-pychart.lintian (added)
+++ packages/python-pychart/trunk/debian/python2.3-pychart.lintian Mon May 8 15:39:48 2006
@@ -1,0 +1,1 @@
+python2.3-pychart: zero-byte-file-in-doc-directory usr/share/doc/python2.3-pychart/pychart/img1.png
Added: packages/python-pychart/trunk/debian/python2.4-pychart.lintian
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/python2.4-pychart.lintian?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/python2.4-pychart.lintian (added)
+++ packages/python-pychart/trunk/debian/python2.4-pychart.lintian Mon May 8 15:39:48 2006
@@ -1,0 +1,1 @@
+python2.4-pychart: zero-byte-file-in-doc-directory usr/share/doc/python2.4-pychart/pychart/img1.png
Added: packages/python-pychart/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/rules?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/rules (added)
+++ packages/python-pychart/trunk/debian/rules Mon May 8 15:39:48 2006
@@ -1,0 +1,88 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=4
+
+include /usr/share/dpatch/dpatch.make
+
+# used by dpatch
+PACKAGE = python-pychart
+
+PYTHON2.3 = /usr/bin/python2.3
+PYTHON2.4 = /usr/bin/python2.4
+
+BUILD_DIR2.3 = build/lib2.3
+BUILD_DIR2.4 = build/lib2.4
+
+build: build-stamp
+
+build-stamp: patch-stamp
+ dh_testdir
+
+ $(PYTHON2.3) setup.py build --build-lib=$(BUILD_DIR2.3)
+ $(PYTHON2.4) setup.py build --build-lib=$(BUILD_DIR2.4)
+
+ touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+ dh_testdir
+ dh_testroot
+
+ make clean
+ rm -rf $(BUILD_DIR2.3) $(BUILD_DIR2.4)
+ find $(CURDIR) -name '*.pyc' | xargs rm -f
+
+ dh_clean build-stamp configure-stamp
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # I could not find an option to set the build directory for the install
+ # command of setup, like the --build-dir for the install_lib, but
+ # install_lib doesn't have --root.
+
+ mv $(BUILD_DIR2.3) build/lib
+ $(PYTHON2.3) setup.py install --root=debian/python2.3-pychart
+ mv build/lib $(BUILD_DIR2.3)
+
+ mv $(BUILD_DIR2.4) build/lib
+ $(PYTHON2.4) setup.py install --root=debian/python2.4-pychart
+ mv build/lib $(BUILD_DIR2.4)
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot -i
+
+ dh_installdirs -A -Npython-pychart -i usr/share/lintian/overrides/
+ install -m 644 debian/python2.3-pychart.lintian debian/python2.3-pychart/usr/share/lintian/overrides/python2.3-pychart
+ install -m 644 debian/python2.4-pychart.lintian debian/python2.4-pychart/usr/share/lintian/overrides/python2.4-pychart
+
+ dh_installchangelogs -i
+ dh_installdocs -A -Npython-pychart -i doc/pychart
+
+ dh_strip -i
+ dh_compress -i
+ dh_fixperms -i
+
+ dh_python -i
+ dh_installdocs -i
+ dh_installchangelogs -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install configure patch unpatch
Propchange: packages/python-pychart/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/python-pychart/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pychart/trunk/debian/watch?rev=531&op=file
==============================================================================
--- packages/python-pychart/trunk/debian/watch (added)
+++ packages/python-pychart/trunk/debian/watch Mon May 8 15:39:48 2006
@@ -1,0 +1,3 @@
+# Site Pattern Version Script
+version=3
+http://download.gna.org/pychart/ PyChart-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list