[Python-modules-commits] r9327 - in packages/scitools/trunk (9 files)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Aug 14 07:36:37 UTC 2009


    Date: Friday, August 14, 2009 @ 07:36:35
  Author: johannr-guest
Revision: 9327

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/scitools/trunk/debian/
  packages/scitools/trunk/debian/changelog
  packages/scitools/trunk/debian/compat
  packages/scitools/trunk/debian/control
  packages/scitools/trunk/debian/copyright
  packages/scitools/trunk/debian/docs
  packages/scitools/trunk/debian/pycompat
  packages/scitools/trunk/debian/rules
  packages/scitools/trunk/debian/watch


Property changes on: packages/scitools/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/scitools/trunk/debian/changelog
===================================================================
--- packages/scitools/trunk/debian/changelog	                        (rev 0)
+++ packages/scitools/trunk/debian/changelog	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,5 @@
+scitools (0.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #538853)
+
+ -- Johannes Ring <johannr at simula.no>  Sun, 26 Oct 2008 07:33:28 +0100

Added: packages/scitools/trunk/debian/compat
===================================================================
--- packages/scitools/trunk/debian/compat	                        (rev 0)
+++ packages/scitools/trunk/debian/compat	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1 @@
+5

Added: packages/scitools/trunk/debian/control
===================================================================
--- packages/scitools/trunk/debian/control	                        (rev 0)
+++ packages/scitools/trunk/debian/control	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,20 @@
+Source: scitools
+Section: python
+Priority: extra
+Maintainer: Johannes Ring <johannr at simula.no>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python-all, python-central (>= 0.6.0), python-numpy, python-gnuplot
+Standards-Version: 3.8.2
+XS-Python-Version: >= 2.5
+Homepage: http://scitools.googlecode.com
+
+Package: python-scitools
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: python-numpy, python-gnuplot, ${python:Depends}, ${misc:Depends}
+Recommends: python-scipy, python-scientific, imagemagick
+Suggests: python-matplotlib, python-vtk, python-pyx, python-pmw, blt, python-tk, netpbm, ffmpeg, mencoder, python-numeric, python-numarray
+Description: Python library for scientific computing
+ SciTools is a Python package containing lots of useful tools for scientific
+ computing in Python. The package is built on top of other widely used 
+ packages such as NumPy, SciPy, ScientificPython, Gnuplot, etc. 
+

Added: packages/scitools/trunk/debian/copyright
===================================================================
--- packages/scitools/trunk/debian/copyright	                        (rev 0)
+++ packages/scitools/trunk/debian/copyright	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,52 @@
+This package was debianized by Johannes Ring <johannr at simula.no> on
+Sun, 26 Oct 2008 07:33:28 +0100.
+
+It was downloaded from http://scitools.googlecode.com
+
+Upstream Authors:
+
+    Hans Petter Langtangen <hpl at simula.no>
+    Johannes H. Ring <johannr at simula.no>
+    Ilmar Wilbers <ilmarw at simula.no>
+    Rolv E. Bredesen <rolveb at simula.no>
+
+Copyright: 
+
+    Copyright (C) 2007-2009 Hans Petter Langtangen <hpl at simula.no> and Simula 
+    Research Laboratory.
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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) 2008, Johannes Ring <johannr at simula.no> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+Files or directories which have a different copyright/license attached:
+
+Files: lib/scitools/Lumpy.py
+	 lib/scitools/_Gui.py
+Copyright: 2005, Allen B. Downey <adowney at wellesley.edu>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ (GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2".
+
+Files: bin/pyreport
+Copyright: 2005, Gael Varoquaux <gaeldotvaroquaux at normalesupdotorg>
+License: BSD Style

Added: packages/scitools/trunk/debian/docs
===================================================================
--- packages/scitools/trunk/debian/docs	                        (rev 0)
+++ packages/scitools/trunk/debian/docs	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,2 @@
+README
+examples

Added: packages/scitools/trunk/debian/pycompat
===================================================================
--- packages/scitools/trunk/debian/pycompat	                        (rev 0)
+++ packages/scitools/trunk/debian/pycompat	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1 @@
+2

Added: packages/scitools/trunk/debian/rules
===================================================================
--- packages/scitools/trunk/debian/rules	                        (rev 0)
+++ packages/scitools/trunk/debian/rules	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,22 @@
+#!/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
+
+USCAN_DESTDIR := $(CURDIR)
+
+binary-install/python-scitools::
+# Keep lintian happy (executable-not-elf-or-script):
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plotdemo3.py
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plotdemo4.py
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plotdemo1.py
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plotdemo2.py
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plottest.py
+	chmod -x $(CURDIR)/debian/python-scitools/usr/share/doc/python-scitools/examples/old/plotdemo0.py
+
+get-orig-source:
+	uscan --force-download --verbose --destdir $(USCAN_DESTDIR)


Property changes on: packages/scitools/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/scitools/trunk/debian/watch
===================================================================
--- packages/scitools/trunk/debian/watch	                        (rev 0)
+++ packages/scitools/trunk/debian/watch	2009-08-14 07:36:35 UTC (rev 9327)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/scitools/downloads/list \
+http://scitools.googlecode.com/files/scitools-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list