[Python-modules-commits] r25849 - in packages/python-gmpy/trunk/debian (changelog control rules)

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Thu Sep 12 19:37:03 UTC 2013


    Date: Thursday, September 12, 2013 @ 19:36:43
  Author: aomighty-guest
Revision: 25849

Renamed package to python-gmpy2

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

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2013-09-12 18:22:40 UTC (rev 25848)
+++ packages/python-gmpy/trunk/debian/changelog	2013-09-12 19:36:43 UTC (rev 25849)
@@ -1,9 +1,11 @@
-python-gmpy (2.0.2-1) unstable; urgency=low
+python-gmpy2 (2.0.2-1) unstable; urgency=low
 
   * New upstream release
   * Updated Standards-Version to 3.9.4.0 (no changes needed)
   * Changed rules to use default compiler hardening flags
   * The manpage that comes with gmpy2 is now installed on the system
+  * Renamed package to python-gmpy2 and provided dummy python-gmpy package to
+    migrate to python-gmpy2.
 
  -- Martin Kelly <martin at martingkelly.com>  Thu, 05 Sep 2013 19:17:26 -0700
 

Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control	2013-09-12 18:22:40 UTC (rev 25848)
+++ packages/python-gmpy/trunk/debian/control	2013-09-12 19:36:43 UTC (rev 25849)
@@ -1,4 +1,4 @@
-Source: python-gmpy
+Source: python-gmpy2
 Section: python
 Priority: optional
 Maintainer: Martin Kelly <martin at martingkelly.com>
@@ -10,7 +10,7 @@
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gmpy/trunk/
 X-Python-Version: >= 2.3
 
-Package: python-gmpy
+Package: python-gmpy2
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
@@ -19,3 +19,11 @@
  provide to Python code fast multiprecision arithmetic (integer, rational, and
  float), random number generation, advanced number-theoretical functions, and
  more.
+
+Package: python-gmpy
+Architecture: any
+Depends: python-gmpy2, ${misc:Depends}
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package to ease the migration from python-gmpy to
+ python-gmpy2. It can safely be removed.

Modified: packages/python-gmpy/trunk/debian/rules
===================================================================
--- packages/python-gmpy/trunk/debian/rules	2013-09-12 18:22:40 UTC (rev 25848)
+++ packages/python-gmpy/trunk/debian/rules	2013-09-12 19:36:43 UTC (rev 25849)
@@ -33,7 +33,7 @@
 install: build $(PYVERS:%=install-python%)
 
 install-python%:
-	python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python-gmpy/
+	python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python-gmpy2/
 	chmod -x $(CURDIR)/test/*.py
 
 binary-indep: build install




More information about the Python-modules-commits mailing list