[sagemath] 01/01: Don't compress some documentation files

Ximin Luo infinity0 at debian.org
Mon Oct 17 11:44:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit 96edac06aa9e402396efe4297b56ff84de63c070
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Oct 17 13:44:24 2016 +0200

    Don't compress some documentation files
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index d1c0a67..5db3898 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,11 @@ override_dh_install:
 override_dh_shlibdeps:
 	dh_shlibdeps -l debian/tmp/usr/lib
 
+override_dh_compress:
+# We probably don't need to install the pickle/doctree files but let's exempt
+# them from compression anyway for now, so the build goes quicker.
+	dh_compress -X.pdf -X.pickle -X.doctree
+
 # If we see "nodoc", don't clean the docs. This allows us to rebuild just the
 # non-docs without wiping away the docs we previously built, to save time.
 override_dh_clean:

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



More information about the debian-science-commits mailing list