Control: tags 681701 + pending Control: tags 698042 + pending Dear Maintainer,
I uploaded to DELAYED/2 a NMU of python-visual fixing this bug. Please find the debdiff attached. Don't hesitate to tell me if I should delay the upload longer. Cheers, -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594
diff -u python-visual-5.12/debian/control.in python-visual-5.12/debian/control.in
--- python-visual-5.12/debian/control.in
+++ python-visual-5.12/debian/control.in
@@ -11,7 +11,8 @@
Package: python-visual
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${cdbs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${cdbs:Depends},
+ python-numpy (>= 1:1.6.1), python-numpy-abi9
Suggests: ${cdbs:Suggests}
XB-Python-Version: ${python:Versions}
Description: VPython 3D scientific visualization library
diff -u python-visual-5.12/debian/control python-visual-5.12/debian/control
--- python-visual-5.12/debian/control
+++ python-visual-5.12/debian/control
@@ -6,12 +6,13 @@
Standards-Version: 3.8.3
XS-Python-Version: all
Homepage: http://www.vpython.org
-Vcs-Git: git://git.debian.org:/git/collab-maint/python-visual.git
+Vcs-Git: git://git.debian.org/git/collab-maint/python-visual.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-visual.git
Package: python-visual
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${cdbs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${cdbs:Depends},
+ python-numpy (>= 1:1.6.1), python-numpy-abi9
Suggests: ${cdbs:Suggests}
XB-Python-Version: ${python:Versions}
Description: VPython 3D scientific visualization library
diff -u python-visual-5.12/debian/changelog python-visual-5.12/debian/changelog
--- python-visual-5.12/debian/changelog
+++ python-visual-5.12/debian/changelog
@@ -1,3 +1,18 @@
+python-visual (1:5.12-1.5) unstable; urgency=low
+
+ * Non-maintainer upload.
+
+ [ Sébastien Villemot ]
+ * Rebuild against python-numpy >= 1:1.6.1 because of ABI change (see
+ #685812), and add Depends on python-numpy (>= 1:1.6.1) and
+ python-numpy-abi9 in order to support partial upgrades.
+ (Closes: #698042)
+
+ [ Paul Tagliamonte ]
+ * debian/control: fix invalid Vcs-Git tag. (Closes: #681701)
+
+ -- Sébastien Villemot <[email protected]> Thu, 24 Jan 2013 08:12:55 +0100
+
python-visual (1:5.12-1.4) unstable; urgency=low
* Non-maintainer upload.
signature.asc
Description: This is a digitally signed message part

