[lua-torch-trepl] 01/02: links: fix lintian error
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Wed May 24 07:21:03 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-trepl.
commit 3828e911712936ec5464d0731d92587aaf08d1c2
Author: Zhou Mo <cdluminate at gmail.com>
Date: Wed May 24 07:20:34 2017 +0000
links: fix lintian error
---
debian/changelog | 7 +++++++
debian/lua-torch-trepl.links | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1c43031..d8724b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lua-torch-trepl (0~20161111-gf588b72-3) UNRELEASED; urgency=medium
+
+ * Fix lintian Error by restoring #DEB_HOST_MULTIARCH# in
+ lua-torch-trepl.links which was changed by mistake.
+
+ -- Zhou Mo <cdluminate at gmail.com> Wed, 24 May 2017 07:19:18 +0000
+
lua-torch-trepl (0~20161111-gf588b72-2) experimental; urgency=medium
* Debhelper compat 10.
diff --git a/debian/lua-torch-trepl.links b/debian/lua-torch-trepl.links
index bb551b7..8cc2c93 100644
--- a/debian/lua-torch-trepl.links
+++ b/debian/lua-torch-trepl.links
@@ -3,4 +3,4 @@
# of trepl, however the object file readline.* is compiled into
# treplutils.so, so we link treplutils.so to readline.so, or
# the tab-completion will be broken.
-usr/lib/x86_64-linux-gnu/lua/5.1/treplutils.so usr/lib/x86_64-linux-gnu/lua/5.1/readline.so
+usr/lib/#DEB_HOST_MULTIARCH#/lua/5.1/treplutils.so usr/lib/#DEB_HOST_MULTIARCH#/lua/5.1/readline.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-trepl.git
More information about the debian-science-commits
mailing list