The patches in this package are generated from branches in a git repository.

To get a checkout:

  git clone git://git.debian.org/git/pkg-cli-libs/gtk-sharp-beans.git

and look at the branches:

  git branch -a
--- gtk-sharp-beans-2.14.1.orig/Makefile.am
+++ gtk-sharp-beans-2.14.1/Makefile.am
@@ -1,6 +1,7 @@
 UNSAFE = -unsafe
 DEBUG = -debug
 
+GIO_LIBS = $(shell pkg-config --variable=Libraries gio-sharp-2.0)
 
 GTK_SRCS =					\
 	$(srcdir)/Gtk.Sources/Dialog.cs		\
@@ -58,8 +59,15 @@ gtk-sharp-beans.dll: $(builddir)/gtk_gen
 	@echo -e "\n*** Building $@"
 	$(CSC) -target:library -out:$@ $(CSC_DEFINES) $(UNSAFE) $(DEBUG) $(ASSEMBLIES) $(SRCS) AssemblyInfo.cs $(builddir)/gtk_generated/*.cs
 
+gio-sharp.dll:
+	@echo -e "\n*** Copying unstable $@"
+	cp $(GIO_LIBS) .
+
+gio-sharp.dll.config: gio-sharp.dll
+	cp $(GIO_LIBS).config .
+
 beansdir = $(prefix)/lib/gtk-sharp-beans
-beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb gtk-sharp-beans.dll.config
+beans_DATA = gtk-sharp-beans.dll gtk-sharp-beans.dll.mdb gtk-sharp-beans.dll.config gio-sharp.dll gio-sharp.dll.config
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gtk-sharp-beans-2.0.pc
@@ -68,6 +76,8 @@ CLEANFILES = 			\
 	gtk-sharp-beans.dll 	\
 	gtk-sharp-beans.dll.mdb \
 	gtk-sharp-beans.dll.config \
+	gio-sharp.dll \
+	gio-sharp.dll.config \
 	gtk-api.xml \
 	gtkbeans-api.xml
 
--- gtk-sharp-beans-2.14.1.orig/gtk-sharp-beans-2.0.pc.in
+++ gtk-sharp-beans-2.14.1/gtk-sharp-beans-2.0.pc.in
@@ -3,7 +3,7 @@ exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 assemblies_dir=${libdir}/gtk-sharp-beans
 gapidir=${prefix}/share/gapi-2.0
-Libraries=${assemblies_dir}/gtk-sharp-beans.dll ${assemblies_dir}/gtk-sharp-beans.dll.mdb
+Libraries=${assemblies_dir}/gtk-sharp-beans.dll ${assemblies_dir}/gio-sharp.dll
 
 Name: Gtk#Beans
 Description: Gtk#Beans - Blings and API missing from Gtk#
