[Python-modules-commits] r3812 - in packages (11 files)
varun-guest at users.alioth.debian.org
varun-guest at users.alioth.debian.org
Mon Dec 3 07:40:12 UTC 2007
Date: Monday, December 3, 2007 @ 07:40:11
Author: varun-guest
Revision: 3812
* New package enthought-kiva
Added:
packages/enthought-kiva/
packages/enthought-kiva/trunk/
packages/enthought-kiva/trunk/debian/
packages/enthought-kiva/trunk/debian/changelog
packages/enthought-kiva/trunk/debian/compat
packages/enthought-kiva/trunk/debian/control
packages/enthought-kiva/trunk/debian/copyright
packages/enthought-kiva/trunk/debian/examples
packages/enthought-kiva/trunk/debian/pycompat
packages/enthought-kiva/trunk/debian/rules
packages/enthought-kiva/trunk/debian/watch
Property changes on: packages/enthought-kiva/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/enthought-kiva/trunk/debian/changelog
===================================================================
--- packages/enthought-kiva/trunk/debian/changelog (rev 0)
+++ packages/enthought-kiva/trunk/debian/changelog 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1,5 @@
+enthought-kiva (2.0.0b2-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-kiva/trunk/debian/compat
===================================================================
--- packages/enthought-kiva/trunk/debian/compat (rev 0)
+++ packages/enthought-kiva/trunk/debian/compat 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1 @@
+5
Added: packages/enthought-kiva/trunk/debian/control
===================================================================
--- packages/enthought-kiva/trunk/debian/control (rev 0)
+++ packages/enthought-kiva/trunk/debian/control 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1,33 @@
+Source: enthought-kiva
+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/kiva/
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/enthought-kiva/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/enthought-kiva/trunk/
+
+Package: python-enthought-kiva
+Architecture: any
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: 2-D drawing library
+ Kiva is a multi-platform DisplayPDF drawing engine that supports
+ multiple output backends, including Windows, GTK, and Macintosh
+ native windowing systems, a variety of raster image formats, PDF, and
+ Postscript.
+ .
+ Kiva currently implements the following features:
+ * paths and compiled paths; arcs, bezier curves, rectangles
+ * graphics state stack
+ * clip stack, disjoint rectangular clip regions
+ * raster image blitting
+ * arbitrary affine transforms of the graphics context
+ * bevelled and mitered joins
+ * line width, line dash
+ * Freetype or native fonts
+ * RGB, RGBA, or grayscale color depths
+ * transparency
Added: packages/enthought-kiva/trunk/debian/copyright
===================================================================
--- packages/enthought-kiva/trunk/debian/copyright (rev 0)
+++ packages/enthought-kiva/trunk/debian/copyright 2007-12-03 07:40:11 UTC (rev 3812)
@@ -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-kiva/trunk/debian/examples
===================================================================
--- packages/enthought-kiva/trunk/debian/examples (rev 0)
+++ packages/enthought-kiva/trunk/debian/examples 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1 @@
+examples/*
Added: packages/enthought-kiva/trunk/debian/pycompat
===================================================================
--- packages/enthought-kiva/trunk/debian/pycompat (rev 0)
+++ packages/enthought-kiva/trunk/debian/pycompat 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1 @@
+2
Added: packages/enthought-kiva/trunk/debian/rules
===================================================================
--- packages/enthought-kiva/trunk/debian/rules (rev 0)
+++ packages/enthought-kiva/trunk/debian/rules 2007-12-03 07:40:11 UTC (rev 3812)
@@ -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-kiva/site-packages
+EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enthought-kiva/examples
+
+binary-predeb/python-enthought-kiva::
+ $(RM) $(SITE_PACKAGES)/enthought/kiva/fonttools/fontTools/LICENSE.txt
+ find $(SITE_PACKAGES) -type f | xargs sed -i '/^#!/d'
+ 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
Property changes on: packages/enthought-kiva/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/enthought-kiva/trunk/debian/watch
===================================================================
--- packages/enthought-kiva/trunk/debian/watch (rev 0)
+++ packages/enthought-kiva/trunk/debian/watch 2007-12-03 07:40:11 UTC (rev 3812)
@@ -0,0 +1,2 @@
+version=3
+http://code.enthought.com/enstaller/eggs/source/enthought.kiva-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list