[Python-modules-commits] r25762 - in packages/python-gmpy/trunk/debian (6 files)

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Fri Sep 6 02:05:15 UTC 2013


    Date: Friday, September 6, 2013 @ 02:05:12
  Author: aomighty-guest
Revision: 25762

Syncing version 1.15 with the repository

Modified:
  packages/python-gmpy/trunk/debian/changelog
  packages/python-gmpy/trunk/debian/compat
  packages/python-gmpy/trunk/debian/control
  packages/python-gmpy/trunk/debian/copyright
  packages/python-gmpy/trunk/debian/rules
  packages/python-gmpy/trunk/debian/watch

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/changelog	2013-09-06 02:05:12 UTC (rev 25762)
@@ -1,8 +1,14 @@
-python-gmpy (1.14-4) UNRELEASED; urgency=low
+python-gmpy (1.15-1) unstable; urgency=low
 
-  * Add Vcs-* fields.
+  * New upstream release
+  * Updated Standards-Version to 3.9.3.0 (no changes needed)
+  * Updated the watch file to make it actually work (not sure if it really did
+    before)
+  * Updated debhelper compatibility level to 9
+  * Changed the license symlink to be more specific
+  * Cleaned up the rules file
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:42 +0200
+ -- Martin Kelly <aomighty at gmail.com>  Tue, 13 Mar 2012 23:31:03 -0400
 
 python-gmpy (1.14-3) unstable; urgency=low
 

Modified: packages/python-gmpy/trunk/debian/compat
===================================================================
--- packages/python-gmpy/trunk/debian/compat	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/compat	2013-09-06 02:05:12 UTC (rev 25762)
@@ -1 +1 @@
-5
+9

Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/control	2013-09-06 02:05:12 UTC (rev 25762)
@@ -2,13 +2,11 @@
 Section: python
 Priority: optional
 Maintainer: Martin Kelly <aomighty at gmail.com>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5), libgmp-dev
-Standards-Version: 3.9.1.0
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5), libgmp-dev
+Standards-Version: 3.9.3.0
 Homepage: http://code.google.com/p/gmpy/
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-XS-Python-Version: >= 2.3
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gmpy/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gmpy/trunk/
+X-Python-Version: >= 2.3
 
 Package: python-gmpy
 Architecture: any

Modified: packages/python-gmpy/trunk/debian/copyright
===================================================================
--- packages/python-gmpy/trunk/debian/copyright	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/copyright	2013-09-06 02:05:12 UTC (rev 25762)
@@ -28,7 +28,7 @@
 Copyright 2000 by Pearu Peterson <pearu at ioc.ee>
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 The Debian packaging is Copyright 2007-2010 Martin Kelly <aomighty at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Modified: packages/python-gmpy/trunk/debian/rules
===================================================================
--- packages/python-gmpy/trunk/debian/rules	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/rules	2013-09-06 02:05:12 UTC (rev 25762)
@@ -10,7 +10,9 @@
 	find . -name *\.py[co] -exec rm {} \;
 	dh_clean
 
-build: $(PYVERS:%=build-python%)
+build: build-arch
+
+build-arch: $(PYVERS:%=build-python%)
 	touch $@
 
 build-python%:
@@ -18,6 +20,8 @@
 	python$* setup.py build
 	touch $@
 
+build-indep:
+
 install: build $(PYVERS:%=install-python%)
 
 install-python%:

Modified: packages/python-gmpy/trunk/debian/watch
===================================================================
--- packages/python-gmpy/trunk/debian/watch	2013-09-06 01:52:07 UTC (rev 25761)
+++ packages/python-gmpy/trunk/debian/watch	2013-09-06 02:05:12 UTC (rev 25762)
@@ -1,4 +1,3 @@
 # Compulsory line, this is a version 3 file
 version=3
-opts="uversionmangle=s/(.*[0-9.])/$1/" \
-http://code.google.com/p/gmpy/downloads/list http://gmpy.googlecode.com/files/gmpy-(.*).zip
+http://code.google.com/p/gmpy/downloads/list?can=1 .*/gmpy-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)




More information about the Python-modules-commits mailing list