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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Oct 26 05:35:25 UTC 2008


    Date: Sunday, October 26, 2008 @ 05:35:24
  Author: varun
Revision: 6735

* New package

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


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

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

Added: packages/python-enthoughtbase/trunk/debian/compat
===================================================================
--- packages/python-enthoughtbase/trunk/debian/compat	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/compat	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1 @@
+5

Added: packages/python-enthoughtbase/trunk/debian/control
===================================================================
--- packages/python-enthoughtbase/trunk/debian/control	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/control	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1,31 @@
+Source: python-enthoughtbase
+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/EnthoughtBase
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-enthoughtbase/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-enthoughtbase/trunk/?op=log
+
+Package: python-enthoughtbase
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Conflicts: mayavi2 (<< 3.0.0)
+XB-Python-Version: ${python:Versions}
+Description: Core packages for the Enthought Tool Suite
+ The EnthoughtBase project includes a few core packages that are used
+ by many other projects in the Enthought Tool Suite:
+ .
+   * enthought.etsconfig: Supports configuring settings that need to
+     be shared across multiple projects or programs on the same
+     system. Most significant of these is the GUI toolkit to be
+     used. You can also configure locations for writing application
+     data and user data, and the name of the company responsible for
+     the software (which is used in the application and user data
+     paths on some systems).
+   * enthought.logger: Provides convenience functions for creating
+     logging handlers.
+   * enthought.util: Provides miscellaneous utility functions

Added: packages/python-enthoughtbase/trunk/debian/copyright
===================================================================
--- packages/python-enthoughtbase/trunk/debian/copyright	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/copyright	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1,54 @@
+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/EnthoughtBase
+
+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.
+
+---------------------------------------------------------------------------
+Icon License:
+
+The icons are mostly derived work from other icons. As such they are
+licensed accordingly to the original license:
+
+   CP (Crystal Project): LGPL
+
+Unless stated explicitly, icons are work of enthought, and are
+released under a 3 clause BSD license.
+
+On Debian systems, the complete text of the LGPL License can be 
+found in `/usr/share/common-licenses/LGPL'.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.
+
+---------------------------------------------------------------------------
+
+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-enthoughtbase/trunk/debian/docs
===================================================================
--- packages/python-enthoughtbase/trunk/debian/docs	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/docs	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1 @@
+enthought.traits/docs/*.pdf

Added: packages/python-enthoughtbase/trunk/debian/examples
===================================================================
--- packages/python-enthoughtbase/trunk/debian/examples	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/examples	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1 @@
+enthought.traits/examples/*

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

Added: packages/python-enthoughtbase/trunk/debian/pycompat
===================================================================
--- packages/python-enthoughtbase/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/pycompat	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1 @@
+2

Added: packages/python-enthoughtbase/trunk/debian/rules
===================================================================
--- packages/python-enthoughtbase/trunk/debian/rules	                        (rev 0)
+++ packages/python-enthoughtbase/trunk/debian/rules	2008-10-26 05:35:24 UTC (rev 6735)
@@ -0,0 +1,15 @@
+#!/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
+
+install/python-enthoughtbase::
+	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename


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

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




More information about the Python-modules-commits mailing list