[Python-modules-commits] r15846 - in packages/pycha/trunk/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Feb 22 19:49:08 UTC 2011


    Date: Tuesday, February 22, 2011 @ 19:49:05
  Author: bernat
Revision: 15846

New upstream version

Modified:
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/control
  packages/pycha/trunk/debian/rules
Deleted:
  packages/pycha/trunk/debian/pyversions

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2011-02-22 19:40:25 UTC (rev 15845)
+++ packages/pycha/trunk/debian/changelog	2011-02-22 19:49:05 UTC (rev 15846)
@@ -1,3 +1,11 @@
+pycha (0.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.9.1.
+  * Switch to dh_python2.
+
+ -- Vincent Bernat <bernat at debian.org>  Tue, 22 Feb 2011 20:41:28 +0100
+
 pycha (0.5.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2011-02-22 19:40:25 UTC (rev 15845)
+++ packages/pycha/trunk/debian/control	2011-02-22 19:49:05 UTC (rev 15846)
@@ -3,16 +3,20 @@
 Priority: optional
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python,  python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 5.0.37.2),
+               cdbs (>= 0.4.90~), python (>= 2.6.6-3),
+               python-setuptools (>= 0.6b3)
 Build-Depends-Indep: python-cairo (>= 1.2)
 Homepage: http://bitbucket.org/lgs/pycha/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycha/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycha/trunk/
+X-Python-Version: >= 2.4
 
 Package: python-pycha
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.2)
+Breaks: ${python:Breaks}
 Description: chart-drawing library using Cairo
  This package provides a Python library for drawing most common charts
  (pie, line, scatter or bar) using Cairo as backend.  It aims to be simple to

Deleted: packages/pycha/trunk/debian/pyversions
===================================================================
--- packages/pycha/trunk/debian/pyversions	2011-02-22 19:40:25 UTC (rev 15845)
+++ packages/pycha/trunk/debian/pyversions	2011-02-22 19:49:05 UTC (rev 15846)
@@ -1 +0,0 @@
-2.4-

Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules	2011-02-22 19:40:25 UTC (rev 15845)
+++ packages/pycha/trunk/debian/rules	2011-02-22 19:49:05 UTC (rev 15846)
@@ -1,8 +1,6 @@
 #!/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
 




More information about the Python-modules-commits mailing list