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.1ubuntu1) hardy; urgency=high + + * Install galago-sharp.dll.config into GAC + + -- Thomas Ohms Sat, 21 Jun 2008 17:56:50 +0200 + galago-sharp (0.5.0-2.1) unstable; urgency=high * Non-maintainer upload. diff -u galago-sharp-0.5.0/debian/control galago-sharp-0.5.0/debian/control --- galago-sharp-0.5.0/debian/control +++ galago-sharp-0.5.0/debian/control @@ -1,7 +1,8 @@ Source: galago-sharp Section: devel Priority: optional -Maintainer: Riccardo Setti +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Riccardo Setti Uploaders: Jose Carlos Garcia Sogo Build-Depends: debhelper (>= 5.0), cdbs, libmono-dev (>= 1.0), mono-mcs | c-sharp-compiler, pkg-config, mono-gac, cli-common-dev (>= 0.4.0), libglib2.0-cil (>= 1.0), libgalago-dev (>= 0.5.2), gtk-sharp2-gapi Standards-Version: 3.7.2 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 @@ + + + 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" ;;