gnome-desktop (1:2.22.3-0ubuntu1) hardy-proposed; urgency=low * New upstream version (lp: #245152) -- Sebastien Bacher Thu, 03 Jul 2008 12:21:22 +0200 gnome-desktop (1:2.22.2-0ubuntu3) hardy-proposed; urgency=low * debian/patches/92_from_svn_fix_looping_issues.patch: - changes from svn, fix looping issue in the appearance capplet (lp: #236778) -- Sebastien Bacher Mon, 02 Jun 2008 15:33:31 +0200 gnome-desktop (1:2.22.2-0ubuntu2) hardy-proposed; urgency=low * debian/patches/91_from_svn_fix_background_corruption.patch: - change from svn, fix background corruption (lp: #191220) -- Sebastien Bacher Wed, 28 May 2008 23:12:00 +0200 gnome-desktop (1:2.22.2-0ubuntu1) hardy-updates; urgency=low * New upstream version (lp: #235073): libgnome-desktop - Fix leak in GnomeBG gnome-about - Don't skip the last description from gnome-version.xml - Convert the strftime() output to UTF-8 Misc - Make sure gnome-about/foundation-members.list exists * debian/patches/100_gd-add-randr-12.patch.orig: - the serial number is an unsigned int, fix incorrect setup on next login (lp: #227228) -- Sebastien Bacher Mon, 26 May 2008 22:20:23 +0200 gnome-desktop (1:2.22.1-0ubuntu6.2) hardy-proposed; urgency=low * debian/patches/90_from_svn_zoomed_wallpaper_correctly_centered.patch: - change from svn, correctly center the zoomed wallpapers (lp: #197357) -- Sebastien Bacher Tue, 06 May 2008 10:39:49 +0200 gnome-desktop (1:2.22.1-0ubuntu6.1) hardy-proposed; urgency=low * Invert the logic in the detection of clone mode so that it works for a single screen as well. Without this change single screens are always reported as clone, which makes no sense. (LP: #224186) -- James Westby Thu, 17 Apr 2008 12:27:02 +0100 gnome-desktop (1:2.22.1-0ubuntu6) hardy; urgency=low * When the edid data can be retrived but not parsed it returns NULL. Add a check for this to avoid a crash and give higher level code the chance to cope with it. (LP: #215751) This is debian/patches/107_gd-randr-handle-unparseable-edid.patch * Remove some debugging print statements from the code to not clutter the user's terminal when they run the display capplet. This is debian/patches/108_gd-randr-remove-prints.patch -- James Westby Tue, 15 Apr 2008 11:31:47 +0100 gnome-desktop (1:2.22.1-0ubuntu5) hardy; urgency=low * Fix the randr stuff on Xgl when the screen info can't be retrieved. (LP: #199960) -- James Westby Thu, 10 Apr 2008 10:42:50 +0100 gnome-desktop (1:2.22.1-0ubuntu4) hardy; urgency=low * debian/patches/105_gd-randr-null-ptrs.patch: - Add null pointer checks throughout the code (LP: #210226). - This prevents us from crashing deep in the code due to various invalid situations that cause NULL ptrs, by passing the failure back up to the caller. If there are still crashes, this lets us handle them at a higher level. -- Bryce Harrington Wed, 09 Apr 2008 14:46:48 -0700 gnome-desktop (1:2.22.1-0ubuntu3) hardy; urgency=low * debian/patches/100_gd-add-randr-12.patch: - calculate correctly the dpi value, thanks Julien Cristau for spotting the error there (lp: #213745) -- Sebastien Bacher Wed, 09 Apr 2008 15:24:07 +0200 gnome-desktop (1:2.22.1-0ubuntu2) hardy; urgency=low * debian/patches/100_gd-add-randr-12.patch: - Bring patch up to date with fedora's changes + Adds more monitors, better detecting of laptop models, + Check for null pointers in a few places + Add support for clone mode + Remove debugging statements - Change ...ONLY_IN_FEDORA ifdefs to ...NOT_IN_GNOME for clarity and add appropriate logic so either def will function -- Bryce Harrington Tue, 08 Apr 2008 16:00:03 -0700 gnome-desktop (1:2.22.1-0ubuntu1) hardy; urgency=low * New upstream version: libgnome-desktop - Fix compiler warnings - Handle start time in the future correctly in GnomeBG -- Sebastien Bacher Tue, 08 Apr 2008 00:44:40 +0200 gnome-desktop (1:2.22.0-0ubuntu6) hardy; urgency=low * debian/control.in: - use breaks on gnome-control-center (<< 1:2.22.0-0ubuntu6) since the new patch version breaks the abi and gnome-display-properties needs to be rebuilt * debian/patches/100_gd-add-randr-12.patch: - updated the patch using the current redhat version * debian/patches/101_gd-randr-makefiles.patch: - updated -- Sebastien Bacher Mon, 07 Apr 2008 13:31:29 +0200 gnome-desktop (1:2.22.0-0ubuntu5) hardy; urgency=low * debian/patches/104_gd-randr-revert-support.patch: - Adds underlying code for reverting changes if not approved. This works by writing new changes to a "once only" config file, which if seen is loaded in preference to the regular monitors.xml file and removed prior to applying its changes. This way, if a lockup or other major system issue occurs while applying the changes, on next boot the system will revert to the prior settings. (LP: #197673) -- Bryce Harrington Tue, 01 Apr 2008 12:10:05 -0700 gnome-desktop (1:2.22.0-0ubuntu4) hardy; urgency=low * debian/libgnome-desktop-2.shlibs: - updated shlibs version (lp: #187451) -- Sebastien Bacher Tue, 01 Apr 2008 23:10:14 +0200 gnome-desktop (1:2.22.0-0ubuntu3) hardy; urgency=low * debian/patches/103_gd-xrandr-xerror-check.patch: - Catch X error thrown and exit function gracefully (LP: #199960) - Don't try to apply store config to undefined screens (LP: #197645) -- Bryce Harrington Mon, 17 Mar 2008 15:00:32 -0700 gnome-desktop (1:2.22.0-0ubuntu2) hardy; urgency=low * debian/patches/100_gd-add-randr-12.patch: - don't use conflicting variable name, fix the gnome-settings-daemon and gnome-display-properties xrandr crashers (lp: #198951) -- Sebastien Bacher Mon, 17 Mar 2008 14:54:04 +0100 gnome-desktop (1:2.22.0-0ubuntu1) hardy; urgency=low * New upstream version -- Sebastien Bacher Mon, 10 Mar 2008 22:36:49 +0100 gnome-desktop (1:2.21.92-0ubuntu3) hardy; urgency=low * debian/patches/102_gd-xrandr-null-pointer-check.patch: - Adds a null pointer check to prevent an assertion at a later point in the code, which has been causing gnome-settings-daemon to fail (LP: #197153) -- Bryce Harrington Mon, 03 Mar 2008 23:23:39 -0800 gnome-desktop (1:2.21.92-0ubuntu2) hardy; urgency=low * upload redhat xrandr changes to hardy [ Bryce Harrington ] * debian/patches/100_gd-add-randr-12.patch: - Adds EDID utilities, a monitor name database, and xrandr 1.2 support * debian/patches/101_gd-randr-makefiles.patch: - Makefile changes for patch 100. Patched separately since patch 100 is generated programmatically from RedHat's source. -- Sebastien Bacher Fri, 29 Feb 2008 15:46:45 +0100 gnome-desktop (1:2.21.92-0ubuntu1) hardy; urgency=low * New upstream version: libgnome-desktop - Fix crash in GnomeBG - Fix GnomeBG gio port gnome-about - Fix translator comment not available in po files - Fix TypeError crasher in a print statement (lp: #182354) Misc - Use gvfs-copy instead of gnomevfs-copy in autogen.sh * debian/patches/90_from_svn_fix_unref_null_value.patch, debian/patches/91_from_svn_use_uris_for_gio.patch: - dropped, fixed in the new version -- Sebastien Bacher Tue, 26 Feb 2008 23:01:11 +0100 gnome-desktop (1:2.21.91-0ubuntu2) hardy; urgency=low * debian/patches/90_from_svn_fix_unref_null_value.patch: - change from SVN, fix crasher to an incorrect unref use * debian/patches/91_from_svn_use_uris_for_gio.patch: - change from SVN, fix appearance capplet background rendering issue (lp: #191425) -- Sebastien Bacher Wed, 13 Feb 2008 17:14:25 +0100 gnome-desktop (1:2.21.91-0ubuntu1) hardy; urgency=low * New upstream version: libgnome-desktop - Fix invalid read - Fix compilation issue caused by some headers - Port to gio - Fix crash in GnomeBG when file is empty (lp: #189191) gnome-about - Add back a --version option (lp: #175235) Misc - Require gio, and get rid of gnome-vfs * debian/control.in: - don't use gnomevfs - updated libglib requirement -- Sebastien Bacher Mon, 11 Feb 2008 23:12:02 +0100 gnome-desktop (1:2.21.90-0ubuntu1) hardy; urgency=low * New upstream release (LP: #186487) - libgnome-desktop + Add GNOME_DESKTOP_USE_UNSTABLE_API API guard for GnomeBg - Misc + Fix test for gnomevfs-copy in autogen.sh (Jonathon Jongsma) * Bump to Standards-Version 3.7.3 -- Pedro Fragoso Mon, 28 Jan 2008 00:35:54 +0000 gnome-desktop (1:2.21.5-0ubuntu1) hardy; urgency=low * New upstream version: gnome-about - Don't keep the window centered - Fix problem when the color of the logo is wrong when changing theme - Cleanups - Slow down a bit the animation for the description so people can actually read it Misc - Add check for X11 libraries Translators * debian/patches/01_build_use_x11.patch: - dropped, fixed in the new version -- Sebastien Bacher Tue, 15 Jan 2008 09:25:30 +0100 gnome-desktop (1:2.21.4-0ubuntu1) hardy; urgency=low * New upstream version: libgnome-desktop - New GnomeBG API * debian/patches/01_build_use_x11.patch: - fix build issue * debian/rules: - updated shlibs version -- Sebastien Bacher Thu, 20 Dec 2007 11:19:33 +0100 gnome-desktop (1:2.21.2-0ubuntu1) hardy; urgency=low * New upstream version: gnome-about - Rewritten in python. It is at last accessible. And it looks a bit better now. (LP: #3223) Misc - The libgnomecanvas dependency has been removed. Translators * Sync with Debian * debian/control.in: - Build-Depends on python and not on libgnomecanvas2-dev (>= 2.0.0) - package maintained by the Ubuntu Desktop Team - Replaces gnome-about rather than Conflicts and update version number * debian/libgnome-desktop-dev.install: - install html documentation * debian/patches/01_desktopfile_gettext.patch: - gettext support for desktop files. * debian/rules: - use "Ubuntu" as distributor -- Sebastien Bacher Wed, 14 Nov 2007 16:51:54 +0100 gnome-desktop (2.20.1-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Fri, 26 Oct 2007 19:03:07 +0200 gnome-desktop (2.20.0-2) unstable; urgency=low * Move gnome-version.xml to gnome-desktop-data. This is required for bug-buddy. * gnome-about depends on gnome-desktop-data. -- Josselin Mouette Fri, 21 Sep 2007 21:09:03 +0200 gnome-desktop (2.20.0-1) unstable; urgency=low [ Loic Minier ] * Don't include autotools.mk as it's already included by gnome.mk. [ Sebastian Dröge ] * New upstream release: + debian/control.in: - Add libgconf2-dev to build dependencies, bump the minimum required version of libglib2.0-dev and libgtk2.0-dev as specified in configure.in. * debian/control.in: + Use ${binary:Version} instead of ${Source-Version} to make lintian happy. -- Sebastian Dröge Fri, 21 Sep 2007 09:52:59 +0200 gnome-desktop (2.18.3-1) unstable; urgency=low [ Josselin Mouette ] * 99_ltmain_as-needed.patch: get --as-needed back to work. [ Loic Minier ] * New upstream stable release; translation. -- Loic Minier Tue, 03 Jul 2007 21:53:55 +0200 gnome-desktop (2.18.2-1) unstable; urgency=low * New stable release; no API change. * Wrap configure flags. -- Loic Minier Mon, 28 May 2007 16:08:59 +0200 gnome-desktop (2.18.1-1) unstable; urgency=low * New upstream release. -- Sebastian Dröge Wed, 25 Apr 2007 07:18:49 +0200 gnome-desktop (2.18.0-2) unstable; urgency=low * Upload to unstable; drop check-dist include. * Wrap build-deps and deps. * Fix URL in copyright. -- Loic Minier Sat, 14 Apr 2007 15:41:23 +0200 gnome-desktop (2.18.0-1) experimental; urgency=low * Drop duplicate scrollkeeper build-dep. * New upstream major stable release; fixes and translations; API additions. - Set shlibs to libgnome-desktop-2 (>= 2.17.5). * Bump up Debhelper compatibility level to 5. * Set LDFLAGS directly and not via DEB_CONFIGURE_SCRIPT_ENV; build-depend on cdbs >= 0.4.41. * Drop useless version computation from rules. -- Loic Minier Sat, 17 Mar 2007 14:08:08 +0100 gnome-desktop (2.16.3-1) experimental; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * Merge 2.14.3-2; SVN r8331:8963. - Drop patch 01_ml.po, obsolete. * New upstream stable release; bug fixes and translations. - Build-depend on libxml2-dev >= 2.4.20. -- Loic Minier Sat, 17 Mar 2007 13:40:59 +0100 gnome-desktop (2.16.2-1) experimental; urgency=low * New upstream release. -- Josselin Mouette Sun, 3 Dec 2006 21:55:03 +0100 gnome-desktop (2.16.0-1) experimental; urgency=low * New upstream release. * Bump intltool requirement to 0.35.0. * Remove orbit and bonobo requirements. * Require gnome-pkg-tools 0.7 and use clean-la.mk. -- Josselin Mouette Tue, 12 Sep 2006 22:18:19 +0200 gnome-desktop (2.15.91-1) experimental; urgency=low * New upstream development releases; no API changes. - Target at experimental. -- Loic Minier Sun, 13 Aug 2006 21:23:21 +0200 gnome-desktop (2.14.3-2) unstable; urgency=low [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. [ Josselin Mouette ] * 01_ml.po.patch: new Malayalam translation from പ്രവീണ്‍|Praveen എ|A (closes: #408107). -- Josselin Mouette Thu, 15 Feb 2007 19:23:17 +0100 gnome-desktop (2.14.3-1) unstable; urgency=low * New upstream release; no API changes. -- Loic Minier Tue, 8 Aug 2006 10:19:28 +0200 gnome-desktop (2.14.2-2) unstable; urgency=low * Stop shipping *.la files as libeel2-dev and libnautilus-extension-dev were rebuilt without these. * Fix watch file. -- Loic Minier Mon, 26 Jun 2006 22:22:24 +0200 gnome-desktop (2.14.2-1) unstable; urgency=low * Bump up Standards-Version to 3.7.2. [debian/control, debian/control.in] * New upstream release. - Add missing build-deps on libgtk2.0-dev (>= 2.8.0), libgnomevfs2-dev (>= 2.0.0), libstartup-notification0-dev (>= 0.5), libgnomecanvas2-dev (>= 2.0.0), scrollkeeper. [debian/control, debian/control.in] - Bump libglib2.0-dev build-dep to >= 2.8.0 and gtk-doc-tools to >= 1.4. [debian/control, debian/control.in] * Don't override DEB_CONFIGURE_EXTRA_FLAGS completely. [debian/rules] -- Loic Minier Wed, 31 May 2006 18:29:30 +0200 gnome-desktop (2.14.1.1-1) unstable; urgency=low * New upstream release. * [debian.control.in] Bumped the libgnomeui dependencies due to the libXcursor/libXrender transition. -- J.H.M. Dassen (Ray) Fri, 21 Apr 2006 10:46:12 +0200 gnome-desktop (2.14.0-1) unstable; urgency=low * New upstream GNOME 2.14 release. -- Ondřej Surý Mon, 3 Apr 2006 15:02:43 +0200 gnome-desktop (2.12.3-1) unstable; urgency=low [ Ondřej Surý ] * Add versioned build dependency on gnome-doc-utils (Closes: #351634) [ Loic Minier ] * New upstream release. * Add ${misc:Depends} deps. * Bump up Standards-Version to 3.6.2. * Ship some serious copyright information. -- Loic Minier Wed, 1 Mar 2006 19:26:11 +0100 gnome-desktop (2.12.2-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Mon, 6 Feb 2006 14:49:01 +0100 gnome-desktop (2.12.2-1) experimental; urgency=low * New upstream release * debian/libgnome-desktop-2.shlibs: - updated (Closes: #344273) -- Guilherme de S. Pastore Wed, 21 Dec 2005 17:31:02 -0200 gnome-desktop (2.12.1-1) experimental; urgency=low * New upstream version. * debian/control.in: - Build-Depends on gnome-doc-utils. - updated for the packages changes. - updated the libgnomeui requirement. * debian/gnome-desktop-data.install, debian/gnome-about.install: - install the desktop file with the binary. * debian/rules: - don't update scrollkeeper files on build. * debian/watch: - updated. -- Sebastien Bacher Tue, 18 Oct 2005 13:03:21 +0200 gnome-desktop (2.10.2-1) unstable; urgency=low * Sebastien Bacher: * New upstream version. * debian/patches/01_relibtoolise.patch: - not required. * Josselin Mouette: * Pass --as-needed to ld. * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. -- Sebastien Bacher Thu, 30 Jun 2005 19:03:25 +0200 gnome-desktop (2.10.2-1) unstable; urgency=low * Sebastien Bacher: * New upstream version. * debian/patches/01_relibtoolise.patch: - not required. * Josselin Mouette: * Pass --as-needed to ld. * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. -- Sebastien Bacher Thu, 30 Jun 2005 19:03:25 +0200 gnome-desktop (2.10.1-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Tue, 7 Jun 2005 16:05:50 +0200 gnome-desktop (2.10.1-1) experimental; urgency=low * New upstream version. * debian/libgnome-desktop-2.shlibs: - updated (Closes: #304449). * debian/patches/01_relibtoolise.patch: - updated. -- Sebastien Bacher Wed, 13 Apr 2005 16:27:26 +0200 gnome-desktop (2.10.0-1) experimental; urgency=low * New upstream version. * debian/control.in: - updated the requirements. * debian/gnome-desktop-data.install: - updated. * debian/libgnome-desktop-2.shlibs: - updated. * debian/patches/01_relibtoolise.patch: - updated. * debian/watch: - updated. -- Sebastien Bacher Fri, 8 Apr 2005 17:51:35 +0200 gnome-desktop (2.8.3-2) unstable; urgency=high * GNOME Team upload. * debian/control.in: Build-Depend on libgnomeui-dev (>= 2.8.1-3) to remove dependency on howl. * Priority high, howl needs to be removed due to license issues. -- Sjoerd Simons Wed, 2 Mar 2005 08:39:31 +0100 gnome-desktop (2.8.3-1) unstable; urgency=low * New upstream version. -- Ondřej Surý Thu, 24 Feb 2005 13:48:51 +0100 gnome-desktop (2.8.1-2) unstable; urgency=low * GNOME team upload. * Upload to unstable. -- Jordi Mallach Fri, 19 Nov 2004 14:30:36 +0100 gnome-desktop (2.8.1-1) experimental; urgency=low * GNOME team upload. * New upstream release. * debian/libgnome-desktop-2.shlibs: bump shlibs, as some symbols have changed. * debian/patches/01_relibtoolise.patch: updated. -- Jordi Mallach Tue, 19 Oct 2004 17:49:34 +0200 gnome-desktop (2.8.0-1) experimental; urgency=low * New upstream development release. * [debian/watch] Updated. -- J.H.M. Dassen (Ray) Thu, 16 Sep 2004 20:16:43 +0200 gnome-desktop (2.7.91-1) experimental; urgency=low * New upstream development release. -- J.H.M. Dassen (Ray) Tue, 17 Aug 2004 20:24:09 +0200 gnome-desktop (2.7.90-1) experimental; urgency=low * New upstream development release. * [debian/rules] Ensure complete symbol information at build time; make the linker work a bit harder to speed up dynamic loading. * [debian/patches/01_relibtoolise.patch] Updated. -- J.H.M. Dassen (Ray) Sun, 15 Aug 2004 16:36:33 +0200 gnome-desktop (2.7.1-1) experimental; urgency=low * GNOME Team upload. * New (development) upstream release. * debian/patches/01_relibtoolise.patch: - updated -- Sebastien Bacher Sat, 26 Jun 2004 18:20:17 +0200 gnome-desktop (2.6.2-1) unstable; urgency=low * New upstream release. -- Marc 'HE' Brockschmidt Fri, 18 Jun 2004 12:50:12 +0200 gnome-desktop (2.6.1-2) unstable; urgency=low * Ondřej Surý - upload to unstable. -- Ondřej Surý Wed, 26 May 2004 15:25:12 +0200 gnome-desktop (2.6.1-1) experimental; urgency=low * Ondřej Surý - new upstream release. - Relibtoolize again for 2.6.1 - Remove *.files. * J.H.M. Dassen (Ray): - [debian/patches/01_relibtoolise.patch] New. Cuts down the direct dependencies of gnome-about. * Jordi Mallach: - [debian/rules] Configure with --with-gnome-distributor=Debian again. -- Ondřej Surý Tue, 20 Apr 2004 12:50:06 +0200 gnome-desktop (2.6.0-4) experimental; urgency=low * Rebuild with correct libgnome-keyring-dev package. -- Gustavo Noronha Silva Sat, 27 Mar 2004 08:32:24 -0300 gnome-desktop (2.6.0-3) experimental; urgency=low * debian/control.in + Add build dependency on scrollkeeper. -- Ondřej Surý Fri, 26 Mar 2004 23:04:53 +0100 gnome-desktop (2.6.0-2) experimental; urgency=low * Add dependency on docbook-xml and gtk-doc-tools. -- Ondřej Surý Wed, 24 Mar 2004 16:33:52 +0100 gnome-desktop (2.6.0-1) experimental; urgency=low * New upstream release. -- Ondřej Surý Wed, 24 Mar 2004 09:45:43 +0100 gnome-desktop (2.4.1-9) unstable; urgency=low * New maintainer (Closes: #238883) * Switched to cdbs build system. -- Ondřej Surý Tue, 23 Mar 2004 16:15:45 +0000 gnome-desktop (2.4.1-8) unstable; urgency=low * debian/control set Maintainer to Debian QA Group -- Christian Marillat Sat, 20 Mar 2004 09:49:26 +0100 gnome-desktop (2.4.1-7) unstable; urgency=low * Orphaned package. -- Christian Marillat Fri, 19 Mar 2004 15:36:08 +0100 gnome-desktop (2.4.1-6) unstable; urgency=low * Remove DTD hack now we have xml catalog -- Christian Marillat Sun, 8 Feb 2004 10:41:21 +0100 gnome-desktop (2.4.1-5) unstable; urgency=low * gnome-desktop-data add a replace for gnome-panel-data << 2.0 (Closes: #230096) -- Christian Marillat Wed, 28 Jan 2004 18:40:45 +0100 gnome-desktop (2.4.1-4) unstable; urgency=low * Build with --with-gnome-distributor=Debian (Closes: #217951) -- Christian Marillat Sat, 1 Nov 2003 17:09:11 +0100 gnome-desktop (2.4.1-3) unstable; urgency=low * Update Build-Depends to GNOME 2.4 packages (Closes: #217512) -- Christian Marillat Sun, 26 Oct 2003 08:32:40 +0100 gnome-desktop (2.4.1-2) unstable; urgency=low * Rebuild to remove liblinc dependency in the -dev package -- Christian Marillat Sun, 19 Oct 2003 00:07:47 +0200 gnome-desktop (2.4.1-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sat, 18 Oct 2003 01:00:09 +0200 gnome-desktop (2.2.2-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 16 May 2003 17:35:52 +0200 gnome-desktop (2.2.1-2) unstable; urgency=low * debian/control gnome-desktop-data replaces gnome-core (<= 1.5) (Closes: #186635) -- Christian Marillat Fri, 28 Mar 2003 22:33:06 +0100 gnome-desktop (2.2.1-1) unstable; urgency=low * New upstream release. * Fix typo in gnome-about (Closes: #184102) * Fix extra item in launcher (Closes: #184109) -- Christian Marillat Tue, 11 Mar 2003 14:58:58 +0100 gnome-desktop (2.2.0.1-2) unstable; urgency=low * Bug 178956 was in gnome-help not in gnome-help-data (Closes: #178956) -- Christian Marillat Thu, 6 Feb 2003 17:21:07 +0100 gnome-desktop (2.2.0.1-1) unstable; urgency=low * New upstream release. * Add a Conflicts with gnome-help-data (Closes: #178956) -- Christian Marillat Tue, 4 Feb 2003 14:26:27 +0100 gnome-desktop (2.2.0-2) unstable; urgency=low * Add versioned conflicts for gnome-core (Closes: #178115, #178126) * Build against the latest libstartup-notification0 (Closes: #178246) -- Christian Marillat Sat, 25 Jan 2003 14:16:13 +0100 gnome-desktop (2.2.0-1) unstable; urgency=low * New upstream release. * Hack configure to work with mipsel (Closes: #177321) -- Christian Marillat Tue, 21 Jan 2003 15:21:03 +0100 gnome-desktop (2.1.90-2) unstable; urgency=low * Add libstartup-notification0-dev dependency for the -dev package (Closes: #176710) * Update libgnomeui-dev version to 2.1.90 in build-depends (Closes: #176732) -- Christian Marillat Fri, 17 Jan 2003 16:50:07 +0100 gnome-desktop (2.1.90-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.5.8 * Bump libgnome-desktop name to -2 (was -0) -- Christian Marillat Wed, 8 Jan 2003 00:58:51 +0100 gnome-desktop (2.0.10-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 15 Nov 2002 14:32:07 +0100 gnome-desktop (2.0.9-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 14 Oct 2002 15:44:42 +0200 gnome-desktop (2.0.8-2) unstable; urgency=low * Update to standards version 3.5.7 * debian/control Add a versioned Conflicts: gnome-panel (<= 2.0.0) -- Christian Marillat Sat, 28 Sep 2002 19:29:23 +0200 gnome-desktop (2.0.8-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 5 Sep 2002 18:50:11 +0200 gnome-desktop (2.0.7-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 27 Aug 2002 11:06:01 +0200 gnome-desktop (2.0.6-2) unstable; urgency=low * Build against the latest libgnutls 5 (Closes: #157782) -- Christian Marillat Thu, 22 Aug 2002 15:35:41 +0200 gnome-desktop (2.0.6-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 8 Aug 2002 16:39:25 +0200 gnome-desktop (2.0.5a-1) unstable; urgency=low * I forgot to rename the original tarball -- Christian Marillat Wed, 7 Aug 2002 12:46:26 +0200 gnome-desktop (2.0.5-1) unstable; urgency=low * New upstream releae. -- Christian Marillat Mon, 5 Aug 2002 19:31:35 +0200 gnome-desktop (2.0.4-3) unstable; urgency=low * Remove call to internet DTD by locale DTD -- Christian Marillat Fri, 2 Aug 2002 19:32:12 +0200 gnome-desktop (2.0.4-2) unstable; urgency=low * Recompiled against the latest libgnomevfs to remove libssl dependency. -- Christian Marillat Fri, 2 Aug 2002 17:17:04 +0200 gnome-desktop (2.0.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 30 Jul 2002 15:23:45 +0200 gnome-desktop (2.0.3-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 15 Jul 2002 15:09:05 +0200 gnome-desktop (2.0.2-2) unstable; urgency=low * Upload to unstable -- Christian Marillat Thu, 27 Jun 2002 19:39:17 +0200 gnome-desktop (2.0.2-1) experimental; urgency=low * New upstream release. -- Christian Marillat Wed, 26 Jun 2002 01:29:52 +0200 gnome-desktop (2.0.1-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 17 Jun 2002 15:56:37 +0200 gnome-desktop (2.0.0-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 10 Jun 2002 16:24:14 +0200 gnome-desktop (1.5.22-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 4 Jun 2002 16:59:29 +0200 gnome-desktop (1.5.21-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 28 May 2002 15:39:27 +0200 gnome-desktop (1.5.20-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 20 May 2002 21:57:19 +0200 gnome-desktop (1.5.19-1) experimental; 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 20:25:14 +0200 gnome-desktop (1.5.18-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 29 Apr 2002 20:23:14 +0200 gnome-desktop (1.5.17-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 22 Apr 2002 16:43:21 +0200 gnome-desktop (1.5.16-1) experimental; urgency=low * New upstream release. -- Christian Marillat Wed, 17 Apr 2002 15:29:54 +0200 gnome-desktop (1.5.15-1) experimental; urgency=low * new upstream release. -- Christian Marillat Mon, 1 Apr 2002 22:29:24 +0200 gnome-desktop (1.5.14-1) experimental; urgency=low * New upstream release. -- Christian Marillat Fri, 29 Mar 2002 16:52:31 +0100 gnome-desktop (1.5.12-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 5 Mar 2002 14:32:36 +0100 gnome-desktop (1.5.11-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 26 Feb 2002 15:41:56 +0100 gnome-desktop (1.5.10-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 18 Feb 2002 21:49:27 +0100 gnome-desktop (1.5.9-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sat, 16 Feb 2002 00:58:38 +0100 gnome-desktop (1.5.7-1) experimental; urgency=low * New upstrema release. -- Christian Marillat Tue, 5 Feb 2002 14:41:01 +0100 gnome-core2 (1.5.4-1) experimental; urgency=low * New upstream release. -- Christian Marillat Sun, 20 Jan 2002 16:21:40 +0100 gnome-core (1.4.0.4-16) unstable; urgency=low * Fix typo in gnome-terminal.wrapper (Closes: #127768) * Remove gnome-hint patche (Closes: #121390, #129184) * debian/control Replace libpng-dev by libpng2-dev in Build-Depends (Closes: #128377) -- Christian Marillat Mon, 14 Jan 2002 15:04:52 +0100 gnome-core (1.4.0.4-15) unstable; urgency=low * Build against the latest gnome-libs to update the libzvt2 dependency (Closes: #127309, #127271) * debian/control Replace libpng2-dev by libpng-dev in Build-Depends. * debian/control Build-depends on libzvt-dev (>= 1.4.1.2-9) -- Christian Marillat Tue, 1 Jan 2002 15:27:43 +0100 gnome-core (1.4.0.4-14) unstable; urgency=low * Fix typo in gnome-terminal.1 (Closes: #123073) * Fix base page for doc-base in libpanel-applet-dev package. * Fix typo in gnome-help documentation (Closes: #126566) * Apply patch to allows meta functionnality in gnome-terminal (Closes: #50427) -- Christian Marillat Thu, 27 Dec 2001 14:47:36 +0100 gnome-core (1.4.0.4-13) unstable; urgency=low * Default font for gnome-terminal is "fixed" only (Closes: #117126) * Patch against gnome-hint.c Don't use gettext for font descriptor (Closes: #116606) * Patch against gnome-about/Makefile.am to use new gdk_pixbuf include path (Closes: #120312) * Revert my change on logout.c Only root can shutdown/reboot from the panel (Closes: #119316, #120127) -- Christian Marillat Tue, 20 Nov 2001 11:36:05 +0100 gnome-core (1.4.0.4-12) unstable; urgency=low * gnome-wm honour --default-wm (Closes: #115668) * Build against the latest gnome-libs -- Christian Marillat Sun, 21 Oct 2001 14:11:19 +0200 gnome-core (1.4.0.4-11) unstable; urgency=low * debian/control lynx comeback in Recommends (Closes: #114142) * debian/control replaces xml-i18n-tools by intltool (Closes: #115024) * Fix automake 1.5 errors. Thanks to Denis Barbier (Closes: #114369) * Build against the latest orbit (Closes: #115309) -- Christian Marillat Fri, 12 Oct 2001 10:46:49 +0200 gnome-core (1.4.0.4-10) unstable; urgency=low * Fix typo in panel/panel.hints (Closes: #113590) * Replace lynx by w3m (Closes: #113613) * Move gnome-terminal.desktop in gnome-terminal package (Closes: #113736) * Move gnome-help.desktop in gnome-help package * debian:control Add Replaces: gnome-panel-data (<= 1.4.0.4-9) for above * Patch against gsm/logout.c Now you can reboot/halt your machine from the panel. This only work for root, because shutdown doesn't understand the -a option. Read README.debian in gnome-panel package. * debian/rules Remove less files in clean target (Closes: #114020) -- Christian Marillat Mon, 1 Oct 2001 11:34:06 +0200 gnome-core (1.4.0.4-9) unstable; urgency=low * Add Debian menu for panel and gmenu (Closes: #112176) * Remove /var/lib/gnome on purge (Closes: #113005) * Remove /etc/gnome/config on purge (Closes: #112994) * Remove /etc/gnome on purge (Closes: #112995) * debian/control replace cygnus-stylesheets by docbook-utils -- Christian Marillat Mon, 24 Sep 2001 18:39:19 +0200 gnome-core (1.4.0.4-8) unstable; urgency=high * High urgency, because the current release in testing has a missing dependency on libpanel-applet0 and the panel package doesn't work if libpanel-applet0 isn't installed (Closes: #111517) * debian/control for gnome-help, move lynx from depends to recommends (Closes: #109652) * debian/control gnome-panel suggests fortune-mod (Closes: #110865) * debian/control gnome-help suggests gnome-users-guide not gnome-users-guide-en (Closes: #111200) * Don't change cursor color (Closes: #97697) * Change default font for gnome-terminal (Closes: #111319) -- Christian Marillat Fri, 7 Sep 2001 15:06:07 +0200 gnome-core (1.4.0.4-7) unstable; urgency=low * Fix path in gnome-session.1 (Closes: #107724) * debian/*.sgml Use docbook 4.1 * debian/control gnome-help-data Replaces gnome-terminal (<= 1.0.55-2) (CLoses: #107948) -- Christian Marillat Wed, 8 Aug 2001 08:07:56 +0200 gnome-core (1.4.0.4-6) unstable; urgency=low * debian/rules for dh_makeshlibs replace libcapplet0 by libpanel-applet0 (Closes: #105772) -- Christian Marillat Wed, 18 Jul 2001 19:02:59 +0200 gnome-core (1.4.0.4-5) unstable; urgency=low * Patch against gnome-edit to use EDITOR if the default gnome editor is unavailable. * Remove gnome-wm patch, and move the patched file in debian/ * debian/gnome-wm Try to exec $WINDOW_MANAGER before x-window-manager (Closes: #103430 * New patch from Michael Urman to hide task names in tasklist_applet (Closes: #104587) -- Christian Marillat Sat, 14 Jul 2001 16:58:12 +0200 gnome-core (1.4.0.4-4) unstable; urgency=low * Gnome-help Provides: man-browser, www-browser, info-browser * Switch to debhelper V3 * Change libraries versionning to (>= 1.4.0.2-3) instead of the latest package number. * Build-depends on groff-base instead of groff -- Christian Marillat Fri, 22 Jun 2001 17:02:37 +0200 gnome-core (1.4.0.4-3) unstable; urgency=low * New patch: Allows to save/load the keyboard secure state (Closes: #83028) * New patch: Remove a warning in configure * gnome-help replace gnome-panel-data (Closes: #99499) * Build-depends on xml-i18n-tools (>= 0.8.4.cvs.20010530-1) (Close: #98784) -- Christian Marillat Sat, 2 Jun 2001 14:41:45 +0200 gnome-core (1.4.0.4-2) unstable; urgency=low * New patch: Replace Distribution by Debian in configuration dialog box. * New patch: Upstream patch to allow Debian menu in default configuration. * New patch: Fix some wrong path. * Move gnome-feedback doc from gnome-help-data to gnome-core. -- Christian Marillat Tue, 15 May 2001 15:36:51 +0200 gnome-core (1.4.0.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 9 May 2001 23:56:27 +0200 gnome-core (1.4.0.3-2) unstable; urgency=low * Remove debugging code (/tmp/languages file) -- Christian Marillat Mon, 7 May 2001 16:48:18 +0200 gnome-core (1.4.0.3-1) unstable; urgency=low * New upstream release. * New: tooltips for long task names in tasklist_applet (Closes: #63898) -- Christian Marillat Thu, 3 May 2001 15:51:58 +0200 gnome-core (1.4.0.2-3) unstable; urgency=low * Fix wrong dif.gz file (Closes: #94499) * Build against the latest lignome-dev (Closes: #95301, #95691) * gnome-terminal should depends on gnome-bin (Closes: #95498) * Doesn't build against gtkhtml this break fonts displaying (Closes: #92187) -- Christian Marillat Tue, 1 May 2001 11:03:14 +0200 gnome-core (1.4.0.2-2) unstable; urgency=low * New/old patch against manpages, never applied by upstream. * gnome-help depends on lynx. * Use x-terminal-emulator in gnome-download instead of xterm. * Move gnome-convert and gnome-download from gnome-core to gnome-help. * Move gnome-login-check from gnome-core to gnome-session. * Move gnome-panel-add-launcher from gnome-core to gnome-panel. * Move sesion-properties* from gnome-core to gnome-session. * debian/control Add Replaces for the changes above. * Write manpages (Closes: #87085) -- Christian Marillat Tue, 17 Apr 2001 18:54:15 +0200 gnome-core (1.4.0.2-1) unstable; urgency=low * New upstream release. * Build-depends on latest gettext (Closes: #93198) * Icon box in menu editor is back (Closes: #91938) * Build-depends on latest xml-i18n-tools and libgnome-dev -- Christian Marillat Wed, 11 Apr 2001 15:16:20 +0200 gnome-core (1.4.0.1-2) unstable; urgency=low * Build depends on versionned gettext 0.10.35-17 (Closes: #93198) * Write manpage for gnome-session and add docbook-to-man in build-depnds * Write manpages for gnome-help (Closes: #87089) -- Christian Marillat Sat, 7 Apr 2001 15:52:40 +0200 gnome-core (1.4.0.1-1) unstable; urgency=low * New upstream release. * debian/gnome-terminal.wrapper change -T by -t (Closes: #90847) * debian/gnome-session.README.debian remove references to .xsession. This is now obsolete by the new x-session-manager scheme. -- Christian Marillat Sun, 1 Apr 2001 15:01:51 +0200 gnome-core (1.4.0-2) unstable; urgency=low * Build depends on libglade-gnome0-dev (>= 0.16-1) (Closes: #90416) * debian/control Add Build-Conflicts: libgtkhtml-dev (>= 0.7-1) (Closes: #90700) -- Christian Marillat Thu, 22 Mar 2001 16:44:12 +0100 gnome-core (1.4.0-1) unstable; urgency=low * New upstream release. * Gnome-core replaces gnome-control-center 1.2.3-1 (Closes: #90124) * Remove manpages patche included by upstream. * gnome-session don't always saves session on logout (Closes: #89630) * Can add a launcher in the panel (Closes: #90018) * Deskguide don't crashes on Fill with mini-images (Closes: #86952) * Deskguide don't fail to run (Closes: #89769) * Pager applet don't fail to run (Closes: #89025) -- Christian Marillat Mon, 19 Mar 2001 13:01:26 +0100 gnome-core (1.3.1-2) unstable; urgency=low * Remove taslisk-applet manpage (Closes: #88994) * New patch against gnome-terminal.1 (Closes: #89005) * Move /usr/lib/libtasklist_applet.so in libpanel-applet0 (Closes: #89053, #89008, #89012, #89091, #89003) * Gnome-terminal replace gnome-help-data (<= 1.0.55-2) (Closes: #87910) -- Christian Marillat Sat, 10 Mar 2001 10:45:14 +0100 gnome-core (1.3.1-1) unstable; urgency=low * New upstream release. * Removed default.session patch * debian/control Add Replaces: gnome-control-center (<= 1.2.2-10), because the session-properties-capplet is now in this package. * debian/{postinst,prerm} Call scrollkeeper * debian/control Add scrollkeeper, xml-i18n-tools and libglade-gnome0-dev in build-depends and scrollkeeper in depends for gnome-core * Menu and laucnh keys works now (Closes: #86955) * Dead keys work in gnome-terminal (Closes: #63102) * Gnome-terminal isn't broken (Closes: #86752) * New patch htmlurl.h (This file was broken by upstream author) * XFMail doesn't crash the tasklist applet in this release (Closes: #88515) * debian/gnome-core.menu New file for the session properties capplet -- Christian Marillat Mon, 5 Mar 2001 11:40:15 +0100 gnome-core (1.2.4-11) unstable; urgency=low * Update (again) the Build-depends field (Closes: #87419) * Add a debian directory for the gnome-help-browser and add suggest doc-base for gnome-help. Now we can watch debian documentation registered with doc-base. * Add a lintian override file for libpanel-applet0 -- Christian Marillat Sun, 25 Feb 2001 16:14:09 +0100 gnome-core (1.2.4-10) unstable; urgency=low * Update the Build-depends field (Closes: #86441, #87419) * Call update-alternatives only in remove (gnome-terminal, gnome-session) (Closes: #87327, #87328) -- Christian Marillat Sat, 24 Feb 2001 18:03:20 +0100 gnome-core (1.2.4-9) unstable; urgency=low * Remove abandonned /etc/CORBA/servers/bad-applet.goad (Closes: #84950) * Build against the latest gnome-libs (1.2.11) (Close: #85932) -- Christian Marillat Wed, 14 Feb 2001 13:49:26 +0100 gnome-core (1.2.4-8) unstable; urgency=low * debian/control Add Replaces: gnome-help-data (<< 1.0.55-2) for gnome-help (Closes: #80974) * debian/gnome-help.mime Rewrote (Closes: #82891) * debian/control gnome-core depends on gnome-bin (Closes: #82951) * Wrote gnome-panel.README.Debian (Closes: #82954) -- Christian Marillat Mon, 22 Jan 2001 16:04:58 +0100 gnome-core (1.2.4-7) unstable; urgency=low * Added gnome-bin (>= 1.2.0) in gnome-session Depends field (Closes: #80589, #80595, #80733) -- Christian Marillat Wed, 27 Dec 2000 19:24:08 +0100 gnome-core (1.2.4-6) unstable; urgency=low * Apply patch to gnome-run to call x-terminal-emulator (Closes: #80219) * debian/gnome-terminal.wrapper This is -t not -T close (Closes: #80405) -- Christian Marillat Sun, 24 Dec 2000 03:27:12 +0100 gnome-core (1.2.4-5) unstable; urgency=low * Install gnome-terminal.wrapper as x-terminal-emulator and remove debian/patches/gnome-terminal.dpatch (Closes: 64326) Thanks to Eric Gillespie, Jr. * Add Recommends: gnome-applets on gnome-panel (Closes: #72208) * gnome-sesion provides x-session-manager and install alternative (Closes: #60667) * Added hints=Gnome for all menu files. -- Christian Marillat Wed, 20 Dec 2000 23:19:55 +0100 gnome-core (1.2.4-4) unstable; urgency=low * Call x-terminal-emulator in gnome-wm and add depends on the latest debianutils for gnome-session. Thanks to Joseph Carter for the file (Closes: #79776) * Rewrote default.session patch * Add patch form Doug Larrick for gwmthumbnail.c (Closes: #78550) -- Christian Marillat Sun, 17 Dec 2000 12:04:54 +0100 gnome-core (1.2.4-3) unstable; urgency=low * Change gnome-help.mime to call the right file (Closes: #77986) Thanks Malcolm Parsons for the patch. * Patch gsm/default.in (two entries with same id) (Closes: #78276) Thanks to Normal User (Nice name) * Move gnome-control-center from Depends to Suggests. * Remove libgtkhtml-dev from Build-Depends (Closes: #79527) -- Christian Marillat Wed, 13 Dec 2000 18:01:34 +0100 gnome-core (1.2.4-2) unstable; urgency=low * Remove README and NEWS files (Closes: #77250) * Disable thumbnails by default in deskguide_applet (Closes: #77205) * debian/rules --with-window-manager is now sawfish (was x-window-manager) and rewrote debian/patches/gnome-wm.dpatch to remove x-window-manager (Closes: #77401) * Should close this old bug (Closes: #51198) * Patch gnome-edit to use x-terminal-emulator instead of xterm. -- Christian Marillat Mon, 20 Nov 2000 11:35:55 +0100 gnome-core (1.2.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 16 Nov 2000 00:43:15 +0100 gnome-core (1.2.3.1-1) unstable; urgency=low * New upstream release. * Add gnome-help example and manpage in gnome-help package (Closes: #49977) * This release should close these old bugs (Closes: #60561, #60768, #45053) * Gnome-panel don't use all CPU time (Closes: #75251, #60209) * Remove gmenu patch included by upstream. -- Christian Marillat Wed, 8 Nov 2000 17:09:42 +0100 gnome-core (1.2.3-1) unstable; urgency=low * New upstream release. * Debian menus aren't empty (Closes: #70470) * Launcher can find icon (Closes: #62502) -- Christian Marillat Tue, 24 Oct 2000 15:51:11 +0200 gnome-core (1.2.2.1-3) unstable; urgency=low * Add gnome-terminal.prerm for update-alternatives --remove (Closes: #74451) * Patch gnome-terminal to accept -T option (Closes: #74450) * Move README.debian in gnome-session package (Closes: #60440) * mesg work in gnome-terminal (Closes: #71728) * Upstream fix these old bugs in Gnome-terminal Problem with menubar (Closes: #57516) Problem with console-apt Closes: #60079) Problem with screen (Closes: #50156) * Binaries don't should go in /usr/X11R6/bin (Closes: #24031) Quoting Debian policy : "Packages using the X Window System should abide by the FHS standard" "whenever possible; they should install binaries, libraries, manual" "pages, and other files in FHS-mandated locations wherever possible." "This means that files must not be installed into /usr/X11R6/bin/'" * hostname isn't harcoded (Closes: #72536) * Error messages mention Lynx (Closes: #62216) * Display correctly deskuse.html (Closes: #49974) * Add patch from malcolm (Closes: #64820) -- Christian Marillat Sat, 14 Oct 2000 23:39:49 +0200 gnome-core (1.2.2.1-2) unstable; urgency=low * Typo in debian/gnome-terminal.postinst * Add gnome-terminal manpage (Closes: #69188) * Closes: #63103 already closed in 1.2.1-0.2 (typo in debian/changelog) * Gnome-terminal write to /var/run/utmp (Closes: #59053) * delete/backspace keys works (Closes: #57198) * Install GnomeHelp file in /etc/gnome/config (Closes: #73012) * Convert png icons in xpm for Debian menu. * Rearange documentation for dhelp (Closes: #56672) -- Christian Marillat Thu, 5 Oct 2000 00:59:44 +0200 gnome-core (1.2.2.1-1) unstable; urgency=low * New upstream release. * Patch all manpages (Closes: #70009) * gnome-panel 1.0.55-2.0.1 (sparc) is now installable (Closes: #69075, #71570) * gmenu don't jam up all translations (Closes: #46446) * panel remember its configuration between session (Closes: #47734, #54190) * Icons are now centered (Closes: #63868) * Bugs closed by previous NMU in gnome-panel (Closes: #40036, #52584, #54755, #58278, #61083, #69428)) * libgen_util_applet.so installed in 1.2.1-0.2 (Closes: #69463) * debian/control remove Conflicts: asclock (Closes: #52077) * gnome-help 1.0.55-2.0.1 (sparc) is now installable (Closes: #69356) * Bugs closed by previous NMU in gnome-help (Closes: #49734, #56081, #58679, #58973) * debian/control move gmc from Recommends to Suggests (Closes: #59415) * The first search in gnome-wm search is x-window-manager (Closes: #50940, #65969, #62143) * Bug closed in 1.2.2-1 (README.debian in gnome-session package) (Closes: #66219) * Bugs closed by previous NMU in gnome-terminal (Closes: #64579, #63592, #63332, #56584, #55477, #54428) * gnome-terminal provide x-terminal-emulator (Closes: #61805, #53994, #56225) -- Christian Marillat Wed, 27 Sep 2000 16:02:16 +0200 gnome-core (1.2.2-1) unstable; urgency=low * New maintainer, thanks James. * New upstream release. * Switch to debhelper V2 * Move README.debian in gnome-session package (Closes: #65235) and update this file (Closes: #71339) * Bug closed in 1.2.1-0.2 (Install missing libraries) (Closes: #69590, #70483) * Bugs closed in 1.2.1-0.1 (typo close instead closes) (Closes: #53764, #54050) * Remove gtkhtml patch. * The desk guide show thumbnail (Closes: #72359) * Missing package under sparc (Closes: #71438) * debian/control add Conflicts: libgnome32 (<< 1.2.0-1) for gnome-panel (Closes: #72039) * Added icons in Debian menu. * Eject in drivemount check if '-u' is available (Closes: #63954) * Patch gmenu to find Debian menu. -- Christian Marillat Tue, 26 Sep 2000 17:34:23 +0200 gnome-core (1.2.1-0.2) unstable; urgency=low * NMU. * Install these libraries libfish_applet.so libgen_util_applet.so libpanel_status.so (Closes: #69428, #69590) * Copy latest gnome aclocal in macros/ and run macros/autogen.sh This is needed to build gnome-help-browser against libgtkhtml4. * In debian/control gnome-session depends on gnome-panel (>= ${Source-Version}). gnome-help depends on gnome-core (>= 1.2.0-0.1) no Source-Version. gnome-terminal don't depends on gnome-core. * URL's are clickable in gnome-terminal (Closes: 63103). * debian/gnome-panel.undocumented removed printer_applet.1 * Cut and paste work in gnome-terminal (Closes: #63592). -- Christian Marillat Wed, 23 Aug 2000 21:23:36 +0200 gnome-core (1.2.1-0.1) unstable; urgency=low * New upstream release (Closes: #58806, #66467) * NMU. * Standards-Version to 3.1.1.1 Added Build-depends field. * Removed patches: dialer, drivemount-floppy, modemlights, term, help-browser, debian-menu, url-match. * Added patches: gtkhtml. * Build against libgtkhtml3. Closes: #58679, #36806, #49734 * Default manpath and infopath are wrong. Closes: #56081 * gmenu segfaults. Close: #53764, #54050 * gnome-panel: panel no longer works. Closes: #58278 * gnome-panel: gnomepager-applet should put braces around. Closes: #52584 * Backspace and delete work correctly. Closes: #54428 * TERM never select xterm-debian. Closes: #56584, #55477, #64579 * Disable arrows option is now saved. Closes: #54755 * No more files in /usr/share. Closes: #61083 * Show debian menus. Closes #66214 * New help documentation for panel. Closes: #40036 * Gnome-terminal write to /var/run/utmp. Closes #59053 * gnome-terminal provide x-terminal-emulator. Closes #61805, #56225 * README.Debian is here. Closes: #65235 -- Christian Marillat Tue, 25 Jul 2000 19:09:21 +0200 gnome-core (1.0.55-2) frozen unstable; urgency=low * Make x-window-manager run first by gnome-wm script to conform to debian policy (Closes: #61617) (This is an important bug) -- James LewisMoss Sun, 21 May 2000 19:31:19 -0400 gnome-core (1.0.55-1) unstable; urgency=low * New upstream. -- James LewisMoss Sun, 2 Jan 2000 07:32:36 -0500 gnome-core (1.0.54-2) unstable; urgency=low * Fix the gnome-pager forgets size settings bug (was saved to wrong section). Closes: #49839, #46845. -- James LewisMoss Fri, 12 Nov 1999 07:54:46 -0500 gnome-core (1.0.54-1) unstable; urgency=low * New upstream. -- James LewisMoss Thu, 4 Nov 1999 23:20:14 -0500 gnome-core (1.0.53-4) unstable; urgency=low * New maintainer. -- James LewisMoss Mon, 25 Oct 1999 23:17:31 -0400 gnome-core (1.0.53-3) unstable; urgency=low * Ok, I made a mistake by setgiding gnome-terminal to utmp. Reverted the change. Closes: #47960 -- Raphael Hertzog Mon, 18 Oct 1999 19:17:27 +0200 gnome-core (1.0.53-2) unstable; urgency=low * gnome-session does launch a default window-manager. It does launch gnome-wm if no other information has been found. gnome-wm now reads the list of window managers from /etc/X11/window-managers once it has tried gnome compliant wm. Closes: #38347, #47370 * Patched gnome-terminal. TERM=xterm-debian again ... actually this closes: #47552, #44960, #41065 * gnome-terminal is now setgid utmp and can thus register itself in the UTMP database. Closes: #40507 * The URL match does now accept % characters. Closes: #47281 * libpanel-applet0.postinst check for the changelog.gz mysteriously staying around. Closes: #45871 * Unreproducable bugs without answer from the submitter. Closes: #41195, #42865 -- Raphael Hertzog Sat, 16 Oct 1999 19:52:38 +0200 gnome-core (1.0.53-1) unstable; urgency=low * New upstream version. * gnome-session does now depend on gnome-panel and recommends gmc (both are needed for a full Gnome desktop). * gnome-terminal does not have a border. Closes: #38972 -- Raphael Hertzog Tue, 12 Oct 1999 21:17:58 +0200 gnome-core (1.0.52-1) unstable; urgency=low * New maintainer. Steve said that he wanted to give away some of his packages. I've asked to take gnome-core, he never replied, so I'm taking it but I will give it back to him if he wanted to keep it. In the meantime I can better manage bugs with my name in the Maintainer field. * New upstream version. -- Raphael Hertzog Mon, 4 Oct 1999 21:28:18 +0200 gnome-core (1.0.50-0.1) unstable; urgency=low * New upstream version. * NMU again. -- Raphael Hertzog Thu, 30 Sep 1999 22:10:03 +0200 gnome-core (1.0.41-0.1) unstable; urgency=low * New upstream version. * NMU again. -- Raphael Hertzog Mon, 27 Sep 1999 13:10:31 +0200 gnome-core (1.0.9-0.1) unstable; urgency=low * New upstream version. Closes: #43253, #44098 * Apply patches before configuring (and relaunch automake && autoconf because one of the patches is applied on Makefile.am). * NMU. Thanks to Christian Marillat for his work. * Imlib bug corrected: closes: #39085 * X11 binaries don't have to go /usr/X11R6/bin. Closes: #24031 * The panel does start correctly wihout complaining about a missing name service. Closes: #39380, #39634, #40478 * The panel doesn't consume all CPU resources. Closes: #30654 * The panel launches apps from where it has been launched itself. Closes: #32319 * The panel keeps the settings. Closes: #37052, #40579, #43496 * Old core dump corrected upstream. Closes: #39400, #40328, #42167 Closes: #44344, #44724, #44732, #44759, #44773 * Bug in menu-method, not in gnome-panel. Already reported against menu. Closes: #40089 * cdplayer_applet works again. Closes: #42192 * gnome pager works well: Closes: #42499, #42610 * modem_lights draws itself correctly. Closes: #43861, #45055 * The dialer applets doesn't exit when stopping while not yet connected. Closes: #45287 * No more Debian menu in the panel. Closes: #41040 * GnomeICU works with this panel. Closes: #39626, #39515 * gnome-panel-data conflicts with asclock. Closes: #40712, #40715, #40808, #41430 A better solution will be needed. Maybe put asclock in his own package or create a asclock-data package that will be shared. * Updated the modemlights patch. Closes: #43512 * Added a patch for gnome-wm. Closes: #38366 * Move lib{gkb,fish}_applet.so files to libgnome-applet0 (those are not libraries to be linked with, just simple modules). Closes: #38596 * Asclock works well without xearth (the code still mentions xearth however). Closes: #40530 * New patch (help-browser) for changing the default MANPATH and INFOPATH in gnome-help-browser.c Closes: #41452 * Moved help-browser to the new "Help" menu section. * Added gnome-help.mime. Closes: #42205 * Gnome-session does launch gnome-panel ! (I suppose that it failed to launch since panel was broken). Closes: #42937 * gnome-sesion doesn't core dump. Closes: #36640 * The terminal does remember the TERM var. Closes: #43067 * The terminal keeps its size when dragging the manu bar in and out. Closes: #44762 * The menu section of gnome-terminal corrected. Closes: #37635 -- Raphael Hertzog Wed, 22 Sep 1999 13:24:34 +0200 gnome-core (1.0.7-1) unstable; urgency=low * New upstream version. * Removed "term" patch -- Steve Haslam Mon, 28 Jun 1999 01:36:31 +0100 gnome-core (1.0.6-2) unstable; urgency=low * debian-menu.dpatch: created to fix guessing Debian menus (/etc/menu-methods/gnome-panel now) and to make Debian menus the default instead of GNOME system menus. * gnome-help now suggests gnome-users-guide-en (closes: #35724) * /etc/menu-methods/gnome-panel now creates .directory files and searches /usr/X11R6/include/X11/pixmaps for menu icons -- Steve Haslam Sun, 13 Jun 1999 15:28:52 +0100 gnome-core (1.0.6-1) unstable; urgency=low * New upstream version. -- Steve Haslam Sat, 5 Jun 1999 12:57:08 +0100 gnome-core (1.0.5-3) unstable; urgency=low * debian/gnome-terminal.menu: managed to lose change mentioned in last revision. Replaced. * debian/gnome-core.undocumented: removed gnome-wm.1 (it was in gnome-session.undocumented too). -- Steve Haslam Mon, 31 May 1999 19:15:54 +0100 gnome-core (1.0.5-2) unstable; urgency=low * debian/gnome-terminal.menu: changed section to XShells (Bug#37635) * debian/rules: added gnome-wm and gnome-edit to dh_undocumented call (Bug#37632) * debian/gnome.menu-method: added patch to honour needs=text (Bug#36928) from Decklin Foster * Call dh_strip when making libpanel-applet-dev (Closes Bug#31244) * Removed /usr/share/gnome/apps/Debian symlink, (closes #38100) * Sanified build system a la gnome-libs * debian/control: made gnome-help, gnome-help-data and gnome-panel-data packages. -- Steve Haslam Sun, 23 May 1999 14:35:44 +0100 gnome-core (1.0.5-1) unstable; urgency=low * New maintainer. -- Steve Haslam Tue, 11 May 1999 01:01:12 +0100 gnome-core (1.0.5-0.2) unstable; urgency=low * gnome-panel.files.in: added asclock themes, libgkb_applet.a * gnome-core.files.in: added gnome-wm, gnome-edit * term.dpatch: gnome-terminal TERM to xterm-debian rather than xterm * gsm/Makefile.am: put default.session, default.wm in /etc/gnome * debian/gnome-session.conffiles.in: added above two files * debian/gnome-session.files.in: updated this too -- Steve Haslam Sun, 18 Apr 1999 16:47:23 +0100 gnome-core (1.0.5-0.1) unstable; urgency=low * Non-maintainer upload * New upstream version -- Steve Haslam Thu, 15 Apr 1999 23:22:23 +0100 gnome-core (1.0.1-0.3) unstable; urgency=low * Weehay! More broken dependencies. This one libghttp -1.1, a bogus package that only ever existed on my machine. -- Jules Bean Mon, 8 Mar 1999 08:24:00 +0000 gnome-core (1.0.1-0.2) unstable; urgency=low * Another NMU, this time to fix bogus dependencies on libgtop0 and libglib1.1 -- Jules Bean Sun, 7 Mar 1999 14:21:12 +0000 gnome-core (1.0.1-0.1) unstable; urgency=low * NMU for GNOME-1.0 * Hacked to patch SIGPIPE bug * Don't delete GIFs in rules -- Jules Bean Fri, 5 Mar 1999 18:36:29 +0100 gnome-core (0.99.99pre1.0.0-1) unstable; urgency=low * New upstream release. -- Jim Pick Fri, 26 Feb 1999 23:18:10 -0800 gnome-core (0.99.3.2-4) unstable; urgency=low * Recompiled yet again - dual dependency on libglib. Fixes: BUG#32510 -- Jim Pick Thu, 28 Jan 1999 00:00:22 -0800 gnome-core (0.99.3.2-3) unstable; urgency=low * Recompiled again to due to dependencies. -- Jim Pick Sun, 24 Jan 1999 01:10:07 -0800 gnome-core (0.99.3.2-2) unstable; urgency=low * Recompiled with libgnome 0.99.4. -- Jim Pick Fri, 22 Jan 1999 16:44:45 -0800 gnome-core (0.99.3.2-1) unstable; urgency=low * New upstream release. -- Jim Pick Wed, 20 Jan 1999 11:42:46 -0800 gnome-core (0.30-2) frozen unstable; urgency=low * Recompiled with new libs. * Fixed reference to /usr/X11R6 in README.Debian. * Added warnings (Gnome is ALPHA). * Patched dialer_applet to use pon/poff. * Patched drivemount_applet to default to /floppy. -- Jim Pick Tue, 24 Nov 1998 10:56:08 -0800 gnome-core (0.30-1) unstable; urgency=low * New upstream release. -- Jim Pick Thu, 24 Sep 1998 21:28:02 -0700 gnome-core (0.28.1-1) unstable; urgency=low * New upstream release. * Hopefully fixes panel applet bug. -- Jim Pick Wed, 19 Aug 1998 20:12:25 -0700 gnome-core (0.28-1) unstable; urgency=low * New upstream release. -- Jim Pick Mon, 17 Aug 1998 12:59:26 -0700 gnome-core (0.27-1) unstable; urgency=low * New upstream release. * Added /usr/doc/gnome -- Jim Pick Sat, 15 Aug 1998 14:21:06 -0700 gnome-core (0.25-1) unstable; urgency=low * New upstream release. -- Jim Pick Thu, 6 Aug 1998 22:51:22 -0700 gnome-core (0.20-2) unstable; urgency=low * Added Debian menu-method for gnome-panel. Fixed Bug #24025 (Thanks to Ray Dassen for reporting the bug, and Riku Voipio who wrote the menu method for Gnome 0.12) -- Jim Pick Wed, 22 Jul 1998 20:22:00 -0700 gnome-core (0.20-1) unstable; urgency=low * New upstream release. -- Jim Pick Mon, 8 Jun 1998 12:00:08 -0700 gnome-core (0.13-1) unstable; urgency=low * Initial Release. -- Jim Pick Mon, 16 Mar 1998 15:27:43 -0800