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

Mirco Bauer meebey-guest@haydn.debian.org
Sat, 03 Jul 2004 07:42:09 -0600


Author: meebey-guest
Date: 2004-07-03 07:42:05 -0600 (Sat, 03 Jul 2004)
New Revision: 1200

Modified:
   monodevelop/trunk/debian/copyright
   monodevelop/trunk/debian/rules
Log:
- updated email address
- tuned fix permissions



Modified: monodevelop/trunk/debian/copyright
===================================================================
--- monodevelop/trunk/debian/copyright	2004-07-03 13:15:55 UTC (rev 1199)
+++ monodevelop/trunk/debian/copyright	2004-07-03 13:42:05 UTC (rev 1200)
@@ -1,4 +1,4 @@
-This package was debianized by Mirco 'meebey' Bauer <mail@meebey.net> on
+This package was debianized by Mirco Bauer <meebey@meebey.net> on
 Mon, 15 Mar 2004 18:41:55 +0100.
 
 It was downloaded from http://www.monodevelop.com/

Modified: monodevelop/trunk/debian/rules
===================================================================
--- monodevelop/trunk/debian/rules	2004-07-03 13:15:55 UTC (rev 1199)
+++ monodevelop/trunk/debian/rules	2004-07-03 13:42:05 UTC (rev 1200)
@@ -37,8 +37,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 {} \;
+	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
+	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
 binary-arch: build install
 	dh_testdir -s