debian/0000755000000000000000000000000011677467352007210 5ustar debian/changelog0000644000000000000000000000514311677467352011065 0ustar python-enthoughtbase (3.1.0-2build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:09:46 +0000 python-enthoughtbase (3.1.0-2) unstable; urgency=low * Team upload. * Rebuild to pick up 2.7 and drop 2.5 from supported versions * d/control: Bump Standards-Version to 3.9.2 -- Sandro Tosi Sat, 07 May 2011 09:48:55 +0200 python-enthoughtbase (3.1.0-1) unstable; urgency=low * New upstream release * Convert to dh_python2 (Closes: #617003) -- Varun Hiremath Tue, 05 Apr 2011 23:45:59 -0400 python-enthoughtbase (3.0.6-1) experimental; urgency=low * New upstream release * d/copyright: Fix BSD license referencing * Drop patches/fix_exceptions.diff -- merged upstream -- Varun Hiremath Sun, 17 Oct 2010 21:24:43 -0400 python-enthoughtbase (3.0.5-2) unstable; urgency=low * Add patches/fix_exceptions.diff to fix Python string exceptions (Closes: #585289) * Remove Conflicts on mayavi2, python-enthought-traits - not needed * Bump Standards-Version to 3.9.1 -- Varun Hiremath Wed, 11 Aug 2010 01:49:01 -0400 python-enthoughtbase (3.0.5-1) unstable; urgency=low * New upstream release -- Varun Hiremath Thu, 03 Jun 2010 01:47:57 -0400 python-enthoughtbase (3.0.4-1) unstable; urgency=low * New upstream release * Switch to source format 3.0 * Bump Standards-Version to 3.8.4 -- Varun Hiremath Sun, 28 Feb 2010 14:26:52 -0500 python-enthoughtbase (3.0.3-2) unstable; urgency=low * debian/control: - Add python-apptools to Depends (Closes: #560723) - Bump Standards-Version to 3.8.3 -- Varun Hiremath Sun, 13 Dec 2009 00:02:26 -0500 python-enthoughtbase (3.0.3-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.2 * debian/copyright: fix lintian warnings -- Varun Hiremath Mon, 20 Jul 2009 02:52:45 -0400 python-enthoughtbase (3.0.2-1) unstable; urgency=low * New upstream release -- Varun Hiremath Fri, 27 Mar 2009 04:48:02 -0400 python-enthoughtbase (3.0.1-1) unstable; urgency=low [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn [ Varun Hiremath ] * New upstream release * debian/control: add python-setupdocs to Build-Depends -- Varun Hiremath Sun, 28 Dec 2008 22:36:01 -0500 python-enthoughtbase (3.0.0-1) experimental; urgency=low * Initial release -- Varun Hiremath Sun, 26 Oct 2008 01:27:12 -0400 debian/rules0000755000000000000000000000054611547140112010247 0ustar #!/usr/bin/make -f 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 debian/orig-tar.sh0000755000000000000000000000022311105260161011237 0ustar #!/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 debian/control0000644000000000000000000000266211561173216010602 0ustar Source: python-enthoughtbase Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Varun Hiremath Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~), python-setupdocs Standards-Version: 3.9.2 Homepage: http://pypi.python.org/pypi/EnthoughtBase X-Python-Version: >=2.4 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-enthoughtbase/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-enthoughtbase/trunk/ Package: python-enthoughtbase Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-apptools 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 debian/examples0000644000000000000000000000001311146057043010722 0ustar examples/* debian/copyright0000644000000000000000000000475111501735671011136 0ustar This package was debianized by Varun Hiremath on Fri, 26 Sep 2008 17:51:35 -0400 It was downloaded from http://pypi.python.org/pypi/EnthoughtBase Upstream Author: Enthought, Inc. Copyright: © 2003-2008, Enthought, Inc. All rights reserved. © 2003 Dr. Conan C. Albrecht License: BSD 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 the 3 clause BSD license (see above). On Debian systems, the complete text of the LGPL License can be found in `/usr/share/common-licenses/LGPL'. --------------------------------------------------------------------------- The Debian packaging is © 2008 Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/pycompat0000644000000000000000000000000211105260161010726 0ustar 2 debian/source/0000755000000000000000000000000011561174662010477 5ustar debian/source/format0000644000000000000000000000001411350461752011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000024211350461752010221 0ustar version=3 opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \ http://www.enthought.com/repo/ets/EnthoughtBase-(.*).tar.gz \ debian debian/orig-tar.sh debian/compat0000644000000000000000000000000211350461752010370 0ustar 7 debian/docs0000644000000000000000000000003411105260161010027 0ustar enthought.traits/docs/*.pdf