[Pkg-kde-commits] rev 2058 - branches/kde-3.4.0/packages/kdebindings/debian

Adeodato Simó adeodato at costa.debian.org
Thu Oct 20 01:32:53 UTC 2005


Author: adeodato
Date: 2005-10-20 01:32:53 +0000 (Thu, 20 Oct 2005)
New Revision: 2058

Modified:
   branches/kde-3.4.0/packages/kdebindings/debian/rules
Log:
Ooops, DEB_COMPRESS_EXCLUDE does not need -X.


Modified: branches/kde-3.4.0/packages/kdebindings/debian/rules
===================================================================
--- branches/kde-3.4.0/packages/kdebindings/debian/rules	2005-10-20 01:10:26 UTC (rev 2057)
+++ branches/kde-3.4.0/packages/kdebindings/debian/rules	2005-10-20 01:32:53 UTC (rev 2058)
@@ -13,7 +13,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \
 		  	    DO_NOT_COMPILE='dcopperl kalyptus qtsharp xparts python'
 
-DEB_COMPRESS_EXCLUDE += -X.java -X.ui -X.js -X.rb -X.map -X.wav
+DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav
 
 # These are not all the packages with libraries, but only those that
 # need to be in DEB_SHLIBDEPS_INCLUDE...




More information about the pkg-kde-commits mailing list