Bug#901487: libgpuarray 0.7.0

Rebecca N. Palmer rebecca_palmer at zoho.com
Thu Jun 21 22:35:50 BST 2018


Control: tags -1 patch

The only required packaging change to build the new version is to update 
the soname (see below).  I only tested the Python 3 version on pocl, 
which passes (i.e. #870128 is gone as expected).

Other things you might want to look at while you're making an upload:
- libgpuarray3 should probably Depend: ocl-icd-opencl-dev and Recommend: 
libclblas-dev (it dlopen()s them; -dev because it uses the un-numbered 
names)
- the Lintian warnings

#note file rename
--- a/debian/libgpuarray2.install
+++ b/debian/libgpuarray3.install
@@ -1 +1 @@
-usr/lib/libgpuarray.so.2*
+usr/lib/libgpuarray.so.3*
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Vcs-Browser: https://anonscm.debian.org/
  Vcs-Git: 
https://anonscm.debian.org/git/debian-science/packages/libgpuarray.git
  Homepage: https://github.com/Theano/libgpuarray

-Package: libgpuarray2
+Package: libgpuarray3
  Architecture: any
  Depends: ${misc:Depends},
           ${shlibs:Depends}
@@ -51,7 +51,7 @@ Package: libgpuarray-dev
  Architecture: any
  Section: libdevel
  Depends: ${misc:Depends},
-         libgpuarray2 (= ${binary:Version})
+         libgpuarray3 (= ${binary:Version})
  Suggests: libgpuarray-doc <!nodoc>
  Description: development files for libgpuarray
   libgpuarray provides a ndarray (multi-dimensional array) object which
@@ -91,7 +91,7 @@ Section: python
  Depends: ${misc:Depends},
           ${python:Depends},
           ${shlibs:Depends},
-         libgpuarray2 (= ${binary:Version})
+         libgpuarray3 (= ${binary:Version})
  Suggests: libgpuarray-doc <!nodoc>
  Description: language bindings for libgpuarray (Python 2)
   libgpuarray provides a ndarray (multi-dimensional array) object which
@@ -132,7 +132,7 @@ Section: python
  Depends: ${misc:Depends},
           ${python3:Depends},
           ${shlibs:Depends},
-         libgpuarray2 (= ${binary:Version})
+         libgpuarray3 (= ${binary:Version})
  Suggests: libgpuarray-doc <!nodoc>
  Description: language bindings for libgpuarray (Python 3)
   libgpuarray provides a ndarray (multi-dimensional array) object which



More information about the debian-science-maintainers mailing list