[Python-modules-commits] r2375 - in /packages/sympy/trunk/debian: changelog control copyright rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun May 13 17:12:26 UTC 2007


Author: piotr
Date: Sun May 13 17:12:26 2007
New Revision: 2375

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2375
Log:
update to the uploaded version

Modified:
    packages/sympy/trunk/debian/changelog
    packages/sympy/trunk/debian/control
    packages/sympy/trunk/debian/copyright
    packages/sympy/trunk/debian/rules

Modified: packages/sympy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/changelog?rev=2375&op=diff
==============================================================================
--- packages/sympy/trunk/debian/changelog (original)
+++ packages/sympy/trunk/debian/changelog Sun May 13 17:12:26 2007
@@ -2,4 +2,4 @@
 
   * Initial Debian release (closes: #418410) 
 
- -- Ondrej Certik <ondrej at certik.cz>  Mon, 09 Apr 2007 17:52:55 +0200
+ -- Ondrej Certik <ondrej at certik.cz>  Sun, 13 May 2007 17:52:55 +0200

Modified: packages/sympy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/control?rev=2375&op=diff
==============================================================================
--- packages/sympy/trunk/debian/control (original)
+++ packages/sympy/trunk/debian/control Sun May 13 17:12:26 2007
@@ -2,7 +2,8 @@
 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)
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11)
+Build-Depends-Indep: docbook2x (>= 0.8.3-1)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 

Modified: packages/sympy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/copyright?rev=2375&op=diff
==============================================================================
--- packages/sympy/trunk/debian/copyright (original)
+++ packages/sympy/trunk/debian/copyright Sun May 13 17:12:26 2007
@@ -1,3 +1,10 @@
+It was downloaded from http://code.google.com/p/sympy/
+The following commands will create the source package:
+
+To create upstream tarball run:
+$ svn co http://sympy.googlecode.com/svn/tags/sympy-0.4~pre+svn780/ sympy-0.4~pre+svn780
+$ tar --exclude=*.svn* --exclude=debian -zcf sympy_0.4~pre+svn780.orig.tar.gz sympy-0.4~pre+svn780/
+
 Upstream Authors: Ondrej Certik, Fabian Seoane
 
 Copyright 2006, 2007 Ondrej Certik
@@ -26,11 +33,6 @@
 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)

Modified: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=2375&op=diff
==============================================================================
--- packages/sympy/trunk/debian/rules (original)
+++ packages/sympy/trunk/debian/rules Sun May 13 17:12:26 2007
@@ -13,15 +13,3 @@
 
 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




More information about the Python-modules-commits mailing list