exclude .py and .sh files from being compressed by dh_compress

Monotone-Parent: 631650bf7e67489a8bf42e8edf637b07f298ec39
Monotone-Revision: adcbde36428e7bc286173eed54c027092d9116bf

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-09-05T17:13:31
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Jean Raby 2012-09-05 17:13:31 +00:00
parent c0921c641b
commit b5b9eecce1
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ binary-arch: build-arch install-arch
# to let gdb find the symbols for libSOGo
( cd debian/sogo-dbg/usr/lib/debug/usr/lib/; \
ln -s GNUstep/Frameworks/SOGo.framework/Versions/*/libSOGo* ./ )
dh_compress
dh_compress -X.py -X.sh
dh_fixperms
dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/mapistore_backends
dh_shlibdeps

View File

@ -98,7 +98,7 @@ binary-arch: build-arch install-arch
# to let gdb find the symbols for libSOGo
( cd debian/sogo-dbg/usr/lib/debug/usr/lib/; \
ln -s GNUstep/Frameworks/SOGo.framework/Versions/*/libSOGo* ./ )
dh_compress
dh_compress -X.py -X.sh
dh_fixperms
dh_makeshlibs -X/usr/lib/mapistore_backends
dh_shlibdeps