--- gconf-editor-2.24.1.orig/debian/control +++ gconf-editor-2.24.1/debian/control @@ -0,0 +1,30 @@ +Source: gconf-editor +Section: utils +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + libgconf2-dev (>= 2.9.2), + libgtk2.0-dev (>= 2.5.5), + gettext, + gnome-pkg-tools (>= 0.10), + libxml-parser-perl, + libgnome2-dev (>= 2.14.0), + libgnomeui-dev (>= 2.5.4), + scrollkeeper, + gnome-doc-utils, + pkg-config, + liblaunchpad-integration-dev (>= 0.1.17) +Standards-Version: 3.7.3 + +Package: gconf-editor +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: An editor for the GConf configuration system + GConf-Editor is a tool used for editing the GConf configuration database. + This is not the recommended way of setting desktop preferences, but it might + be useful when the proper configuration utility for some software provides no + way of changing some option. --- gconf-editor-2.24.1.orig/debian/patches/01_lpi.patch +++ gconf-editor-2.24.1/debian/patches/01_lpi.patch @@ -0,0 +1,40 @@ +diff -Nur -x '*.orig' -x '*~' gconf-editor-2.23.91/configure.in gconf-editor-2.23.91.new/configure.in +--- gconf-editor-2.23.91/configure.in 2008-08-30 16:01:52.000000000 +0100 ++++ gconf-editor-2.23.91.new/configure.in 2008-08-31 02:51:23.000000000 +0100 +@@ -31,6 +31,7 @@ + PKG_CHECK_MODULES(GCONF_EDITOR, + gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4) + +diff -Nur -x '*.orig' -x '*~' gconf-editor-2.23.91/src/gconf-editor-window.c gconf-editor-2.23.91.new/src/gconf-editor-window.c +--- gconf-editor-2.23.91/src/gconf-editor-window.c 2008-08-18 20:18:13.000000000 +0100 ++++ gconf-editor-2.23.91.new/src/gconf-editor-window.c 2008-08-31 02:50:47.000000000 +0100 +@@ -32,6 +32,7 @@ + #include "gedit-output-window.h" + #include "gconf-search-dialog.h" + #include ++#include + #include + + +@@ -790,6 +791,7 @@ + " " + " " + " " ++ " " + " " + " " + " " +@@ -1482,6 +1484,9 @@ + exit (EXIT_FAILURE); + } + ++ launchpad_integration_add_ui (window->ui_manager, ++ "/GConfEditorMenu/HelpMenu/LaunchpadItems"); ++ + menubar = gtk_ui_manager_get_widget (window->ui_manager, "/GConfEditorMenu"); + gtk_box_pack_start (GTK_BOX (vbox), menubar, FALSE, FALSE, 0); + --- gconf-editor-2.24.1.orig/debian/patches/70_autoconf.patch +++ gconf-editor-2.24.1/debian/patches/70_autoconf.patch @@ -0,0 +1,68 @@ +diff -Nur -x '*.orig' -x '*~' gconf-editor-2.24.1/configure gconf-editor-2.24.1.new/configure +--- gconf-editor-2.24.1/configure 2008-10-19 21:48:11.000000000 +0200 ++++ gconf-editor-2.24.1.new/configure 2008-10-20 19:59:17.000000000 +0200 +@@ -12604,10 +12604,12 @@ + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4\"") >&5 + ($PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4") 2>&5 + ac_status=$? +@@ -12631,10 +12633,12 @@ + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4\"") >&5 + ($PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4") 2>&5 + ac_status=$? +@@ -12642,6 +12646,8 @@ + (exit $ac_status); }; then + pkg_cv_GCONF_EDITOR_LIBS=`$PKG_CONFIG --libs "gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4" 2>/dev/null` + else +@@ -12664,11 +12670,13 @@ + if test $_pkg_short_errors_supported = yes; then + GCONF_EDITOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4"` + else + GCONF_EDITOR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4"` + fi +@@ -12677,6 +12685,7 @@ + + { { echo "$as_me:$LINENO: error: Package requirements (gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4) were not met: + +@@ -12691,6 +12700,7 @@ + " >&5 + echo "$as_me: error: Package requirements (gconf-2.0 >= 2.9.2 + gtk+-2.0 >= 2.5.5 ++ launchpad-integration + libgnome-2.0 >= 2.14.0 + libgnomeui-2.0 >= 2.5.4) were not met: + --- gconf-editor-2.24.1.orig/debian/patches/03_menu_change.patch +++ gconf-editor-2.24.1/debian/patches/03_menu_change.patch @@ -0,0 +1,11 @@ +diff -Nur gconf-editor-2.18.2/data/gconf-editor.desktop.in.in gconf-editor-2.18.2.new/data/gconf-editor.desktop.in.in +--- gconf-editor-2.18.2/data/gconf-editor.desktop.in.in 2007-03-11 14:22:17.000000000 +0100 ++++ gconf-editor-2.18.2.new/data/gconf-editor.desktop.in.in 2007-08-28 09:47:00.879676560 +0200 +@@ -7,6 +7,7 @@ + Type=Application + Icon=gconf-editor.png + StartupNotify=true ++NoDisplay=true + Categories=GNOME;GTK;System; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=gconf-editor --- gconf-editor-2.24.1.orig/debian/changelog +++ gconf-editor-2.24.1/debian/changelog @@ -0,0 +1,440 @@ +gconf-editor (2.24.1-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #286540) + - Add missing COPYING file and license headers. + - Standardize .desktop file. + - Properly unref GConfClient objects. + - Use single header GTK+/GLib includes. + - Updated translations. + * 70_autoconf.patch: some changes to make it apply to the new sources + + -- Didier Roche Mon, 20 Oct 2008 22:03:35 +0200 + +gconf-editor (2.24.0.1-0ubuntu1) intrepid; urgency=low + + * New upstream version + + -- Sebastien Bacher Wed, 24 Sep 2008 22:56:43 +0200 + +gconf-editor (2.24.0-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #273598) + - Updated translations + * 70_autoconf.patch: LP integration changes to make it apply to the + new configure file + + -- Didier Roche Tue, 23 Sep 2008 18:44:57 +0200 + +gconf-editor (2.23.91-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #263168) + - Code cleanup (#341288, #341252) (Kristof Vansant) + - Use themed icons (#348822) (Christopher Bratusek, chpe) + - Fix clipped icons in the search pane (#518297) (Jonathon Jongsma) + - Use standard icon names where available (Matthias Clasen) + * debian/patches/01_lpi.patch, debian/patches/70_autoconf.patch: + - Updated for new release + * debian/rules: + - Pass --disable-scrollkeeper + + -- Pedro Fragoso Sun, 31 Aug 2008 02:39:14 +0100 + +gconf-editor (2.22.0-1ubuntu1) intrepid; urgency=low + + * Sync with Debian + * debian/control.in: + - build-depends on liblaunchpad-integration-dev (>= 0.1.17) + - updated maintainer information + * debian/patches/01_lpi.patch, + debian/patches/70_autoconf.patch: + - launchpad integration and configure update + * debian/patches/03_menu_change.patch: + - update menus simplification + + -- Sebastien Bacher Wed, 28 May 2008 13:49:31 +0200 + +gconf-editor (2.22.0-1) unstable; urgency=low + + * New upstream stable release. + - Drop patches 01_search-dialog-segfault and 02_fg-color, merged upstream. + + -- Loic Minier Tue, 11 Mar 2008 10:08:07 +0100 + +gconf-editor (2.20.0-2) unstable; urgency=low + + * debian/patches/01_search-dialog-segfault.patch: + + Fix crash when closing the search dialog (Closes: #445259). + * debian/patches/02_fg-color.patch: + + Set the text color to the 'fg' color so that it matches the other text + regardless of GTK+ theme. Patch from upstream SVN. + * debian/control.in: + + Update Standards-Version to 3.7.3, no additional changes needed. + + -- Sebastian Dröge Tue, 05 Feb 2008 17:45:52 +0100 + +gconf-editor (2.20.0-1) unstable; urgency=low + + * New upstream translation and bugfix release. + + -- Josselin Mouette Sat, 22 Sep 2007 01:22:50 +0200 + +gconf-editor (2.18.2-1) unstable; urgency=low + + * New upstream stable release: + - Minor bug fixes + + -- Alan Baghumian Sat, 01 Sep 2007 08:23:22 +0330 + +gconf-editor (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 Tue, 17 Apr 2007 14:02:59 +0200 + +gconf-editor (2.18.0-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. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS. + * New upstream major stable release. + + -- Loic Minier Sun, 25 Mar 2007 11:58:09 +0200 + +gconf-editor (2.16.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Loic Minier Fri, 20 Oct 2006 10:12:32 +0200 + +gconf-editor (2.16.0-1) experimental; urgency=low + + * New upstream release. + - Build-depend on gnome-doc-utils and pkg-config. + + -- Loic Minier Mon, 25 Sep 2006 18:07:05 +0200 + +gconf-editor (2.15.92-1) experimental; urgency=low + + * New upstream development release. + + -- Loic Minier Tue, 15 Aug 2006 10:26:16 +0200 + +gconf-editor (2.15.91-1) experimental; urgency=low + + * New upstream development releases. + - Target at experimental. + - Bump up libgnome2-dev build-dep to >= 2.14.0. + - Drop 01_free_crasher_fix patch, merged upstream. + + -- Loic Minier Sun, 13 Aug 2006 20:37:30 +0200 + +gconf-editor (2.14.0-3) unstable; urgency=low + + * Update watch file to track stable releases and to use HTTP. + * Bump up Debhelper compatibility level to 5. + * Bump up Standards-Version to 3.7.2. + * Bump up libgnomeui-dev build-dep to >= 2.5.4. + * Bump up libgnome2-dev build-dep to >= 1.96.0. + * Add CDBS' utils. + + -- Loic Minier Sun, 13 Aug 2006 20:31:37 +0200 + +gconf-editor (2.14.0-2) unstable; urgency=low + + * 01_free_crasher_fix.patch: really include the patch (closes: #358902). + + -- Josselin Mouette Sun, 2 Apr 2006 20:17:57 +0200 + +gconf-editor (2.14.0-1) unstable; urgency=low + + * New upstream release. + * [debian/control.in] New maintainer: Josselin Mouette. + + Sebastien Bacher : + * debian/patches/01_free_crasher_fix.patch: + - patch from the CVS to fix a crasher when editing a key (Ubuntu: #36085) + + -- J.H.M. Dassen (Ray) Sat, 1 Apr 2006 17:19:10 +0200 + +gconf-editor (2.12.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 14:49:36 +0100 + +gconf-editor (2.12.1-1) experimental; urgency=low + + * New upstream version: + - Fix a crash with the combobox selection + - Fix a crasher when pressing F1 without yelp installed (Closes: #315129). + + [ Loic Minier ] + * Update watch file. [debian/watch] + + -- Sebastien Bacher Wed, 30 Nov 2005 13:58:40 +0100 + +gconf-editor (2.12.0-1) experimental; urgency=low + + * New upstream version + + -- Gustavo Noronha Silva Fri, 14 Oct 2005 12:17:19 -0300 + +gconf-editor (2.10.0-3) unstable; urgency=high + + * Pass --as-needed to ld. + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + * Standards-version is 3.6.2. + * Add a dependency on ${misc:Depends} (high urgency fix). + + -- Josselin Mouette Thu, 13 Oct 2005 21:25:27 +0200 + +gconf-editor (2.10.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Jordi Mallach Thu, 9 Jun 2005 14:56:41 +0200 + +gconf-editor (2.10.0-1) experimental; urgency=low + + * New upstream version. + * debian/control.in: + - updated the Build-Depends. + * debian/rules: + - clean the scrollkeeper files. + * debian/watch: + - updated. + + -- Sebastien Bacher Fri, 8 Apr 2005 22:05:31 +0200 + +gconf-editor (2.8.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Thu, 18 Nov 2004 15:58:55 +0100 + +gconf-editor (2.8.2-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Wed, 13 Oct 2004 19:04:47 +0200 + +gconf-editor (2.8.1-1) experimental; urgency=low + + * New upstream release. + * [debian/control.in] The libgconf build dependency was already for a + version that was only in experimental; tightened it to the current + version. + + -- J.H.M. Dassen (Ray) Fri, 1 Oct 2004 18:12:48 +0200 + +gconf-editor (2.8.0-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 13 Sep 2004 19:07:36 +0200 + +gconf-editor (2.7.92-1) experimental; urgency=low + + * New upstream development release. + + -- J.H.M. Dassen (Ray) Wed, 8 Sep 2004 20:50:03 +0200 + +gconf-editor (2.7.91-1) experimental; urgency=low + + * New upstream development release. + * [debian/control.in] Tightened libgconf build dependency, just in case. + + -- J.H.M. Dassen (Ray) Sun, 22 Aug 2004 13:40:50 +0200 + +gconf-editor (2.7.90-1) experimental; urgency=low + + * New upstream development release. + * [debian/rules] Ensure at build time that the library dependency + information is complete. + * [debian/control.in] Tightened libgconf build dependency, just in case. + + -- J.H.M. Dassen (Ray) Sun, 15 Aug 2004 16:15:30 +0200 + +gconf-editor (2.7.1-2) experimental; urgency=low + + * GNOME Team Upload. + * Switched to CDBS. + * debian/control.in: + - Build-Depends on cdbs, libgnome2-dev, libgnomeui-dev and scrollkeeper. + * debian/rules: + - switched to CDBS. + + -- Sebastien Bacher Thu, 1 Jul 2004 17:16:15 +0200 + +gconf-editor (2.7.1-1) experimental; urgency=low + + * GNOME Team Upload. + * New (development) release. + * debian/rules: + + added a dh_gconf call since gconf-editor has a schema now. + + used DESTDIR instead of prefix for the make install. + * debian/watch: + + updated for the 2.7 branch. + + -- Sebastien Bacher Tue, 22 Jun 2004 19:31:37 +0200 + +gconf-editor (2.6.2-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Thu, 17 Jun 2004 18:26:07 +0200 + +gconf-editor (2.6.1-2) unstable; urgency=low + + * Upload to unstable. + * [debian/control.in] Tightened build dependencies to ensure build against + unstable's GNOME 2.6 packages. + + -- J.H.M. Dassen (Ray) Wed, 26 May 2004 15:36:57 +0200 + +gconf-editor (2.6.1-1) experimental; urgency=low + + * New upstream release + + Don't escape keys, that fixes bug with "@" in keys' names. + + -- Sebastien Bacher Fri, 16 Apr 2004 21:08:55 +0200 + +gconf-editor (2.6.0-3) experimental; urgency=low + + * [debian/control.in] + * Added libxml-parser-perl build dependency. (Closes: #240631) + * Removed full stop from description. + * [debian/watch] Watch 2.6. + + -- J.H.M. Dassen (Ray) Sun, 28 Mar 2004 18:43:13 +0200 + +gconf-editor (2.6.0-2) experimental; urgency=low + + * Upload of 2.6.0 in experimental this time. + + -- Sebastien Bacher Sat, 27 Mar 2004 22:11:44 +0100 + +gconf-editor (2.6.0-1.is.2.4.0) unstable; urgency=low + + * Hack to revert back to 2.4.0, 2.6 was uploaded in unstable instead of + experimental. + + -- Sebastien Bacher Sat, 27 Mar 2004 21:11:35 +0100 + +gconf-editor (2.6.0-1) unstable; urgency=low + + * Gnome Team Upload. + * New upstream release: + + fix copy/paste into X apps (Closes: #191668). + * debian/control.in: + + updated Build-Depends. + * debian/patches/01_double_click.dpatch: + + removed since included in the new version. + * debian/patches/02_unset_value.dpatch: + + removed since included in the new version. + + -- Sebastien Bacher Sat, 27 Mar 2004 18:10:25 +0100 + +gconf-editor (2.4.0-3) unstable; urgency=low + + * Added bugzilla patch to fix bug with unset values + (Closes: #166807, #205500). + + -- Sebastien Bacher Fri, 31 Oct 2003 15:44:10 +0100 + +gconf-editor (2.4.0-2) unstable; urgency=low + + * Added patch from bugzilla to implement double-click to open a folder + (Closes: #179299). + * Included manpage provided by Goran Weinholt + (Closes: #179935). + * Updated package description (adapted from the manpage) (Closes: #209609). + + -- Sebastien Bacher Wed, 22 Oct 2003 15:04:13 +0200 + +gconf-editor (2.4.0-1) unstable; urgency=low + + * New upstream release + * Update Build-Depends + * Gnome Team Upload + + -- Sebastien Bacher Sun, 19 Oct 2003 21:30:46 +0200 + +gconf-editor (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Wed, 3 Sep 2003 14:01:05 +0900 + +gconf-editor (0.4.0-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 23 Jan 2003 19:59:36 +0900 + +gconf-editor (0.3.1-2) unstable; urgency=low + + * update config.{guess,sub} + * change Maintainer address to @debian.org + + -- Takuo KITAME Wed, 13 Nov 2002 14:50:27 +0900 + +gconf-editor (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Thu, 5 Sep 2002 14:05:18 +0900 + +gconf-editor (0.3-1) unstable; urgency=low + + * New upstream release (closes: #157768) + + -- Takuo KITAME Mon, 26 Aug 2002 15:56:14 +0900 + +gconf-editor (0.2-2) unstable; urgency=low + + * Build against libgtk2.0-0png3 + + -- Takuo KITAME Wed, 14 Aug 2002 23:43:16 +0900 + +gconf-editor (0.2-1) unstable; urgency=low + + * New upstream release + + -- Takuo KITAME Tue, 21 May 2002 13:36:11 +0900 + +gconf-editor (0.1-5) unstable; urgency=low + + * build against libgtk2.0 + + -- Takuo KITAME Sat, 30 Mar 2002 05:13:40 +0900 + +gconf-editor (0.1-4) unstable; urgency=low + + * build against libgtk1.3-15 + + -- Takuo KITAME Tue, 26 Feb 2002 13:51:04 +0900 + +gconf-editor (0.1-3) unstable; urgency=low + + * build against libgtk1.3-14 + + -- Takuo KITAME Sat, 23 Feb 2002 03:08:43 +0900 + +gconf-editor (0.1-2) unstable; urgency=low + + * build against libatk12 + + -- Takuo KITAME Sun, 17 Feb 2002 02:04:43 +0900 + +gconf-editor (0.1-1) unstable; urgency=low + + * Initial Release. (closes: #133377) + + -- Takuo KITAME Mon, 11 Feb 2002 23:02:14 +0900 + --- gconf-editor-2.24.1.orig/debian/rules +++ gconf-editor-2.24.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +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/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-scrollkeeper + +binary-post-install/gconf-editor:: + rm -rf debian/gconf-editor/var --- gconf-editor-2.24.1.orig/debian/copyright +++ gconf-editor-2.24.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Takuo KITAME on +Mon, 11 Feb 2002 23:00:24 +0900. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/gconf-editor/ + +Upstream Author: Anders Carlsson + +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gconf-editor-2.24.1.orig/debian/watch +++ gconf-editor-2.24.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/([\d\.]+)[02468]/ \ + gconf-editor-(.*)\.tar\.gz \ + debian uupdate --- gconf-editor-2.24.1.orig/debian/compat +++ gconf-editor-2.24.1/debian/compat @@ -0,0 +1 @@ +5 --- gconf-editor-2.24.1.orig/debian/control.in +++ gconf-editor-2.24.1/debian/control.in @@ -0,0 +1,30 @@ +Source: gconf-editor +Section: utils +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5), + cdbs (>= 0.4.41), + libgconf2-dev (>= 2.9.2), + libgtk2.0-dev (>= 2.5.5), + gettext, + gnome-pkg-tools (>= 0.10), + libxml-parser-perl, + libgnome2-dev (>= 2.14.0), + libgnomeui-dev (>= 2.5.4), + scrollkeeper, + gnome-doc-utils, + pkg-config, + liblaunchpad-integration-dev (>= 0.1.17) +Standards-Version: 3.7.3 + +Package: gconf-editor +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: An editor for the GConf configuration system + GConf-Editor is a tool used for editing the GConf configuration database. + This is not the recommended way of setting desktop preferences, but it might + be useful when the proper configuration utility for some software provides no + way of changing some option. --- gconf-editor-2.24.1.orig/debian/gconf-editor.1 +++ gconf-editor-2.24.1/debian/gconf-editor.1 @@ -0,0 +1,38 @@ +.TH GCONF\-EDITOR 1 "12 June 2003" +.SH NAME +gconf\-editor \- an editor for the GConf configuration system +.SH SYNOPSIS +.B gconf\-editor +.SH DESCRIPTION +\fBGConf\-Editor\fP is a tool used for editing the GConf configuration +database. +It might be useful when the proper configuration utility for some +software provides no way of changing some option. +.SH USAGE +The main window consists of a tree showing the GConf configuration +database hierarchy, a list of the keys available, and documentation +for the selected key. + +Key values can be changed by either changing them directly in the +list, or right clicking on them and selecting \fIEdit key\fP. +Changes take immediate effect in running programs. +New keys can be added by right clicking in the list and selecting +\fINew key\fP. + +Bookmarks may be set for quick lookup of a key later. +.SH NOTES +This tool allows you to directly edit your configuration database. +This is not the recommended way of setting desktop preferences. +Use this tool at your own risk. +.SH AUTHOR +Anders Carlsson . +.br +This manual page was written by G\[:o]ran Weinholt for the Debian project, +but may be used by others. +.SH REPORTING BUGS +Please report bugs at http://bugzilla.gnome.org/. +.SH SEE ALSO +.BR gconfd\-2 (1), +.BR gconftool\-2 (1). + +.I http://www.gnome.org/projects/gconf/