[libgpuarray] 07/21: Run cme fix on control file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 17 09:13:38 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 b05afd3348dbc6623e1e739413ba48aa1a13fc91
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 16 22:57:22 2017 +0100

    Run cme fix on control file
    
    - Wrap and sort fields and dependencies
    - Bump standards version to 4.0.0
    
    Gbp-Dch: Full
---
 debian/control | 83 +++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 45 deletions(-)

diff --git a/debian/control b/debian/control
index f88e66c..927b179 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,30 @@
 Source: libgpuarray
+Maintainer: Daniel Stender <stender at debian.org>
 Section: libs
 Priority: optional
-Maintainer: Daniel Stender <stender at debian.org>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- cmake,
- libclblas-dev,
- opencl-dev,
- python-all-dev,
- python3-all-dev,
- python-setuptools,
- python3-setuptools,
- cython,
- cython3,
- python-numpy,
- python3-numpy
-Standards-Version: 3.9.8
-Homepage: https://github.com/Theano/libgpuarray
+Build-Depends: cmake,
+               cython,
+               cython3,
+               debhelper (>= 9),
+               dh-python,
+               libclblas-dev,
+               opencl-dev,
+               python-all-dev,
+               python-numpy,
+               python-setuptools,
+               python3-all-dev,
+               python3-numpy,
+               python3-setuptools
+Standards-Version: 4.0.0
 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: libgpuarray-dev
-Section: libdevel
+Package: libgpuarray0
 Architecture: any
-Depends:
- libgpuarray0 (= ${binary:Version}),
- ${misc:Depends}
-Description: library to compute tensors on the GPU (development)
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: library to compute tensors on the GPU (runtime)
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
  floats.
@@ -37,14 +34,14 @@ Description: library to compute tensors on the GPU (development)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the development headers and the static library.
+ This package contains the shared library.
 
-Package: libgpuarray0
+Package: libgpuarray-dev
 Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Description: library to compute tensors on the GPU (runtime)
+Section: libdevel
+Depends: ${misc:Depends},
+         libgpuarray0 (= ${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
  floats.
@@ -54,18 +51,16 @@ Description: library to compute tensors on the GPU (runtime)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the shared library.
+ This package contains the development headers and the static library.
 
 Package: python-pygpu
 Architecture: any
 Section: python
-Depends:
- libgpuarray0 (= ${binary:Version}),
- ${python:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- python-nose
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         libgpuarray0 (= ${binary:Version})
+Recommends: python-nose
 Description: library to compute tensors on the GPU (Python bindings)
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
@@ -82,13 +77,11 @@ Description: library to compute tensors on the GPU (Python bindings)
 Package: python3-pygpu
 Architecture: any
 Section: python
-Depends:
- libgpuarray0 (= ${binary:Version}),
- ${python3:Depends},
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- python3-nose
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
+         libgpuarray0 (= ${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
  is computed on the GPU. It supports int, single and double precision
@@ -100,4 +93,4 @@ Description: library to compute tensors on the GPU (Python 3 bindings)
  without changes, if that's needed.
  .
  This package contains the bindings for Python 3 which are build in the
- top of NumPy.
\ No newline at end of file
+ top of NumPy.

-- 
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