[Pkg-cli-libs-commits] [SCM] messagingmenu-sharp branch, master, updated. debian/1.0.1-0ubuntu1-3-g65ab0cd

Mirco Bauer meebey at meebey.net
Fri May 31 14:45:53 UTC 2013


The following commit has been merged in the master branch:
commit 65ab0cd50395f45b0fae24b430195acf9c04a8ed
Author: Mirco Bauer <meebey at meebey.net>
Date:   Fri May 31 16:43:15 2013 +0200

    Using messagingmenu-sharp requires gio-sharp at compile time

diff --git a/debian/control b/debian/control
index 2cca00a..5bf0fcb 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Description: CLI binding for the MessagingMenu library
 Package: libmessagingmenu-cil-dev
 Architecture: all
 Depends: libmessagingmenu12.10-cil (= ${binary:Version}),
+         libgio2.0-cil-dev,
          ${misc:Depends}
 Description: CLI binding for the MessagingMenu library - development files
  This package provides the messagingmenu-sharp assembly that allows CLI (.NET)
diff --git a/debian/patches/pgkconfig_requires_gio-sharp.patch b/debian/patches/pgkconfig_requires_gio-sharp.patch
new file mode 100644
index 0000000..1f073b1
--- /dev/null
+++ b/debian/patches/pgkconfig_requires_gio-sharp.patch
@@ -0,0 +1,11 @@
+Index: messagingmenu-sharp/messagingmenu-sharp.pc.in
+===================================================================
+--- messagingmenu-sharp.orig/messagingmenu-sharp.pc.in	2013-05-31 16:41:58.792950491 +0200
++++ messagingmenu-sharp/messagingmenu-sharp.pc.in	2013-05-31 16:42:43.124951434 +0200
+@@ -5,5 +5,5 @@
+ Name: @ASSEMBLY_TITLE@
+ Description: @ASSEMBLY_DESCRIPTION@
+ Version: @VERSION@
+-Requires: 
++Requires: gio-sharp-2.0
+ Libs: -r:${libdir}/@ASSEMBLY_NAME at -12.10/@ASSEMBLY_NAME at .dll
diff --git a/debian/patches/series b/debian/patches/series
index a4b7931..83304d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pkgconfig_lib_location.patch
+pgkconfig_requires_gio-sharp.patch

-- 
messagingmenu-sharp



More information about the Pkg-cli-libs-commits mailing list