--- libgnomeui-2.15.91.orig/debian/patches/05_maxpathlen.patch +++ libgnomeui-2.15.91/debian/patches/05_maxpathlen.patch @@ -0,0 +1,26 @@ +#DPATCHLEVEL=1 +diff -urNp libgnomeui-2.10.1/libgnomeui/gnome-file-entry.c libgnomeui-2.10.1.new/libgnomeui/gnome-file-entry.c +--- libgnomeui-2.10.1/libgnomeui/gnome-file-entry.c 2005-06-30 17:42:22.000000000 +0200 ++++ libgnomeui-2.10.1.new/libgnomeui/gnome-file-entry.c 2005-07-04 21:46:19.100440931 +0200 +@@ -975,12 +975,21 @@ gnome_file_entry_set_title (GnomeFileEnt + void + gnome_file_entry_set_default_path(GnomeFileEntry *fentry, const char *path) + { ++#ifdef MAXPATHLEN + char rpath[MAXPATHLEN+1]; ++#else ++ char *rpath; ++#endif + char *p; + g_return_if_fail (fentry != NULL); + g_return_if_fail (GNOME_IS_FILE_ENTRY (fentry)); + ++#ifdef MAXPATHLEN + if(path && realpath(path, rpath)) ++#else ++ rpath = realpath(path, NULL); ++ if(path && rpath) ++#endif + p = g_strdup(rpath); + else + p = NULL; --- libgnomeui-2.15.91.orig/debian/patches/06_catch_crashes_only_if_bug_buddy_used.patch +++ libgnomeui-2.15.91/debian/patches/06_catch_crashes_only_if_bug_buddy_used.patch @@ -0,0 +1,20 @@ +diff -Nur libgnomeui-2.15.90/libgnomeui/gnome-ui-init.c libgnomeui-2.15.90.new/libgnomeui/gnome-ui-init.c +--- libgnomeui-2.15.90/libgnomeui/gnome-ui-init.c 2006-07-11 11:57:18.000000000 +0200 ++++ libgnomeui-2.15.90.new/libgnomeui/gnome-ui-init.c 2006-08-10 16:56:09.000000000 +0200 +@@ -645,11 +645,15 @@ + { + GnomeProgramPrivate_libgnomeui *priv; + gchar *filename; ++ gchar *bug_buddy_path = NULL; + + gnome_type_init(); + libgnomeui_rc_parse (program); + #ifndef G_OS_WIN32 +- libgnomeui_segv_setup (program); ++ bug_buddy_path = g_find_program_in_path ("bug-buddy"); ++ if (bug_buddy_path != NULL && gnome_gconf_get_bool ("/apps/bug-buddy/run_on_crash")) ++ libgnomeui_segv_setup (program); ++ g_free (bug_buddy_path); + #endif + priv = g_object_get_qdata(G_OBJECT(program), quark_gnome_program_private_libgnomeui); + --- libgnomeui-2.15.91.orig/debian/control.in +++ libgnomeui-2.15.91/debian/control.in @@ -0,0 +1,61 @@ +Source: libgnomeui +Section: libs +Priority: optional +Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.1.0), libgnomecanvas2-dev (>= 2.14.0-2), gettext, libbonoboui2-dev (>= 2.14.0-2), libgtk2.0-dev (>= 2.10.0), libxml2-dev, liborbit2-dev (>= 1:2.10.2-1.1), libpopt-dev, libart-2.0-dev, zlib1g-dev, libesd0-dev, libgnomevfs2-dev (>= 2.8.4-2), libgconf2-dev (>= 2.6.1-2), libglade2-dev (>= 1:2.4.0-1), libgnome2-dev (>= 2.13.7), libjpeg62-dev, libbonobo2-dev (>= 2.6.0-2), cdbs, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnome-keyring-dev (>= 0.4), libxt-dev, libpango1.0-dev (>= 1.1.2), libglib2.0-dev (>= 2.8.0), libxml-parser-perl, gtk-doc-tools + +Package: libgnomeui-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libgnomeui-common (= ${source:Version}) +Suggests: gnome-icon-theme +Description: The GNOME 2 libraries (User Interface) - runtime files + This package contains the shared library for the base GNOME library + functions (User Interface functions). + +Package: libgnomeui-0-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libgnomeui-0 (= ${Source-Version}) +Conflicts: libgnomeui-dbg +Replaces: libgnomeui-dbg +Description: The GNOME 2 libraries (User Interface) and debugging symbols + This package contains the shared library for the base GNOME library + functions (User Interface functions). + . + This package contains unstripped shared libraries. It is provided primarily + to provide a backtrace with names in a debugger, this makes it somewhat + easier to interpret core dumps. The libraries are installed in + /usr/lib/debug and can be used by placing that directory in + LD_LIBRARY_PATH. + Most people will not need this package. + +Package: libgnomeui-dev +Architecture: any +Section: libdevel +Depends: libgnomeui-0 (= ${Source-Version}), libgnome2-dev (>= 2.13.7), libgtk2.0-dev (>= 2.10.0), libart-2.0-dev, libgnomecanvas2-dev (>= 2.6.0), libgnome-keyring-dev (>= 0.4), libgconf2-dev (>= 2.6.0), libbonoboui2-dev (>= 2.13.1), libgnomevfs2-dev (>= 2.8.4-2), libjpeg62-dev | libjpeg-dev, libsm-dev, libice-dev, libpango1.0-dev (>= 1.1.2), libglib2.0-dev (>= 2.8.0) +Suggests: libgnomeui-doc +Description: The GNOME 2 libraries (User Interface) - development files + This package contains the shared library for the base GNOME library + functions (User Interface functions). + +Package: libgnomeui-common +Architecture: all +Section: libs +Replaces: libgnomeui-0 (<= 1.117.0-1), gnome-libs-data (<= 1.4.2-17) +Conflicts: libgnomeui-0 (<= 1.117.0-1) +Description: The GNOME 2 libraries (User Interface) - common files + This package contains internationalization files for the base GNOME + library functions (User Interface functions). + +Package: libgnomeui-doc +Architecture: all +Section: doc +Replaces: libgnomeui-dev (<= 2.0.1-1) +Conflicts: libgnomeui-dev (<= 2.0.1-1) +Description: The GNOME 2 libraries (User Interface) - documentation files + This package contains documentation files for the base GNOME library + functions (User Interface functions). --- libgnomeui-2.15.91.orig/debian/libgnomeui-apport-gtk.schemas +++ libgnomeui-2.15.91/debian/libgnomeui-apport-gtk.schemas @@ -0,0 +1,16 @@ + + + + + /schemas/apps/bug-buddy/run_on_crash + /apps/bug-buddy/run_on_crash + gnome + bool + true + + Run bug-buddy on crash + Wether to run bug-buddy on crash or let apport-gtk been used + + + + --- libgnomeui-2.15.91.orig/debian/libgnomeui-0.install +++ libgnomeui-2.15.91/debian/libgnomeui-0.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/libgnomeui-2.so.* +debian/tmp/usr/lib/libgnomeui-0/ +debian/tmp/usr/lib/libglade/2.0/libgnome.so +debian/tmp/usr/lib/gtk-2.0/*/filesystems/libgnome-vfs.so --- libgnomeui-2.15.91.orig/debian/rules +++ libgnomeui-2.15.91/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed" +DEB_DH_STRIP_ARGS := --dbg-package=libgnomeui-0 +DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${prefix}/lib/${version} --enable-gtk-doc + +clean:: + dh_clean libgnomeui/gnome-marshal.c libgnomeui/gnome-marshal.h + --- libgnomeui-2.15.91.orig/debian/control +++ libgnomeui-2.15.91/debian/control @@ -0,0 +1,61 @@ +Source: libgnomeui +Section: libs +Priority: optional +Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ross Burton , Sebastien Bacher , Sjoerd Simons +Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.1.0), libgnomecanvas2-dev (>= 2.14.0-2), gettext, libbonoboui2-dev (>= 2.14.0-2), libgtk2.0-dev (>= 2.10.0), libxml2-dev, liborbit2-dev (>= 1:2.10.2-1.1), libpopt-dev, libart-2.0-dev, zlib1g-dev, libesd0-dev, libgnomevfs2-dev (>= 2.8.4-2), libgconf2-dev (>= 2.6.1-2), libglade2-dev (>= 1:2.4.0-1), libgnome2-dev (>= 2.13.7), libjpeg62-dev, libbonobo2-dev (>= 2.6.0-2), cdbs, gnome-pkg-tools, dpkg-dev (>= 1.13.19), libgnome-keyring-dev (>= 0.4), libxt-dev, libpango1.0-dev (>= 1.1.2), libglib2.0-dev (>= 2.8.0), libxml-parser-perl, gtk-doc-tools + +Package: libgnomeui-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libgnomeui-common (= ${source:Version}) +Suggests: gnome-icon-theme +Description: The GNOME 2 libraries (User Interface) - runtime files + This package contains the shared library for the base GNOME library + functions (User Interface functions). + +Package: libgnomeui-0-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libgnomeui-0 (= ${Source-Version}) +Conflicts: libgnomeui-dbg +Replaces: libgnomeui-dbg +Description: The GNOME 2 libraries (User Interface) and debugging symbols + This package contains the shared library for the base GNOME library + functions (User Interface functions). + . + This package contains unstripped shared libraries. It is provided primarily + to provide a backtrace with names in a debugger, this makes it somewhat + easier to interpret core dumps. The libraries are installed in + /usr/lib/debug and can be used by placing that directory in + LD_LIBRARY_PATH. + Most people will not need this package. + +Package: libgnomeui-dev +Architecture: any +Section: libdevel +Depends: libgnomeui-0 (= ${Source-Version}), libgnome2-dev (>= 2.13.7), libgtk2.0-dev (>= 2.10.0), libart-2.0-dev, libgnomecanvas2-dev (>= 2.6.0), libgnome-keyring-dev (>= 0.4), libgconf2-dev (>= 2.6.0), libbonoboui2-dev (>= 2.13.1), libgnomevfs2-dev (>= 2.8.4-2), libjpeg62-dev | libjpeg-dev, libsm-dev, libice-dev, libpango1.0-dev (>= 1.1.2), libglib2.0-dev (>= 2.8.0) +Suggests: libgnomeui-doc +Description: The GNOME 2 libraries (User Interface) - development files + This package contains the shared library for the base GNOME library + functions (User Interface functions). + +Package: libgnomeui-common +Architecture: all +Section: libs +Replaces: libgnomeui-0 (<= 1.117.0-1), gnome-libs-data (<= 1.4.2-17) +Conflicts: libgnomeui-0 (<= 1.117.0-1) +Description: The GNOME 2 libraries (User Interface) - common files + This package contains internationalization files for the base GNOME + library functions (User Interface functions). + +Package: libgnomeui-doc +Architecture: all +Section: doc +Replaces: libgnomeui-dev (<= 2.0.1-1) +Conflicts: libgnomeui-dev (<= 2.0.1-1) +Description: The GNOME 2 libraries (User Interface) - documentation files + This package contains documentation files for the base GNOME library + functions (User Interface functions). --- libgnomeui-2.15.91.orig/debian/changelog +++ libgnomeui-2.15.91/debian/changelog @@ -0,0 +1,723 @@ +libgnomeui (2.15.91-0ubuntu2) edgy; urgency=low + + * debian/libgnomeui-apport-gtk.schemas: + - create a .schemas for /apps/bug-buddy/run_on_crash, if the key is set to + true bug-buddy will be used if installed, other way we let apport-gtk + being called + * debian/libgnomeui-common.install: + - install the schemas + * debian/patches/06_catch_crashes_only_if_bug_buddy_used.patch: + - set crashes handler only if bug-buddy is installed and the new gconf + key /apps/bug-buddy/run_on_crash is set + + -- Sebastien Bacher Mon, 14 Aug 2006 22:23:02 +0200 + +libgnomeui (2.15.91-0ubuntu1) edgy; urgency=low + + * New upstream release: + - Fixes to GnomeIconList + - Removed unused function + * debian/patches/01_fix-gnome-icon-list-crash.patch: + - dropped, used Upstream. + + -- Daniel Holbach Mon, 7 Aug 2006 08:34:03 +0200 + +libgnomeui (2.15.90-0ubuntu2) edgy; urgency=low + + * debian/patches/01_fix-gnome-icon-list-crash.patch: + + Patch from CVS that fixes a crash with GnomeIconList (Ubuntu: #54551) + + -- Sebastian Dröge Sun, 30 Jul 2006 20:36:29 +0200 + +libgnomeui (2.15.90-0ubuntu1) edgy; urgency=low + + * New upstream version: + - Removed the crashing dialog. If GNOME_HACKER env variable is set, + launch a gnome-terminal with gdb attached to the crashing proccess, + if not, just launch bug-buddy. + * debian/control.in: + - Build-Depends on gtk-doc-tools since the new tarball doesn't ship + the .htmls for the API + * debian/rules: + - use --enable-gtk-doc since the new tarball doesn't ship the .html for + the API + + -- Sebastien Bacher Tue, 25 Jul 2006 23:05:07 +0200 + +libgnomeui (2.15.2-0ubuntu1) edgy; urgency=low + + * New upstream version: + - Add missing XUngrabServer() call in gnome-ui-init.c + - Remove unneeded atexit() call in gnome-client.c + - Set about dialog hooks + - Loads of new and updated translations. + + -- Sebastien Bacher Mon, 10 Jul 2006 23:56:54 +0200 + +libgnomeui (2.15.1-0ubuntu2) edgy; urgency=low + + * Add libxml-parser-perl build dependency to fix FTBFS + + -- Sebastian Dröge Thu, 6 Jul 2006 01:53:22 +0200 + +libgnomeui (2.15.1-0ubuntu1) edgy; urgency=low + + * New upstream version: + - Merge the async branch of the file chooser + - Other things + * debian/control.in: + - require GTK 2.10.0 + * debian/libgnomeui-0.install: + - don't force the version + * debian/patches/01_fix_gnome_icon_entry.patch: + - fixed with the new version + + -- Sebastien Bacher Wed, 5 Jul 2006 12:47:25 +0200 + +libgnomeui (2.14.1-2ubuntu1) edgy; urgency=low + + * Resynchronized with Debian, only Ubuntu changes are: + - debian/patches/01_fix_gnome_icon_entry.patch: bug fix. + - debian/rules: additional cleaning. + + -- Daniel Holbach Tue, 4 Jul 2006 12:34:09 +0200 + +libgnomeui (2.14.1-2) unstable; urgency=low + + [ Josselin Mouette ] + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version}. + + [ Ondřej Surý ] + * Bump shlibs to 2.13.0. + + -- Ondřej Surý Wed, 14 Jun 2006 15:26:43 +0200 + +libgnomeui (2.14.1-1) unstable; urgency=low + + * New upstream release. + * [debian/patches/30_crash-dialog.patch] Dropped; has been integrated + upstream. + * Sourceful upload, dropping references to libXcursor.la and libXrender.la. + (Closes: #363058) + * [debian/control.in] Bumped libbonoboui2-dev and libgnomecanvas2-dev build + dependencies to ensure we do not reference libXcursor.la or libXrender.la. + + -- J.H.M. Dassen (Ray) Thu, 20 Apr 2006 07:49:07 +0200 + +libgnomeui (2.14.0-1) unstable; urgency=low + + [ Oystein Gisnas ] + * New upstream release + * debian/patches: + - 20_gdk-thread-lock.patch: dropped; applied upstream + - 05_maxpathlen.patch: added #DPATCHLEVEL=1 to apply cleanly + * debian/rules: + - do not clean gnome-marshal.{c,h} anymore - they are included in upstream + + [ Ondřej Surý ] + * Upload to unstable. + * debian/watch: + - updated version to match all stable releases + + -- Ondřej Surý Mon, 20 Mar 2006 20:35:50 +0100 + +libgnomeui (2.12.1-1) unstable; urgency=low + + * New upstream release (bugfixes and translation updates). + + -- J.H.M. Dassen (Ray) Thu, 9 Feb 2006 08:56:17 +0100 + +libgnomeui (2.12.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Fri, 6 Jan 2006 21:46:00 +0100 + +libgnomeui (2.12.0-1) experimental; urgency=low + + [ Loic Minier ] + * Set libgnomeui-0-dbg to Priority extra. + [debian/control, debian/control.in] + + [ Josselin Mouette ] + * New upstream release. + * 20_gdk-thread-lock.patch: remove the file-chooser part, that code + was removed. + * rules: use --as-needed, and cleanup a few unnecessary things. + * watch: update to 2.12. + * 30_crash_dialog.patch: update to make the patch apply cleanly. + + -- Josselin Mouette Sun, 9 Oct 2005 01:29:35 +0200 + +libgnomeui (2.10.1-1) unstable; urgency=low + + [ Loic Minier ] + * New upstream release. + - Drop patch for gnome druid, upstream implemented another fix. + [debian/patches/04_gnomedruid-hidden-pages.patch] + - Update MAXPATHLEN patch. [debian/patches/05_maxpathlen.patch] + * Grab a patch to work around threading issues with Gdk. (Closes: #279113) + [debian/patches/20_gdk_thread_lock.patch] + * Grab a patch to fix the crash dialog being always activated. + (Closes: #228863, #299295) [debian/patches/30_crash-dialog.patch] + * Bump Standard-Version to 3.6.2. [debian/control, debian/control.in] + * Remove xlibs-dev alternative dependencies as the transition from woody + is over. (Closes: #302057) [debian/control, debian/control.in] + + -- Loic Minier Mon, 4 Jul 2005 21:44:48 +0200 + +libgnomeui (2.10.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Tue, 7 Jun 2005 16:01:18 +0200 + +libgnomeui (2.10.0-1) experimental; urgency=low + + * New upstream release. + * debian/control.in: + - renamed the debug package to libgnomeui-0-dbg. + - updated the Build-Depends, no need to build the html files + they are included in the tarball. + * debian/patches/02_include_private_header.patch: + - removed, this fix is in the new version. + * debian/rules: + - don't build the html files. + - use dh_strip --dbg-package to do the debug package. + * debian/watch: + - updated. + + -- Sebastien Bacher Wed, 23 Mar 2005 13:18:42 +0100 + +libgnomeui (2.8.1-3) unstable; urgency=high + + * GNOME Team Upload + * Also let libgnomeui-dev depend on newer libgnomevfs2-dev and + libbonoboui2-dev + * Priority high, howl needs to be removed due to license issues. + + -- Sjoerd Simons Wed, 2 Mar 2005 09:28:37 +0100 + +libgnomeui (2.8.1-2) unstable; urgency=high + + * GNOME Team Upload + * debian/control.in: + Build-Depend on libgnomevfs2-dev (>= 2.8.4-2) and + libbonoboui2-dev (>= 2.8.1-2) to remove the dependency on howl. + * Priority high, howl needs to be removed due to license issues. + (Closes: #297667) + * Enable gtk doc building. (Closes: #297099) + + -- Ondřej Surý Wed, 2 Mar 2005 08:47:36 +0100 + +libgnomeui (2.8.1-1) unstable; urgency=low + + * New upstream version. + + -- Ondřej Surý Thu, 24 Feb 2005 13:50:44 +0100 + +libgnomeui (2.8.0-3) unstable; urgency=low + + * debian/libgnomeui-0.shlibs: + - updated the shlibs. + + -- Sebastien Bacher Mon, 22 Nov 2004 13:03:26 +0100 + +libgnomeui (2.8.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Thu, 18 Nov 2004 19:16:47 +0100 + +libgnomeui (2.8.0-1) experimental; urgency=low + + * New upstream release. + * [debian/control.in] Bumped gnome-vfs2 requirements as per fixed + configure.in committed upstream. + + -- J.H.M. Dassen (Ray) Mon, 13 Sep 2004 19:38:42 +0200 + +libgnomeui (2.7.1-1) experimental; urgency=low + + * GNOME Team Upload. + * New (development) upstream release. + + -- Sebastien Bacher Wed, 23 Jun 2004 18:06:42 +0200 + +libgnomeui (2.6.1.1-3) unstable; urgency=low + + * GNOME Team Upload. + * debian/rules: + + use dh_strip to build a real libgnomeui-dbg package (Closes: #255630). + + -- Sebastien Bacher Tue, 22 Jun 2004 14:51:31 +0200 + +libgnomeui (2.6.1.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Wed, 26 May 2004 14:35:14 +0200 + +libgnomeui (2.6.1.1-1) experimental; urgency=low + + * New upstream release. + + -- Ondřej Surý Tue, 11 May 2004 11:23:34 +0200 + +libgnomeui (2.6.1-4) experimental; urgency=low + + * Add build dependency on libxt-dev (Closes: #246617) + + -- Ondřej Surý Fri, 30 Apr 2004 09:25:35 +0200 + +libgnomeui (2.6.1-3) experimental; urgency=low + + J.H.M. Dassen (Ray) : + * [debian/control.in] Added dependency of the -dev package on libsm-dev and + libice-dev as the .pc file references them explicitly. (Closes: #245655) + * [debian/rules] Set LDFLAGS to ensure the library has no dependencies on + undefined symbols and to speed up loading. + Josselin Mouette : + * libgnomeui-dev.files: removed, obsoleted by .install file. + * patches/03_filesel_rooticon.patch: use gnome-dev-harddisk stock icon, not + gnome-fs-harddisk which doesn't exist. + + -- Josselin Mouette Mon, 26 Apr 2004 14:18:46 +0200 + +libgnomeui (2.6.1-2) experimental; urgency=low + + * Reverted http://bugs.gnome.org/attachment.cgi?id=25816&action=view + which is better fix to compile errors. + + -- Ondřej Surý Tue, 20 Apr 2004 12:48:48 +0200 + +libgnomeui (2.6.1-1) experimental; urgency=low + + * New upstream release. + + -- Ondřej Surý Tue, 20 Apr 2004 10:52:45 +0200 + +libgnomeui (2.6.0-9) experimental; urgency=low + + * Apply patches from 2.4.x version as well + + Fix GnomeDruid showing hidden pages when going back + applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=89145 + + Fix FTBFS on Hurd - MAXPATHLEN patch + + -- Ondřej Surý Thu, 15 Apr 2004 11:04:00 +0200 + +libgnomeui (2.6.0-8) experimental; urgency=low + + * GNOME team upload. + * debian/libgnomeui-common.install: install all pngs, which have now been + removed from gnome-libs data. + * debian/control.in: + - add the epoch to libglade2-dev's build dependency. + - make libgnomeui-common replace gnome-libs-data (<= 1.4.2-17). + + -- Jordi Mallach Fri, 9 Apr 2004 05:17:50 +0200 + +libgnomeui (2.6.0-7) experimental; urgency=low + + * GNOME team upload. + * debian/control.in: build-depend on libjpeg62-dev (thanks, Michel Dänzer; + closes: #242651). + + -- Jordi Mallach Thu, 8 Apr 2004 02:07:21 +0200 + +libgnomeui (2.6.0-6) experimental; urgency=low + + * GNOME team upload. + * debian/libgnomeui-0.install: install the gtk file selector backend for + gnome-vfs (closes: #242588). + + -- Jordi Mallach Wed, 7 Apr 2004 20:03:29 +0200 + +libgnomeui (2.6.0-5) experimental; urgency=low + + * GNOME team upload. + * debian/control.in: make libgnomeui-0 depend on the current version of + libgnomeui-common. + * debian/libgnomeui-0.shlibs: added, include version in shlibs information. + + -- Jordi Mallach Tue, 6 Apr 2004 14:57:30 +0200 + +libgnomeui (2.6.0-4) experimental; urgency=low + + * debian/control.in + + Add dependency to libgnomeui-dev on libgnome-keyring-dev + (Closes: #241357,#241356,#241208) + + Add build dependency on libgnome-keyring-dev + + -- Ondřej Surý Wed, 31 Mar 2004 22:47:04 +0200 + +libgnomeui (2.6.0-3) experimental; urgency=low + + * Rebuild with the correct libgnome-keyring-dev package. + + -- Gustavo Noronha Silva Fri, 26 Mar 2004 18:29:33 -0300 + +libgnomeui (2.6.0-2) experimental; urgency=low + + * Add dependency on docbook-xml and gtk-doc-tools. + + -- Ondřej Surý Wed, 24 Mar 2004 16:27:54 +0100 + +libgnomeui (2.6.0-1) experimental; urgency=low + + * New upstream release. + + -- Ondřej Surý Tue, 23 Mar 2004 18:23:07 +0100 + +libgnomeui (2.4.0.1-10) unstable; urgency=low + + * Add cdbs to Build-Depends. + * Fix location of documentation. + + -- Ondřej Surý Tue, 23 Mar 2004 15:44:31 +0000 + +libgnomeui (2.4.0.1-9) unstable; urgency=low + + * New maintainer (Closes: #238898) + * Switch to cdbs build system. + + -- Ondřej Surý Tue, 23 Mar 2004 14:40:27 +0000 + +libgnomeui (2.4.0.1-8) unstable; urgency=low + + * Orphaned package. + + -- Christian Marillat Fri, 19 Mar 2004 16:26:58 +0100 + +libgnomeui (2.4.0.1-7) unstable; urgency=low + + * Patch from bugzilla (03_crash-dialog) to fix --disable-crash-dialog + option (Closes: #228863) + + -- Christian Marillat Sun, 15 Feb 2004 22:05:47 +0100 + +libgnomeui (2.4.0.1-6) unstable; urgency=low + + * Add -dbg package (Closes: #220737) + + -- Christian Marillat Sat, 6 Dec 2003 15:11:58 +0100 + +libgnomeui (2.4.0.1-5) unstable; urgency=low + + * Build against latest gnome-vfs 2.4.1-4, latest libgnome2-dev 2.4.0-4 and + update Build-Depends + + -- Christian Marillat Sat, 25 Oct 2003 10:47:54 +0200 + +libgnomeui (2.4.0.1-4) unstable; urgency=low + + * Run libtoolize -f -c (Closes: #216996) + + -- Christian Marillat Wed, 22 Oct 2003 21:41:00 +0200 + +libgnomeui (2.4.0.1-3) unstable; urgency=low + + * debian/control Build-Depends on GNOME 2.4 for all packages (Closes: #216837) + * debian/control Add Suggests: gnome-icon-theme for libgnomeui (CLoses: #216810) + + -- Christian Marillat Tue, 21 Oct 2003 10:46:09 +0200 + +libgnomeui (2.4.0.1-2) unstable; urgency=low + + * Rebuild to remove liblinc dependency in the -dev package + + -- Christian Marillat Sun, 19 Oct 2003 00:06:44 +0200 + +libgnomeui (2.4.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 17 Oct 2003 23:53:24 +0200 + +libgnomeui (2.2.2-2) unstable; urgency=low + + * New patch to fix "extern C" omissions (Closes: #205183) + + -- Christian Marillat Fri, 15 Aug 2003 15:21:41 +0200 + +libgnomeui (2.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 15 Jul 2003 14:55:13 +0200 + +libgnomeui (2.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 3 Jun 2003 17:51:06 +0200 + +libgnomeui (2.2.0.1-3) unstable; urgency=low + + * Update section + + -- Christian Marillat Tue, 1 Apr 2003 18:59:22 +0200 + +libgnomeui (2.2.0.1-2) unstable; urgency=low + + * Remove librats-dev from Build-depends + + -- Christian Marillat Sun, 16 Mar 2003 15:07:19 +0100 + +libgnomeui (2.2.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 23 Jan 2003 16:59:36 +0100 + +libgnomeui (2.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 22 Jan 2003 11:49:45 +0100 + +libgnomeui (2.1.90-2) unstable; urgency=low + + * Add libjpeg62-dev | libjpeg-dev dependency in the -dev package (Closes: #176708) + + -- Christian Marillat Wed, 15 Jan 2003 00:04:00 +0100 + +libgnomeui (2.1.90-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.5.8 + + -- Christian Marillat Thu, 9 Jan 2003 13:30:01 +0100 + +libgnomeui (2.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 7 Jan 2003 19:49:37 +0100 + +libgnomeui (2.0.6-3) unstable; urgency=low + + * Hack configure to build under mipsel (Closes: #160068) + + -- Christian Marillat Tue, 24 Dec 2002 16:48:14 +0100 + +libgnomeui (2.0.6-2) unstable; urgency=low + + * Apply patche from Robin Putters to fix gtk 2.2 breakage. + + -- Christian Marillat Tue, 24 Dec 2002 13:05:04 +0100 + +libgnomeui (2.0.6-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 21 Nov 2002 18:59:04 +0100 + +libgnomeui (2.0.5-5) unstable; urgency=low + + * debian/copyright license is LGPL not GPL (Closes: #162657) + + -- Christian Marillat Sat, 28 Sep 2002 14:56:26 +0200 + +libgnomeui (2.0.5-4) unstable; urgency=low + + * Call dh_* scripts with -a in binary-arch target (Closes: #161829) + + -- Christian Marillat Sun, 22 Sep 2002 00:48:08 +0200 + +libgnomeui (2.0.5-3) unstable; urgency=low + + * Remove gnome-default-dlg.png (Closes: #159909) + * Update to standards version 3.5.7 + + -- Christian Marillat Sat, 7 Sep 2002 01:33:01 +0200 + +libgnomeui (2.0.5-2) unstable; urgency=low + + * -dev package should depends on libgnomevfs2-dev 2.0.4-1 + + -- Christian Marillat Fri, 6 Sep 2002 13:41:51 +0200 + +libgnomeui (2.0.5-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 5 Sep 2002 18:32:24 +0200 + +libgnomeui (2.0.4-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 29 Aug 2002 19:40:24 +0200 + +libgnomeui (2.0.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 7 Aug 2002 10:48:53 +0200 + +libgnomeui (2.0.1-6) unstable; urgency=low + + * Really fix the previous bug... + + -- Christian Marillat Fri, 2 Aug 2002 17:38:50 +0200 + +libgnomeui (2.0.1-5) unstable; urgency=low + + * Rebuild against the latest libgnome-vfs to remove libssl dependency + (Closes: #155019) + + -- Christian Marillat Fri, 2 Aug 2002 17:05:52 +0200 + +libgnomeui (2.0.1-4) unstable; urgency=low + + * Hack to avoid libtool bug when relinking (Closes: #154490) + + -- Christian Marillat Sat, 27 Jul 2002 15:42:25 +0200 + +libgnomeui (2.0.1-3) unstable; urgency=low + + * Move /usr/bin/gnome_segv2 in /usr/lib/libgnomeui-0 to make dpkg happy + with pbuilder (Closes: #153869) + + -- Christian Marillat Mon, 22 Jul 2002 20:48:28 +0200 + +libgnomeui (2.0.1-2) unstable; urgency=low + + * Move documentation in libgnomeui-doc (Closes: #150745) + + -- Christian Marillat Tue, 25 Jun 2002 16:16:31 +0200 + +libgnomeui (2.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 12 Jun 2002 06:45:31 +0200 + +libgnomeui (2.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 10 Jun 2002 14:44:21 +0200 + +libgnomeui (1.117.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 27 May 2002 19:18:06 +0200 + +libgnomeui (1.117.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 20 May 2002 21:55:26 +0200 + +libgnomeui (1.117.0-1) unstable; urgency=low + + * New upstream release. + * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and + DEB_BUILD_OPTIONS + + -- Christian Marillat Wed, 15 May 2002 19:53:32 +0200 + +libgnomeui (1.116.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 2 May 2002 17:47:17 +0200 + +libgnomeui (1.115.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 24 Apr 2002 16:34:00 +0200 + +libgnomeui (1.114.0-2) unstable; urgency=low + + * Fix build problem with relink. + + -- Christian Marillat Sun, 14 Apr 2002 18:56:21 +0200 + +libgnomeui (1.114.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 30 Mar 2002 23:18:34 +0100 + +libgnomeui (1.113.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 24 Mar 2002 01:02:00 +0100 + +libgnomeui (1.112.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 5 Mar 2002 14:24:46 +0100 + +libgnomeui (1.112.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 19 Feb 2002 19:16:12 +0100 + +libgnomeui (1.111.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 15 Feb 2002 23:50:24 +0100 + +libgnomeui (1.110.0-2) unstable; urgency=low + + * Build against the latest atk and update build-depends + + -- Christian Marillat Fri, 8 Feb 2002 00:22:00 +0100 + +libgnomeui (1.110.0-1) unstable; urgency=low + + * New upstream release + + -- Christian Marillat Sat, 2 Feb 2002 14:46:14 +0100 + +libgnomeui (1.109.0-3) unstable; urgency=low + + * Impove dependencies for the -dev package (Closes: #130693) + + -- Christian Marillat Fri, 25 Jan 2002 19:19:35 +0100 + +libgnomeui (1.109.0-2) unstable; urgency=low + + * Build against the latest libatk9 + + -- Christian Marillat Wed, 23 Jan 2002 23:36:03 +0100 + +libgnomeui (1.109.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 19 Jan 2002 00:51:35 +0100 + +libgnomeui (1.108.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 24 Dec 2001 01:56:01 +0100 + +libgnomeui (1.107.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 30 Nov 2001 15:14:22 +0100 + +libgnomeui (1.106.0-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Mon, 19 Nov 2001 20:13:59 +0100 + +Local variables: +mode: debian-changelog +End: --- libgnomeui-2.15.91.orig/debian/compat +++ libgnomeui-2.15.91/debian/compat @@ -0,0 +1 @@ +4 --- libgnomeui-2.15.91.orig/debian/libgnomeui-dbg.dirs +++ libgnomeui-2.15.91/debian/libgnomeui-dbg.dirs @@ -0,0 +1 @@ +usr/lib --- libgnomeui-2.15.91.orig/debian/libgnomeui-common.install +++ libgnomeui-2.15.91/debian/libgnomeui-common.install @@ -0,0 +1,3 @@ +debian/tmp/usr/share/locale +debian/tmp/usr/share/pixmaps +debian/libgnomeui-apport-gtk.schemas etc/gconf/schemas --- libgnomeui-2.15.91.orig/debian/libgnomeui-doc.dirs +++ libgnomeui-2.15.91/debian/libgnomeui-doc.dirs @@ -0,0 +1,2 @@ +usr/share/doc/libgnomeui-doc/html +usr/share/gtk-doc/html --- libgnomeui-2.15.91.orig/debian/libgnomeui-doc.install +++ libgnomeui-2.15.91/debian/libgnomeui-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libgnomeui/* usr/share/doc/libgnomeui-doc/html/ --- libgnomeui-2.15.91.orig/debian/watch +++ libgnomeui-2.15.91/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/([\d\.]+)[02468]/ \ + libgnomeui-(.*)\.tar\.gz \ + debian uupdate --- libgnomeui-2.15.91.orig/debian/copyright +++ libgnomeui-2.15.91/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Christian Marillat on +Mon, 19 Nov 2001 20:13:59 +0100. + +It was downloaded from ftp://ftp.gnome.org/pub/GNOME/sources/ + +Copyright: 2001,2002 Free Software Foundation, Inc. + + You should have received a copy of the GNU Library General Public License + with the Debian GNU/Linux distribution in file + /usr/share/common-licenses/LGPL; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + --- libgnomeui-2.15.91.orig/debian/libgnomeui-doc.doc-base +++ libgnomeui-2.15.91/debian/libgnomeui-doc.doc-base @@ -0,0 +1,10 @@ +Document: libgnomeui-doc +Title: GNOME UI 2 Library Reference Manual +Author: gtk-doc-tools +Abstract: This manual documents the interfaces of the Gnome User Interface + library. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/libgnomeui-doc/html/index.html +Files: /usr/share/doc/libgnomeui-doc/html/*.html --- libgnomeui-2.15.91.orig/debian/libgnomeui-0.shlibs +++ libgnomeui-2.15.91/debian/libgnomeui-0.shlibs @@ -0,0 +1 @@ +libgnomeui-2 0 libgnomeui-0 (>= 2.13.0) --- libgnomeui-2.15.91.orig/debian/libgnomeui-dev.install +++ libgnomeui-2.15.91/debian/libgnomeui-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/libgnomeui-2.a +debian/tmp/usr/lib/libgnomeui-2.la +debian/tmp/usr/lib/libgnomeui-2.so --- libgnomeui-2.15.91.orig/debian/libgnomeui-doc.links +++ libgnomeui-2.15.91/debian/libgnomeui-doc.links @@ -0,0 +1 @@ +usr/share/doc/libgnomeui-doc/html/ usr/share/gtk-doc/html/libgnomeui