[Python-modules-commits] r3810 - in packages/enthought-chaco2 (11 files)

varun-guest at users.alioth.debian.org varun-guest at users.alioth.debian.org
Mon Dec 3 07:38:12 UTC 2007


    Date: Monday, December 3, 2007 @ 07:38:10
  Author: varun-guest
Revision: 3810

* Oops.. reinject debian files.

Added:
  packages/enthought-chaco2/trunk/
  packages/enthought-chaco2/trunk/debian/
  packages/enthought-chaco2/trunk/debian/changelog
  packages/enthought-chaco2/trunk/debian/compat
  packages/enthought-chaco2/trunk/debian/control
  packages/enthought-chaco2/trunk/debian/copyright
  packages/enthought-chaco2/trunk/debian/docs
  packages/enthought-chaco2/trunk/debian/examples
  packages/enthought-chaco2/trunk/debian/pycompat
  packages/enthought-chaco2/trunk/debian/rules
  packages/enthought-chaco2/trunk/debian/watch

Added: packages/enthought-chaco2/trunk/debian/changelog
===================================================================
--- packages/enthought-chaco2/trunk/debian/changelog	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/changelog	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,5 @@
+enthought-chaco2 (2.0.1b1-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian.
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 02 Dec 2007 22:59:17 +0530

Added: packages/enthought-chaco2/trunk/debian/compat
===================================================================
--- packages/enthought-chaco2/trunk/debian/compat	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/compat	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1 @@
+5

Added: packages/enthought-chaco2/trunk/debian/control
===================================================================
--- packages/enthought-chaco2/trunk/debian/control	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/control	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,29 @@
+Source: enthought-chaco2
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varunhiremath at gmail.com>
+Build-Depends: cdbs, debhelper(>= 5), python-all-dev, python-central, python-setuptools
+Standards-Version: 3.7.2
+Homepage: http://code.enthought.com/chaco/
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/enthought-chaco/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/enthought-chaco/trunk/
+
+Package: python-enthought-chaco2
+Architecture: any
+Depends: ${python:Depends}
+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.
+ .
+ Features
+  * Flexible drawing and layout
+  * Modular and extensible architecture
+  * Data model for ease of extension and embedding

Added: packages/enthought-chaco2/trunk/debian/copyright
===================================================================
--- packages/enthought-chaco2/trunk/debian/copyright	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/copyright	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,38 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Sun,  2 Dec 2007 23:36:42 +0530.
+
+It was downloaded from http://code.enthought.com/enstaller/eggs/source/
+
+Upstream Author: Enthought, Inc <info at enthought.com>
+
+Copyright: (c) 2006, Enthought, Inc. <info at enthought.com>
+
+License:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+    
+     * Redistributions of source code must retain the above copyright notice, this
+       list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
+       and/or other materials provided with the distribution.
+     * Neither the name of Enthought, Inc. nor the names of its contributors may
+       be used to endorse or promote products derived from this software without
+       specific prior written permission.
+    
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+    On Debian systems, the complete text of the BSD License can be 
+    found in `/usr/share/common-licenses/BSD'.
+    
+The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/enthought-chaco2/trunk/debian/docs
===================================================================
--- packages/enthought-chaco2/trunk/debian/docs	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/docs	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,2 @@
+docs/*.pdf
+docs/*.txt

Added: packages/enthought-chaco2/trunk/debian/examples
===================================================================
--- packages/enthought-chaco2/trunk/debian/examples	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/examples	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1 @@
+examples/*

Added: packages/enthought-chaco2/trunk/debian/pycompat
===================================================================
--- packages/enthought-chaco2/trunk/debian/pycompat	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/pycompat	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1 @@
+2

Added: packages/enthought-chaco2/trunk/debian/rules
===================================================================
--- packages/enthought-chaco2/trunk/debian/rules	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/rules	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+SITE_PACKAGES=$(DEB_DESTDIR)usr/share/pycentral/python-enthought-chaco2/site-packages
+EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enthought-chaco2/examples
+
+binary-predeb/python-enthought-chaco2::
+	$(RM) $(SITE_PACKAGES)/enthought/chaco2/LICENSE
+	sed -i '/^#!/d' $(SITE_PACKAGES)/enthought/chaco2/contour/setup.py
+	find $(SITE_PACKAGES) -type f | xargs chmod 644
+	find $(EXAMPLES) -type f | xargs sed -i '/^#!/d'
+	find $(EXAMPLES) -type f | xargs chmod 644
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename 

Added: packages/enthought-chaco2/trunk/debian/watch
===================================================================
--- packages/enthought-chaco2/trunk/debian/watch	                        (rev 0)
+++ packages/enthought-chaco2/trunk/debian/watch	2007-12-03 07:38:10 UTC (rev 3810)
@@ -0,0 +1,2 @@
+version=3
+http://code.enthought.com/enstaller/eggs/source/enthought.chaco2-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list