[Python-modules-commits] r6737 - in packages (14 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Oct 26 05:41:17 UTC 2008


    Date: Sunday, October 26, 2008 @ 05:41:17
  Author: varun
Revision: 6737

* New package

Added:
  packages/python-envisageplugins/
  packages/python-envisageplugins/tags/
  packages/python-envisageplugins/trunk/
  packages/python-envisageplugins/trunk/debian/
  packages/python-envisageplugins/trunk/debian/changelog
  packages/python-envisageplugins/trunk/debian/compat
  packages/python-envisageplugins/trunk/debian/control
  packages/python-envisageplugins/trunk/debian/copyright
  packages/python-envisageplugins/trunk/debian/docs
  packages/python-envisageplugins/trunk/debian/examples
  packages/python-envisageplugins/trunk/debian/orig-tar.sh
  packages/python-envisageplugins/trunk/debian/pycompat
  packages/python-envisageplugins/trunk/debian/rules
  packages/python-envisageplugins/trunk/debian/watch


Property changes on: packages/python-envisageplugins/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-envisageplugins/trunk/debian/changelog
===================================================================
--- packages/python-envisageplugins/trunk/debian/changelog	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/changelog	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,5 @@
+python-envisageplugins (3.0.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Varun Hiremath <varun at debian.org>  Sat, 27 Sep 2008 13:05:26 -0400

Added: packages/python-envisageplugins/trunk/debian/compat
===================================================================
--- packages/python-envisageplugins/trunk/debian/compat	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/compat	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1 @@
+5

Added: packages/python-envisageplugins/trunk/debian/control
===================================================================
--- packages/python-envisageplugins/trunk/debian/control	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/control	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,35 @@
+Source: python-envisageplugins
+Section: python
+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 (>= 6), python-all-dev, python-central (>= 0.6), python-setuptools
+Standards-Version: 3.8.0
+Homepage: http://pypi.python.org/pypi/EnvisagePlugins
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-envisageplugins/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-envisageplugins/trunk/?op=log
+
+Package: python-envisageplugins
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-enthoughtbase, python-traits
+XB-Python-Version: ${python:Versions}
+Description: Plugins for the Envisage framework
+ The EnvisagePlugins project includes a number of plug-ins for the
+ Envisage framework that Enthought has found useful for building
+ scientific applications. Envisage does not require that you use these
+ plug-ins, but you may find them useful to avoid having to reinvent
+ these particular wheels.
+ .
+    * Workbench: Provides an application GUI window that supports
+      views and perspectives, similar to the Eclipse IDE.
+    * Action: Supports user-interaction command mechanisms, such as
+      toolbars, menus, and buttons.
+    * Single Project: Supports a project paradigm for saving
+      application data, assuming an interaction model in which only
+      one project can be open in the application at a time.
+    * Text Editor: Provides a rudimentary text editor interface.
+    * Python Shell: Provides an interactive Python shell within a
+      Workbench-based application.
+    * Debug: Provides the Frame Based Inspector from the ETSDevTools
+      project as an Envisage plug-in

Added: packages/python-envisageplugins/trunk/debian/copyright
===================================================================
--- packages/python-envisageplugins/trunk/debian/copyright	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/copyright	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,35 @@
+This package was debianized by Varun Hiremath <varun at debian.org> on
+Fri, 26 Sep 2008 17:51:35 -0400
+
+It was downloaded from http://pypi.python.org/pypi/EnvisagePlugins
+
+Upstream Author: Enthought, Inc.
+
+Copyright: (c) 2003-2008, Enthought, Inc. All rights reserved.
+
+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.
+
+The Debian packaging is (C) 2008 Varun Hiremath <varun at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/python-envisageplugins/trunk/debian/docs
===================================================================
--- packages/python-envisageplugins/trunk/debian/docs	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/docs	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1 @@
+enthought.traits/docs/*.pdf

Added: packages/python-envisageplugins/trunk/debian/examples
===================================================================
--- packages/python-envisageplugins/trunk/debian/examples	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/examples	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1 @@
+enthought.traits/examples/*

Added: packages/python-envisageplugins/trunk/debian/orig-tar.sh
===================================================================
--- packages/python-envisageplugins/trunk/debian/orig-tar.sh	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/orig-tar.sh	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $3 $origDir
+  echo "moved $3 to $origDir"
+fi


Property changes on: packages/python-envisageplugins/trunk/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-envisageplugins/trunk/debian/pycompat
===================================================================
--- packages/python-envisageplugins/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/pycompat	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1 @@
+2

Added: packages/python-envisageplugins/trunk/debian/rules
===================================================================
--- packages/python-envisageplugins/trunk/debian/rules	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/rules	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_COMPRESS_EXCLUDE		:= .py
+DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
+PYSHARED			 = $(DEB_DESTDIR)`pycentral pycentraldir python-envisageplugins`
+PYVERSION			 = $(shell pyversions -vd)
+
+install/python-envisageplugins::
+	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename


Property changes on: packages/python-envisageplugins/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-envisageplugins/trunk/debian/watch
===================================================================
--- packages/python-envisageplugins/trunk/debian/watch	                        (rev 0)
+++ packages/python-envisageplugins/trunk/debian/watch	2008-10-26 05:41:17 UTC (rev 6737)
@@ -0,0 +1,6 @@
+version=3
+opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
+http://pypi.python.org/packages/source/E/EnvisagePlugins/EnvisagePlugins-(.*).tar.gz \
+debian debian/orig-tar.sh
+
+




More information about the Python-modules-commits mailing list