[Pkg-cli-apps-commits] [SCM] manos branch, master, updated. 6cbb78737db84c0c2ba1788e7b1cd36c236e0ad2

Jo Shields directhex at apebox.org
Sat Mar 26 19:19:35 UTC 2011


The following commit has been merged in the master branch:
commit 2c7973af6fc231b80d6c4e5cb16f490ca653be53
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Mar 26 19:08:05 2011 +0000

    Don't allow dh_compress to compress the .md files in /usr/share/doc, as manos uses these to serve its own documentation from "manos -d" and it does not support gzipped docs

diff --git a/debian/rules b/debian/rules
index 231fdbf..4d86cca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,8 @@ include /usr/share/cli-common/cli.make
 override_dh_auto_configure:
 	dh_auto_configure -- DMCS=/usr/bin/mono-csc
 
+override_dh_compress:
+	dh_compress -X.md
+
 %:
 	dh --with autoreconf $@

-- 
manos



More information about the Pkg-cli-apps-commits mailing list