[Python-modules-commits] r4398 - in packages/enthought-chaco2/trunk/debian (4 files)
varun at users.alioth.debian.org
varun at users.alioth.debian.org
Sun Jan 20 10:08:05 UTC 2008
Date: Sunday, January 20, 2008 @ 10:08:05
Author: varun
Revision: 4398
* Add debian/README.Debian-source
* Add some missing dependencies
Added:
packages/enthought-chaco2/trunk/debian/README.Debian-source
Modified:
packages/enthought-chaco2/trunk/debian/changelog
packages/enthought-chaco2/trunk/debian/compat
packages/enthought-chaco2/trunk/debian/control
Added: packages/enthought-chaco2/trunk/debian/README.Debian-source
===================================================================
--- packages/enthought-chaco2/trunk/debian/README.Debian-source (rev 0)
+++ packages/enthought-chaco2/trunk/debian/README.Debian-source 2008-01-20 10:08:05 UTC (rev 4398)
@@ -0,0 +1,15 @@
+enthought-chaco2
+================
+
+The orig.tar.gz used for packaging enthought-traits has been created
+by merging source tarballs of the following enthought projects:
+
+ enthought.chaco2-2.0.1b1.tar.gz
+ enthought.enable2-2.0.1b1.tar.gz
+ enthought.kiva-2.0.0b2.tar.gz
+
+Please use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the
+debian/orig-tar.sh file.
+
+ -- Varun Hiremath <varun at debian.org>, Sun, 20 Jan 2008 14:46:42 +0530
Modified: packages/enthought-chaco2/trunk/debian/changelog
===================================================================
--- packages/enthought-chaco2/trunk/debian/changelog 2008-01-20 07:54:20 UTC (rev 4397)
+++ packages/enthought-chaco2/trunk/debian/changelog 2008-01-20 10:08:05 UTC (rev 4398)
@@ -1,4 +1,4 @@
-enthought-chaco2 (2.0.1b1-1) UNRELEASED; urgency=low
+enthought-chaco2 (2.0.1b1-1) unstable; urgency=low
[ Varun Hiremath ]
* Initial release
@@ -9,6 +9,8 @@
patches/freetype2.diff to build enthought.kiva using the existing
freetype2 library in Debian
* Update debian/copyright file
+ * Add debian/README.Debian-source
+ * Add some missing dependencies
[ Kumar Appaiah ]
* debian/control:
@@ -22,4 +24,4 @@
- removed /svn/ from Vcs-Svn
- added op=log to Vcs-Browser
- -- Varun Hiremath <varun at debian.org> Sun, 20 Jan 2008 12:42:57 +0530
+ -- Varun Hiremath <varun at debian.org> Sun, 20 Jan 2008 15:52:54 +0530
Modified: packages/enthought-chaco2/trunk/debian/compat
===================================================================
--- packages/enthought-chaco2/trunk/debian/compat 2008-01-20 07:54:20 UTC (rev 4397)
+++ packages/enthought-chaco2/trunk/debian/compat 2008-01-20 10:08:05 UTC (rev 4398)
@@ -1 +1 @@
-5
+6
Modified: packages/enthought-chaco2/trunk/debian/control
===================================================================
--- packages/enthought-chaco2/trunk/debian/control 2008-01-20 07:54:20 UTC (rev 4397)
+++ packages/enthought-chaco2/trunk/debian/control 2008-01-20 10:08:05 UTC (rev 4398)
@@ -3,8 +3,9 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper(>= 5), python-all-dev, python-support,
- python-setuptools, libfreetype6-dev, quilt
+Build-Depends: cdbs, debhelper(>= 6), python-all-dev, python-support,
+ python-setuptools, python-numpy, swig, libfreetype6-dev, libx11-dev,
+ quilt
Standards-Version: 3.7.3
Homepage: http://code.enthought.com/chaco/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/enthought-chaco2/trunk
@@ -13,18 +14,21 @@
Package: python-enthought-chaco2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-numpy, python-enthought-traits-ui
+ python-numpy, python-enthought-traits-ui, python-wxgtk2.6,
+ python-setuptools
XB-Python-Version: ${python:Versions}
Description: interactive plotting application toolkit
- Chaco is a Python plot application toolkit. It is meant to facilitate
- writing plotting applications of all levels of complexity, from
- simple scripts with hard-coded data to large plotting programs with
- complex data interrelationships and a multitude of interactive
- tools. While Chaco generates nice static plots for publication and
- presentation purposes, its components are all designed to be work
- well for interactive data visualization.
+ Chaco is a Python plotting application toolkit and a part of
+ Enthought Tool Suite. It is meant to facilitate writing plotting
+ applications of all levels of complexity, from simple scripts with
+ hard-coded data to large plotting programs with complex data
+ interrelationships and a multitude of interactive tools. While Chaco
+ generates nice static plots for publication and presentation
+ purposes, its components are all designed to be work well for
+ interactive data visualization.
.
- Features
- * Flexible drawing and layout
- * Modular and extensible architecture
- * Data model for ease of extension and embedding
+ This package also includes Kiva and Enable packages from the
+ Enthought Tool Suite which are multi-platform DisplayPDF drawing
+ engines that support multiple output backends, including Windows,
+ GTK, and Macintosh native windowing systems, a variety of raster
+ image formats, PDF, and Postscript.
More information about the Python-modules-commits
mailing list