[Python-modules-commits] r3754 - in /packages/mpmath/trunk/debian: ./ changelog compat control copyright rules watch

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Nov 26 23:26:59 UTC 2007


Author: morph-guest
Date: Mon Nov 26 23:26:59 2007
New Revision: 3754

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3754
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/mpmath/trunk/debian/   (with props)
    packages/mpmath/trunk/debian/changelog
    packages/mpmath/trunk/debian/compat
    packages/mpmath/trunk/debian/control
    packages/mpmath/trunk/debian/copyright
    packages/mpmath/trunk/debian/rules   (with props)
    packages/mpmath/trunk/debian/watch

Propchange: packages/mpmath/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/mpmath/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/changelog?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/changelog (added)
+++ packages/mpmath/trunk/debian/changelog Mon Nov 26 23:26:59 2007
@@ -1,0 +1,5 @@
+mpmath (0.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #453024)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 26 Nov 2007 22:33:46 +0100

Added: packages/mpmath/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/compat?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/compat (added)
+++ packages/mpmath/trunk/debian/compat Mon Nov 26 23:26:59 2007
@@ -1,0 +1,1 @@
+5

Added: packages/mpmath/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/control?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/control (added)
+++ packages/mpmath/trunk/debian/control Mon Nov 26 23:26:59 2007
@@ -1,0 +1,32 @@
+Source: mpmath
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), python, python-all-dev
+Build-Depends-Indep: python-central (>= 0.5.6)
+Standards-Version: 3.7.2
+Homepage: http://code.google.com/p/mpmath/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/mpmath/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/?op=log
+XS-Python-Version: all
+
+Package: python-mpmath
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: library for arbitrary-precision floating-point arithmetic
+ mpmath   is    a   pure-Python   library    for   arbitrary-precision
+ floating-point arithmetic. Its features include:
+ .
+   * Runs  without compilation  on any  computer where  Python  2.4 or
+     later is installed
+   * Fair  performance  --  typically  10-100x  faster  than  Python's
+     decimal library
+   * Transcendental functions -- all  functions from Python's math and
+     cmath modules, plus a few more like gamma, factorial, erf
+   * Complex numbers -- with support for transcendental functions
+   * Directed  rounding  --   floor,  ceiling,  down,  up,  half-down,
+     half-up, half-even
+   * Unlimited exponents -- no overflow or underflow

Added: packages/mpmath/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/copyright?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/copyright (added)
+++ packages/mpmath/trunk/debian/copyright Mon Nov 26 23:26:59 2007
@@ -1,0 +1,51 @@
+This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+Mon, 26 Nov 2007 20:55:55 +0100.
+
+It was downloaded from http://code.google.com/p/mpmath/
+
+Upstream Author: 
+
+    Fredrik Johansson <fredrik.johansson at gmail.com>
+
+Copyright: 
+
+    Copyright (c) 2005-2007 Fredrik Johansson
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        a.  Redistributions  of  source  code must  retain  the  above
+        copyright notice,  this list  of conditions and  the following
+        disclaimer.
+        b.  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.
+        c.  Neither  the   name  of  mpmath  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 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) 2007, Sandro Tosi <matrixhasu at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/mpmath/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/rules?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/rules (added)
+++ packages/mpmath/trunk/debian/rules Mon Nov 26 23:26:59 2007
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -r)
+
+build: build-stamp
+build-stamp:
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	[ ! -d build ] || rm -rf build
+
+	for python in $(PYVERS); do \
+	   $$python setup.py clean; \
+	done
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+
+	# Add here commands to install the package into debian/python-mpmath.
+	for python in $(PYVERS); do \
+	   $$python setup.py install --root=debian/python-mpmath; \
+	done
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs	CHANGES
+	dh_installdocs		README demo/
+	dh_installexamples
+	dh_pycentral
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/mpmath/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/mpmath/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/mpmath/trunk/debian/watch?rev=3754&op=file
==============================================================================
--- packages/mpmath/trunk/debian/watch (added)
+++ packages/mpmath/trunk/debian/watch Mon Nov 26 23:26:59 2007
@@ -1,0 +1,3 @@
+version=3
+
+http://code.google.com/p/mpmath/downloads/list http://mpmath.googlecode.com/files/mpmath-(.*)\.zip




More information about the Python-modules-commits mailing list