[Pkg-mono-svn-commits] rev 1173 - gtk-sharp/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Fri, 02 Jul 2004 16:17:43 -0600


Author: meebey-guest
Date: 2004-07-02 16:17:30 -0600 (Fri, 02 Jul 2004)
New Revision: 1173

Modified:
   gtk-sharp/trunk/debian/changelog
   gtk-sharp/trunk/debian/rules
Log:
- updated email address
- fixed .wapi path in debian/rules



Modified: gtk-sharp/trunk/debian/changelog
===================================================================
--- gtk-sharp/trunk/debian/changelog	2004-07-02 21:38:50 UTC (rev 1172)
+++ gtk-sharp/trunk/debian/changelog	2004-07-02 22:17:30 UTC (rev 1173)
@@ -1,9 +1,10 @@
-gtk-sharp (0.98-3) unstable; urgency=low
+gtk-sharp (1.0-0pre1v1) unstable; urgency=low
 
   * NOT RELEASED YET
-  * chmod a-x on example source (closes: #255411)
+  * Eduard Bloch
+    + chmod a-x on example source (closes: #255411)
 
- -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 17:28:30 +0200
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 3 Jul 2004 00:10:15 +0200
 
 gtk-sharp (0.98-2) unstable; urgency=low
 

Modified: gtk-sharp/trunk/debian/rules
===================================================================
--- gtk-sharp/trunk/debian/rules	2004-07-02 21:38:50 UTC (rev 1172)
+++ gtk-sharp/trunk/debian/rules	2004-07-02 22:17:30 UTC (rev 1173)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 export DH_COMPAT=4
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-export MONO_SHARED_DIR=$(CURDIR)/.wabi
+export MONO_SHARED_DIR=$(CURDIR)
 UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
 
 EX_PATH = $(CURDIR)/debian/gtk-sharp-examples/usr/share/dotnet/gtk-sharp-examples
@@ -37,7 +37,7 @@
 	-cd gconf && find -iname "*.exe" -exec rm -rf \{\} \;
 	-cd gconf && find -iname "*.dll" -exec rm -rf \{\} \;
 	rm -f config-stamp build-indep-stamp build-arch-stamp
-	rm -rf $(MONO_SHARED_DIR)
+	rm -rf $(MONO_SHARED_DIR)/.wapi
 	dh_clean
 
 install:
@@ -47,7 +47,6 @@
 	dh_installdirs
 	mkdir -p $(EX_PATH)
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp RUNTIME=/usr/bin/cli GACUTIL="/usr/bin/gacutil /root $(CURDIR)/debian/tmp/usr/lib"
-
 	cp -r $(CURDIR)/sample/pixmaps $(CURDIR)/sample/*.exe $(CURDIR)/sample/Makefile $(CURDIR)/sample/*.cs $(EX_PATH)
 	# fixing file permissions
 	-find $(CURDIR)/debian -follow -type f -name "*.dll" -exec chmod -x {} \;