[Pkg-mono-svn-commits] rev 2288 - in non-group/cowbell/trunk/debian: . patches

Sebastian Dröge slomo-guest at costa.debian.org
Thu Feb 23 18:09:44 UTC 2006


Author: slomo-guest
Date: 2006-02-23 18:09:42 +0000 (Thu, 23 Feb 2006)
New Revision: 2288

Added:
   non-group/cowbell/trunk/debian/patches/
   non-group/cowbell/trunk/debian/patches/01_libintl.diff
Modified:
   non-group/cowbell/trunk/debian/changelog
   non-group/cowbell/trunk/debian/rules
Log:
* cowbell 0.2.5.1-2 was uploaded ages ago, putting it in svn now


Modified: non-group/cowbell/trunk/debian/changelog
===================================================================
--- non-group/cowbell/trunk/debian/changelog	2006-02-23 16:35:14 UTC (rev 2287)
+++ non-group/cowbell/trunk/debian/changelog	2006-02-23 18:09:42 UTC (rev 2288)
@@ -1,3 +1,10 @@
+cowbell (0.2.5.1-2) unstable; urgency=low
+
+  * 01_libintl.diff:
+    + Add a dllmap from libintl to libc.so.6 to fix a dll-not-found exception
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Sun, 15 Jan 2006 11:06:05 +0100
+
 cowbell (0.2.5.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #337718)

Added: non-group/cowbell/trunk/debian/patches/01_libintl.diff
===================================================================
--- non-group/cowbell/trunk/debian/patches/01_libintl.diff	2006-02-23 16:35:14 UTC (rev 2287)
+++ non-group/cowbell/trunk/debian/patches/01_libintl.diff	2006-02-23 18:09:42 UTC (rev 2288)
@@ -0,0 +1,7 @@
+--- cowbell.exe.config.old	2006-01-15 11:07:39.960789112 +0100
++++ cowbell.exe.config	2006-01-15 11:07:58.722936832 +0100
+@@ -1,3 +1,4 @@
+ <configuration>
+ 	<dllmap dll="libtag_c" target="libtag_c.so.0"/>
++	<dllmap dll="libintl" target="libc.so.6"/>
+ </configuration>

Modified: non-group/cowbell/trunk/debian/rules
===================================================================
--- non-group/cowbell/trunk/debian/rules	2006-02-23 16:35:14 UTC (rev 2287)
+++ non-group/cowbell/trunk/debian/rules	2006-02-23 18:09:42 UTC (rev 2288)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_INSTALL_MANPAGES_cowbell := debian/cowbell.1
 




More information about the Pkg-mono-svn-commits mailing list