[Python-modules-commits] r4272 - in packages/pycha/trunk/debian (control rules)

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


    Date: Friday, January 4, 2008 @ 18:57:47
  Author: bernat-guest
Revision: 4272

Description of pycha proofread by debian-l10n-english.
New clean target to get rid of SOURCES.txt.

Modified:
  packages/pycha/trunk/debian/control
  packages/pycha/trunk/debian/rules

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2008-01-04 00:22:06 UTC (rev 4271)
+++ packages/pycha/trunk/debian/control	2008-01-04 18:57:47 UTC (rev 4272)
@@ -13,8 +13,8 @@
 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.
+Description: chart-drawing library using Cairo
+ This package provides a Python library for drawing most common charts
+ (pie, line, or bar) using Cairo as backend.  It aims to be simple to
+ use, flexible, lightweight, attractive and customizable but still
+ providing sane default settings.

Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules	2008-01-04 00:22:06 UTC (rev 4271)
+++ packages/pycha/trunk/debian/rules	2008-01-04 18:57:47 UTC (rev 4272)
@@ -23,3 +23,7 @@
 	find 'debian/$(cdbs_curpkg)' -name '*.py[co]' -print0 \
 	| xargs -0 rm -f --
 endif
+
+clean::
+	# This file has been modified and we don't need it
+	rm pycha.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list