[Python-modules-commits] r8198 - in packages/python-pychart/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Apr 10 09:56:47 UTC 2009


    Date: Friday, April 10, 2009 @ 09:56:46
  Author: morph
Revision: 8198

  - bump Standards-Version to 3.8.1
    + added debian/README.source
  - added ${misc:Depends} to bin pkgs depends
  - replaced 'gs' (transitional package) with 'ghostscript'

Added:
  packages/python-pychart/trunk/debian/README.source
Modified:
  packages/python-pychart/trunk/debian/changelog
  packages/python-pychart/trunk/debian/control

Added: packages/python-pychart/trunk/debian/README.source
===================================================================
--- packages/python-pychart/trunk/debian/README.source	                        (rev 0)
+++ packages/python-pychart/trunk/debian/README.source	2009-04-10 09:56:46 UTC (rev 8198)
@@ -0,0 +1,4 @@
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
+
+    /usr/share/doc/dpatch/

Modified: packages/python-pychart/trunk/debian/changelog
===================================================================
--- packages/python-pychart/trunk/debian/changelog	2009-04-09 14:27:44 UTC (rev 8197)
+++ packages/python-pychart/trunk/debian/changelog	2009-04-10 09:56:46 UTC (rev 8198)
@@ -7,8 +7,11 @@
   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
-  * debian/control
     - switch Vcs-Browser field to viewsvn
+    - bump Standards-Version to 3.8.1
+      + added debian/README.source
+    - added ${misc:Depends} to bin pkgs depends
+    - replaced 'gs' (transitional package) with 'ghostscript'
 
   [ Luca Falavigna ]
   * Remove python-pychart.postinst and python-pychart.prerm, pysupport
@@ -18,7 +21,7 @@
   [ Raphael Hertzog ]
   * Remove myself from Uploaders.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 27 Mar 2009 10:42:24 +0000
+ -- Sandro Tosi <morph at debian.org>  Fri, 10 Apr 2009 11:35:38 +0200
 
 python-pychart (1.39-6) unstable; urgency=low
 

Modified: packages/python-pychart/trunk/debian/control
===================================================================
--- packages/python-pychart/trunk/debian/control	2009-04-09 14:27:44 UTC (rev 8197)
+++ packages/python-pychart/trunk/debian/control	2009-04-10 09:56:46 UTC (rev 8198)
@@ -4,20 +4,20 @@
 Maintainer: Santiago Ruano Rincón <santiago at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 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
+Build-Depends-Indep: ghostscript
+Standards-Version: 3.8.1
 Homepage: http://home.gna.org/pychart/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pychart/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pychart/trunk/
 
 Package: python-pychart
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Suggests: python-pychart-doc
 Replaces: python2.3-pychart, python2.4-pychart
 Conflicts: python2.3-pychart, python2.4-pychart
-Recommends: gs
+Recommends: ghostscript
 XB-Python-Version: ${python:Versions}
 Description: Python library for creating high quality charts
  PyChart is a Python library for creating high quality 
@@ -32,6 +32,7 @@
 Package: python-pychart-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: python-pychart
 Description: Documentation for PyChart
  PyChart is a Python library for creating high quality 




More information about the Python-modules-commits mailing list