[Python-modules-commits] r24712 - in packages/numpy/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jun 9 22:10:49 UTC 2013


    Date: Sunday, June 9, 2013 @ 22:10:44
  Author: morph
Revision: 24712

  python3.2 and python3.3 (mu/dmu versus m/dm); thanks to Julian Taylor for
  the report and patch; Closes: #705346

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2013-06-09 22:01:32 UTC (rev 24711)
+++ packages/numpy/trunk/debian/changelog	2013-06-09 22:10:44 UTC (rev 24712)
@@ -5,13 +5,14 @@
 
   [ Scott Kitterman ]
   * In debian/rules, use python abiflags to find include directories for both
-    python3.2 and python3.3 (mu/dmu versus m/dm)
+    python3.2 and python3.3 (mu/dmu versus m/dm); thanks to Julian Taylor for
+    the report and patch; Closes: #705346
 
   [ Sandro Tosi ]
   * upload to unstable; that implicitly supports Python 3.3; thanks to Lucas
     Nussbaum for the report; Closes: #707461
 
- -- Sandro Tosi <morph at debian.org>  Sun, 09 Jun 2013 23:59:45 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 10 Jun 2013 00:10:09 +0200
 
 python-numpy (1:1.7.1-1) experimental; urgency=low
 

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2013-06-09 22:01:32 UTC (rev 24711)
+++ packages/numpy/trunk/debian/control	2013-06-09 22:10:44 UTC (rev 24712)
@@ -31,6 +31,8 @@
 Section: debug
 Architecture: any
 Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Breaks: python-numpy (<< 1:1.7.1-1)
+Replaces: python-numpy (<< 1:1.7.1-1)
 Description: Fast array facility to the Python language (debug extension)
  Numpy contains a powerful N-dimensional array object, sophisticated
  (broadcasting) functions, tools for integrating C/C++ and Fortran
@@ -65,6 +67,8 @@
 Section: debug
 Architecture: any
 Depends: python3-numpy (= ${binary:Version}), python3-dbg, ${shlibs:Depends}, ${misc:Depends}
+Breaks: python3-numpy (<< 1:1.7.1-1)
+Replaces: python3-numpy (<< 1:1.7.1-1)
 Description: Fast array facility to the Python language (debug extension)
  Numpy contains a powerful N-dimensional array object, sophisticated
  (broadcasting) functions, tools for integrating C/C++ and Fortran

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2013-06-09 22:01:32 UTC (rev 24711)
+++ packages/numpy/trunk/debian/rules	2013-06-09 22:10:44 UTC (rev 24712)
@@ -82,7 +82,7 @@
 	set -e; for i in $(PY2VERS); do \
 	[ -d $(CURDIR)/debian/python-numpy/usr/include/python$${i}_d ] || \
 		mkdir -p $(CURDIR)/debian/python-numpy/usr/include/python$${i}_d; \
-		dh_link usr/lib/pymodules/python$$i/numpy/core/include/numpy usr/include/python$${i}_d/numpy; \
+		dh_link -ppython-numpy-dbg usr/lib/pymodules/python$$i/numpy/core/include/numpy usr/include/python$${i}_d/numpy; \
 	done
 	# Python 3
 	set -e; for i in $(PY3VERS); do \




More information about the Python-modules-commits mailing list