[Pkg-octave-commit] [octave] 02/02: d/rules: compress info files, complying with the Policy

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Apr 21 20:10:38 UTC 2015


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

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

commit 80bb5345b97826e123aa60b9f9498a123389a77e
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Apr 21 15:11:20 2015 -0300

    d/rules: compress info files, complying with the Policy
    
    The upstream problem of GUI freeze when accessing the compressed info
    files has been fixed upstream.
    
    Git-Dch: Full
    Closes: #764809
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8dbc886..73943bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ override_dh_auto_test:
 # 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 --exclude=octave.info
+	dh_compress -O--parallel --exclude=.pdf
 
 # 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