[Pkg-mono-svn-commits] rev 331 - mono/trunk/debian

Eduard Bloch blade@quantz.debian.org
Tue, 24 Feb 2004 18:16:15 +0100


Author: blade
Date: 2004-02-24 18:16:14 +0100 (Tue, 24 Feb 2004)
New Revision: 331

Added:
   mono/trunk/debian/dh_mono
Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/rules
Log:
Sync mono with my preview branch


Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2004-02-24 12:19:18 UTC (rev 330)
+++ mono/trunk/debian/changelog	2004-02-24 17:16:14 UTC (rev 331)
@@ -1,6 +1,12 @@
+mono (0.30.1-1) unstable; urgency=low
+
+  * New upstream release
+  * SONAME wokraround for libgstreamer-0.6.so.1
+
+ -- Eduard Bloch <blade@debian.org>  Tue, 24 Feb 2004 18:15:49 +0100
+
 mono (0.29.99.20040114-4) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Eduard Bloch:
     + catch-them-all cli-wrapper rewrite
     + set mono-common conflict with the virtual package cli-common

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2004-02-24 12:19:18 UTC (rev 330)
+++ mono/trunk/debian/control	2004-02-24 17:16:14 UTC (rev 331)
@@ -25,7 +25,7 @@
 Provides: cli-virtual-machine
 Architecture: i386 powerpc
 Depends: ${shlibs:Depends}, mono-assemblies-base, mono-common (= ${Source-Version})
-Conflicts: mono-assemblies-base (<< 0.29.99.20040114), mono-assemblies-base (>> ${Source-Version})
+Conflicts: mono-assemblies-base (<< 0.30), mono-assemblies-base (>> ${Source-Version})
 Description: fast CLI (.NET/Mono) JIT compiler
  The Mono Project is an open development initiative sponsored by Ximian that is
  working to develop an open source, Linux-based version of the Microsoft .NET

Copied: mono/trunk/debian/dh_mono (from rev 328, mono/branches/experimental/trunk/debian/dh_mono)


Property changes on: mono/trunk/debian/dh_mono
___________________________________________________________________
Name: svn:executable
   + *

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2004-02-24 12:19:18 UTC (rev 330)
+++ mono/trunk/debian/rules	2004-02-24 17:16:14 UTC (rev 331)
@@ -88,7 +88,7 @@
 	dh_link -s
 	install -m644 -D debian/lintian debian/mono/usr/share/lintian/overrides/mono
 	# the SONAMEs fix
-	perl -pe 's/-0.dll(.*)\.so/-0.dll$$1.so.0/' -i debian/mono-common/etc/mono/config
+	perl -pe 's/-0.dll(.*)\.so/-0.dll$$1.so.0/; s/libgstreamer-0.6.so/libgstreamer-0.6.so.0/;' -i debian/mono-common/etc/mono/config
 #	cd debian; for s in *.shlibs.in ; do sed -e "s/_VERSION_/$(VERSION)/g" < $$s | tee $${s%%.in} | tee $${s%%.shlibs.in}/DEBIAN/shlibs >> shlibs.local ; done
 #	cd debian; for s in *.shlibs.in ; do sed -e "s/_VERSION_/$(VERSION)/g" < $$s | tee $${s%%.in} >> shlibs.local ; done
 	dh_installchangelogs -s