[Pkg-octave-commit] [octave] 01/01: d/rules: Do not compress info files, avoiding the freeze of Octave GUI

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Oct 10 13:34:18 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository octave.

commit ae7aec842d54c1b01e485d1a94d4b8888cdec9a2
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Oct 10 08:00:58 2014 -0300

    d/rules: Do not compress info files, avoiding the freeze of Octave GUI
    
    Closes: #762078
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5432d0f..8dbc886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,9 @@ override_dh_auto_test:
 	xvfb-run make check
 
 # override normal dh_compress call to avoid compressing .pdf files
+# also, avoid the compression of the info files (see Bug#762078)
 override_dh_compress:
-	dh_compress -O--parallel --exclude=.pdf
+	dh_compress -O--parallel --exclude=.pdf --exclude=octave.info
 
 # override this call, so we do not pass the --parallel option to it; 
 # "make -j2 install" does not work as of now

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list