--- gnome-desktop-sharp2-2.26.0.orig/debian/libgtksourceview2-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libgtksourceview2-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/gtksourceview2-sharp.pc +usr/share/gtksourceview2-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomepanel2.24-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libgnomepanel2.24-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/gnome-panel-sharp-2.24/gnome-panel-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/compat +++ gnome-desktop-sharp2-2.26.0/debian/compat @@ -0,0 +1 @@ +7 --- gnome-desktop-sharp2-2.26.0.orig/debian/libwnck1.0-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libwnck1.0-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/wnck-sharp-1.0.pc +usr/share/wnck-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/changelog +++ gnome-desktop-sharp2-2.26.0/debian/changelog @@ -0,0 +1,838 @@ +gnome-desktop-sharp2 (2.26.0-3build1) natty; urgency=low + + * No-change rebuild with recent libgtkhtml3.14-dev. + + -- Michael Bienia Sat, 29 Jan 2011 16:05:12 +0100 + +gnome-desktop-sharp2 (2.26.0-3) unstable; urgency=low + + * debian/patches/04_gnome_desktop_2_soname.patch: Add new patch to update + the DLLmap to libgnome-desktop's new SONAME + * debian/source/format: Specify 1.0 explicitly + * debian/control: Increase Standards-Version to 3.8.4, no changes + + -- Iain Lane Thu, 29 Apr 2010 23:29:47 +0100 + +gnome-desktop-sharp2 (2.26.0-2) unstable; urgency=low + + [ Jo Shields ] + * debian/lib*.install, + debian/control: + + Add new unversioned and API-versioned -dev packages containing pkg-config + and gapi files + * debian/rules, + debian/*.links: + + Stop renaming and moving pkg-config files from upstream names, since + we can better control the ABI question with -dev packages and it + doesn't make things any easier for users + * debian/libgnomeprint*, + debian/control: + + Kill libgnomeprint-cil (Closes: #542560) + * debian/control: + + Use mono-devel 2.4.3 and eliminate individual mono library build-depends + + Use unversioned -dev packages for GNOME# and Gtk# + + Add a Conflicts: to libgnome-cil (Closes: #525809) + + Explicitly add Depends: for -dev packages to pull in their pcfile's + Requires: lines (Closes: #521118) + + [ Christopher James Halse Rogers ] + * debian/ltmain-add-as-needed.patch + + Add --as-needed magic to ltmain.sh + * debian/rules: + + Apply ltmain-add-as-needed.patch after running autoreconf. This should + be more robust than copying a patched ltmain.sh from debian/ as ltmain.sh + is required to be versioned in lock-step with the rest of libtool. + + -- Christopher James Halse Rogers Thu, 07 Jan 2010 20:00:02 +1100 + +gnome-desktop-sharp2 (2.26.0-1) unstable; urgency=low + + * New upstream release + * debian/libnautilusburn2.20-cil.*, + debian/control: + + Remove libnautilusburn2.20-cil and build-deps, obsoleted in GNOME + + Add myself to Uploaders + * debian/patches/01_dllmaps.dpatch: + + Refresh to remove nautilusburn reference and SONAME change + * debian/rules: + + Add a get-orig-source rule + + Bump API version to 2.26 + + Stop renaming the nautilusburn pcfile + * debian/rules, + debian/control: + + Switch compiler to mono-csc for Mono 2.4.2 transition + + Ensure minimum mono-devel version is 2.4.2 + * debian/control: + + Update to Standards 3.8.3 (no changes) + + Fix spelling error Gnome -> GNOME + + Change section to cli-mono to appease Debian overlords + * debian/changelog: + + Change encoding to UTF-8 + * debian/copyright: + + Update FSF address + * debian/watch: + + Remove troublesome uupdate command + * debian/patches/02_gtkhtml-version.dpatch, + debian/patches/03_fix_pkg-config_paths.dpatch, + debian/patches/01_dllmaps.dpatch: + + Ensure patches all carry a valid description + * debian/README.source: + + Include a pointer to dpatch docs + + -- Jo Shields Fri, 25 Sep 2009 22:50:38 +0100 + +gnome-desktop-sharp2 (2.24.0-5) unstable; urgency=low + + * debian/patches/03_fix_pkg-config_paths.dpatch: + + Fix library path of rsvg2-sharp-2.18. + + Replaced idiotic prefix ${pcfiledir}/../.. with @prefix@. + + -- Mirco Bauer Thu, 21 May 2009 21:28:27 +0200 + +gnome-desktop-sharp2 (2.24.0-4) unstable; urgency=low + + * debian/patches/03_fix_pkg-config_paths.dpatch: + + Fix library path of gtkhtml-sharp-3.16. + + -- Sebastian Dröge Thu, 14 May 2009 09:03:25 +0200 + +gnome-desktop-sharp2 (2.24.0-3) unstable; urgency=low + + * debian/rules: + + Added missing dh_installcligac calls, caused that the assemblies were + not installed into the (Mono) GAC. (Closes: #524856) + + Added dh_clistrip calls. + * debian/control: + + Bumped cli-common-dev build-dep to >= 0.5.4, as we are using dh_clistrip + of it now. + + -- Mirco Bauer Sun, 19 Apr 2009 20:37:23 +0200 + +gnome-desktop-sharp2 (2.24.0-2) unstable; urgency=low + + * Upload to unstable + * debian/*.install + debian/*.installcligac: + + Use late-GAC install now for all libraries as per Debian CLI Policy and + with that the new locations (/usr/lib/cli instead of /usr/lib/mono). + This allows us to install multiple versions of a library at the same + time when an ABI bump was done. + * debian/*.links: + + Added unversioned symlinks for all pkg-config files are defined in the + Debian CLI Policy 3.2.4. + * debian/control: + + Use multiple lines for build-deps. + + Added libgnomeprintui2.2-dev to build-deps. + + Fixed some descriptions. + + Bumped Standards-Version to 3.8.1 (no changes needed) + + Bumped debhelper build-dep to >= 7. + * debian/rules: + + Fixed clean target dependencies, unpatch has to be done after + "make distclean", not before (else it will re-configure). + + Added autoreconf and dropped 99_autoreconf.dpatch in favor of that. + + Put patched ltmain.sh in place for --as-needed magic. + * debian/copyright: + + Updated and rewritten from scratch using the new copyright format. + * debian/compat: + + Bumped to 7 + * debian/MAINTAINERS: + + Removed, thats what control is for. + * debian/patches/01_dllmaps.dpatch: + + Updated to use libgnome-desktop-2-11 instead of libgnome-desktop-2-7. + + -- Mirco Bauer Tue, 14 Apr 2009 22:49:58 +0200 + +gnome-desktop-sharp2 (2.24.0-1) experimental; urgency=low + + [ Steve Langasek ] + * debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0 + transition + * debian/control: update build-dependencies for mono 2.0. + * debian/rules: set MONO_CAIRO_LIBS=-r:Mono.Cairo to manually provide + Mono.Cairo build information (instead of using the 1.0-only pkg-config + entry) + + [ Sebastian Dröge ] + * New upstream release: + + debian/control: + - Update versions. + - Add new packages. + - Update build dependencies. + + debian/rules: + - Update API version to 2.24.0. + + debian/patches/01_dllmaps.dpatch: + - Update with the new glue libs. + + debian/*.install: + - Add new glue libs. + + -- Sebastian Dröge Sun, 18 Jan 2009 10:47:35 +0100 + +gnome-desktop-sharp2 (2.20.1-3) unstable; urgency=low + + * debian/control: + + Make libgtkhtml3.16-cil, librsvg2-2.18-cil, libgnomedesktop2.20-cil, + libgtksourceview2-2.0-cil, libwnck2.20-cil and libnautilusburn2.20-cil + architecture all as they only contain architecture independent files. + + -- Sebastian Dröge Fri, 21 Mar 2008 19:15:28 +0100 + +gnome-desktop-sharp2 (2.20.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastian Dröge Mon, 17 Mar 2008 10:20:37 +0100 + +gnome-desktop-sharp2 (2.20.1-1) experimental; urgency=low + + * New upstream bugfix release: + + debian/patches/02_vte-pkgconfig.dpatch: + - Dropped, merged upstream. + + -- Sebastian Dröge Mon, 10 Mar 2008 19:36:49 +0100 + +gnome-desktop-sharp2 (2.20.0-1) experimental; urgency=low + + * New package, based on gnome-sharp2. + + -- Sebastian Dröge Thu, 06 Mar 2008 09:16:26 +0100 + +gnome-sharp2 (2.20.0-1) experimental; urgency=low + + * New upstream release: + + debian/control: + - Update build dependencies. + - Remove rsvg, gtkhtml and vte packages. + - Update descriptions. + + debian/librsvg2.0-cil.install, + debian/libvte2.0-cil.install, + debian/libgtkhtml2.0-cil.install: + - Dropped, these are in gnome-desktop-sharp2 now. + + debian/rules: + - Update API version to 2.20.0. + + debian/patches/01_dllmaps.dpatch: + - Convert 01_glue-locations.dpatch and 02_missing_dllmaps.dpatch into + a single patch. + + -- Sebastian Dröge Wed, 05 Mar 2008 19:50:22 +0100 + +gnome-sharp2 (2.16.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/control, + debian/libgnome2.0-cil.install, + debian/libgconf2.0-cil.install: + - Move gconf-sharp-peditors to libgnome2.0-cil. It needs all Gnome + libraries anyway and fits better there. + + debian/control: + - Require gtk-sharp >= 2.10.3. + + patches/99_ltmain_as-needed.dpatch: + - Update to apply cleanly again. + + debian/rules: + - Update clilibs to >= 2.16.1. + + -- Sebastian Dröge Fri, 29 Feb 2008 06:40:26 +0100 + +gnome-sharp2 (2.16.0-10) unstable; urgency=low + + * debian/control: + + Added Homepage, Vcs-Svn and Vcs-Browser fields. + + Removed GTK# packages from dependencies of the gnome-sharp2 meta package, + the gtk-sharp2 meta package does already a good job for that. + + Updated Standards-Version to 3.7.3, no changes needed. + + Added names of assemblies in the package long description to aid + apt-cache searches. + + Added suggests monodoc-gtk2.0-manual to the library packages. + + -- Mirco Bauer Thu, 27 Dec 2007 22:23:43 +0100 + +gnome-sharp2 (2.16.0-9) unstable; urgency=low + + [ Sebastian Dröge ] + * debian/rules: + + Also use -Wl,-z,defs -Wl,-O1 when linking. + * debian/control: + + Updated Maintainer to the new Debian CLI Libraries Team. + + [ Mirco Bauer ] + * debian/control: + + Added mono-1.0-devel to build-deps, fixes FTBFS. + (needed since the as mono-mcs package was split) + + Fixed casing of Gtk+ and Gnome# in package descriptions, as the official + names are GTK+ and GNOME (uppercase). + + Using my Debian email address now. + + Removed unneeded manual binary dependencies of libgnome2.0-cil. + (those were a left over of a package split transition, Closes: #427925) + * debian/rules: + + Use dh_clifixperms instead of find calls. + + -- Mirco Bauer Sat, 22 Dec 2007 23:37:18 +0100 + +gnome-sharp2 (2.16.0-8) unstable; urgency=low + + * debian/rules: + + Actually pass CFLAGS and LDFLAGS to configure + + Use --as-needed when linking to get less dependencies. + * debian/patches/99_ltmain_as-needed.dpatch: + + Patch used in many Gnome package to reorder the linking + parameters so --as-needed is actually used. + + -- Sebastian Dröge Tue, 04 Dec 2007 13:57:49 +0100 + +gnome-sharp2 (2.16.0-7) unstable; urgency=low + + * debian/control: + + Build depend on Gtk# >= 2.10.1-3 to get a rebuild with the newer version. + This fixes segfaults in several applications on quit. + + -- Sebastian Dröge Tue, 07 Aug 2007 17:49:39 +0200 + +gnome-sharp2 (2.16.0-6) unstable; urgency=low + + * Sebastian 'slomo' Dröge: + + debian/libgconf2.0-cil.install, + debian/libgnome2.0-cil.install, + debian/control: + - Move the gconf-sharp-peditors libraries from libgnome2.0-cil to + libgconf2.0-cil as the pkg-config file of gconf-sharp references them. + + debian/control: + - Let the metapackage depend on all library packages. + + -- Sebastian Dröge Thu, 17 May 2007 11:05:36 +0200 + +gnome-sharp2 (2.16.0-5) unstable; urgency=low + + * Sebastian 'slomo' Dröge: + + debian/control: + - Add transitional dependencies on the new packages for libgnome2.0-cil. + + -- Sebastian Dröge Wed, 09 May 2007 08:11:26 +0200 + +gnome-sharp2 (2.16.0-4) unstable; urgency=low + + * Sebastian 'slomo' Dröge: + + debian/control, + debian/libart2.0-cil.install, + debian/libgnome-vfs2.0-cil.install, + debian/libgtkhtml2.0-cil.install, + debian/librsvg2.0-cil.install: + - Move the libart, gnomevfs, gtkhtml and rsvg bindings into their own + packages to prevent unnecessary large dependency chains. + + -- Sebastian Dröge Wed, 09 May 2007 07:26:49 +0200 + +gnome-sharp2 (2.16.0-3) unstable; urgency=low + + * Sebastian 'slomo' Dröge: + + debian/patches/01_glue-locations.dpatch, + debian/control: + - Build against libvte9. + + -- Sebastian Dröge Tue, 24 Apr 2007 22:49:55 +0200 + +gnome-sharp2 (2.16.0-2) unstable; urgency=low + + * Upload to unstable + * Sebastian 'slomo' Dröge: + + debian/control: + - s/2.10/2.16/ These are bindings for Gnome 2.16, not 2.10. + Thanks to Loic Minier for noticing + - Remove Dave Beckett from Uploaders by his request + + debian/patches/01_glue-locations.dpatch: + - Adjust soname of libvte for the version in unstable + + -- Sebastian Dröge Mon, 16 Apr 2007 00:25:41 +0200 + +gnome-sharp2 (2.16.0-1) experimental; urgency=low + + * Sebastian 'slomo' Dröge: + + New package based on gtk-sharp2: + - Gnome and GTK+ bindings split into separate source packages + + debian/watch: + - Updated + + debian/control: + - Updated Build-Depends + - Updated to use my debian.org mail address + + debian/patches/01_glue-locations.dpatch, + debian/patches/02_missing_dllmaps.dpatch: + - Updated + + debian/rules: + - Bumped clilibs to >= 2.16 + + debian/control, + debian/libgnome2.0-cil.install, + debian/libvte2.0-cil.install: + - Move gapi XML files to their corresponding library packages + + -- Sebastian Dröge Wed, 31 Jan 2007 11:04:09 +0100 + +gtk-sharp2 (2.8.3-2) unstable; urgency=medium + + * Mirco 'meebey' Bauer + + debian/patches/01_glue-locations.dpatch: + - Fixed tag closing, caused parse error for dh_clideps (FTBFS). + (Closes: #390116) + + debian/patches/02_missing_dllmaps.dpatch: + - Adds some missing entries in the DLL maps. + + debian/control: + - Bumped cli-common-dev build-dep to >= 0.4.6, handles paths now + correctly in DLL maps. + + -- Debian Mono Group Sat, 30 Sep 2006 01:16:22 +0200 + +gtk-sharp2 (2.8.3-1) unstable; urgency=low + + * Sebastian 'slomo' Dröge + + New upstream release + + debian/patches/02_workaround-340904.dpatch, + debian/patches/03_gnomevfs-mimetype-pinvokes.dpatch, + debian/patches/04_list-to-array-marshalling.dpatch, + debian/patches/05_gdk-drawable.dpatch, + debian/patches/06_value-array-smp-free.dpatch: + - dropped, merged upstream + + debian/control, + debian/compat: + - update debhelper compat level to 5 + + -- Debian Mono Group Sun, 9 Jul 2006 23:43:04 +0200 + +gtk-sharp2 (2.8.2-2) unstable; urgency=low + + * Mirco 'meebey' Bauer + + Rebuild against Mono 1.1.13.6-3 + + Updated cli-common build-dep to cli-common-dev >= 0.4.0 + + Added libmono-cairo1.0-cil to build-deps. + * Sebastian 'slomo' Dröge + + Add myself to Uploaders + + Update Standards-Version to 3.7.2 + + debian/patches/03_gnomevfs-mimetype-pinvokes.dpatch: (SVN rev 58615) + - Fix the GnomeVFS MimeType P/Invokes to conform to the + const/non-const conventions as specified in the gnomevfs headers. + This fixes a possible double free(). + + debian/patches/04_list-to-array-marshalling.dpatch: (SVN rev 58609) + - Fix the ListToArray marshalling to respect the owners of the Opaque + elements. + + debian/patches/05_gdk-drawable.dpatch: + - Fix signature of Gdk.Drawable.DrawPoints(). The old version was + completely wrong and would segfault everything using it. + http://bugzilla.ximian.com/show_bug.cgi?id=77942 + + debian/patches/06_value-array-smp-free.dpatch: + - Don't immediately free ValueArrays; queue them up to be freed in the + main thread by using a Timeout. This fixes SMP deadlocks when the + GValues contained therein aren't threadsafe (like GDK resources). + + -- Debian Mono Group Fri, 14 Apr 2006 12:48:02 +0200 + +gtk-sharp2 (2.8.2-1) unstable; urgency=low + + * New upstream release + + -- Debian Mono Group Sun, 12 Mar 2006 01:10:07 +0100 + +gtk-sharp2 (2.8.1-1) unstable; urgency=low + + * New upstream release + * Mirco 'meebey' Bauer + + debian/control: + - Added missing conflicts/replaces to gtk-sharp2-gapi for + gtk-sharp2-unstable-gapi. + + -- Debian Mono Group Sun, 12 Feb 2006 22:33:58 +0100 + +gtk-sharp2 (2.8.0-1) unstable; urgency=low + + * New upstream release + + This release ships GAC policy files which ensures ABI compatiblity for + programs that were compiled against GTK# 2.4 and 2.6 + * Mirco 'meebey' Bauer + + debian/control: + - Updated package descriptions for 2.8 + - Updated build-deps to use GTK+ 2.8 + - Added ${misc:Depends} where appropriate + + debian/rules: + - Updated dh_makeclilibs call for minimum ABI comp version 2.7.90 + + debian/libgconf2.0-cil.install: + - Added GAC policy files. + + debian/libglade2.0-cil.install: + - Added GAC policy files. + + debian/libglib2.0-cil.install: + - Added GAC policy files. + + debian/libgnome2.0-cil.install: + - Added GAC policy files. + + debian/libgtk2.0-cil.install: + - Added GAC policy files. + + debian/libvte2.0-cil.install: + - Added GAC policy files. + + -- Debian Mono Group Thu, 2 Feb 2006 20:08:26 +0100 + +gtk-sharp2 (2.4.0-2) unstable; urgency=low + + * Mirco 'meebey' Bauer + + Fixed debian/watch + + Added debian/02_workaround-340904.dpatch by Andreas Henriksson + (Closes: #348994): + - Changed Makefile.(am|in) to solve VTE build problems + + -- Debian Mono Group Fri, 20 Jan 2006 11:58:45 +0100 + +gtk-sharp2 (2.4.0-1) unstable; urgency=low + + * New upstream release + + This is the final stable release, thus dropping all "unstable version" + marks in the package descriptions. + * Mirco 'meebey' Bauer + + Added missing gtk-dotnet-2.0.pc to libgtk2.0-cil package. + + Updated all packages descriptions to match what the library binds. + + Patch by Sebastian 'slomo' Dröge : + - Renamed source package to gtk-sharp2 as it's stable now + - Moved glue libs from /usr/lib into /usr/lib/mono/gtk-sharp-2.0 + - Less stricter clilibs. Upstream guarantees ABI compatibility from now + on. + + -- Debian Mono Group Sun, 13 Nov 2005 19:53:17 +0100 + +gtk-sharp2-unstable (2.3.92-2) unstable; urgency=low + + * Mirco 'meebey' Bauer + + Added missing glib-sharp-2.0.pc to libglib2.0-cil package. + + -- Debian Mono Group Sun, 16 Oct 2005 20:21:39 +0100 + +gtk-sharp2-unstable (2.3.92-1) unstable; urgency=low + + * New upstream version + + -- Debian Mono Group Sun, 16 Oct 2005 20:21:39 +0100 + +gtk-sharp2-unstable (2.3.91-1) unstable; urgency=low + + * New upstream version + + Upstream bumped version number to 2.3.x so it will match the GTK+ 2.4 + version in the final release. + * Mirco 'meebey' Bauer + + Changes for Gtk# 2.3.91 are inspired by the Ubuntu patch + (thanks to Brandon Hale). + + gda and gnomedb are not shipped anymore in libgnome2.0-cil, dropped + upstream. + - Removed libgda2-dev and libgnomedb2-dev from build-deps. + - Removed dllmap hack in debian/rules for gda. + + Shipping gtk-dotnet assemblies in libgtk2.0-cil now. (Closes: #316483) + + dh_makeclilibs will now generate less strict deps, because with + 2.3.90 the API is now stable. + + Updated to Standards Version 3.6.2.1 (no changes). + + Added monodoc-gtk2.0-manual to "Depends" of gtk-sharp2 meta package. + + Change arch-field of libvte2.0-cil back to any, it contains now a glue + library. + + Updated versioned build-dep of cli-common to >= 0.2.0 + + -- Debian Mono Group Sun, 25 Sep 2005 19:56:04 +0100 + +gtk-sharp2-unstable (1.9.5-2) unstable; urgency=low + + * Dave Beckett + + Rebuild against libgtkhtml3.6-dev (Closes: #321560) + + -- Debian Mono Group Sat, 6 Aug 2005 14:21:04 +0100 + +gtk-sharp2-unstable (1.9.5-1) unstable; urgency=low + + * upload to unstable + * New upstream release + * Mirco 'meebey' Bauer + + debian/gtk-sharp2-gapi.install: + - gapi_parser.pl got replaced by gapi-parser.exe + - added gapi_pp.pl and gapi2xml.pl + + debian/gtk-sharp2-examples.manpages: + - created undocumented manpage for gapi2-codegen, gapi2-fixup and + gapi2-parser + + debian/gtk-sharp2-gapi.manpages: + - created undocumented manpage for gtk-sharp2-examples-list + + debian/libgtk2.0-cil.install: + - added libpangosharpglue-2.so + + debian/libvte2.0-cil.install: + - added libvtesharpglue-2.so + + added debian/watch file + + -- Debian Mono Group Sun, 29 May 2005 19:57:32 +0200 + +gtk-sharp2-unstable (1.9.3-2) experimental; urgency=low + + * Mirco 'meebey' Bauer + + added monodoc-gtk2.0-manual binary package + (we generate the Gtk#2 documentation now) + + updated versioned build-dep of cli-common to >= 0.1.3 + + -- Debian Mono Group Sun, 15 May 2005 19:11:20 +0200 + +gtk-sharp2-unstable (1.9.3-1) experimental; urgency=low + + * New upstream release + * Mirco 'meebey' Bauer + + /usr/share/dotnet to /usr/lib transition + + merged .files with .install + + fixed/updated directories/files so it can co-exist with gtk-sharp nicely + + created gkt-sharp2 metapackage, this way users can easily install the + whole Gtk# suite. + + updated versioned build-dep of libgnomedb2-dev to >= 1.2.1 + + added dllmap hack to use libgda-2.so.3 instead of libgda-2.so.1 + + removed "unstable" string from package names. + + added -l to dh_makeclilibs, making stricter dependencies now + (the is API not unstable yet) + * Dave Beckett + + Rebuild against libgda2-3 + + updated versioned build-dep of libgda2-dev to >= 1.2.1 + + Changed source package name to gtk-sharp2-unstable + + Switch to experimental + + Remove not-used Build-Depend on autoconf and automake1.4 + + debian/rules: generate correct clilibs version, directly using main + version rather than hand-edited hardcoded version + + Renamed libgtksharpglue-2.0* and libpanelappletsharpglue-2* + to libgtksharpglue-2* and libpanelappletsharpglue-2* to match upstream. + + Initial packaging for Gtk# 2.0 based on gtk-sharp source package. + + -- Debian Mono Group Sun, 10 Apr 2005 12:21:40 +0200 + +gtk-sharp (1.0.2-1) unstable; urgency=low + + * New upstream release + * Mirco 'meebey' Bauer + + changed dh_makenetlibs -m 0.93 to 1.0 (to guarantee compability) + + moved glade.pc to libglade-cil + (closes: #271873 thanks to Matt Kraai ) + + -- Debian Mono Group Thu, 09 Oct 2004 19:21:23 +0200 + +gtk-sharp (1.0-4) unstable; urgency=low + + * restored accidently deleted links for gapi-fixup and gapi-codegen + + -- Debian Mono Group Sun, 08 Aug 2004 16:46:43 +0200 + +gtk-sharp (1.0-3) unstable; urgency=medium + + * Switched to use "stable" libgtkhtml series (closes: #258995) + * set local MONO_GAC_PREFIX to make package internal dependencies + resolveable (closes: #258040, #260373) + + -- Debian Mono Group Sun, 08 Aug 2004 12:30:31 +0200 + +gtk-sharp (1.0-2) unstable; urgency=low + + * Eduard Bloch + + Fixed build-depends to fix FTBFS on Powerpc + + updates to work with libgtkhtml3.1-11 (closes: #259447) + + depending on a newer version of mono-utils having a better working + dh_makenetlibs (closes: #258040) + + -- Debian Mono Group Thu, 15 Jul 2004 16:13:05 +0200 + +gtk-sharp (1.0-1) unstable; urgency=low + + * New upstream release + * Eduard Bloch + + dependency tunning, suggesting versions >= 0.93 only + + chmod a-x on example source (closes: #255411) + * Mirco 'meebey' Bauer + + debian/rules: fixed .wapi path, added sample/rsvg Makefile hack + + -- Debian Mono Group Sat, 3 Jul 2004 00:10:15 +0200 + +gtk-sharp (0.98-2) unstable; urgency=low + + * Eduard Bloch + + Set strong Build-Dep on libgtkhtml3.1-10 now (in the hope that GNOME + funsters will keep at least THIS PACKAGE NAME and SONAME for longer than + few weeks) + + rewriting gtkhtml-sharp.dll.config to match the new SONAME + + -- Debian Mono Group Sat, 19 Jun 2004 15:25:35 +0200 + +gtk-sharp (0.98-1) unstable; urgency=low + + * New upstream release + * Eduard Bloch + + integration of the new debhelper-managed dependencies, finaly creating + proper dependencies between the packages and shared lib (closes: #255163) + + relaxed the suggested dependencies, the API should be frozen + * Mirco 'meebey' Bauer + + added proper Conflicts/Replaces for smooth upgrades from older versions + + -- Debian Mono Group Sat, 19 Jun 2004 14:54:01 +0200 + +gtk-sharp (0.91.1-1) unstable; urgency=low + + * Mirco 'meebey' Bauer + + new upstream version, fixes FTBFS on powerpc, jit should work + now (Closes: Bug#244874) + + new package libvte-cil + + cleaned up the rules script + + added pixmap directory for gtk-sharp-examples (Closes: Bug#248295) + + MonoConvention 0.1.4 conform + * Eduard Bloch + + Build-Conflicts: with the broken libart version + + change to Arch:any packages with splitted glue libs and + new package names + + splitted gnome into gnome and glade pkgs + + -- Mirco 'meebey' Bauer Tue, 11 May 2004 17:44:20 +0200 + +gtk-sharp (0.18-2) unstable; urgency=low + + * set the dependency on new monodoc-base or at least old monodoc-browser to + prevent possible FTBFS (monodoc/assembler.exe needed) + * explicit build-conflicts with libgtkhtml3.0-2, wrong dependency could be + set otherwise + + -- Eduard Bloch Fri, 9 Apr 2004 14:24:20 +0200 + +gtk-sharp (0.18-1) unstable; urgency=low + + * Mirco 'meebey' Bauer + + changed Build-Depends to debhelper (>= 4.1.87) + rules: set DH_COMPAT to 4, added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 + (closes: Bug#237897 thanks to Anthony W. Juckel for the patch) + + changed Depends to libgtkhtml3.0-4, 3.0-2 is removed fom the archive + (closes: Bug#240529, Bug#241392) + + added gnome-sharp to gtk-sharp-examples dependencies (closes: #240297) + + new upstream release (closes: Bug#242001) + + -- Mirco 'meebey' Bauer Tue, 06 Apr 2004 11:03:39 +0200 + +gtk-sharp (0.17-1) unstable; urgency=low + + * Mirco 'meebey' Bauer + + chmod +x *.exe (according to MonoConventions) (closes #234891) + + added autoconf and automake1.4 to build-depends + (closes #233156 thanks to Daniel Schepler for the patch) + + new upstream release + + -- Mirco 'meebey' Bauer Tue, 06 Mar 2004 12:30:10 +0100 + +gtk-sharp (0.16-2) unstable; urgency=low + + * Mirco 'meebey' Bauer + + added libxml-libxml-perl dependency (closes: #234460) + + -- Mirco 'meebey' Bauer Tue, 24 Feb 2004 10:37:30 +0100 + +gtk-sharp (0.16-1) unstable; urgency=low + + * Mirco 'meebey' Bauer + + added libgail-dev to build-depends. + + new upstream release + * Eduard Bloch + + moved examples and their source to /usr/share/dotnet/gtk-sharp-examples + + added script to list them + + -- Mirco 'meebey' Bauer Thu, 12 Feb 2004 17:25:33 +0100 + +gtk-sharp (0.15-2) unstable; urgency=low + + * added more Build-Dependencies to control, in order to build new bindings to + Gnome2 components (gda, gnomedb, rsvg, gtkhtml) + * Dependencies cleanup: dropped weird deps on -dev packages, replaced most + gnome libs with depedencies to the ultimate dependencies harvester: + libgtkhtml3.0(-dev) + + -- Eduard Bloch Sun, 18 Jan 2004 19:32:50 +0100 + +gtk-sharp (0.15-1) unstable; urgency=low + + * added the -gapi package with the same data and desc as their RPM + * added examples and source in an extra package + * running autogen.sh at build time + + -- Eduard Bloch Sat, 17 Jan 2004 20:41:15 +0100 + +gtk-sharp (0.8-1) unstable; urgency=low + + * New upstream release + + -- Alp Toker Mon, 24 Feb 2003 18:21:27 +0000 + +gtk-sharp (0.7-1) unstable; urgency=low + + * New upstream release + * Remove Gst# hacks + * Pass RUNTIME argument to make + * epochs: just say no + + -- Alp Toker Tue, 21 Jan 2003 06:11:27 +0000 + +gtk-sharp (0.6-1) unstable; urgency=low + + * Gratuitously credited myself in debian/copyright. + * Added 1: epoch in honour of all those people who tracked these + gtk-sharp packages through the early days before they had versions + of their own (and were versioned like Mono releases). Rolled back + to 0.6-1 accordingly. + * Total rewrite of debian/rules. Severe crapectomy! Seperated build + targets for indep/arch. Correct treatment of arch all and arch any + packages in respective binary-indep/arch targets. + * Use correctly working DESTDIR instead of broken prefix, removing + necessity to complain and run configure twice. :P + * Removed need for gratuitous patchup script, do patching in the + binary-indep target after building the generator and api dirs. + * Tweaked descriptions in debian/control & raised standards version. + * Updated Maintainer to mono@debianplanet.org and added me and alp as + Uploaders. + * Tighten up dependencies on other -sharp packages to include the + current package version. Never know what's changing or changed, so + piecemeal upgrades could cause bugs or confusion down the line + (especially with an unversioned glue lib =). + * Added build-depends for libtool, autoconf and automake (to + compensate for bizzarely hosed upstream tarball). + * Added rm install-sh missing mkinstalldirs depcomp to clean target, + and switched to maintainer-clean (for same reason). + * Added Replaces header to glib-sharp for upgrades from old gtk-sharp + packages. + * Removed un-necessary .dirs files. + * Fixed upstream make install targets to make the dirs beforehand. + * Added gst to DIRS in the makefile so it gets built and installed + with the rest. + * Remove sample from DIRS in the makefile to bypass gconf schemas and + other nonsense. + * Use -avoid-version with libgtksharpglue to call the library .so and + avoid symlinks. Add gtk-sharp-glue.files now we're installing + things properly. + * Don't ship README. It's not helpful to end users, and it was going + into the wrong package anyway. + * Added gtk-sharp-glue deps to glib, gnome and glade. Grepping the + source shows this to be necessary. + * Replace glade-sharp (rolled into gnome-sharp) with gconf-sharp which + is potentially useful without the GNOME UI libs etc. Added + appropriate Conflicts/Provides/Replaces to gnome-sharp. + * Ship gconf-sharp-peditors.dll in gnome-sharp package. + + -- Robert McQueen Thu, 19 Dec 2002 06:01:55 +0000 + +gtk-sharp (0.6-5) unstable; urgency=low + + * Fix gnome-sharp files + + -- Alp Toker Tue, 17 Dec 2002 15:27:56 +0000 + +gtk-sharp (0.6-4) unstable; urgency=low + + * Depend on glib-sharp as needed + + -- Alp Toker Tue, 17 Dec 2002 14:57:54 +0000 + +gtk-sharp (0.6-3) unstable; urgency=low + + * Fix the clean target + + -- Alp Toker Tue, 17 Dec 2002 14:06:15 +0000 + +gtk-sharp (0.6-2) unstable; urgency=low + + * Add support for glade-sharp, gnome-sharp, gst-sharp as individual + packages. + + -- Alp Toker Mon, 16 Dec 2002 18:07:17 +0000 + +gtk-sharp (0.6-1) unstable; urgency=low + + * Initial Release. + + -- Alp Toker Sun, 28 Apr 2002 22:10:10 +0100 + --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomedesktop2.20-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libgnomedesktop2.20-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/gnomedesktop-sharp-2.20/gnomedesktop-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/watch +++ gnome-desktop-sharp2-2.26.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/gnome-desktop-sharp/([\d\.]+)/gnome-desktop-sharp-([\d\.]+)\.tar\.gz --- gnome-desktop-sharp2-2.26.0.orig/debian/libvte0.16-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libvte0.16-cil.install @@ -0,0 +1,2 @@ +usr/lib/libvtesharpglue-2.so /usr/lib/cli/vte-sharp-0.16/ +usr/lib/mono/gac/vte-sharp/*/* /usr/lib/cli/vte-sharp-0.16/ --- gnome-desktop-sharp2-2.26.0.orig/debian/librsvg2-2.18-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/librsvg2-2.18-cil.install @@ -0,0 +1 @@ +usr/lib/mono/gac/rsvg2-sharp/*/* /usr/lib/cli/rsvg2-sharp-2.18/ --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomedesktop2.0-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libgnomedesktop2.0-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/gnome-desktop-sharp-2.0.pc +usr/share/gnomedesktop-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/copyright +++ gnome-desktop-sharp2-2.26.0/debian/copyright @@ -0,0 +1,48 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: gnome-desktop-sharp +Upstream-Source: http://download.gnome.org/sources/gnome-desktop-sharp/ + +Files: * +Copyright: Copyright 2003-2008, Novell Inc. +License: LGPL-2 + +Files: gnomeprint/PrintDialog.custom, + gnomeprint/PrintJob.custom +Copyright: Copyright 2003-2004, Martin Willemoes Hansen +License: LGPL-2 + +Files: gtksourceview/SourceBuffer.custom +Copyright: Copyright 2003, Aleksey Sanin +License: LGPL-2 + +Files: svg/Tool.cs +Copyright: Copyright 2003, Reptile Consulting & Services Ltd +Copyright: Copyright 2003, Charles Iliya Krempeaux +Copyright: Copyright 2005, Novell Inc. +License: LGPL-2 + +Files: debian/* +Copyright: Copyright 2008-2009, Sebastian Dröge +Copyright: Copyright 2009, Mirco Bauer +License: GPL-2+ + On Debian systems, the complete text of the GNU General Public License can be + found in the `/usr/share/common-licenses/GPL' file. + +License: LGPL-2 + This program is free software; you can redistribute it and/or + modify it under the terms of version 2 of the Lesser GNU General + Public License as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + + On Debian systems, the complete text of the GNU Lesser General Public License + can be found in the `/usr/share/common-licenses/LGPL-2' file. --- gnome-desktop-sharp2-2.26.0.orig/debian/libvte0.16-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libvte0.16-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/vte-sharp-0.16.pc +usr/share/vte-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/rules +++ gnome-desktop-sharp2-2.26.0/debian/rules @@ -0,0 +1,139 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 +export MONO_SHARED_DIR=$(CURDIR) + +include /usr/share/dpatch/dpatch.make + +CFLAGS ?= -O2 -Wall -g +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +API_VERSION = 2.26.0 + +MAKEFILE = $(firstword $(MAKEFILE_LIST)) +DEBIAN_DIR = $(dir $(MAKEFILE)) +SOURCE_DIR = $(DEBIAN_DIR)/.. + +DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2) +DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2) +VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//') +NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(VERSION)) + + +autoreconf: autoreconf-stamp +autoreconf-stamp: patch-stamp + autoreconf -f -i + patch -p3 < debian/ltmain-add-as-needed.patch + touch $@ + +config: config-stamp +config-stamp: autoreconf-stamp + dh_testdir + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \ + --prefix=/usr \ + CSC=/usr/bin/mono-csc \ + MONO_CAIRO_LIBS=-r:Mono.Cairo + touch $@ + +build-indep: build-indep-stamp +build-indep-stamp: config-stamp + dh_testdir + $(MAKE) + touch $@ + +build-arch: build-arch-stamp +build-arch-stamp: config-stamp + dh_testdir + $(MAKE) + touch $@ + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + + rm -f autoreconf-stamp config-stamp build-indep-stamp build-arch-stamp + [ ! -f Makefile ] || $(MAKE) distclean RUNTIME=/usr/bin/cli + + # delete generated autofoo stuff from above + find . -name "Makefile.in" | xargs rm -rf + rm -f config.status config.sub config.guess configure ltmain.sh + + rm -rf $(MONO_SHARED_DIR)/.wapi + + dh_clean + +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp RUNTIME=/usr/bin/cli + +binary-indep: build-indep install + dh_testdir + dh_testroot + dh_installdirs -i + dh_movefiles -i + dh_link -i + # HACK: we must install arch dep and indep here! + # dh_clideps needs the clilibs files of all packages + dh_install + dh_installchangelogs -i ChangeLog + dh_installdocs -i + dh_installcligac -i + dh_clistrip -i + dh_compress -i + dh_fixperms -i + dh_clifixperms -i + dh_installdeb -i + # HACK: we must generate clilibs of arch:all and arch:any here! + # else dh_clideps can't pick up inner source package dependencies + dh_makeclilibs -m $(API_VERSION) + dh_clideps -i -d + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build-arch install + dh_testdir + dh_testroot + dh_movefiles -a + dh_link -a + # HACK: we must install arch dep and indep here! + # dh_clideps needs the clilibs files of all packages + dh_install + dh_installchangelogs -a ChangeLog + dh_installdocs -a + dh_installcligac -a + dh_strip -a + dh_clistrip -a + dh_compress -a + dh_fixperms -a + dh_clifixperms -a + dh_installdeb -a + dh_shlibdeps -a + # HACK: we must generate clilibs of arch:all and arch:any here! + # else dh_clideps can't pick up inner source package dependencies + dh_makeclilibs -m $(API_VERSION) + dh_clideps -a -d + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +build: build-indep build-arch +binary: binary-indep binary-arch + +get-orig-source: + mkdir -p ../tarballs + uscan \ + --package $(DEB_SOURCE_NAME) \ + --watchfile $(DEBIAN_DIR)/watch \ + --upstream-version $(VERSION) \ + --download-version $(VERSION) \ + --destdir ../tarballs \ + --force-download \ + --rename + +.PHONY: autoreconf config build-indep build-arch clean binary-indep binary-arch build binary patch get-orig-source --- gnome-desktop-sharp2-2.26.0.orig/debian/libgtkhtml3.16-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libgtkhtml3.16-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/gtkhtml-sharp-3.16/gtkhtml-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomedesktop2.20-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libgnomedesktop2.20-cil.install @@ -0,0 +1 @@ +usr/lib/mono/gac/gnomedesktop-sharp/*/* /usr/lib/cli/gnomedesktop-sharp-2.20/ --- gnome-desktop-sharp2-2.26.0.orig/debian/control +++ gnome-desktop-sharp2-2.26.0/debian/control @@ -0,0 +1,233 @@ +Source: gnome-desktop-sharp2 +Section: cli-mono +Priority: optional +Maintainer: Debian CLI Libraries Team +Uploaders: Mirco Bauer , Sebastian Dröge , Jo Shields +Build-Depends: debhelper (>= 7), + cli-common-dev (>= 0.5.4), + dpatch, + libtool, + autoconf, + automake, + mono-devel (>= 2.4.3), + libmono-dev (>= 2.0.1), + pkg-config, + libgtk2.0-dev (>= 2.12.2), + libglib2.0-dev (>= 2.12.0), + libgtk2.0-cil-dev, + libglade2.0-cil-dev, + gtk-sharp2-gapi (>= 2.12.7), + libgnome2.0-cil-dev, + librsvg2-dev (>= 2.22.2), + libgtkhtml3.14-dev (>= 3.18.0), + libart2.0-cil-dev, + libgnome-vfs2.0-cil-dev, + libgtksourceview2.0-dev (>= 2.2.2), + libvte-dev (>= 0.16.14), + libwnck-dev (>= 2.23.0), + libgnome-desktop-dev (>= 2.24.0), + libpanel-applet2-dev (>= 2.23.0) +Standards-Version: 3.8.4 +Homepage: http://www.mono-project.com/GtkSharp +Vcs-Svn: svn://svn.debian.org/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/ + +Package: gnome-desktop-sharp2 +Architecture: all +Depends: libgtkhtml3.14-cil-dev, librsvg2-2.0-cil-dev, libvte0.16-cil-dev, libgnomedesktop2.0-cil-dev, libgtksourceview2-cil-dev, libwnck1.0-cil-dev, libgnomepanel2.24-cil-dev +Description: GNOME Desktop# 2.24 suite, CLI bindings for GNOME + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This is a metapackage containing dependencies for the complete + GNOME Desktop# 2.24 suite. + +Package: libgtkhtml3.16-cil +Architecture: any +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Conflicts: libgnome-cil +Description: CLI binding for GtkHTML 3.24 + This package provides the gtkhtml-sharp assembly that allows CLI (.NET) + programs to use the GtkHTML library 3.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the GtkHTML assembly itself + +Package: libgtkhtml3.14-cil-dev +Architecture: any +Depends: libgtkhtml3.16-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} +Replaces: libgtkhtml3.16-cil (<< 2.26.0-2) +Description: CLI binding for GtkHTML 3.24 + This package provides the gtkhtml-sharp assembly that allows CLI (.NET) + programs to use the GtkHTML library 3.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the GtkHTML library, and should + be used for compilation + +Package: librsvg2-2.18-cil +Architecture: all +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for RSVG 2.22 + This package provides the rsvg-sharp assembly that allows CLI (.NET) + programs to use the RSVG library 2.22. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the rsvg-sharp assembly itself + +Package: librsvg2-2.0-cil-dev +Architecture: all +Depends: librsvg2-2.18-cil (= ${binary:Version}), ${misc:Depends} +Replaces: librsvg2-cil-dev (<< 2.26.0-2) +Description: CLI binding for RSVG 2.22 + This package provides the rsvg-sharp assembly that allows CLI (.NET) + programs to use the RSVG library 2.22. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the rsvg-sharp library, and should + be used for compilation + +Package: libvte0.16-cil +Architecture: any +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for VTE 0.16 + This package provides the vte-sharp assembly that allows CLI (.NET) programs + to use the VTE libraries 0.16. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the vte-sharp assembly itself + +Package: libvte0.16-cil-dev +Architecture: any +Depends: libvte0.16-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} +Replaces: libvte0.16-cil (<< 2.26.0-2) +Description: CLI binding for VTE 0.16 + This package provides the vte-sharp assembly that allows CLI (.NET) programs + to use the VTE libraries 0.16. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the vte-sharp library, and should + be used for compilation + +Package: libgnomedesktop2.20-cil +Architecture: all +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for GNOME Desktop 2.24 + This package provides the gnome-desktop-sharp assembly that allows CLI (.NET) + programs to use the GNOME Desktop libraries 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the gnome-desktop-sharp assembly itself + +Package: libgnomedesktop2.0-cil-dev +Architecture: all +Depends: libgnomedesktop2.20-cil (= ${binary:Version}), libgnome2.0-cil-dev, ${misc:Depends} +Replaces: libgnomedesktop2.20-cil (<< 2.26.0-2) +Description: CLI binding for GNOME Desktop 2.24 + This package provides the gnome-desktop-sharp assembly that allows CLI (.NET) + programs to use the GNOME Desktop libraries 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the gnome-desktop-sharp library, + and should be used for compilation + +Package: libgtksourceview2-2.0-cil +Architecture: any +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for GtkSourceView 2.2 + This package provides the gtk-sourceview-sharp assembly that allows CLI (.NET) + programs to use the GtkSourceView libraries 2.2. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the gtk-sourceview-sharp assembly itself + +Package: libgtksourceview2-cil-dev +Architecture: any +Depends: libgtksourceview2-2.0-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} +Replaces: libgtksourceview2-2.0-cil (<< 2.26.0-2) +Description: CLI binding for GtkSourceView 2.2 + This package provides the gtk-sourceview-sharp assembly that allows CLI (.NET) + programs to use the GtkSourceView libraries 2.2. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the gtk-sourceview-sharp library, + and should be used for compilation + +Package: libwnck2.20-cil +Architecture: any +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for wnck 2.24 + This package provides the wnck-sharp assembly that allows CLI (.NET) programs + to use the wnck libraries 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the wnck-sharp assembly itself + +Package: libwnck1.0-cil-dev +Architecture: any +Depends: libwnck2.20-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} +Replaces: libwnck2.20-cil (<< 2.26.0-2) +Description: CLI binding for wnck 2.24 + This package provides the wnck-sharp assembly that allows CLI (.NET) programs + to use the wnck libraries 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the wnck-sharp library, and should + be used for compilation + +Package: libgnomepanel2.24-cil +Architecture: any +Suggests: monodoc-gtk2.0-manual +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI binding for GNOME Panel 2.24 + This package provides the gnome-panel-sharp assembly that allows CLI (.NET) + programs to use the GNOME Panel library 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains the gnome-panel-sharp assembly itself + +Package: libgnomepanel2.24-cil-dev +Architecture: any +Depends: libgnomepanel2.24-cil (= ${binary:Version}), libgtk2.0-cil-dev, ${misc:Depends} +Replaces: libgnomepanel2.24-cil (<< 2.26.0-2) +Description: CLI binding for GNOME Panel 2.24 + This package provides the gnome-panel-sharp assembly that allows CLI (.NET) + programs to use the GNOME Panel library 2.24. + . + GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 + desktop libraries. + . + This package contains development files for the gnome-panel-sharp library, and + should be used for compilation --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomepanel2.24-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libgnomepanel2.24-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/gnome-panel-sharp-2.24.pc +usr/share/gnome-panel-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/libvte0.16-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libvte0.16-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/vte-sharp-0.16/vte-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/README.source +++ gnome-desktop-sharp2-2.26.0/debian/README.source @@ -0,0 +1,2 @@ +This package uses dpatch for patching - please see /usr/share/doc/dpatch/README.source.gz +from the dpatch package --- gnome-desktop-sharp2-2.26.0.orig/debian/libgtkhtml3.14-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/libgtkhtml3.14-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/gtkhtml-sharp-3.14.pc +usr/share/gtkhtml-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/libgtksourceview2-2.0-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libgtksourceview2-2.0-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/gtksourceview2-sharp-2.0/gtksourceview2-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/libgtksourceview2-2.0-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libgtksourceview2-2.0-cil.install @@ -0,0 +1,2 @@ +usr/lib/libgtksourceview2sharpglue-2.so /usr/lib/cli/gtksourceview2-sharp-2.0/ +usr/lib/mono/gac/gtksourceview2-sharp/*/* /usr/lib/cli/gtksourceview2-sharp-2.0/ --- gnome-desktop-sharp2-2.26.0.orig/debian/librsvg2-2.0-cil-dev.install +++ gnome-desktop-sharp2-2.26.0/debian/librsvg2-2.0-cil-dev.install @@ -0,0 +1,2 @@ +usr/lib/pkgconfig/rsvg2-sharp-2.0.pc +usr/share/rsvg2-sharp/ --- gnome-desktop-sharp2-2.26.0.orig/debian/ltmain-add-as-needed.patch +++ gnome-desktop-sharp2-2.26.0/debian/ltmain-add-as-needed.patch @@ -0,0 +1,40 @@ +Description: Patch to add --as-needed magic to ltmain.sh + This patch needs to be applied after autoreconf is run, and autoreconf should + be copying files, not symlinking (ie: the '-s' option should not be given) so + that system-wide files aren't accidentally patched. + . + This should be more robust than copying a pre-patched version of ltmain.sh + from debian/ on build, as ltmain.sh needs to be exactly the same version as + the rest of libtool. +Author: Christopher James Halse Rogers + +--- libtool-2.2.6b/libltdl/config/ltmain.sh 2010-01-04 05:33:00.810981679 +0000 ++++ libtool-as-needed/libltdl/config/ltmain.sh 2010-01-04 00:18:29.715388881 +0000 +@@ -4716,6 +4716,11 @@ + arg=$func_stripname_result + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result +@@ -5070,6 +5075,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" --- gnome-desktop-sharp2-2.26.0.orig/debian/libgnomepanel2.24-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libgnomepanel2.24-cil.install @@ -0,0 +1,2 @@ +usr/lib/libgnomepanelsharpglue-2.so /usr/lib/cli/gnome-panel-sharp-2.24/ +usr/lib/mono/gac/gnome-panel-sharp/*/* /usr/lib/cli/gnome-panel-sharp-2.24/ --- gnome-desktop-sharp2-2.26.0.orig/debian/librsvg2-2.18-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/librsvg2-2.18-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/rsvg2-sharp-2.18/rsvg2-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/libgtkhtml3.16-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libgtkhtml3.16-cil.install @@ -0,0 +1,2 @@ +usr/lib/libgtkhtmlsharpglue-2.so /usr/lib/cli/gtkhtml-sharp-3.16/ +usr/lib/mono/gac/gtkhtml-sharp/*/* /usr/lib/cli/gtkhtml-sharp-3.16/ --- gnome-desktop-sharp2-2.26.0.orig/debian/libwnck2.20-cil.installcligac +++ gnome-desktop-sharp2-2.26.0/debian/libwnck2.20-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/wnck-sharp-2.20/wnck-sharp.dll --- gnome-desktop-sharp2-2.26.0.orig/debian/libwnck2.20-cil.install +++ gnome-desktop-sharp2-2.26.0/debian/libwnck2.20-cil.install @@ -0,0 +1,2 @@ +usr/lib/libwncksharpglue-2.so /usr/lib/cli/wnck-sharp-2.20/ +usr/lib/mono/gac/wnck-sharp/*/* /usr/lib/cli/wnck-sharp-2.20/ --- gnome-desktop-sharp2-2.26.0.orig/debian/patches/00list +++ gnome-desktop-sharp2-2.26.0/debian/patches/00list @@ -0,0 +1,4 @@ +01_dllmaps +02_gtkhtml-version +03_fix_pkg-config_paths +04_gnome_desktop_2_soname --- gnome-desktop-sharp2-2.26.0.orig/debian/patches/03_fix_pkg-config_paths.dpatch +++ gnome-desktop-sharp2-2.26.0/debian/patches/03_fix_pkg-config_paths.dpatch @@ -0,0 +1,131 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_fix_pkg-config_paths.dpatch by Mirco Bauer +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Patch to make library paths more Debian CLI Policy friendly + +@DPATCH@ +diff -urNad gnome-desktop-sharp-2.24.0~/gnomedesktop/gnome-desktop-sharp-2.0.pc.in gnome-desktop-sharp-2.24.0/gnomedesktop/gnome-desktop-sharp-2.0.pc.in +--- gnome-desktop-sharp-2.24.0~/gnomedesktop/gnome-desktop-sharp-2.0.pc.in 2008-03-07 03:22:22.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/gnomedesktop/gnome-desktop-sharp-2.0.pc.in 2009-05-21 01:54:32.000000000 +0200 +@@ -1,8 +1,8 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/gnomedesktop-sharp/2.20 +-assemblies_dir=${libdir}/mono/gnomedesktop-sharp-2.20 ++assemblies_dir=${libdir}/cli/gnomedesktop-sharp-2.20 + + Name: GnomeDesktop# + Description: GnomeDesktop# - GNOMEDesktop .NET Binding +diff -urNad gnome-desktop-sharp-2.24.0~/gnomepanel/gnome-panel-sharp-2.24.pc.in gnome-desktop-sharp-2.24.0/gnomepanel/gnome-panel-sharp-2.24.pc.in +--- gnome-desktop-sharp-2.24.0~/gnomepanel/gnome-panel-sharp-2.24.pc.in 2008-08-04 16:17:12.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/gnomepanel/gnome-panel-sharp-2.24.pc.in 2009-05-21 01:55:02.000000000 +0200 +@@ -1,8 +1,8 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/gnome-panel-sharp/2.24 +-assemblies_dir=${libdir}/mono/gnome-panel-sharp-2.24 ++assemblies_dir=${libdir}/cli/gnome-panel-sharp-2.24 + + Name: GnomePanel# + Description: GnomePanel# - libpanelapplet .NET Binding +diff -urNad gnome-desktop-sharp-2.24.0~/gnomeprint/gnome-print-sharp-2.18.pc.in gnome-desktop-sharp-2.24.0/gnomeprint/gnome-print-sharp-2.18.pc.in +--- gnome-desktop-sharp-2.24.0~/gnomeprint/gnome-print-sharp-2.18.pc.in 2008-08-04 16:19:12.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/gnomeprint/gnome-print-sharp-2.18.pc.in 2009-05-21 01:54:03.000000000 +0200 +@@ -1,8 +1,8 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/gnome-print-sharp/2.18 +-assemblies_dir=${libdir}/mono/gnome-print-sharp-2.18 ++assemblies_dir=${libdir}/cli/gnome-print-sharp-2.18 + + Name: GnomePrint# + Description: GnomePrint# - libgnomeprint and libgnomeprintui .NET Bindings +diff -urNad gnome-desktop-sharp-2.24.0~/gtkhtml/gtkhtml-sharp-3.14.pc.in gnome-desktop-sharp-2.24.0/gtkhtml/gtkhtml-sharp-3.14.pc.in +--- gnome-desktop-sharp-2.24.0~/gtkhtml/gtkhtml-sharp-3.14.pc.in 2008-03-07 03:22:23.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/gtkhtml/gtkhtml-sharp-3.14.pc.in 2009-05-21 01:55:14.000000000 +0200 +@@ -1,8 +1,8 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/gtkhtml-sharp/3.14 +-assemblies_dir=${libdir}/mono/gtkhtml-sharp-3.14 ++assemblies_dir=${libdir}/cli/gtkhtml-sharp-3.16 + + Name: Gtkhtml# + Description: Gtkhtml# - Gtkhtml .NET Binding +diff -urNad gnome-desktop-sharp-2.24.0~/gtksourceview/gtksourceview2-sharp.pc.in gnome-desktop-sharp-2.24.0/gtksourceview/gtksourceview2-sharp.pc.in +--- gnome-desktop-sharp-2.24.0~/gtksourceview/gtksourceview2-sharp.pc.in 2008-03-09 00:49:35.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/gtksourceview/gtksourceview2-sharp.pc.in 2009-05-21 01:53:06.000000000 +0200 +@@ -7,4 +7,4 @@ + Description: GtkSourceView# - gtksourceview .NET Binding + Version: @VERSION@ + Requires: gtk-sharp-2.0 +-Libs: -r:${prefix}/lib/mono/gtksourceview2-sharp-2.0/gtksourceview2-sharp.dll ++Libs: -r:${prefix}/lib/cli/gtksourceview2-sharp-2.0/gtksourceview2-sharp.dll +diff -urNad gnome-desktop-sharp-2.24.0~/nautilusburn/nautilusburn-sharp.pc.in gnome-desktop-sharp-2.24.0/nautilusburn/nautilusburn-sharp.pc.in +--- gnome-desktop-sharp-2.24.0~/nautilusburn/nautilusburn-sharp.pc.in 2008-03-07 03:22:21.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/nautilusburn/nautilusburn-sharp.pc.in 2009-05-21 01:54:20.000000000 +0200 +@@ -1,4 +1,4 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/nautilusburn-sharp/2.20 +@@ -8,4 +8,4 @@ + Description: NautilusBurn# - libnautilus-burn .NET Binding + Version: @VERSION@ + Cflags: -I:${gapidir}/nautilusburn-api.xml +-Libs: -r:${libdir}/mono/nautilusburn-sharp-2.20/nautilusburn-sharp.dll ++Libs: -r:${libdir}/cli/nautilusburn-sharp-2.20/nautilusburn-sharp.dll +diff -urNad gnome-desktop-sharp-2.24.0~/rsvg/rsvg2-sharp-2.0.pc.in gnome-desktop-sharp-2.24.0/rsvg/rsvg2-sharp-2.0.pc.in +--- gnome-desktop-sharp-2.24.0~/rsvg/rsvg2-sharp-2.0.pc.in 2008-03-07 03:22:21.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/rsvg/rsvg2-sharp-2.0.pc.in 2009-05-21 01:53:06.000000000 +0200 +@@ -1,4 +1,4 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/rsvg2-sharp/2.0 +@@ -8,4 +8,4 @@ + Description: Rsvg# - librsvg .NET Binding + Version: @VERSION@ + Cflags: -I:${gapidir}/rsvg2-api.xml +-Libs: -r:${libdir}/mono/rsvg2-sharp-2.0/rsvg2-sharp.dll ++Libs: -r:${libdir}/cli/rsvg2-sharp-2.18/rsvg2-sharp.dll +diff -urNad gnome-desktop-sharp-2.24.0~/vte/vte-sharp-0.16.pc.in gnome-desktop-sharp-2.24.0/vte/vte-sharp-0.16.pc.in +--- gnome-desktop-sharp-2.24.0~/vte/vte-sharp-0.16.pc.in 2008-03-07 03:22:21.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/vte/vte-sharp-0.16.pc.in 2009-05-21 01:54:50.000000000 +0200 +@@ -1,4 +1,4 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/vte-sharp/0.16 +@@ -9,4 +9,4 @@ + Version: @VERSION@ + Requires: gtk-sharp-2.0 + Cflags: -I:${gapidir}/vte-api.xml +-Libs: -r:${libdir}/mono/vte-sharp-0.16/vte-sharp.dll ++Libs: -r:${libdir}/cli/vte-sharp-0.16/vte-sharp.dll +diff -urNad gnome-desktop-sharp-2.24.0~/wnck/wnck-sharp-1.0.pc.in gnome-desktop-sharp-2.24.0/wnck/wnck-sharp-1.0.pc.in +--- gnome-desktop-sharp-2.24.0~/wnck/wnck-sharp-1.0.pc.in 2008-03-07 03:22:22.000000000 +0100 ++++ gnome-desktop-sharp-2.24.0/wnck/wnck-sharp-1.0.pc.in 2009-05-21 01:53:34.000000000 +0200 +@@ -1,8 +1,8 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + gapidir=${prefix}/share/wnck-sharp/2.20 +-assemblies_dir=${libdir}/mono/wnck-sharp-2.20 ++assemblies_dir=${libdir}/cli/wnck-sharp-2.20 + + + Name: Wnck# --- gnome-desktop-sharp2-2.26.0.orig/debian/patches/04_gnome_desktop_2_soname.dpatch +++ gnome-desktop-sharp2-2.26.0/debian/patches/04_gnome_desktop_2_soname.dpatch @@ -0,0 +1,17 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 04_gnome_desktop_2_soname.dpatch by Iain Lane +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Update libgnomedesktop2.20-cil DLLmap for new SONAME + +@DPATCH@ +diff -urNad gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in +--- gnome-desktop-sharp2-2.26.0~/gnomedesktop/gnomedesktop-sharp.dll.config.in 2009-02-23 18:01:27.000000000 +0000 ++++ gnome-desktop-sharp2-2.26.0/gnomedesktop/gnomedesktop-sharp.dll.config.in 2010-04-29 23:29:10.497662448 +0100 +@@ -3,5 +3,5 @@ + + + +- ++ + --- gnome-desktop-sharp2-2.26.0.orig/debian/patches/02_gtkhtml-version.dpatch +++ gnome-desktop-sharp2-2.26.0/debian/patches/02_gtkhtml-version.dpatch @@ -0,0 +1,16 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_gtkhtml-version.dpatch by Sebastian Dröge +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Patch to correct desired GTKHTML version in configure script +@DPATCH@ + +--- gnome-desktop-sharp/configure.in.old 2009-01-19 10:11:28.000000000 +0100 ++++ gnome-desktop-sharp/configure.in 2009-01-19 10:12:14.000000000 +0100 +@@ -188,7 +188,7 @@ + AC_SUBST(GNOME_PRINT_CFLAGS) + AC_SUBST(GNOME_PRINT_LIBS) + +-GTKHTML_REQUIRED_VERSION=3.23.5 ++GTKHTML_REQUIRED_VERSION=3.18.0 + --- gnome-desktop-sharp2-2.26.0.orig/debian/patches/01_dllmaps.dpatch +++ gnome-desktop-sharp2-2.26.0/debian/patches/01_dllmaps.dpatch @@ -0,0 +1,51 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_dllmaps.dpatch by Sebastian Dröge +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Updates dllmaps to include or correct entries as appropriate on Debian +@DPATCH@ +diff -urNad gnome-desktop-sharp-2.24.0~/gnomepanel/gnome-panel-sharp.dll.config.in gnome-desktop-sharp-2.24.0/gnomepanel/gnome-panel-sharp.dll.config.in +--- gnome-desktop-sharp-2.24.0~/gnomepanel/gnome-panel-sharp.dll.config.in 2009-04-19 19:21:21.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/gnomepanel/gnome-panel-sharp.dll.config.in 2009-04-19 20:06:29.000000000 +0200 +@@ -1,4 +1,5 @@ + + + ++ + +diff -urNad gnome-desktop-sharp-2.24.0~/gtkhtml/gtkhtml-sharp.dll.config.in gnome-desktop-sharp-2.24.0/gtkhtml/gtkhtml-sharp.dll.config.in +--- gnome-desktop-sharp-2.24.0~/gtkhtml/gtkhtml-sharp.dll.config.in 2009-04-19 19:21:21.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/gtkhtml/gtkhtml-sharp.dll.config.in 2009-04-19 20:06:29.000000000 +0200 +@@ -1,4 +1,5 @@ + + + ++ + +diff -urNad gnome-desktop-sharp-2.24.0~/gtksourceview/gtksourceview2-sharp.dll.config.in gnome-desktop-sharp-2.24.0/gtksourceview/gtksourceview2-sharp.dll.config.in +--- gnome-desktop-sharp-2.24.0~/gtksourceview/gtksourceview2-sharp.dll.config.in 2009-04-19 19:21:21.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/gtksourceview/gtksourceview2-sharp.dll.config.in 2009-04-19 20:06:29.000000000 +0200 +@@ -2,4 +2,5 @@ + + + ++ + +diff -urNad gnome-desktop-sharp-2.24.0~/vte/vte-sharp.dll.config.in gnome-desktop-sharp-2.24.0/vte/vte-sharp.dll.config.in +--- gnome-desktop-sharp-2.24.0~/vte/vte-sharp.dll.config.in 2009-04-19 19:21:21.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/vte/vte-sharp.dll.config.in 2009-04-19 20:06:29.000000000 +0200 +@@ -2,4 +2,5 @@ + + + ++ + +diff -urNad gnome-desktop-sharp-2.24.0~/wnck/wnck-sharp.dll.config.in gnome-desktop-sharp-2.24.0/wnck/wnck-sharp.dll.config.in +--- gnome-desktop-sharp-2.24.0~/wnck/wnck-sharp.dll.config.in 2009-04-19 19:21:21.000000000 +0200 ++++ gnome-desktop-sharp-2.24.0/wnck/wnck-sharp.dll.config.in 2009-04-19 20:06:29.000000000 +0200 +@@ -1,4 +1,5 @@ + + + ++ + --- gnome-desktop-sharp2-2.26.0.orig/debian/source/format +++ gnome-desktop-sharp2-2.26.0/debian/source/format @@ -0,0 +1 @@ +1.0