[lua-torch-nn] 02/03: rules: fix a comment

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Jan 11 07:00:08 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-nn.

commit a09a01149d391074a79da911bd112599c6e94ddf
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Jan 11 06:59:23 2017 +0000

    rules: fix a comment
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 544f12b..3bac52b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ lua-torch-nn (0~20170104-ge77b592+dfsg-1) UNRELEASED; urgency=medium
     `Torch_FOUND` in d/rules instead.
   * Modify patch: THNN-cmake-add-soversion to adapt upstream change.
   * Add basic autopkgtest support.
+  * Mend a problematic comment in rules.
 
  -- Zhou Mo <cdluminate at gmail.com>  Tue, 10 Jan 2017 14:27:59 +0000
 
diff --git a/debian/rules b/debian/rules
index 649afd4..509e330 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 	-$(RM) -rf deb.test
-	# prepare lua files to launch a "torch.test()"
+	# prepare lua files to launch a "nn.test()"
 	set -e; if ! test -d deb.test/nn; then mkdir -p deb.test/nn; fi
 	set -e; find . -name '*.so*' -exec cp -v '{}' deb.test/ \;
 	set -e; find . -name '*.lua' -exec cp -v '{}' deb.test/nn/ \;

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



More information about the debian-science-commits mailing list