[libgpuarray] 10/21: Bump soversion to 2

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 17 09:13:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository libgpuarray.

commit 224f5e28e1f27b82f6fec4b27b5754a94fc54a1c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 16 23:30:17 2017 +0100

    Bump soversion to 2
---
 debian/control              | 8 ++++----
 debian/libgpuarray0.install | 1 -
 debian/libgpuarray2.install | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 82178c1..9d16b3e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libgpuarray.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/libgpuarray.git
 Homepage: https://github.com/Theano/libgpuarray
 
-Package: libgpuarray0
+Package: libgpuarray2
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
@@ -40,7 +40,7 @@ Package: libgpuarray-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libgpuarray0 (= ${binary:Version})
+         libgpuarray2 (= ${binary:Version})
 Description: library to compute tensors on the GPU (development)
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
@@ -59,7 +59,7 @@ Section: python
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
-         libgpuarray0 (= ${binary:Version})
+         libgpuarray2 (= ${binary:Version})
 Recommends: python-nose
 Description: library to compute tensors on the GPU (Python bindings)
  libgpuarray provides a ndarray (multi-dimensional array) object which
@@ -80,7 +80,7 @@ Section: python
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},
-         libgpuarray0 (= ${binary:Version})
+         libgpuarray2 (= ${binary:Version})
 Recommends: python3-nose
 Description: library to compute tensors on the GPU (Python 3 bindings)
  libgpuarray provides a ndarray (multi-dimensional array) object which
diff --git a/debian/libgpuarray0.install b/debian/libgpuarray0.install
deleted file mode 100644
index f226a76..0000000
--- a/debian/libgpuarray0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libgpuarray.so.*
\ No newline at end of file
diff --git a/debian/libgpuarray2.install b/debian/libgpuarray2.install
new file mode 100644
index 0000000..b388b62
--- /dev/null
+++ b/debian/libgpuarray2.install
@@ -0,0 +1 @@
+usr/lib/libgpuarray.so.2*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgpuarray.git



More information about the debian-science-commits mailing list