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

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Tue Feb 9 01:10:37 UTC 2010


    Date: Tuesday, February 9, 2010 @ 01:10:35
  Author: aomighty-guest
Revision: 11632

New upstream release (1.11)

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

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2010-02-08 22:39:35 UTC (rev 11631)
+++ packages/python-gmpy/trunk/debian/changelog	2010-02-09 01:10:35 UTC (rev 11632)
@@ -1,3 +1,16 @@
+python-gmpy (1.11-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.8.4.0 (no changes needed)
+  * Removed "XS-DM-Upload-Allowed: yes" field because Ondrej Certik is no
+    longer an active uploader
+  * Added "${misc:Depends} to Depends to remove Lintian warning
+  * Updated dates in copyright file
+  * Changed copyright file to list copyright as "Copyright" instead of "(C)" to
+    fix lintian warning
+
+ -- Martin Kelly <aomighty at gmail.com>  Mon, 08 Feb 2010 16:31:32 -0500
+
 python-gmpy (1.10-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control	2010-02-08 22:39:35 UTC (rev 11631)
+++ packages/python-gmpy/trunk/debian/control	2010-02-09 01:10:35 UTC (rev 11632)
@@ -3,15 +3,14 @@
 Priority: optional
 Maintainer: Martin Kelly <aomighty at gmail.com>
 Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), libgmp3-dev (>= 4.0.1)
-Standards-Version: 3.8.3.0
+Standards-Version: 3.8.4.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
-XS-DM-Upload-Allowed: yes
 
 Package: python-gmpy
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Interfaces GMP to Python for fast, unbound-precision computations

Modified: packages/python-gmpy/trunk/debian/copyright
===================================================================
--- packages/python-gmpy/trunk/debian/copyright	2010-02-08 22:39:35 UTC (rev 11631)
+++ packages/python-gmpy/trunk/debian/copyright	2010-02-09 01:10:35 UTC (rev 11632)
@@ -6,7 +6,7 @@
 
 Upstream Author: Alex Martelli <aleaxit at gmail.com>
 
-Copyright: 2000-2007 Alex Martelli
+Copyright: 2000-2010 Alex Martelli
 
 License:
 
@@ -30,5 +30,5 @@
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
 
-The Debian packaging is (C) 2007-2008 Martin Kelly <aomighty at gmail.com> and
+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'.




More information about the Python-modules-commits mailing list