[Pkg-octave-commit] [SCM] octave-epstk branch, master, updated. d49304a95baeb330382a9bb92a4acfbebee60083

Thomas Weber tweber at debian.org
Sat Jan 1 21:49:21 UTC 2011


The following commit has been merged in the master branch:
commit 6a203423f695c5d452764ebad927d3151f297f9a
Author: Thomas Weber <tweber at debian.org>
Date:   Sun Dec 19 21:14:04 2010 +0100

    Use DEB_COMPRESS_EXCLUDE_ALL variable instead of deprecated DEB_COMPRESS_EXCLUDE variable

diff --git a/debian/rules b/debian/rules
index cbf9ae3..2b4bdec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 DEB_DH_INSTALL_ARGS += --exclude=myNewSymbol.psd
 
 # Do not compress the JavaScript files, needed for the documentation
-DEB_COMPRESS_EXCLUDE = .js
+DEB_COMPRESS_EXCLUDE_ALL = .js
 
 # Poor man's "make check"
 build/octave-epstk:: build-stamp

-- 
octave-epstk



More information about the Pkg-octave-commit mailing list