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

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Sun Oct 26 22:47:25 UTC 2014


    Date: Sunday, October 26, 2014 @ 22:47:24
  Author: aomighty-guest
Revision: 31285

Updated to 2.0.4

Modified:
  packages/python-gmpy2/trunk/debian/changelog
  packages/python-gmpy2/trunk/debian/control
  packages/python-gmpy2/trunk/debian/copyright
  packages/python-gmpy2/trunk/debian/rules
  packages/python-gmpy2/trunk/debian/watch
Deleted:
  packages/python-gmpy2/trunk/debian/patches/

Modified: packages/python-gmpy2/trunk/debian/changelog
===================================================================
--- packages/python-gmpy2/trunk/debian/changelog	2014-10-26 10:03:23 UTC (rev 31284)
+++ packages/python-gmpy2/trunk/debian/changelog	2014-10-26 22:47:24 UTC (rev 31285)
@@ -1,3 +1,17 @@
+python-gmpy2 (2.0.4-1) unstable; urgency=medium
+
+  * New upstream release
+  * Updated Standards-Version to 3.9.6.0 (no changes needed)
+  * Using machine-readable copyright file
+  * Copyright is GPL 3 now, not GPL 2; fixed
+  * Fixed build error by adding -a flag to dh_* scripts
+  * Added dh-python to Build-Depends
+  * Dropping manpage patch (it's now fixed upstream)
+  * Unit tests now return error code, so the package build will fail if they
+    fail
+
+ -- Martin Kelly <martin at martingkelly.com>  Sun, 26 Oct 2014 14:26:49 -0700
+
 python-gmpy2 (2.0.3-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/python-gmpy2/trunk/debian/control
===================================================================
--- packages/python-gmpy2/trunk/debian/control	2014-10-26 10:03:23 UTC (rev 31284)
+++ packages/python-gmpy2/trunk/debian/control	2014-10-26 22:47:24 UTC (rev 31285)
@@ -2,8 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Martin Kelly <martin at martingkelly.com>
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5), python3-all-dev (>= 3.3.2), python (>= 2.6.5), python3 (>= 3.3.2), libmpfr-dev (>= 3.1.0), libmpc-dev (>= 1.0.0), python-sphinx
-Standards-Version: 3.9.5.0
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5), python3-all-dev (>= 3.3.2), python (>= 2.6.5), python3 (>= 3.3.2), libmpfr-dev (>= 3.1.0), libmpc-dev (>= 1.0.0), python-sphinx, dh-python
+Standards-Version: 3.9.6.0
 Homepage: http://code.google.com/p/gmpy/
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gmpy2/trunk/

Modified: packages/python-gmpy2/trunk/debian/copyright
===================================================================
--- packages/python-gmpy2/trunk/debian/copyright	2014-10-26 10:03:23 UTC (rev 31284)
+++ packages/python-gmpy2/trunk/debian/copyright	2014-10-26 22:47:24 UTC (rev 31285)
@@ -1,34 +1,24 @@
-This package was debianized by Martin Kelly <martin at martingkelly.com> on
-Fri, 18 May 2007 21:46:23 -0700.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gmpy
+Source: https://code.google.com/p/gmpy/
 
-It was downloaded from http://gmpy.sourceforge.net/
-Use "uscan --verbose --force-download --rename --repack" to get the orig.tar.gz
-
-Upstream Author: Alex Martelli <aleaxit at gmail.com>
-
-Copyright: 2000-2010 Alex Martelli
-
-License:
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This package 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
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-src/pysymbolicext.c and src/pysymbolicext.h files are
-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-2.1'.
-
-The Debian packaging is Copyright 2007-2010 Martin Kelly <martin at martingkelly.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+Files: *
+Copyright: 2000-2009 Alex Martelli
+           2008-2013 Case Van Horsen
+License: LGPL-3.0+
+ GMPY2 is free software: you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+ .
+ GMPY2 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 Lesser General Public
+ License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with GMPY2; if not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.

Modified: packages/python-gmpy2/trunk/debian/rules
===================================================================
--- packages/python-gmpy2/trunk/debian/rules	2014-10-26 10:03:23 UTC (rev 31284)
+++ packages/python-gmpy2/trunk/debian/rules	2014-10-26 22:47:24 UTC (rev 31285)
@@ -57,8 +57,8 @@
 	dh_installdocs
 	dh_installman
 	dh_installexamples
-	dh_python2
-	dh_python3
+	dh_python2 -a
+	dh_python3 -a
 	dh_strip
 	dh_compress
 	dh_fixperms

Modified: packages/python-gmpy2/trunk/debian/watch
===================================================================
--- packages/python-gmpy2/trunk/debian/watch	2014-10-26 10:03:23 UTC (rev 31284)
+++ packages/python-gmpy2/trunk/debian/watch	2014-10-26 22:47:24 UTC (rev 31285)
@@ -1,3 +1,3 @@
-# Compulsory line, this is a version 3 file
 version=3
-http://code.google.com/p/gmpy/downloads/list?can=1 .*/gmpy2-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
+opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \
+https://pypi.python.org/packages/source/g/gmpy2/gmpy2-(.*)\.(?:tar\.gz|zip|tar\.bz2)




More information about the Python-modules-commits mailing list