[lua-torch-torch7] 05/06: rules: donnot compress markdown documents

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sun Aug 21 12:53:49 UTC 2016


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 67f00787762de1520f9cfa33e7ec50d518f833b2
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sun Aug 21 12:53:09 2016 +0000

    rules: donnot compress markdown documents
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e62cc24..7ab96ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ lua-torch-torch7 (0~20160803-g17ff317-2) UNRELEASED; urgency=medium
   * Diverge the symbols control file of libTH.so for amd64 and i386,
     since SSE and AVX instruction sets are missing on other architectures.
   * Override dh_auto_test to run upstream unit test `torch.test()` .
+  * Don't compress markdown document files (*.md), lua-torch-dok
+    doesn't recognize compressed documentations.
 
  -- Zhou Mo <cdluminate at gmail.com>  Sun, 21 Aug 2016 12:22:30 +0000
 
diff --git a/debian/rules b/debian/rules
index 2d4189d..2628da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,9 @@ override_dh_auto_install:
 	# install the rest lua stuff
 	dh_auto_install --buildsystem=lua
 
+override_dh_compress:
+	dh_compress -X.md
+
 override_dh_shlibdeps:
 	dh_shlibdeps -Llibtorch-th -Llibtorch-luat
 

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