--- libgnome-2.20.1.1.orig/debian/libgnome2-common.gconf-defaults +++ libgnome-2.20.1.1/debian/libgnome2-common.gconf-defaults @@ -0,0 +1,10 @@ +/desktop/gnome/background/picture_options stretched +/desktop/gnome/background/picture_filename /usr/share/backgrounds/warty-final-ubuntu.png +/desktop/gnome/interface/gtk_theme Human +/desktop/gnome/interface/icon_theme Human +/desktop/gnome/font_rendering/dpi 96.0 +/desktop/gnome/applications/browser/exec firefox +/desktop/gnome/sound/enable_esd true +/desktop/gnome/sound/event_sounds true +/desktop/gnome/background/primary_color #4E3E29 +/desktop/gnome/peripherals/mouse/cursor_theme Human --- libgnome-2.20.1.1.orig/debian/patches/08_dont_force_a11y_activation.patch +++ libgnome-2.20.1.1/debian/patches/08_dont_force_a11y_activation.patch @@ -0,0 +1,38 @@ +diff -Nur libgnome-2.20.0/configure.in libgnome-2.20.0.new/configure.in +--- libgnome-2.20.0/configure.in 2007-09-17 14:09:31.000000000 +0200 ++++ libgnome-2.20.0.new/configure.in 2007-09-17 16:13:20.000000000 +0200 +@@ -197,13 +197,7 @@ + AC_CHECK_LIB(popt, poptStrippedArgv,, AC_MSG_ERROR([popt 1.5 or newer is required to build + libgnome. You can download the latest version from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/])) + +-LIBGNOME_MINOR_VERSION=libgnome_minor_version +-if test $(( $(echo $LIBGNOME_MINOR_VERSION) %2)) = "1"; then +- A11Y_ENABLED=true +-else +- A11Y_ENABLED=false +-fi +- ++A11Y_ENABLED=false + AC_SUBST(A11Y_ENABLED) + + AC_CONFIG_FILES([ +diff -Nur libgnome-2.20.0/configure libgnome-2.20.0.new/configure +--- libgnome-2.20.0/configure 2007-09-17 14:24:09.000000000 +0200 ++++ libgnome-2.20.0.new/configure 2007-09-17 16:13:20.000000000 +0200 +@@ -23988,15 +23988,7 @@ + { (exit 1); exit 1; }; } + fi + +- +-LIBGNOME_MINOR_VERSION=20 +-if test $(( $(echo $LIBGNOME_MINOR_VERSION) %2)) = "1"; then +- A11Y_ENABLED=true +-else +- A11Y_ENABLED=false +-fi +- +- ++A11Y_ENABLED=false + + ac_config_files="$ac_config_files Makefile libgnome-zip po/Makefile.in libgnome/Makefile monikers/Makefile schemas/Makefile schemas/desktop_gnome_interface.schemas.in gnome-data/Makefile libgnome/libgnome-2.0.pc libgnome/libgnome-2.0-uninstalled.pc doc/Makefile doc/reference/Makefile doc/reference/version.xml" + --- libgnome-2.20.1.1.orig/debian/patches/12_touchpad_schemas.patch +++ libgnome-2.20.1.1/debian/patches/12_touchpad_schemas.patch @@ -0,0 +1,48 @@ +diff -Nur libgnome-2.20.0/schemas/desktop_gnome_peripherals_mouse.schemas.in libgnome-2.20.0.new/schemas/desktop_gnome_peripherals_mouse.schemas.in +--- libgnome-2.20.0/schemas/desktop_gnome_peripherals_mouse.schemas.in 2007-01-01 23:57:13.000000000 +0000 ++++ libgnome-2.20.0.new/schemas/desktop_gnome_peripherals_mouse.schemas.in 2007-09-21 01:32:10.000000000 +0100 +@@ -123,5 +123,44 @@ + + + ++ ++ /schemas/desktop/gnome/peripherals/mouse/tap_to_click ++ /desktop/gnome/peripherals/mouse/tap_to_click ++ gnome ++ bool ++ true ++ ++ Tap to Click ++ ++ Tap on the trackpad to perform a mouse click ++ ++ ++ ++ ++ /schemas/desktop/gnome/peripherals/mouse/pad_horiz_scroll ++ /desktop/gnome/peripherals/mouse/pad_horiz_scroll ++ gnome ++ bool ++ false ++ ++ Touchpad horizontal scrolling ++ ++ Use the bottom edge of the touchpad to perform horizontal scrolling ++ ++ ++ ++ ++ /schemas/desktop/gnome/peripherals/mouse/pad_vert_scroll ++ /desktop/gnome/peripherals/mouse/pad_vert_scroll ++ gnome ++ bool ++ true ++ ++ Touchpad vertical scrolling ++ ++ Use the right edge of the touchpad to perform vertical scrolling ++ ++ ++ + + --- libgnome-2.20.1.1.orig/debian/patches/00_as-needed.patch +++ libgnome-2.20.1.1/debian/patches/00_as-needed.patch @@ -0,0 +1,32 @@ +Index: nautilus-2.18.1/ltmain.sh +=================================================================== +--- nautilus-2.18.1.orig/ltmain.sh 2006-07-13 09:12:13.000000000 +0200 ++++ nautilus-2.18.1/ltmain.sh 2007-06-06 23:36:38.899175453 +0200 +@@ -1794,6 +1794,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2134,6 +2139,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" --- libgnome-2.20.1.1.orig/debian/patches/11_aplay_fallback.patch +++ libgnome-2.20.1.1/debian/patches/11_aplay_fallback.patch @@ -0,0 +1,114 @@ +diff -Nur libgnome-2.20.0/libgnome/gnome-sound.c libgnome-2.20.0.new/libgnome/gnome-sound.c +--- libgnome-2.20.0/libgnome/gnome-sound.c 2007-09-17 14:28:47.000000000 +0200 ++++ libgnome-2.20.0.new/libgnome/gnome-sound.c 2007-10-06 11:51:57.000000000 +0200 +@@ -41,6 +41,8 @@ + static char *esound_hostname = NULL; + static int gnome_sound_connection = -1; + static gboolean gnome_sound_enabled = FALSE; ++#define APLAY_DUMMY_CONNECTION 2345678 ++GHashTable *libgnome_sound_file_map = NULL; + #endif + + typedef struct _sample +@@ -294,6 +296,8 @@ + #endif + + #ifdef HAVE_ESD ++ ++ + /* + * This does delayed initialization of Esound + */ +@@ -304,6 +308,18 @@ + return FALSE; + + if (gnome_sound_connection == -1){ ++ /* avoid trying to open the sound card if esd is not even installed */ ++ static gboolean esd_absent = FALSE; ++ static gboolean esd_checked = FALSE; ++ if (!esd_checked) { ++ esd_absent = access("/usr/bin/esd", X_OK) != 0; ++ esd_checked = TRUE; ++ } ++ if (esd_absent) { ++ gnome_sound_connection = APLAY_DUMMY_CONNECTION; ++ return TRUE; /* enabled, but no esound -> use aplay */ ++ } ++ + gnome_sound_connection = esd_open_sound (esound_hostname); + } + +@@ -313,7 +329,7 @@ + static void + close_sound_connection (void) + { +- if(gnome_sound_connection >= 0){ ++ if(gnome_sound_connection >= 0 && gnome_sound_connection != APLAY_DUMMY_CONNECTION){ + esd_close(gnome_sound_connection); + gnome_sound_connection = -1; + } +@@ -441,6 +457,13 @@ + if(!filename || !*filename) + return -2; + ++ if (gnome_sound_connection == APLAY_DUMMY_CONNECTION) { ++ if (!libgnome_sound_file_map) ++ libgnome_sound_file_map = g_hash_table_new(g_str_hash, g_str_equal); ++ g_hash_table_insert(libgnome_sound_file_map, g_strdup(sample_name), g_strdup(filename)); ++ return g_hash_table_size(libgnome_sound_file_map); ++ } ++ + #ifdef HAVE_LIBAUDIOFILE + s = gnome_sound_sample_load_audiofile(filename); + #else +@@ -509,6 +532,14 @@ + if(!use_sound ()) + return; + ++ /* fall back to aplay? */ ++ if(gnome_sound_connection == APLAY_DUMMY_CONNECTION) { ++ char* argv[] = { "aplay", filename, NULL }; ++ g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH| ++ G_SPAWN_STDERR_TO_DEV_NULL, NULL, NULL, NULL, NULL); ++ return; ++ } ++ + if (cookie == 0) + cookie = rand (); + +diff -Nur libgnome-2.20.0/libgnome/gnome-triggers.c libgnome-2.20.0.new/libgnome/gnome-triggers.c +--- libgnome-2.20.0/libgnome/gnome-triggers.c 2007-01-02 00:57:13.000000000 +0100 ++++ libgnome-2.20.0.new/libgnome/gnome-triggers.c 2007-10-06 11:54:13.000000000 +0200 +@@ -48,6 +48,8 @@ + #include + #endif + ++#define APLAY_DUMMY_CONNECTION 2345678 ++ + /* TYPE DECLARATIONS */ + + typedef void (*GnomeTriggerTypeFunction)(GnomeTrigger *t, char *msg, char *level, char *supinfo[]); +@@ -73,6 +75,7 @@ + /* FILEWIDE VARIABLES */ + + static GnomeTriggerList* gnome_triggerlist_topnode = NULL; ++extern GHashTable *libgnome_sound_file_map; + + static const GnomeTriggerTypeFunction actiontypes[] = + /* This list should have entries for all the trigger types in +@@ -420,6 +423,15 @@ + + if(gnome_sound_connection_get () < 0) return; + ++ /* fall back to aplay? */ ++ if(gnome_sound_connection_get() == APLAY_DUMMY_CONNECTION && libgnome_sound_file_map) { ++ char* argv[] = { "aplay", g_hash_table_lookup(libgnome_sound_file_map, sndname), NULL }; ++ if (argv[1]) ++ g_spawn_async(NULL, argv, NULL, ++ G_SPAWN_SEARCH_PATH|G_SPAWN_STDERR_TO_DEV_NULL, NULL, NULL, NULL, NULL); ++ return; ++ } ++ + if(!sound_ids) + sound_ids = g_hash_table_new(g_str_hash, g_str_equal); + --- libgnome-2.20.1.1.orig/debian/patches/02_path_max.patch +++ libgnome-2.20.1.1/debian/patches/02_path_max.patch @@ -0,0 +1,13 @@ +--- libgnome-2.10.0/libgnome/gnome-program.c.orig 2005-06-08 00:56:37.044243608 +0200 ++++ libgnome-2.10.0/libgnome/gnome-program.c 2005-06-08 00:57:11.757966320 +0200 +@@ -54,6 +54,10 @@ + #include "gnome-i18n.h" + #include "gnome-url.h" + ++#ifndef PATH_MAX ++#define PATH_MAX 4096 ++#endif ++ + struct _GnomeProgramPrivate { + enum { + APP_UNINIT=0, --- libgnome-2.20.1.1.orig/debian/patches/10_sounds_event_list.patch +++ libgnome-2.20.1.1/debian/patches/10_sounds_event_list.patch @@ -0,0 +1,50 @@ +diff -Nur libgnome-2.13.90/gnome-data/gnome-2.soundlist.in libgnome-2.13.90.new/gnome-data/gnome-2.soundlist.in +--- libgnome-2.13.90/gnome-data/gnome-2.soundlist.in 2003-07-11 21:49:10.000000000 +0200 ++++ libgnome-2.13.90.new/gnome-data/gnome-2.soundlist.in 2006-03-03 16:04:28.000000000 +0100 +@@ -10,21 +10,21 @@ + _description=Log out + + [info] +-file=info.wav ++file= + _description=Informational message + + [warning] +-file=warning.wav ++file= + _description=Warning message + + [error] +-file=error.wav ++file= + _description=Error message + + [question] +-file=question.wav ++file= + _description=Question dialog + + [generic] +-file=generic.wav ++file= + _description=Miscellaneous message +diff -Nur libgnome-2.13.90/gnome-data/gtk-events-2.soundlist.in libgnome-2.13.90.new/gnome-data/gtk-events-2.soundlist.in +--- libgnome-2.13.90/gnome-data/gtk-events-2.soundlist.in 2003-07-11 21:49:10.000000000 +0200 ++++ libgnome-2.13.90.new/gnome-data/gtk-events-2.soundlist.in 2006-03-03 16:04:18.000000000 +0100 +@@ -2,13 +2,13 @@ + _description=User interface events + + [clicked] +-file=gtk-events/clicked.wav ++file= + _description=Click on command button + + [activate] +-file=gtk-events/activate.wav ++file= + _description=Choose menu item + + [toggled] +-file=gtk-events/toggled.wav ++file= + _description=Select check box --- libgnome-2.20.1.1.orig/debian/libgnome2-doc.links +++ libgnome-2.20.1.1/debian/libgnome2-doc.links @@ -0,0 +1 @@ +usr/share/doc/libgnome2-doc/html/ usr/share/gtk-doc/html/libgnome --- libgnome-2.20.1.1.orig/debian/copyright +++ libgnome-2.20.1.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Christian Marillat on +Mon, 19 Nov 2001 20:15:01 +0100. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/libgnome + +Copyright: 1998,99,2000,01,2002 Free Software Foundation, Inc. + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- libgnome-2.20.1.1.orig/debian/libgnome2-dev.install +++ libgnome-2.20.1.1/debian/libgnome2-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/lib/libgnome-2.a +debian/tmp/usr/lib/libgnome-2.la +debian/tmp/usr/lib/libgnome-2.so --- libgnome-2.20.1.1.orig/debian/libgnome2-common.install +++ libgnome-2.20.1.1/debian/libgnome2-common.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/locale +debian/tmp/etc --- libgnome-2.20.1.1.orig/debian/watch +++ libgnome-2.20.1.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libgnome/([\d\.]+)[02468]/ \ + libgnome-(.*)\.tar\.gz \ + debian uupdate --- libgnome-2.20.1.1.orig/debian/libgnome2-0.install +++ libgnome-2.20.1.1/debian/libgnome2-0.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/libgnome-2.so.* +debian/tmp/usr/lib/bonobo/monikers/libmoniker_extra_2.so +debian/tmp/usr/lib/bonobo/servers/ +debian/tmp/usr/bin/ --- libgnome-2.20.1.1.orig/debian/control +++ libgnome-2.20.1.1/debian/control @@ -0,0 +1,71 @@ +Source: libgnome +Section: devel +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.13), + libgnomevfs2-dev (>= 2.7.91-3), + libbonobo2-dev (>= 2.13.0), + libpopt-dev, + intltool (>= 0.35.0), + libgconf2-dev (>= 2.7.92), + libesd0-dev (>= 0.2.26), + libaudiofile-dev (>= 0.2.3), + libglib2.0-dev (>= 2.8.0), + cdbs (>= 0.4.41), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + gtk-doc-tools (>= 1.0), + docbook-xml + +Package: libgnome2-0 +Architecture: any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgnome2-common (>= ${gnome:Version}), + libgnome2-common (<< ${gnome:NextVersion}) +Description: The GNOME 2 library - runtime files + This package contains the shared library for the base GNOME library + functions. + +Package: libgnome2-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + libgnome2-0 (= ${binary:Version}), + libbonobo2-dev (>= 2.6.0), + libgconf2-dev (>= 2.7.92), + libgnomevfs2-dev (>= 2.7.91-3), + libglib2.0-dev (>= 2.8.0), + libesd0-dev +Suggests: libgnome2-doc +Description: The GNOME 2 library - development files + This package contains the shared library for the base GNOME library + functions. + +Package: libgnome2-common +Architecture: all +Section: libs +Replaces: libgnome2-0 (<= 1.117.0-1), + nautilus (<= 1.0.6-4) +Depends: ${misc:Depends} +Conflicts: libgnome2-0 (<= 1.117.0-1) +Suggests: desktop-base (>= 0.3.16) +Description: The GNOME 2 library - common files + This package contains internationalization files for the base GNOME + library functions. + +Package: libgnome2-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Replaces: libgnome2-0 (<= 1.117.0-1), + nautilus (<= 1.0.6-4), + libgnome2-dev (<= 2.0.5-1) +Conflicts: libgnome2-0 (<= 1.117.0-1) +Description: The GNOME 2 library - documentation files + This package contains documentation files for the base GNOME library + functions. --- libgnome-2.20.1.1.orig/debian/rules +++ libgnome-2.20.1.1/debian/rules @@ -0,0 +1,20 @@ +#!/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/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.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 += --enable-gtk-doc + +DEB_INSTALL_MANPAGES_libgnome2-common += debian/gnome-options.7 + +clean:: + dh_clean intltool-extract intltool-merge intltool-update \ + po/.intltool-merge-cache --- libgnome-2.20.1.1.orig/debian/libgnome2-doc.install +++ libgnome-2.20.1.1/debian/libgnome2-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libgnome/* usr/share/doc/libgnome2-doc/html/ --- libgnome-2.20.1.1.orig/debian/changelog +++ libgnome-2.20.1.1/debian/changelog @@ -0,0 +1,825 @@ +libgnome (2.20.1.1-1ubuntu2) hardy; urgency=low + + * debian/patches/04_gnome-score.c.patch: + - dropped, fixed with the new upstream version + * debian/patches/12_touchpad_schemas.patch: + - touchpad schemas definition + + -- Sebastien Bacher Tue, 20 Nov 2007 13:59:53 +0100 + +libgnome (2.20.1.1-1ubuntu1) hardy; urgency=low + + * Sync with Debian; remaining Ubuntu changes: + - Set Maintainer to Ubuntu Desktop Team. + - Set misc GConf defaults for Ubuntu via + debian/libgnome2-common.gconf-defaults. + - Add patch 08_dont_force_a11y_activation, avoids forcing a11y activation. + - Add patch 10_sounds_event_list, enables only the login sound by default. + - Add patch 11_aplay_fallback, falls back to aplay if esd isn't available + to avoid recommending esound by default. + + -- Loic Minier Tue, 13 Nov 2007 18:05:51 +0100 + +libgnome (2.20.1.1-1) unstable; urgency=low + + [ Sebastian Dröge ] + * New upstream bugfix release, many translation updates. + + [ Loic Minier ] + * New upstream stable release; no API change; upstream packaging fix. + + -- Sebastian Dröge Sat, 20 Oct 2007 16:11:03 +0200 + +libgnome (2.20.0-1) unstable; urgency=low + + [ Josselin Mouette ] + * Use epiphany-browser as the default browser instead of epiphany. + + [ Sebastian Dröge ] + * New upstream release, no API changes: + + debian/patches/00_as-needed.patch: + - Updated. + + debian/patches/40_set-prgname.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Mon, 17 Sep 2007 15:13:01 +0200 + +libgnome (2.18.0-4) unstable; urgency=medium + + * Build-depend on docbook-xml for the doc build in case it's turned on. + * Drop --enable-gtk-doc from build flags. + + -- Loic Minier Thu, 12 Apr 2007 16:55:26 +0200 + +libgnome (2.18.0-3) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + * Fix license in copyright. + * Wrap build-deps and deps. + + -- Loic Minier Wed, 11 Apr 2007 14:31:50 +0200 + +libgnome (2.18.0-2) experimental; urgency=low + + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * New patch, 40_set-prgname, fixes program name which is particularly useful + to bug-buddy; GNOME #424949. + + -- Loic Minier Sat, 31 Mar 2007 23:30:38 +0200 + +libgnome (2.18.0-1) experimental; urgency=low + + * New upstream release. + * Build-depend on libaudiofile-dev (>= 0.2.3). + * libgnome2-0.shlibs: bump to 2.17.3. + + -- Josselin Mouette Mon, 19 Mar 2007 20:48:33 +0100 + +libgnome (2.16.0-3) experimental; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Add comment in patch 03_gnome-terminal. + * Fix URL in copyright. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-depend + on cdbs >= 0.4.41. + + -- Loic Minier Mon, 19 Mar 2007 10:19:13 +0100 + +libgnome (2.16.0-2) unstable; urgency=low + + [ Josselin Mouette ] + * libgnome2-common.gconf-defaults: remove the background settings, + they are set by desktop-base now. + + [ Loic Minier ] + * Upload to unstable. + * Add CDBS' utils. + + -- Loic Minier Thu, 19 Oct 2006 11:28:12 +0200 + +libgnome (2.16.0-1) experimental; urgency=low + + * New upstream release. + * Correct build-dependency on libesd. + * Use clean-la.mk and gnome-version.mk. + * Use ${gnome:(Next)Version} for the libgnome2-common dependency. + * Build-depend on gnome-pkg-tools 0.7. + * Remove lots of unneeded build-dependencies (libxslt, zlib, libbz2, + libxml). + * Require intltool 0.35.0. + + -- Josselin Mouette Sat, 9 Sep 2006 14:08:15 +0200 + +libgnome (2.15.2-1) experimental; urgency=low + + * New upstream development releases; no API changes. + - Target at experimental. + - Drop 05_Makefile.in.in, seems fixed. + + -- Loic Minier Wed, 9 Aug 2006 21:55:22 +0200 + +libgnome (2.14.1-3) unstable; urgency=low + + * Fix watch file. + * Use ${binary:Version} instead of ${Source-Version}. + * Add more ${misc:Depends}. + * Drop useless libgnome2-dbg.dirs. + * Bump Debhelper compatibility level to 5. + + -- Loic Minier Wed, 9 Aug 2006 20:30:11 +0200 + +libgnome (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}. + + [ Loic Minier ] + * Bump shlibs to 2.14.1 to follow upstream's age bumping. + [debian/libgnome2-0.shlibs] + * Bump Standards-Version to 3.7.2. + [debian/control, debian/control.in] + + -- Loic Minier Mon, 8 May 2006 22:00:00 +0200 + +libgnome (2.14.1-1) unstable; urgency=low + + * New upstream release (bugfixes and updated translations). + * [debian/patches/05_Makefile.in.in.patch] Added: switch back to 2.14.0's + Makefile.in.in so that the translations get built. + + -- J.H.M. Dassen (Ray) Fri, 21 Apr 2006 12:51:28 +0200 + +libgnome (2.14.0-2) unstable; urgency=low + + * Rebuild against the latest libgnomevfs2-dev to remove the references + to libhowl. + * 00_as-needed.patch: make --as-needed work despite libtool's argument + reordering. + + -- Josselin Mouette Wed, 29 Mar 2006 16:08:40 +0200 + +libgnome (2.14.0-1) unstable; urgency=low + + [ Josselin Mouette ] + * Make the default wallpaper stretched. + + [ Sjoerd Simons ] + * New upstream release + * Update build-depends (gtk-doc-tools, glib2 >= 2.8 and bonobo2 >= 2.13) + * Updated watch file + * Add --enable-gtk-doc to DEB_CONFIGURE_EXTRA_FLAGS + + [ Ondřej Surý ] + * Upload to unstable + + -- Ondřej Surý Mon, 20 Mar 2006 11:26:14 +0100 + +libgnome (2.12.0.1-5) unstable; urgency=high + + * Depend on ${misc:Depends}. + + -- Josselin Mouette Wed, 1 Feb 2006 09:50:54 +0100 + +libgnome (2.12.0.1-4) unstable; urgency=low + + * 01_default_background.patch,05_sensible-browser.patch: removed. + * libgnome2-common.gconf-defaults: set the defaults here. + * Build-depend on debhelper 5.0.13. + + -- Josselin Mouette Sun, 8 Jan 2006 11:48:18 +0100 + +libgnome (2.12.0.1-3) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Fri, 6 Jan 2006 21:34:38 +0100 + +libgnome (2.12.0.1-2) experimental; urgency=low + + * 01_default_background.patch: use debian-background.svg as the + default background. + * Suggest the corresponding desktop-base version. + + -- Josselin Mouette Sun, 9 Oct 2005 23:00:21 +0200 + +libgnome (2.12.0.1-1) experimental; urgency=low + + * New upstream release. + * Build-depend on debhelper 4.1 (for cdbs). + * Freshen dependencies, remove old conflicts and use misc:Depends. + * rules: use --as-needed, and cleanup a few unnecessary things. + * watch: update to 2.12. + * 04_gnome-score.c.patch: update to make patch apply cleanly. + + -- Josselin Mouette Sat, 8 Oct 2005 23:36:45 +0200 + +libgnome (2.10.1-1) unstable; urgency=low + + [ Loic Minier ] + * New upstream release. + - Drop GCC 4 compatibility patch, merged upstream. + [debian/patches/06_gcc4build.patch] + * Fix typos in gnome-options.7 manual page. (Closes: #311455) + [debian/gnome-options.7] + * Bump Standard-Versions to 3.6.2. [debian/control, debian/control.in] + + -- Loic Minier Mon, 4 Jul 2005 18:19:07 +0200 + +libgnome (2.10.0-3) unstable; urgency=low + + * Add PATH_MAX patch to fix FTBFS on hurd (Closes: #312377) + - courtesy of Michael Banck + + -- Ondřej Surý Wed, 8 Jun 2005 08:42:44 +0200 + +libgnome (2.10.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Ondřej Surý Tue, 7 Jun 2005 15:50:18 +0200 + +libgnome (2.10.0-1) experimental; urgency=low + + * New upstream release. + * debian/control.in, debian/rules: + - no need to build the html files, they are include in the tarball. + * debian/patches/02_va_list_type.patch: + - fixed in the new version. + * debian/patches/06_gcc4build.patch: + - fix the build with gcc4 (Closes: #300873). + * debian/watch: + - updated. + + -- Sebastien Bacher Tue, 22 Mar 2005 23:38:47 +0100 + +libgnome (2.8.1-2) unstable; urgency=low + + * debian/patches/02_va_list_type.patch: + - new version of this patch, fix the ftbfs. + + -- Sebastien Bacher Thu, 24 Feb 2005 19:23:46 +0100 + +libgnome (2.8.1-1) unstable; urgency=low + + * New upstream version. + + -- Ondřej Surý Thu, 24 Feb 2005 13:16:48 +0100 + +libgnome (2.8.0-6) unstable; urgency=medium + + * 01_default_background.patch: patch the .in file as well. Fixes empty + background by default. + * 05_sensible-browser.patch: + + Patch the .in as well. + + The default is now epiphany (closes: #241716). + * 03_gnome-terminal.patch: disabled. + + -- Josselin Mouette Fri, 3 Dec 2004 15:32:42 +0100 + +libgnome (2.8.0-5) unstable; urgency=low + + * This time make proper fix using dummy va_list args. + + -- Ondřej Surý Tue, 23 Nov 2004 16:01:07 +0100 + +libgnome (2.8.0-4) unstable; urgency=medium + + * debian/patches/02_va_list_type.patch: patch to fix FTBFS on alpha (Closes: #282529) + + -- Ondřej Surý Tue, 23 Nov 2004 11:32:32 +0100 + +libgnome (2.8.0-3) unstable; urgency=low + + * debian/libgnome2-0.shlibs: + - updated. + * debian/watch: + - updated. + + -- Sebastien Bacher Mon, 22 Nov 2004 12:56:01 +0100 + +libgnome (2.8.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastien Bacher Thu, 18 Nov 2004 21:22:13 +0100 + +libgnome (2.8.0-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 13 Sep 2004 19:18:00 +0200 + +libgnome (2.7.92-1) experimental; urgency=low + + * New upstream development release. + * [debian/control.in] Bumped gnome-vfs2 dependencies (for the + shared-mime-info transition); bumped gconf2 dependencies, just in case. + Corrected gconf2 build dependency to the -dev package. + + -- J.H.M. Dassen (Ray) Mon, 30 Aug 2004 18:03:38 +0200 + +libgnome (2.7.91-1) experimental; urgency=low + + * New upstream development release. + * [debian/patches/00_symbol_resolution.patch] Removed; has been integrated + upstream. + * [debian/rules] Build -Wl,-z,defs on all architectures. + + -- J.H.M. Dassen (Ray) Thu, 19 Aug 2004 21:55:00 +0200 + +libgnome (2.7.2-1) experimental; urgency=low + + * New upstream release. + * [debian/rules] Configure --enable-gtk-doc to get a proper -doc package. + * [debian/control.in] Bumped gnome-vfs2 dependencies. + * [debian/patches/00_symbol_resolution.patch] New. + * [debian/patches/01_default_background.patch, + debian/patches/03_gnome-terminal.patch, + debian/patches/05_sensible-browser.patch] Patch the template files instead + of the generated files. + + -- J.H.M. Dassen (Ray) Wed, 11 Aug 2004 23:54:26 +0200 + +libgnome (2.7.1-2) experimental; urgency=low + + * 01_default_background.patch: + - added to 2.7 branch. + + -- Sebastien Bacher Thu, 24 Jun 2004 15:21:53 +0200 + +libgnome (2.6.1-6) unstable; urgency=low + + * 01_default_background.patch: + + properly use desktop-base's background when it is available. + + -- Josselin Mouette Thu, 24 Jun 2004 13:48:50 +0200 + +libgnome (2.7.1-1) experimental; urgency=low + + * GNOME Team Upload. + * New (development) upstream release. + * debian/patches: + * Updated where needed + * Removed 06_sound_events.patch (integrated upstream) + + -- Marc 'HE' Brockschmidt Sun, 20 Jun 2004 16:48:56 +0200 + +libgnome (2.6.1-5) unstable; urgency=medium + + * Gnome Team Upload. + * debian/rules: + + used DEB_BUILD_ARCH instead of ARCH, should really fix the alpha/ia64 + problem (Closes: #253375). + + -- Sebastien Bacher Thu, 10 Jun 2004 18:45:21 +0200 + +libgnome (2.6.1-4) unstable; urgency=low + + * Gnome Team Upload. + * debian/rules: + - don't use "LDFLAGS += -Wl,-z,defs" on alpha and ia64 (Closes: #253375). + + -- Sebastien Bacher Wed, 9 Jun 2004 19:48:36 +0200 + +libgnome (2.6.1-3) unstable; urgency=low + + * Apply patch to fix sound events (Closes: #252119) + - Thanks to Silvestre Zabala for providing superb bug report. + + -- Ondřej Surý Wed, 2 Jun 2004 08:54:20 +0200 + +libgnome (2.6.1-2) unstable; urgency=low + + J.H.M. Dassen (Ray) : + * [debian/rules] Ensure at build time that the library has no dependencies + on undefined symbols; speed up loading by having the linker put in a bit + more effort. + Ondřej Surý : + * Upload for unstable. + + -- Ondřej Surý Sun, 25 Apr 2004 09:49:44 +0200 + +libgnome (2.6.1-1) experimental; urgency=low + + * New upstream release. + + -- Ondřej Surý Tue, 20 Apr 2004 10:12:42 +0200 + +libgnome (2.6.0-5) experimental; urgency=low + + * Fix type in debian/rules so gnome-options man page is installed + again. + + -- Ondřej Surý Wed, 14 Apr 2004 12:01:21 +0200 + +libgnome (2.6.0-4) experimental; urgency=low + + * GNOME team upload. + * debian/libgnome2-0.shlibs: added, put back updated shlibs information. + + -- Jordi Mallach Tue, 6 Apr 2004 14:37:33 +0200 + +libgnome (2.6.0-3) experimental; urgency=low + + * Put gnome-open binary back. + + -- Ondřej Surý Fri, 2 Apr 2004 16:29:25 +0200 + +libgnome (2.6.0-2) experimental; urgency=low + + * Add dependency on docbook-xml and gtk-doc-tools. + + -- Ondřej Surý Wed, 24 Mar 2004 16:26:42 +0100 + +libgnome (2.6.0-1) experimental; urgency=low + + * New upstream release. + + -- Ondřej Surý Wed, 24 Mar 2004 14:41:37 +0100 + +libgnome (2.4.0-7) unstable; urgency=low + + * New maintainer (Closes: #238893) + + -- Ondřej Surý Wed, 24 Mar 2004 13:03:24 +0100 + +libgnome (2.4.0-6) unstable; urgency=low + + * Orphaned package. + + -- Christian Marillat Fri, 19 Mar 2004 16:12:29 +0100 + +libgnome (2.4.0-5) unstable; urgency=low + + * debian/prerm Unregister schemas files from the database. + + -- Christian Marillat Fri, 9 Jan 2004 15:44:58 +0100 + +libgnome (2.4.0-4) unstable; urgency=low + + * Build against latest gnome-vfs 2.4.1-4 and update Build-Depends + + -- Christian Marillat Sat, 25 Oct 2003 10:45:01 +0200 + +libgnome (2.4.0-3) unstable; urgency=low + + * Install gnome-options.7 (Closes: #183132) + * Run libtoolize -f -c + + -- Christian Marillat Thu, 23 Oct 2003 14:09:41 +0200 + +libgnome (2.4.0-2) unstable; urgency=low + + * debian/control Remove libbonobo-activation-dev from Build-Depends and + update libbonobo2-dev version to 2.4.1 + + -- Christian Marillat Sat, 18 Oct 2003 00:05:34 +0200 + +libgnome (2.4.0-1) unstable; urgency=low + + * New upstream release. + * Remove 01_python patch, included by upstream. + * Move 02_gnome-customization.xsl patch to yelp + + -- Christian Marillat Tue, 14 Oct 2003 10:52:08 +0200 + +libgnome (2.2.3-3) unstable; urgency=low + + * Remove liblinc-dev from build-depends (Closes: #214821) + + -- Christian Marillat Wed, 8 Oct 2003 22:39:54 +0200 + +libgnome (2.2.3-2) unstable; urgency=low + + * Patch from cvs to fix python bug (Closes: #194657) + + -- Christian Marillat Sun, 3 Aug 2003 11:23:52 +0200 + +libgnome (2.2.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 15 Jul 2003 15:09:03 +0200 + +libgnome (2.2.2-2) unstable; urgency=low + + * Use x-terminal-emulator in schemas file as default (Closes: #199197) + + -- Christian Marillat Sat, 5 Jul 2003 10:28:33 +0200 + +libgnome (2.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 10 Jun 2003 03:08:56 +0200 + +libgnome (2.2.1-2) unstable; urgency=low + + * Add a versioned libpopt-dev Build-dependcy + + -- Christian Marillat Tue, 3 Jun 2003 19:28:01 +0200 + +libgnome (2.2.1-1) unstable; urgency=low + + * New upstream release. + * Removed configure and helpers patches. + + -- Christian Marillat Sat, 24 May 2003 19:15:23 +0200 + +libgnome (2.2.0.1-2) unstable; urgency=low + + * Add a versioned depends for libgnome2-common in libgnome2-0 (Closes: #182392) + * Update section + + -- Christian Marillat Tue, 1 Apr 2003 18:53:36 +0200 + +libgnome (2.2.0.1-1) unstable; urgency=low + + * New upstream release. + * Remove gtk-doc-tools dependency + + -- Christian Marillat Thu, 23 Jan 2003 15:33:14 +0100 + +libgnome (2.2.0-3) unstable; urgency=low + + * Repeat after me "I love mipsel" (Closes: #177887) + + -- Christian Marillat Wed, 22 Jan 2003 15:00:23 +0100 + +libgnome (2.2.0-2) unstable; urgency=low + + * Add libesd0-dev depends for the -dev package (Closes: #177404) + + -- Christian Marillat Wed, 22 Jan 2003 11:48:19 +0100 + +libgnome (2.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 22 Jan 2003 11:38:44 +0100 + +libgnome (2.1.90-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 8 Jan 2003 15:39:52 +0100 + +libgnome (2.1.5-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.5.8 + + -- Christian Marillat Tue, 7 Jan 2003 19:51:59 +0100 + +libgnome (2.0.6-3) unstable; urgency=low + + * Set sensible-browser as the default browser. + + -- Christian Marillat Thu, 26 Dec 2002 22:45:27 +0100 + +libgnome (2.0.6-2) unstable; urgency=low + + * debian/control Change libgnome2-doc section to doc. + * Apply Roderich's patches to fix help-converters bugs + (Closes: #173412, #173414, #172864) + + -- Christian Marillat Fri, 20 Dec 2002 14:01:59 +0100 + +libgnome (2.0.6-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 21 Nov 2002 18:52:05 +0100 + +libgnome (2.0.5-2) unstable; urgency=low + + * Move documenationin a new -doc package (Closes: #165736) + + -- Christian Marillat Wed, 23 Oct 2002 17:39:39 +0200 + +libgnome (2.0.5-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 9 Sep 2002 15:06:59 +0200 + +libgnome (2.0.4-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 5 Sep 2002 18:19:16 +0200 + +libgnome (2.0.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 29 Aug 2002 19:35:22 +0200 + +libgnome (2.0.2-2) unstable; urgency=low + + * Patch to use SCORE_PATH = /var/games instead of /var/lib/games + + -- Christian Marillat Tue, 13 Aug 2002 16:23:48 +0200 + +libgnome (2.0.2-1) unstable; urgency=low + + * New upstream release. + * Binaries are now in /usr/lib/, then the libgnome2-bin package has + been removed. + + -- Christian Marillat Wed, 7 Aug 2002 10:32:56 +0200 + +libgnome (2.0.1-7) unstable; urgency=low + + * Build against the latest libgnomevfs2-dev 2.0.2-1 to remove libssl + dependency. + + -- Christian Marillat Fri, 2 Aug 2002 16:59:40 +0200 + +libgnome (2.0.1-6) unstable; urgency=low + + * debian/control Add replaces nautilus (<= 1.0.6-4) for libgnome2-common + (Closes: #152122) + + -- Christian Marillat Thu, 11 Jul 2002 14:59:03 +0200 + +libgnome (2.0.1-5) unstable; urgency=low + + * Default terminal in x-terminal-emulator instead of gnome-terminal. + + -- Christian Marillat Sat, 29 Jun 2002 16:32:26 +0200 + +libgnome (2.0.1-4) unstable; urgency=low + + * libgnome2-common should depends on gconf2 (Closes: #150277) + * Compiled with sound support. + + -- Christian Marillat Tue, 18 Jun 2002 18:41:55 +0200 + +libgnome (2.0.1-3) unstable; urgency=low + + * Build against libesd0 0.2.23 + + -- Christian Marillat Fri, 14 Jun 2002 14:10:56 +0200 + +libgnome (2.0.1-2) unstable; urgency=low + + * libgnome2-common don't need to depends on gconf2 (Closes: #149930) + + -- Christian Marillat Fri, 14 Jun 2002 08:08:36 +0200 + +libgnome (2.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 10 Jun 2002 18:20:23 +0200 + +libgnome (2.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 7 Jun 2002 09:11:43 +0200 + +libgnome (1.117.2-1) unstable; urgency=low + + * New upstream release. + * debian/libgnome2-common.postinst check if schemas files are present + before calling gconftool-2 (Closes: #148121) + + -- Christian Marillat Mon, 27 May 2002 19:12:03 +0200 + +libgnome (1.117.1-2) unstable; urgency=low + + * libgnome2-common should depends on gconf2 (Closes: #148096, #148121) + * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target. + + -- Christian Marillat Sat, 25 May 2002 17:09:33 +0200 + +libgnome (1.117.1-1) unstable; urgency=low + + * New upstream release. + * Move *.mo files in libgnome2-common package. + + -- Christian Marillat Tue, 21 May 2002 11:53:48 +0200 + +libgnome (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 + * Move binaries in the libgnome2-bin package. + + -- Christian Marillat Wed, 15 May 2002 19:07:37 +0200 + +libgnome (1.116.0-2) unstable; urgency=low + + * Fix typo in build-depends (Closes: #146092) + + -- Christian Marillat Tue, 7 May 2002 09:08:39 +0200 + +libgnome (1.116.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 29 Apr 2002 18:09:33 +0200 + +libgnome (1.115.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 22 Apr 2002 18:58:56 +0200 + +libgnome (1.114.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 30 Mar 2002 23:07:16 +0100 + +libgnome (1.113.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 24 Mar 2002 00:31:44 +0100 + +libgnome (1.112.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 5 Mar 2002 14:16:43 +0100 + +libgnome (1.112.0-2) unstable; urgency=low + + * Build (again) against the latest libraries. + + -- Christian Marillat Mon, 25 Feb 2002 14:33:26 +0100 + +libgnome (1.112.0-1) unstable; urgency=low + + * New upstream release. + * Call docbook.xsl (in gnome-customization.xsl) localy instead of + downloading this file by http. Update shlibs for this reason. + * Build against the latest libraries. + + -- Christian Marillat Sat, 23 Feb 2002 11:10:51 +0100 + +libgnome (1.111.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 14 Feb 2002 14:25:52 +0100 + +libgnome (1.110.0-2) unstable; urgency=low + + * Build against the latest libraries. + + -- Christian Marillat Sun, 10 Feb 2002 14:55:24 +0100 + +libgnome (1.110.0-1) unstable; urgency=low + + * New upstream release. + * Improve the depends filed for libgnome2-dev + + -- Christian Marillat Sat, 2 Feb 2002 14:35:04 +0100 + +libgnome (1.109.1-2) unstable; urgency=low + + * Build against libatk9 + + -- Christian Marillat Tue, 22 Jan 2002 23:55:13 +0100 + +libgnome (1.109.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 20 Jan 2002 14:59:07 +0100 + +libgnome (1.109.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 14 Jan 2002 10:50:12 +0100 + +libgnome (1.108.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 31 Dec 2001 17:51:33 +0100 + +libgnome (1.107.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 31 Dec 2001 17:48:10 +0100 + +libgnome (1.105.0-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Mon, 19 Nov 2001 20:15:01 +0100 + +Local variables: +mode: debian-changelog +End: --- libgnome-2.20.1.1.orig/debian/disabled_patches/03_gnome-terminal.patch +++ libgnome-2.20.1.1/debian/disabled_patches/03_gnome-terminal.patch @@ -0,0 +1,61 @@ +Disabled because if konsole is installed, it might run instead of a GNOME-ish +emulator. + +--- libgnome/gnome-exec.c.orig Sat Jun 29 16:07:48 2002 ++++ libgnome/libgnome/gnome-exec.c Sat Jun 29 16:09:17 2002 +@@ -417,12 +417,12 @@ + term_argc = 2; + term_argv = g_new0 (char *, 3); + +- check = g_find_program_in_path ("gnome-terminal"); ++ check = g_find_program_in_path ("x-terminal-emulator"); + if (check != NULL) { + term_argv[0] = check; + /* Note that gnome-terminal takes -x and + * as -e in gnome-terminal is broken we use that. */ +- term_argv[1] = g_strdup ("-x"); ++ term_argv[1] = g_strdup ("-e"); + } else { + if (check == NULL) + check = g_find_program_in_path ("nxterm"); + +--- schemas/desktop_gnome_applications_terminal.schemas.orig 2003-07-05 10:25:02.000000000 +0200 ++++ libgnome/schemas/desktop_gnome_applications_terminal.schemas 2003-07-05 10:25:25.000000000 +0200 +@@ -6,7 +6,7 @@ + /desktop/gnome/applications/terminal/exec + gnome + string +- gnome-terminal ++ x-terminal-emulator + + Terminal application + Terminal program to use when starting applications that require one +@@ -197,7 +197,7 @@ + /desktop/gnome/applications/terminal/exec_arg + gnome + string +- -x ++ -e + + Exec Arguments + Argument used to execute programs in the terminal defined +--- schemas/desktop_gnome_applications_terminal.schemas.in.orig 2003-07-05 10:25:02.000000000 +0200 ++++ libgnome/schemas/desktop_gnome_applications_terminal.schemas.in 2003-07-05 10:25:25.000000000 +0200 +@@ -6,7 +6,7 @@ + /desktop/gnome/applications/terminal/exec + gnome + string +- gnome-terminal ++ x-terminal-emulator + + Terminal application + Terminal program to use when starting applications that require one +@@ -197,7 +197,7 @@ + /desktop/gnome/applications/terminal/exec_arg + gnome + string +- -x ++ -e + + Exec Arguments + Argument used to execute programs in the terminal defined --- libgnome-2.20.1.1.orig/debian/libgnome2-0.shlibs +++ libgnome-2.20.1.1/debian/libgnome2-0.shlibs @@ -0,0 +1 @@ +libgnome-2 0 libgnome2-0 (>= 2.17.3) --- libgnome-2.20.1.1.orig/debian/libgnome2-doc.doc-base +++ libgnome-2.20.1.1/debian/libgnome2-doc.doc-base @@ -0,0 +1,9 @@ +Document: libgnome2-doc +Title: Libgnome 2 Manual +Author: gtk-doc-tools package +Abstract: Reference manual for the GNOME 2 Library. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/libgnome2-doc/html/index.html +Files: /usr/share/doc/libgnome2-doc/html/*.html --- libgnome-2.20.1.1.orig/debian/control.in +++ libgnome-2.20.1.1/debian/control.in @@ -0,0 +1,71 @@ +Source: libgnome +Section: devel +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.13), + libgnomevfs2-dev (>= 2.7.91-3), + libbonobo2-dev (>= 2.13.0), + libpopt-dev, + intltool (>= 0.35.0), + libgconf2-dev (>= 2.7.92), + libesd0-dev (>= 0.2.26), + libaudiofile-dev (>= 0.2.3), + libglib2.0-dev (>= 2.8.0), + cdbs (>= 0.4.41), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + gtk-doc-tools (>= 1.0), + docbook-xml + +Package: libgnome2-0 +Architecture: any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgnome2-common (>= ${gnome:Version}), + libgnome2-common (<< ${gnome:NextVersion}) +Description: The GNOME 2 library - runtime files + This package contains the shared library for the base GNOME library + functions. + +Package: libgnome2-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + libgnome2-0 (= ${binary:Version}), + libbonobo2-dev (>= 2.6.0), + libgconf2-dev (>= 2.7.92), + libgnomevfs2-dev (>= 2.7.91-3), + libglib2.0-dev (>= 2.8.0), + libesd0-dev +Suggests: libgnome2-doc +Description: The GNOME 2 library - development files + This package contains the shared library for the base GNOME library + functions. + +Package: libgnome2-common +Architecture: all +Section: libs +Replaces: libgnome2-0 (<= 1.117.0-1), + nautilus (<= 1.0.6-4) +Depends: ${misc:Depends} +Conflicts: libgnome2-0 (<= 1.117.0-1) +Suggests: desktop-base (>= 0.3.16) +Description: The GNOME 2 library - common files + This package contains internationalization files for the base GNOME + library functions. + +Package: libgnome2-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Replaces: libgnome2-0 (<= 1.117.0-1), + nautilus (<= 1.0.6-4), + libgnome2-dev (<= 2.0.5-1) +Conflicts: libgnome2-0 (<= 1.117.0-1) +Description: The GNOME 2 library - documentation files + This package contains documentation files for the base GNOME library + functions. --- libgnome-2.20.1.1.orig/debian/compat +++ libgnome-2.20.1.1/debian/compat @@ -0,0 +1 @@ +5 --- libgnome-2.20.1.1.orig/debian/gnome-options.7 +++ libgnome-2.20.1.1/debian/gnome-options.7 @@ -0,0 +1,81 @@ +.\" gnome-options.7 - Standard Command Line Options for Gnome Programs +.\" Copyright 2002, 2003 Jochen Voss +.\" You may redistribute and modify this manual page +.\" under the terms of the GPL. +.TH gnome-options 7 "2003-10-20" "GNOME 2.2" "Gnome User's Manual" +.SH NAME +gnome-options \- Standard Command Line Options for GNOME 2 Programs +.SH SYNOPSIS +.IR "program " [ "standard options" "] [" "specific options" "] " arguments +.SH DESCRIPTION +This manual page describes the command line options, which are common +to all Gnome applications. +.SH OPTIONS +.SS Help options +.TP +\fB-?\fR, \fB\-\-help\fR +Show the application's help message. +.TP +\fB\-\-usage\fR +Display a brief usage message. +.TP +\fB\-\-version\fR +Show the application's version information. +.SS Bonobo Activation support +.TP +\fB\-\-oaf\-ior\-fd\fR=\fIFD\fR +File descriptor to print IOR on +.TP +\fB\-\-oaf\-activate\-iid\fR=\fIIID\fR +IID to activate +.TP +\fB\-\-oaf\-private\fR +Prevent registering of server with OAF +.SS GNOME library options +.TP +\fB\-\-disable\-sound\fR +Disable sound server usage +.TP +\fB\-\-enable\-sound\fR +Enable sound server usage +.TP +\fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT +.IR Host : port +on which the +.B esd +sound server to use is running. This is useful if you simultaneously +run programs on several machines. +.SS GNOME GUI options +.TP +\fB\-\-disable\-crash\-dialog\fR +Disable the crash dialog, which is normally shown when the application +segfaults. +.SS Session management options +.TP +\fB\-\-sm\-client\-id\fR=\fIID\fR +Specify session management ID. Only used by the session manager itself +while restarting the application. +.TP +\fB\-\-sm\-config\-prefix\fR=\fIPREFIX\fR +Specify prefix of saved configuration. +.TP +\fB\-\-sm\-disable\fR +Disable connection to session manager. +.SS Other options +.TP +\fB\-\-load\-modules\fR=\fIMODULE1\fR,MODULE2,... +Dynamic modules to load +.SH "SEE ALSO" +.BR gtk\-options (7) + +For most GNOME programs there will be additional command line options, +which are specific to the program. These will be explained in the +.I Application options +section of the +.I --help +output and in the application's online help. +.SH AUTHOR +This manual page was written by Jochen Voss . A +first version was generated with the help of the +.I help2man +program. The program's output was manually edited later.