Hi there, I've made a patch in Launchpad for Ubuntu and thought I'll create another one for Debian, too.
Cheers, Thomas
diff -u galago-sharp-0.5.0/debian/changelog galago-sharp-0.5.0/debian/changelog --- galago-sharp-0.5.0/debian/changelog +++ galago-sharp-0.5.0/debian/changelog @@ -1,3 +1,9 @@ +galago-sharp (0.5.0-2.2) unstable; urgency=high + + * Install galago-sharp.dll.config into GAC (Closes: #421278) + + -- Thomas Ohms <[EMAIL PROTECTED]> Sat, 30 Jun 2008 19:58:35 +0200 + galago-sharp (0.5.0-2.1) unstable; urgency=high * Non-maintainer upload. only in patch2: unchanged: --- galago-sharp-0.5.0.orig/configure.ac +++ galago-sharp-0.5.0/configure.ac @@ -173,6 +173,7 @@ Makefile galago/Makefile galago/AssemblyInfo.cs +galago/galago-sharp.dll.config sources/Makefile sources/galago-sharp-sources.xml tests/Makefile only in patch2: unchanged: --- galago-sharp-0.5.0.orig/galago/Makefile.in +++ galago-sharp-0.5.0/galago/Makefile.in @@ -38,14 +38,15 @@ host_triplet = @host@ subdir = galago DIST_COMMON = $(srcdir)/AssemblyInfo.cs.in $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in + $(srcdir)/Makefile.in \ + $(srcdir)/galago-sharp.dll.config.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = AssemblyInfo.cs +CONFIG_CLEAN_FILES = AssemblyInfo.cs galago-sharp.dll.config SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; @@ -253,6 +254,8 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh AssemblyInfo.cs: $(top_builddir)/config.status $(srcdir)/AssemblyInfo.cs.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +galago-sharp.dll.config: $(top_builddir)/config.status $(srcdir)/galago-sharp.dll.config.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo only in patch2: unchanged: --- galago-sharp-0.5.0.orig/galago/galago-sharp.dll.config.in +++ galago-sharp-0.5.0/galago/galago-sharp.dll.config.in @@ -0,0 +1,3 @@ +<configuration> + <dllmap dll="libgalago" target="libgalago.so.3"/> +</configuration> only in patch2: unchanged: --- galago-sharp-0.5.0.orig/configure +++ galago-sharp-0.5.0/configure @@ -20169,7 +20169,7 @@ - ac_config_files="$ac_config_files galago-sharp.pc galago-sharp.spec Makefile galago/Makefile galago/AssemblyInfo.cs sources/Makefile sources/galago-sharp-sources.xml tests/Makefile" + ac_config_files="$ac_config_files galago-sharp.pc galago-sharp.spec Makefile galago/Makefile galago/AssemblyInfo.cs galago/galago-sharp.dll.config sources/Makefile sources/galago-sharp-sources.xml tests/Makefile" cat >confcache <<\_ACEOF @@ -20747,6 +20747,7 @@ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "galago/Makefile" ) CONFIG_FILES="$CONFIG_FILES galago/Makefile" ;; "galago/AssemblyInfo.cs" ) CONFIG_FILES="$CONFIG_FILES galago/AssemblyInfo.cs" ;; + "galago/galago-sharp.dll.config") CONFIG_FILES="$CONFIG_FILES galago/galago-sharp.dll.config" ;; "sources/Makefile" ) CONFIG_FILES="$CONFIG_FILES sources/Makefile" ;; "sources/galago-sharp-sources.xml" ) CONFIG_FILES="$CONFIG_FILES sources/galago-sharp-sources.xml" ;; "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;

