[Pkg-mono-svn-commits] rev 1106 - monodevelop/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Sat, 19 Jun 2004 08:22:12 -0600


Author: meebey-guest
Date: 2004-06-19 08:21:59 -0600 (Sat, 19 Jun 2004)
New Revision: 1106

Modified:
   monodevelop/trunk/debian/rules
Log:
- dlls chmod -x, exes chmod +x



Modified: monodevelop/trunk/debian/rules
===================================================================
--- monodevelop/trunk/debian/rules	2004-06-19 14:19:38 UTC (rev 1105)
+++ monodevelop/trunk/debian/rules	2004-06-19 14:21:59 UTC (rev 1106)
@@ -35,6 +35,8 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	-find $(CURDIR)/debian -follow -type f -name "*.exe" -exec chmod +x {} \;
+	-find $(CURDIR)/debian -follow -type f -name "*.dll" -exec chmod -x {} \;
 
 binary-arch: build install
 	dh_testdir -s
@@ -47,7 +49,6 @@
 	  s,mono ,LD_LIBRARY_PATH=/usr/lib/monodevelop:\$$LD_LIBRARY_PATH MONO_PATH=/usr/share/dotnet/lib /usr/bin/cli ,; \
 	  s, --debug,,; \
 	  ' -i $(CURDIR)/debian/monodevelop/usr/bin/monodevelop
-	chmod +x $(CURDIR)/debian/monodevelop/usr/share/dotnet/monodevelop/bin/MonoDevelop.exe
 	chmod -x $(CURDIR)/debian/monodevelop/usr/share/pixmaps/monodevelop.png
 	cp $(CURDIR)/ChangeLog $(CURDIR)/changelog
 	dh_installchangelogs -s
@@ -55,10 +56,6 @@
 	dh_installexamples -s
 	dh_installmenu -s
 	dh_installman -s
-#	dh_installdebconf -s
-#	dh_installinfo -s
-#	dh_undocumented -s
-	dh_installman -s
 	dh_strip -s
 	dh_compress -s
 	dh_fixperms -s