[Python-modules-commits] r4267 - in packages/pycha/trunk (12 files)

bernat-guest at users.alioth.debian.org bernat-guest at users.alioth.debian.org
Fri Jan 4 00:09:47 UTC 2008


    Date: Friday, January 4, 2008 @ 00:09:47
  Author: bernat-guest
Revision: 4267

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pycha/trunk/debian/
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/compat
  packages/pycha/trunk/debian/control
  packages/pycha/trunk/debian/copyright
  packages/pycha/trunk/debian/docs
  packages/pycha/trunk/debian/pycompat
  packages/pycha/trunk/debian/pyversions
  packages/pycha/trunk/debian/rules
  packages/pycha/trunk/debian/source.lintian-overrides
  packages/pycha/trunk/debian/watch
Modified:
  packages/pycha/trunk/pycha.egg-info/SOURCES.txt


Property changes on: packages/pycha/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	                        (rev 0)
+++ packages/pycha/trunk/debian/changelog	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,6 @@
+pycha (0.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #458903)
+
+ -- Vincent Bernat <bernat at luffy.cx>  Thu, 03 Jan 2008 15:49:45 +0100
+

Added: packages/pycha/trunk/debian/compat
===================================================================
--- packages/pycha/trunk/debian/compat	                        (rev 0)
+++ packages/pycha/trunk/debian/compat	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1 @@
+5

Added: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	                        (rev 0)
+++ packages/pycha/trunk/debian/control	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,20 @@
+Source: pycha
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at luffy.cx>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
+Build-Depends-Indep: python-cairo (>= 1.2)
+Homepage: http://www.lorenzogil.com/projects/pycha/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycha/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pycha/trunk/?op=log
+
+Package: python-pycha
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.2)
+Description: simple chart-drawing library
+ Pycha is a Python library for drawing a variety of charts (pie, line,
+ or bar) using Cairo as backend. It aims to be simple, flexible,
+ lightweight and attractive.  It can't draw every kind of chart
+ imaginable but it does draw the commonest ones prettily.

Added: packages/pycha/trunk/debian/copyright
===================================================================
--- packages/pycha/trunk/debian/copyright	                        (rev 0)
+++ packages/pycha/trunk/debian/copyright	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,29 @@
+This package was debianized by Vincent Bernat <bernat at luffy.cx> on
+Thu, 03 Jan 2008 15:53:46 +0100.
+
+It was originally downloaded from http://www.lorenzogil.com/projects/pycha/
+
+Upstream Authors: Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com>
+
+Copyright: (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com>
+
+   PyCha is free software: you can redistribute it and/or modify it
+   under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation, either version 3 of the
+   License, or (at your option) any later version.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser
+General Public License version 3 can be found in
+/usr/share/common-licenses/LGPL-3.
+
+The Debian packaging is 
+
+   Copyright (C) 2007 Vincent Bernat <bernat at luffy.cx>
+
+   This program is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by the
+   Free Software Foundation; either version 2, or (at your option) any later
+   version.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public 
+License version 2 can be found in /usr/share/common-licenses/GPL-2.

Added: packages/pycha/trunk/debian/docs
===================================================================
--- packages/pycha/trunk/debian/docs	                        (rev 0)
+++ packages/pycha/trunk/debian/docs	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1 @@
+README.txt

Added: packages/pycha/trunk/debian/pycompat
===================================================================
--- packages/pycha/trunk/debian/pycompat	                        (rev 0)
+++ packages/pycha/trunk/debian/pycompat	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1 @@
+2

Added: packages/pycha/trunk/debian/pyversions
===================================================================
--- packages/pycha/trunk/debian/pyversions	                        (rev 0)
+++ packages/pycha/trunk/debian/pyversions	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1 @@
+2.4-

Added: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules	                        (rev 0)
+++ packages/pycha/trunk/debian/rules	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,25 @@
+#!/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
+
+DEB_INSTALL_EXAMPLES_python-pycha := examples/*
+DEB_DH_ALWAYS_EXCLUDE := .svn
+DEB_COMPRESS_EXCLUDE := .py
+DEB_INSTALL_CHANGELOGS_ALL = CHANGES.txt
+
+# Launch unittests
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+binary-post-install/python-pycha:: binary-post-install/%:
+
+	PYTHONPATH='debian/$(cdbs_curpkg)/usr/share/python-support/$(cdbs_curpkg)/' \
+		python tests/runner.py
+
+	# Importing the modules generates .pyc files, and dh_python (which
+	# normally cleans them) has already been run. Remove them manually.
+	find 'debian/$(cdbs_curpkg)' -name '*.py[co]' -print0 \
+	| xargs -0 rm -f --
+endif


Property changes on: packages/pycha/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/pycha/trunk/debian/source.lintian-overrides
===================================================================
--- packages/pycha/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/pycha/trunk/debian/source.lintian-overrides	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,2 @@
+# We need setuptools to run python setup.py clean
+pycha source: build-depends-without-arch-dep python-setuptools

Added: packages/pycha/trunk/debian/watch
===================================================================
--- packages/pycha/trunk/debian/watch	                        (rev 0)
+++ packages/pycha/trunk/debian/watch	2008-01-04 00:09:47 UTC (rev 4267)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/pycha/ pycha-(.*)\.tar\.gz

Modified: packages/pycha/trunk/pycha.egg-info/SOURCES.txt
===================================================================
--- packages/pycha/trunk/pycha.egg-info/SOURCES.txt	2008-01-04 00:09:38 UTC (rev 4266)
+++ packages/pycha/trunk/pycha.egg-info/SOURCES.txt	2008-01-04 00:09:47 UTC (rev 4267)
@@ -3,6 +3,7 @@
 COPYING
 README.txt
 pycha.kpf
+setup.cfg
 setup.py
 bin/generate_api.sh
 examples/barchart.py




More information about the Python-modules-commits mailing list