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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Oct 26 05:40:44 UTC 2008


    Date: Sunday, October 26, 2008 @ 05:40:43
  Author: varun
Revision: 6736

* New package

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


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

Added: packages/python-envisagecore/trunk/debian/changelog
===================================================================
--- packages/python-envisagecore/trunk/debian/changelog	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/changelog	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1,5 @@
+python-envisagecore (3.0.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Varun Hiremath <varun at debian.org>  Sun, 26 Oct 2008 01:36:05 -0400

Added: packages/python-envisagecore/trunk/debian/compat
===================================================================
--- packages/python-envisagecore/trunk/debian/compat	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/compat	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1 @@
+5

Added: packages/python-envisagecore/trunk/debian/control
===================================================================
--- packages/python-envisagecore/trunk/debian/control	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/control	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1,25 @@
+Source: python-envisagecore
+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/EnvisageCore
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-envisagecore/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-envisagecore/trunk/?op=log
+
+Package: python-envisagecore
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-enthoughtbase, python-traits
+XB-Python-Version: ${python:Versions}
+Description: Extensible Application Framework
+ Envisage is a Python-based framework for building extensible
+ applications, that is, applications whose functionality can be
+ extended by adding "plug-ins". Envisage provides a standard mechanism
+ for features to be added to an application, whether by the original
+ developer or by someone else. In fact, when you build an application
+ using Envisage, the entire application consists primarily of
+ plug-ins. In this respect, it is similar to the Eclipse and Netbeans
+ frameworks for Java applications.

Added: packages/python-envisagecore/trunk/debian/copyright
===================================================================
--- packages/python-envisagecore/trunk/debian/copyright	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/copyright	2008-10-26 05:40:43 UTC (rev 6736)
@@ -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/EnvisageCore
+
+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-envisagecore/trunk/debian/docs
===================================================================
--- packages/python-envisagecore/trunk/debian/docs	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/docs	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1 @@
+enthought.traits/docs/*.pdf

Added: packages/python-envisagecore/trunk/debian/examples
===================================================================
--- packages/python-envisagecore/trunk/debian/examples	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/examples	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1 @@
+enthought.traits/examples/*

Added: packages/python-envisagecore/trunk/debian/orig-tar.sh
===================================================================
--- packages/python-envisagecore/trunk/debian/orig-tar.sh	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/orig-tar.sh	2008-10-26 05:40:43 UTC (rev 6736)
@@ -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-envisagecore/trunk/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-envisagecore/trunk/debian/pycompat
===================================================================
--- packages/python-envisagecore/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/pycompat	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1 @@
+2

Added: packages/python-envisagecore/trunk/debian/rules
===================================================================
--- packages/python-envisagecore/trunk/debian/rules	                        (rev 0)
+++ packages/python-envisagecore/trunk/debian/rules	2008-10-26 05:40:43 UTC (rev 6736)
@@ -0,0 +1,12 @@
+#!/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
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename


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

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




More information about the Python-modules-commits mailing list