[lua-torch-cutorch] 01/02: debian: update lintian stuff

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue Feb 7 12:38:07 UTC 2017


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

cdluminate-guest pushed a commit to branch master
in repository lua-torch-cutorch.

commit 8c4496b53e1a955eac7e7dba0dbe1d0e0162d516
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Feb 7 12:37:12 2017 +0000

    debian: update lintian stuff
---
 debian/control                        | 60 +++++++++++++++++------------------
 debian/libtorch-thc.lintian-overrides |  2 ++
 2 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index 45699d4..571cd7f 100644
--- a/debian/control
+++ b/debian/control
@@ -30,16 +30,16 @@ XB-Lua-Versions: ${lua:Versions}
 Description: CUDA backend for Torch framework
  Cutorch provides a CUDA backend for torch7. It provides the following:
  .
- - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
-   but all it's operations are on the GPU. Most of the tensor operations are
-   supported by cutorch. There are a few missing ones, which are being
-   implemented. The missing list can be found here:
-     https://github.com/torch/cutorch/issues/70
- - several other GPU tensor types, with limited functionality. Currently
-   limited to copying/conversion, and several indexing and shaping operations.
- - `cutorch.*` - Functions to set/get GPU, get device properties, memory
-   usage, set/get low-level streams, set/get random number generator's seed,
-   synchronization etc. They are described in more detail below.
+  - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
+    but all it's operations are on the GPU. Most of the tensor operations are
+    supported by cutorch. There are a few missing ones, which are being
+    implemented. The missing list can be found here:
+      https://github.com/torch/cutorch/issues/70
+  - several other GPU tensor types, with limited functionality. Currently
+    limited to copying/conversion, and several indexing and shaping operations.
+  - `cutorch.*` - Functions to set/get GPU, get device properties, memory
+    usage, set/get low-level streams, set/get random number generator's seed,
+    synchronization etc. They are described in more detail below.
  .
  This package ships the Lua interface of Cutorch.
 
@@ -52,16 +52,16 @@ Recommends: libtorch-thc-dev (= ${binary:Version})
 Description: libTHC.so for Torch framework (library)
  Cutorch provides a CUDA backend for torch7. It provides the following:
  .
- - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
-   but all it's operations are on the GPU. Most of the tensor operations are
-   supported by cutorch. There are a few missing ones, which are being
-   implemented. The missing list can be found here:
-     https://github.com/torch/cutorch/issues/70
- - several other GPU tensor types, with limited functionality. Currently
-   limited to copying/conversion, and several indexing and shaping operations.
- - `cutorch.*` - Functions to set/get GPU, get device properties, memory
-   usage, set/get low-level streams, set/get random number generator's seed,
-   synchronization etc. They are described in more detail below.
+  - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
+    but all it's operations are on the GPU. Most of the tensor operations are
+    supported by cutorch. There are a few missing ones, which are being
+    implemented. The missing list can be found here:
+      https://github.com/torch/cutorch/issues/70
+  - several other GPU tensor types, with limited functionality. Currently
+    limited to copying/conversion, and several indexing and shaping operations.
+  - `cutorch.*` - Functions to set/get GPU, get device properties, memory
+    usage, set/get low-level streams, set/get random number generator's seed,
+    synchronization etc. They are described in more detail below.
  .
  This package ships the libTHC.so library.
 
@@ -75,15 +75,15 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
 Description: libTHC.so for Torch framework (development)
  Cutorch provides a CUDA backend for torch7. It provides the following:
  .
- - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
-   but all it's operations are on the GPU. Most of the tensor operations are
-   supported by cutorch. There are a few missing ones, which are being
-   implemented. The missing list can be found here:
-     https://github.com/torch/cutorch/issues/70
- - several other GPU tensor types, with limited functionality. Currently
-   limited to copying/conversion, and several indexing and shaping operations.
- - `cutorch.*` - Functions to set/get GPU, get device properties, memory
-   usage, set/get low-level streams, set/get random number generator's seed,
-   synchronization etc. They are described in more detail below.
+  - a new tensor type: `torch.CudaTensor` that acts like `torch.FloatTensor`,
+    but all it's operations are on the GPU. Most of the tensor operations are
+    supported by cutorch. There are a few missing ones, which are being
+    implemented. The missing list can be found here:
+      https://github.com/torch/cutorch/issues/70
+  - several other GPU tensor types, with limited functionality. Currently
+    limited to copying/conversion, and several indexing and shaping operations.
+  - `cutorch.*` - Functions to set/get GPU, get device properties, memory
+    usage, set/get low-level streams, set/get random number generator's seed,
+    synchronization etc. They are described in more detail below.
  .
  This package ships the development files for libTHC.so .
diff --git a/debian/libtorch-thc.lintian-overrides b/debian/libtorch-thc.lintian-overrides
new file mode 100644
index 0000000..33ddde6
--- /dev/null
+++ b/debian/libtorch-thc.lintian-overrides
@@ -0,0 +1,2 @@
+# [lintianW] This is a dedicated library for the torch framework
+package-name-doesnt-match-sonames libTHC0

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



More information about the debian-science-commits mailing list