[lua-torch-torch7] 01/02: control: remove unsupported architectures

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Mar 20 08:24: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-torch7.

commit 2c439b8c68d34ba82026115b1fad09dfb428b2a1
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Mon Mar 20 08:19:33 2017 +0000

    control: remove unsupported architectures
---
 debian/changelog |  7 +++++++
 debian/control   | 16 ++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a7a254c..b65ea02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lua-torch-torch7 (0~20170304-g329dff5-2) UNRELEASED; urgency=medium
+
+  * Filter architectures that are not supported by upstream.
+    + Supported arch: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
+
+ -- Zhou Mo <cdluminate at gmail.com>  Mon, 20 Mar 2017 08:17:08 +0000
+
 lua-torch-torch7 (0~20170304-g329dff5-1) experimental; urgency=medium
 
   * Import upstream snapshot.
diff --git a/debian/control b/debian/control
index aba5230..3e6e594 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,12 @@ Homepage: https://github.com/torch/torch7
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/lua-torch-torch7.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-torch7.git
 
+# Architecture Note:
+# https://github.com/torch/torch7/issues/762#issuecomment-271497176
+# supported: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
+
 Package: lua-torch-torch7
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Multi-Arch: same
 # NOTE: users are expected to use luajit.
 # NOTE: this package won't support lua5.2 (upstream supports 5.2 and 5.3)
@@ -35,7 +39,7 @@ Description: Torch Package for Torch Framework
  files, serializing objects of arbitrary types and other useful utilities.
 
 Package: lua-torch-torch7-dev
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Section: libdevel
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends},
@@ -50,7 +54,7 @@ Description: Torch Package for Torch Framework (dev)
  This package contains development files.
 
 Package: libtorch-th
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Section: libs
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends},
@@ -65,7 +69,7 @@ Description: libTH.so of Torch Package for Torch Framework
  This package contains libTH.so .
 
 Package: libtorch-th-dev
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Section: libdevel
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}, libtorch-th (= ${binary:Version})
@@ -78,7 +82,7 @@ Description: libTH.so of Torch Package for Torch Framework (dev)
  This package contains development files for libTH.so .
 
 Package: libtorch-luat
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Section: libs
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -91,7 +95,7 @@ Description: libluaT.so of Torch Package for Torch Framework
  This package contains libluaT.so .
 
 Package: libtorch-luat-dev
-Architecture: any
+Architecture: amd64 arm64 armel armhf ppc64el kfreebsd-amd64
 Section: libdevel
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}, libtorch-luat (= ${binary:Version})

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



More information about the debian-science-commits mailing list