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

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Sat Aug 7 23:16:33 UTC 2010


    Date: Saturday, August 7, 2010 @ 23:16:32
  Author: aomighty-guest
Revision: 14164

New upstream release (details in the changelog).

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

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2010-08-07 17:34:05 UTC (rev 14163)
+++ packages/python-gmpy/trunk/debian/changelog	2010-08-07 23:16:32 UTC (rev 14164)
@@ -1,3 +1,15 @@
+python-gmpy (1.12-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.9.1.0 (no changes needed)
+  * Moved from pycentral to dh_python2
+  * Changed python dependency to 2.6.5 so that dh_python2 will be installed
+  * Added a source/format file with 3.0 (native)
+  * Added the flag --install-layout=deb to the python install line since python
+    2.6 wants it
+
+ -- Martin Kelly <aomighty at gmail.com>  Wed, 14 Jul 2010 22:17:17 -0500
+
 python-gmpy (1.11-1) unstable; urgency=low
 
   * New upstream release
@@ -6,8 +18,8 @@
     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
+  * 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
 

Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control	2010-08-07 17:34:05 UTC (rev 14163)
+++ packages/python-gmpy/trunk/debian/control	2010-08-07 23:16:32 UTC (rev 14164)
@@ -2,8 +2,8 @@
 Section: python
 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.4.0
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.5), libgmp3-dev (>= 4.0.1)
+Standards-Version: 3.9.1.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

Modified: packages/python-gmpy/trunk/debian/copyright
===================================================================
--- packages/python-gmpy/trunk/debian/copyright	2010-08-07 17:34:05 UTC (rev 14163)
+++ packages/python-gmpy/trunk/debian/copyright	2010-08-07 23:16:32 UTC (rev 14164)
@@ -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 Copyright 2007-2010 Martin Kelly <aomighty at gmail.com>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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'.

Modified: packages/python-gmpy/trunk/debian/rules
===================================================================
--- packages/python-gmpy/trunk/debian/rules	2010-08-07 17:34:05 UTC (rev 14163)
+++ packages/python-gmpy/trunk/debian/rules	2010-08-07 23:16:32 UTC (rev 14164)
@@ -21,7 +21,7 @@
 install: build $(PYVERS:%=install-python%)
 
 install-python%:
-	python$* setup.py install --root $(CURDIR)/debian/python-gmpy/
+	python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python-gmpy/
 	chmod -x $(CURDIR)/test/gmpy_test_dec.py
 
 binary-indep: build install
@@ -32,7 +32,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-	dh_pycentral
+	dh_python2
 	dh_strip
 	dh_compress
 	dh_fixperms

Modified: packages/python-gmpy/trunk/debian/source/format
===================================================================
--- packages/python-gmpy/trunk/debian/source/format	2010-08-07 17:34:05 UTC (rev 14163)
+++ packages/python-gmpy/trunk/debian/source/format	2010-08-07 23:16:32 UTC (rev 14164)
@@ -1 +1 @@
-1.0
+3.0 (native)




More information about the Python-modules-commits mailing list