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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Mar 3 14:39:49 UTC 2013


    Date: Sunday, March 3, 2013 @ 14:39:47
  Author: morph
Revision: 23641

* Acknowledge NMU as of 1.6.2-1.2; Closes: #700718, #700994
* Non-maintainer upload.
* Remove Breaks relationships introduced in previous version. They break
  squeeze -> wheezy upgrades. (Closes: #700718)
* Install symlinks for Python 3 headers under /usr/include/python3.2mu (resp.
  python3.2dmu) instead of /usr/include/python3.2 (resp. python3.2_d),
  to avoid file versus symlink conflict. (Closes: #700994)

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-03-03 02:02:54 UTC (rev 23640)
+++ packages/numpy/trunk/debian/changelog	2013-03-03 14:39:47 UTC (rev 23641)
@@ -1,3 +1,9 @@
+python-numpy (1:1.7.0-2) UNRELEASED; urgency=low
+
+  * Acknowledge NMU as of 1.6.2-1.2; Closes: #700718, #700994
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Mar 2013 15:37:11 +0100
+
 python-numpy (1:1.7.0-1) experimental; urgency=low
 
   * New upstream release
@@ -56,6 +62,17 @@
 
  -- Sandro Tosi <morph at debian.org>  Fri, 31 Aug 2012 13:37:44 +0200
 
+python-numpy (1:1.6.2-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove Breaks relationships introduced in previous version. They break
+    squeeze -> wheezy upgrades. (Closes: #700718)
+  * Install symlinks for Python 3 headers under /usr/include/python3.2mu (resp.
+    python3.2dmu) instead of /usr/include/python3.2 (resp. python3.2_d),
+    to avoid file versus symlink conflict. (Closes: #700994)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Wed, 27 Feb 2013 10:33:24 +0100
+
 python-numpy (1:1.6.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2013-03-03 02:02:54 UTC (rev 23640)
+++ packages/numpy/trunk/debian/control	2013-03-03 14:39:47 UTC (rev 23641)
@@ -16,21 +16,6 @@
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1), python-dev, gfortran, gcc (>= 4:4.6.1-5)
 Provides: ${python:Provides}, ${numpy:Provides}, python-numpy-dev, python-f2py
-Breaks: python-gtk2 (<= 2.24.0-3),
-        python-gtk2-dbg (<= 2.24.0-3),
-        python-glade2 (<= 2.24.0-3),
-        python-visual (<= 1:5.12-1.4+b1),
-        python-enable (<= 4.0.0-2),
-        python-pygame (<= 1.9.1release+dfsg-6),
-        python-rpy (<= 1.0.3-21),
-        pymca (<= 4.5.0-4),
-        shogun-python-static (<= 1.1.0-4),
-        shogun-python-modular (<= 1.1.0-4),
-        shogun-elwms-static (<= 1.1.0-4),
-        python-sidl (<= 1.4.0.dfsg-8) [armhf s390x],
-        python-sidl (<= 1.4.0.dfsg-8+b1) [!armhf !s390x],
-        python-netcdf (<= 2.8-3+b1) [armhf s390x],
-        python-netcdf (<= 2.8-3+b2) [!armhf !s390x]
 Description: Numerical Python adds a fast array facility to the Python language
  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-03-03 02:02:54 UTC (rev 23640)
+++ packages/numpy/trunk/debian/rules	2013-03-03 14:39:47 UTC (rev 23641)
@@ -86,14 +86,14 @@
 	done
 	# Python 3
 	set -e; for i in $(PY3VERS); do \
-	[ -d $(CURDIR)/debian/python3-numpy/usr/include/python$$i ] || \
-		mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$$i; \
-		dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy usr/include/python$$i/numpy; \
+	[ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu ] || \
+		mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}mu; \
+		dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy usr/include/python$${i}mu/numpy; \
 	done
 	set -e; for i in $(PY3VERS); do \
-	[ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}_d ] || \
-		mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}_d; \
-		dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy/ usr/include/python$${i}_d/numpy; \
+	[ -d $(CURDIR)/debian/python3-numpy/usr/include/python$${i}dmu ] || \
+		mkdir -p $(CURDIR)/debian/python3-numpy/usr/include/python$${i}dmu; \
+		dh_link -ppython3-numpy usr/lib/python3/dist-packages/numpy/core/include/numpy/ usr/include/python$${i}dmu/numpy; \
 	done
 
 	# share -dbg and normal package doc dirs




More information about the Python-modules-commits mailing list