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

aomighty-guest at users.alioth.debian.org aomighty-guest at users.alioth.debian.org
Wed Sep 18 22:00:25 UTC 2013


    Date: Wednesday, September 18, 2013 @ 22:00:22
  Author: aomighty-guest
Revision: 25904

Splitting common files into a common package

Added:
  packages/python-gmpy/trunk/debian/python-gmpy2-common.examples
    (from rev 25887, packages/python-gmpy/trunk/debian/python-gmpy2.examples)
  packages/python-gmpy/trunk/debian/python-gmpy2-common.manpages
    (from rev 25887, packages/python-gmpy/trunk/debian/python-gmpy2.manpages)
Modified:
  packages/python-gmpy/trunk/debian/changelog
  packages/python-gmpy/trunk/debian/control
Deleted:
  packages/python-gmpy/trunk/debian/python-gmpy2.examples
  packages/python-gmpy/trunk/debian/python-gmpy2.manpages
  packages/python-gmpy/trunk/debian/python3-gmpy2.examples
  packages/python-gmpy/trunk/debian/python3-gmpy2.manpages

Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog	2013-09-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/changelog	2013-09-18 22:00:22 UTC (rev 25904)
@@ -5,7 +5,8 @@
   * 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.
-  * Now providing a python3-gmpy2 package, which works with Python 3
+  * Now providing a python3-gmpy2 package, which works with Python 3, as well
+    as a common package for files in common between the two packages
 
  -- 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-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/control	2013-09-18 22:00:22 UTC (rev 25904)
@@ -13,7 +13,7 @@
 
 Package: python-gmpy2
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: python-gmpy2-common, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Description: interfaces GMP to Python 2 for fast, unbound-precision computations
  gmpy is a C-coded Python extension module that wraps the GMP library to
@@ -23,10 +23,23 @@
 
 Package: python3-gmpy2
 Architecture: any
+Depends: python-gmpy2-common, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: interfaces GMP to Python 3 for fast, unbound-precision computations
+ gmpy is a C-coded Python extension module that wraps the GMP library to
+ provide to Python code fast multiprecision arithmetic (integer, rational, and
+ float), random number generation, advanced number-theoretical functions, and
+ more.
+
+Package: python-gmpy2-common
+Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: python-gmpy2 | python3-gmpy2
 Provides: ${python:Provides}
 Description: interfaces GMP to Python 3 for fast, unbound-precision computations
  gmpy is a C-coded Python extension module that wraps the GMP library to
  provide to Python code fast multiprecision arithmetic (integer, rational, and
  float), random number generation, advanced number-theoretical functions, and
  more.
+ .
+ This package installs files in common between python-gmpy2 and python3-gmpy.

Copied: packages/python-gmpy/trunk/debian/python-gmpy2-common.examples (from rev 25887, packages/python-gmpy/trunk/debian/python-gmpy2.examples)
===================================================================
--- packages/python-gmpy/trunk/debian/python-gmpy2-common.examples	                        (rev 0)
+++ packages/python-gmpy/trunk/debian/python-gmpy2-common.examples	2013-09-18 22:00:22 UTC (rev 25904)
@@ -0,0 +1 @@
+test/

Copied: packages/python-gmpy/trunk/debian/python-gmpy2-common.manpages (from rev 25887, packages/python-gmpy/trunk/debian/python-gmpy2.manpages)
===================================================================
--- packages/python-gmpy/trunk/debian/python-gmpy2-common.manpages	                        (rev 0)
+++ packages/python-gmpy/trunk/debian/python-gmpy2-common.manpages	2013-09-18 22:00:22 UTC (rev 25904)
@@ -0,0 +1 @@
+docs/_build/man/*

Deleted: packages/python-gmpy/trunk/debian/python-gmpy2.examples
===================================================================
--- packages/python-gmpy/trunk/debian/python-gmpy2.examples	2013-09-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/python-gmpy2.examples	2013-09-18 22:00:22 UTC (rev 25904)
@@ -1 +0,0 @@
-test/

Deleted: packages/python-gmpy/trunk/debian/python-gmpy2.manpages
===================================================================
--- packages/python-gmpy/trunk/debian/python-gmpy2.manpages	2013-09-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/python-gmpy2.manpages	2013-09-18 22:00:22 UTC (rev 25904)
@@ -1 +0,0 @@
-docs/_build/man/*

Deleted: packages/python-gmpy/trunk/debian/python3-gmpy2.examples
===================================================================
--- packages/python-gmpy/trunk/debian/python3-gmpy2.examples	2013-09-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/python3-gmpy2.examples	2013-09-18 22:00:22 UTC (rev 25904)
@@ -1 +0,0 @@
-test/

Deleted: packages/python-gmpy/trunk/debian/python3-gmpy2.manpages
===================================================================
--- packages/python-gmpy/trunk/debian/python3-gmpy2.manpages	2013-09-18 18:49:10 UTC (rev 25903)
+++ packages/python-gmpy/trunk/debian/python3-gmpy2.manpages	2013-09-18 22:00:22 UTC (rev 25904)
@@ -1 +0,0 @@
-docs/_build/man/*




More information about the Python-modules-commits mailing list