diff -Nru gnome-sharp2-2.24.2/debian/changelog gnome-sharp2-2.24.2/debian/changelog --- gnome-sharp2-2.24.2/debian/changelog 2015-11-17 09:54:00.000000000 +0000 +++ gnome-sharp2-2.24.2/debian/changelog 2022-04-25 15:01:48.000000000 +0000 @@ -1,3 +1,35 @@ +gnome-sharp2 (2.24.2-6) jammy; urgency=medium + + * Jammy build + + -- Christopher Hoskin Mon, 25 Apr 2022 16:01:48 +0100 + +gnome-sharp2 (2.24.2-5) impish; urgency=medium + + * Impish build + + -- Christopher Hoskin Wed, 29 Dec 2021 17:40:11 +0000 + +gnome-sharp2 (2.24.2-4.3) hirsute; urgency=medium + + * Non-maintainer upload. + + -- Christopher Hoskin Fri, 07 May 2021 07:49:12 +0100 + +gnome-sharp2 (2.24.2-4.2) groovy; urgency=medium + + * Non-maintainer upload. + * Build for groovy + + -- Christopher Hoskin Wed, 05 Aug 2020 14:52:08 +0100 + +gnome-sharp2 (2.24.2-4.1) focal; urgency=medium + + * Non-maintainer upload. + * Build for focal + + -- Christopher Hoskin Sat, 25 Jul 2020 09:42:49 +0100 + gnome-sharp2 (2.24.2-4) unstable; urgency=medium * Rebuild for CLR 4.5 transition diff -Nru gnome-sharp2-2.24.2/debian/control gnome-sharp2-2.24.2/debian/control --- gnome-sharp2-2.24.2/debian/control 2014-07-30 15:28:35.000000000 +0000 +++ gnome-sharp2-2.24.2/debian/control 2020-07-25 08:42:49.000000000 +0000 @@ -32,7 +32,8 @@ libart2.0-cil-dev (= ${source:Version}), libgconf2.0-cil-dev (= ${source:Version}), libgnome-vfs2.0-cil-dev (= ${source:Version}), - libgnome2.0-cil-dev (= ${source:Version}), + libgnome2.0-cil-dev (>= ${source:Version}), + libgnome2.0-cil-dev (<< ${source:Version}.1~), ${misc:Depends} Description: GNOME# 2.24 suite, CLI bindings for GNOME GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform @@ -135,8 +136,8 @@ Package: libgnome2.0-cil-dev Architecture: any -Depends: libart2.0-cil-dev (= ${binary:Version}), - libgnome-vfs2.0-cil-dev (= ${binary:Version}), +Depends: libart2.0-cil-dev (= ${source:Version}), + libgnome-vfs2.0-cil-dev (= ${source:Version}), libgnome2.24-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} diff -Nru gnome-sharp2-2.24.2/debian/patches/sample.patch gnome-sharp2-2.24.2/debian/patches/sample.patch --- gnome-sharp2-2.24.2/debian/patches/sample.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-sharp2-2.24.2/debian/patches/sample.patch 2020-07-25 08:42:49.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/sample/gconf/Makefile.am ++++ b/sample/gconf/Makefile.am +@@ -22,7 +22,7 @@ + $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES) + + Settings.cs: $(SCHEMA) +- MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs ++ MONO_PATH=$(top_builddir)/gconf/GConf/:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs + + CLEANFILES = sample.exe Settings.cs + diff -Nru gnome-sharp2-2.24.2/debian/patches/series gnome-sharp2-2.24.2/debian/patches/series --- gnome-sharp2-2.24.2/debian/patches/series 2014-07-30 15:28:35.000000000 +0000 +++ gnome-sharp2-2.24.2/debian/patches/series 2020-07-25 08:42:49.000000000 +0000 @@ -1,3 +1,4 @@ +sample.patch 01_dllmaps.dpatch 02_fix_pkg-config_paths.dpatch 03_fix_gac_policy_filenames.dpatch