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

Eduard Bloch blade@haydn.debian.org
Sat, 19 Jun 2004 06:57:36 -0600


Author: blade
Date: 2004-06-19 06:57:25 -0600 (Sat, 19 Jun 2004)
New Revision: 1085

Modified:
   gtk-sharp/trunk/debian/changelog
   gtk-sharp/trunk/debian/rules
Log:
Version setting update, and finalizing the changelog


Modified: gtk-sharp/trunk/debian/changelog
===================================================================
--- gtk-sharp/trunk/debian/changelog	2004-06-19 12:48:15 UTC (rev 1084)
+++ gtk-sharp/trunk/debian/changelog	2004-06-19 12:57:25 UTC (rev 1085)
@@ -1,20 +1,14 @@
-gtk-sharp (0.98-0pre1v1) unstable; urgency=low
+gtk-sharp (0.98-0pre1v2) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
   * Eduard Bloch
     + integration of the new debhelper-managed dependencies
     + relaxed the suggested dependencies, the API should be frozen
   * Mirco 'meebey' Bauer
     + added proper Conflicts/Replaces for smooth upgrades from older versions
 
- --  Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Wed, 16 Jun 2004 15:40:23 +0200
+ --  Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 19 Jun 2004 14:54:01 +0200
 
-gtk-sharp (0.91.1-2) unstable; urgency=low
-
-  * Testing with new virtual sonames
-
- -- Eduard Bloch <blade@debian.org>  Sun,  6 Jun 2004 14:23:13 +0200
-
 gtk-sharp (0.91.1-1) unstable; urgency=low
 
   * Mirco 'meebey' Bauer

Modified: gtk-sharp/trunk/debian/rules
===================================================================
--- gtk-sharp/trunk/debian/rules	2004-06-19 12:48:15 UTC (rev 1084)
+++ gtk-sharp/trunk/debian/rules	2004-06-19 12:57:25 UTC (rev 1085)
@@ -58,7 +58,7 @@
 	dh_installdirs -i
 	dh_movefiles -i
 	dh_link -i
-	dh_install -i
+	dh_install
 	# creating damn symlinks
 	# HACK, HACK, HACK, libgconf-cil contains links for them all
 	cd $(CURDIR)/debian/libgconf-cil/$(GTK_LIB_PATH) && ln -sf `find ../gac -name "*.dll"` .;
@@ -76,7 +76,7 @@
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
-	dh_makenetlibs -i -l 0.93
+	dh_makenetlibs -i -m 0.93
 	dh_netdeps -i -d
 	dh_gencontrol -i
 	dh_md5sums -i
@@ -87,7 +87,7 @@
 	dh_testroot
 	dh_movefiles -a
 	dh_link -a
-	dh_install -a
+	dh_install
 	cd $(CURDIR)/debian/libgtk-cil/$(GTK_LIB_PATH) && ln -sf `find ../gac -name "*.dll"` .;
 	cd $(CURDIR)/debian/libglib-cil/$(GTK_LIB_PATH) && ln -sf `find ../gac -name "*.dll"` .;
 	cd $(CURDIR)/debian/libgnome-cil/$(GTK_LIB_PATH) && ln -sf `find ../gac -name "*.dll"` .;
@@ -109,7 +109,7 @@
 	dh_fixperms -a
 	dh_installdeb -a
 	dh_shlibdeps -a
-	dh_makenetlibs -a -l 0.93
+	dh_makenetlibs -a -m 0.93
 	dh_netdeps -a -d
 	dh_gencontrol -a -- -Vmono:upversion=$(UPVERSION)
 	dh_md5sums -a