[pkg-java] r3351 - trunk/libgconf-java/debian

Thomas Girard tgg at alioth.debian.org
Wed Apr 25 17:34:17 UTC 2007


Author: tgg
Date: 2007-04-25 17:34:17 +0000 (Wed, 25 Apr 2007)
New Revision: 3351

Modified:
   trunk/libgconf-java/debian/rules
Log:
fix the -doc package


Modified: trunk/libgconf-java/debian/rules
===================================================================
--- trunk/libgconf-java/debian/rules	2007-04-25 16:20:27 UTC (rev 3350)
+++ trunk/libgconf-java/debian/rules	2007-04-25 17:34:17 UTC (rev 3351)
@@ -58,8 +58,9 @@
 endif
 
 binary-post-install/$(base)-doc::
-	cd debian/$(base)-doc/usr/share/doc/$(base)-doc \
-	    && rm -f changelog
+	rm -f debian/$(base)-doc/usr/share/doc/$(base)-doc/changelog
+	rm -f debian/$(base)-doc/usr/share/doc/$(base)/examples/runExample.sh.in
+	chmod +x debian/$(base)-doc/usr/share/doc/$(base)/examples/runExample.sh
 
 clean::
 	rm -rf doc/api




More information about the pkg-java-commits mailing list