[Python-modules-commits] r2239 - in /packages/sympy/trunk/debian: ./ README.Debian changelog compat control copyright docs examples pycompat rules watch

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Fri May 4 08:27:34 UTC 2007


Author: certik-guest
Date: Fri May  4 08:27:33 2007
New Revision: 2239

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

Added:
    packages/sympy/trunk/debian/   (with props)
    packages/sympy/trunk/debian/README.Debian
    packages/sympy/trunk/debian/changelog
    packages/sympy/trunk/debian/compat
    packages/sympy/trunk/debian/control
    packages/sympy/trunk/debian/copyright
    packages/sympy/trunk/debian/docs
    packages/sympy/trunk/debian/examples
    packages/sympy/trunk/debian/pycompat
    packages/sympy/trunk/debian/rules   (with props)
    packages/sympy/trunk/debian/watch

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

Added: packages/sympy/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/README.Debian?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/README.Debian (added)
+++ packages/sympy/trunk/debian/README.Debian Fri May  4 08:27:33 2007
@@ -1,0 +1,24 @@
+SymPy for Debian
+----------------
+
+Web page of SymPy: http://code.google.com/p/sympy
+
+This package contains the sympy Python package, so in Python you can do
+
+import sympy
+
+and it will just work. It also contains the 
+
+isympy
+
+program, that is basically just a python/ipython shell, that imports the
+frequently used commands. It's highly recommended for playing with SymPy. See
+"man isympy" for more info. 
+
+All the documentation for SymPy can be found on the home page.
+
+Examples can be found in 
+
+/usr/share/doc/python-sympy/examples
+
+Ondrej Certik <ondrej at certik.cz>

Added: packages/sympy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/changelog?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/changelog (added)
+++ packages/sympy/trunk/debian/changelog Fri May  4 08:27:33 2007
@@ -1,0 +1,5 @@
+sympy (0.4~pre+svn780-1) unstable; urgency=low
+
+  * Initial Debian release (closes: #418410) 
+
+ -- Ondrej Certik <ondrej at certik.cz>  Mon, 09 Apr 2007 17:52:55 +0200

Added: packages/sympy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/compat?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/compat (added)
+++ packages/sympy/trunk/debian/compat Fri May  4 08:27:33 2007
@@ -1,0 +1,1 @@
+5

Added: packages/sympy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/control?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/control (added)
+++ packages/sympy/trunk/debian/control Fri May  4 08:27:33 2007
@@ -1,0 +1,19 @@
+Source: sympy
+Section: python
+Priority: optional
+Maintainer: Ondrej Certik <ondrej at certik.cz>
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), docbook2x (>= 0.8.3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: python-sympy
+Architecture: all 
+Depends: ${python:Depends}, python-libxslt1 (>= 1.1.17-2), python-libxml2 (>= 2.6.26.dfsg-2)
+Recommends: libgtkmathview-bin  
+XB-Python-Version: ${python:Versions}
+Description: Computer Algebra System (CAS) in Python
+ SymPy is a symbolic manipulation package, written in pure Python. Its aim is to
+ become a full featured CAS in Python, while keeping the code as simple as
+ possible in order to be comprehensible and easily extensible.
+ .
+  Homepage: http://code.google.com/p/sympy/

Added: packages/sympy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/copyright?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/copyright (added)
+++ packages/sympy/trunk/debian/copyright Fri May  4 08:27:33 2007
@@ -1,0 +1,99 @@
+Upstream Authors: Ondrej Certik, Fabian Seoane
+
+Copyright 2006, 2007 Ondrej Certik
+          2007 Fabian Seoane
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License with
+ the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
+ Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+
+This package was debianized by Fabian Seoane <fabian at fseoane.net> on
+Wed, 21 Mar 2007 13:56:19 +0100.
+
+Current maintainer is Ondrej Certik <ondrej at certik.cz>.
+
+It was downloaded from http://code.google.com/p/sympy/
+(download the svn version and then `python setup.py bdist_dpkg`, this will
+checkout a svn version as described in the debian/changelog and create a
+package)
+
+The file sympy/modules/decorator.py is Copyright Michele Simionato
+(http://www.phyast.pitt.edu/~micheles/python/documentation.html)
+
+ Redistributions of source code must retain the above copyright 
+ notice, this list of conditions and the following disclaimer.
+ Redistributions in bytecode 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. 
+
+ 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
+ HOLDERS 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 files sympy/modules/mathml/data/mmlctop.xsl and
+sympy/modules/mathml/data/simple_mmlctop.xsl are
+(C) Copyright 2000-2003 Symbolic Computation Laboratory, 
+                        University of Western Ontario,
+                        London, Canada N6A 5B7.
+
+
+The file sympy/modules/mathml/data/mmltex.xsl is
+Copyright (C) 2001, 2002 Vasil Yaroshevich
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the ``Software''), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+Except as contained in this notice, the names of individuals
+credited with contribution to this software shall not be used in
+advertising or otherwise to promote the sale, use or other
+dealings in this Software without prior written authorization
+from the individuals in question.
+
+Any stylesheet derived from this Software that is publically
+distributed will be identified with a different name and the
+version strings in any derived Software will be changed so that
+no possibility of confusion between the derived package and this
+Software will exist.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
+CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Added: packages/sympy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/docs?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/docs (added)
+++ packages/sympy/trunk/debian/docs Fri May  4 08:27:33 2007
@@ -1,0 +1,1 @@
+README

Added: packages/sympy/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/examples?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/examples (added)
+++ packages/sympy/trunk/debian/examples Fri May  4 08:27:33 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/sympy/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/pycompat?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/pycompat (added)
+++ packages/sympy/trunk/debian/pycompat Fri May  4 08:27:33 2007
@@ -1,0 +1,1 @@
+2

Added: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/rules (added)
+++ packages/sympy/trunk/debian/rules Fri May  4 08:27:33 2007
@@ -1,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM=pycentral
+DBK2MAN_XSL=/usr/share/docbook2X/xslt/man/docbook.xsl
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+makebuilddir/python-sympy::
+	docbook2x-man doc/man/isympy.xml
+	mv isympy.1 doc/man/isympy.1
+
+clean::
+	-rm -f doc/man/isympy.1
+
+#run this from the sympy root directory
+tarball:
+	@if [ "$$REVISION" = "" ]; then \
+		REVISION=`LC_ALL=C svn --non-interactive info http://sympy.googlecode.com/svn/trunk/ | grep Revision | cut -c 11-`; \
+	fi; \
+	if [ "$$REVISION" = "" ]; then exit 1; fi; \
+	svn -q export -r $${REVISION} --exclude=debian http://sympy.googlecode.com/svn/trunk/ sympy-svn$${REVISION}; \
+	VERSION=`grep "__version__ = " sympy-svn$${REVISION}/sympy/__init__.py | cut -d '"' -f 2`; \
+	tar zcf /tmp/sympy_$$VERSION~svn$${REVISION}.orig.tar.gz sympy-svn$${REVISION}; \
+	rm -rf sympy-svn$${REVISION}; \
+	echo file sympy_$$VERSION~svn$${REVISION}.orig.tar.gz successfully created

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

Added: packages/sympy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/watch?rev=2239&op=file
==============================================================================
--- packages/sympy/trunk/debian/watch (added)
+++ packages/sympy/trunk/debian/watch Fri May  4 08:27:33 2007
@@ -1,0 +1,3 @@
+version=3
+http://code.google.com/p/sympy/ http://sympy.googlecode.com/files/sympy-(.*)\.tar\.gz
+




More information about the Python-modules-commits mailing list