diff -Nru python-numpy-1.13.3/debian/changelog python-numpy-1.13.3/debian/changelog --- python-numpy-1.13.3/debian/changelog 2017-11-27 07:26:57.000000000 +0000 +++ python-numpy-1.13.3/debian/changelog 2017-11-28 19:51:59.000000000 +0000 @@ -1,3 +1,15 @@ +python-numpy (1:1.13.3-1ubuntu2) bionic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/patches/20_disable-plot-extension.patch + Disable plot_directive extension, and catch ImportErrors when + matplotlib cannot be imported, which allows us to remove + python-matplotlib from dependencies. This is required because + python-numpy is in main, while python-matplotlib is in universe. + - drop Python3.5 build dependency, removed in Ubuntu + + -- Gianfranco Costamagna Tue, 28 Nov 2017 20:51:59 +0100 + python-numpy (1:1.13.3-1ubuntu1) bionic; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru python-numpy-1.13.3/debian/control python-numpy-1.13.3/debian/control --- python-numpy-1.13.3/debian/control 2017-11-27 07:26:39.000000000 +0000 +++ python-numpy-1.13.3/debian/control 2017-11-28 19:51:03.000000000 +0000 @@ -1,8 +1,7 @@ Source: python-numpy Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Sandro Tosi +Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends: cython (>= 0.26-2.1), debhelper (>= 8.9.7~),