--- gnome-terminal-2.30.0.orig/debian/fonts.conf +++ gnome-terminal-2.30.0/debian/fonts.conf @@ -0,0 +1,11 @@ + + + 7 + + + 12 + + + false + + --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.postinst +++ gnome-terminal-2.30.0/debian/gnome-terminal.postinst @@ -0,0 +1,13 @@ +#!/bin/sh -e + +set -e + +#DEBHELPER# + +if [ "$1" = "configure" ]; then + update-alternatives --install /usr/bin/x-terminal-emulator \ + x-terminal-emulator /usr/bin/gnome-terminal.wrapper 40 \ + --slave /usr/share/man/man1/x-terminal-emulator.1.gz \ + x-terminal-emulator.1.gz /usr/share/man/man1/gnome-terminal.1.gz +fi + --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.install +++ gnome-terminal-2.30.0/debian/gnome-terminal.install @@ -0,0 +1,4 @@ +debian/tmp/usr/bin +debian/tmp/usr/share/applications + +debian/gnome-terminal.wrapper /usr/bin --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.manpages +++ gnome-terminal-2.30.0/debian/gnome-terminal.manpages @@ -0,0 +1 @@ +debian/gnome-terminal.1 --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.prerm +++ gnome-terminal-2.30.0/debian/gnome-terminal.prerm @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ "$1" = "remove" ]; then + update-alternatives --remove x-terminal-emulator /usr/bin/gnome-terminal.wrapper +fi + --- gnome-terminal-2.30.0.orig/debian/changelog +++ gnome-terminal-2.30.0/debian/changelog @@ -0,0 +1,1735 @@ +gnome-terminal (2.30.0-1) unstable; urgency=low + + * New upstream stable release: + + debian/control.in: + - Update build dependencies. + + -- Sebastian Dröge Wed, 31 Mar 2010 11:18:11 +0200 + +gnome-terminal (2.29.92-1) experimental; urgency=low + + * New upstream development release: + + debian/control.in: + - Update build dependencies. + + -- Sebastian Dröge Fri, 12 Mar 2010 17:52:12 +0100 + +gnome-terminal (2.29.6-1) experimental; urgency=low + + * New upstream development release: + + debian/control.in: + - Update build dependencies. + + debian/rules: + - Include check-dist.mk to prevent accidental uploads to unstable. + + -- Sebastian Dröge Thu, 14 Jan 2010 08:29:30 +0100 + +gnome-terminal (2.28.2-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Luca Falavigna Mon, 14 Dec 2009 22:45:57 +0100 + +gnome-terminal (2.28.1-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/control.in: + - Update build dependencies. + + -- Sebastian Dröge Tue, 20 Oct 2009 08:28:30 +0200 + +gnome-terminal (2.28.0-1) unstable; urgency=low + + * New upstream stable release: + + debian/control.in: + - Update build dependencies. + + debian/patches/02_let_gconf_autostart.patch, + debian/patches/03_useless_plural_forms.patch: + - Dropped, merged upstream. + + -- Sebastian Dröge Tue, 22 Sep 2009 14:02:42 +0200 + +gnome-terminal (2.26.3.1-1) unstable; urgency=low + + * New upstream release. + * debian/patches/03_useless_plural_forms.patch: + - remove useless Plural-Forms line which breaks build with + gnome-doc-utils master (Closes: #545602). + * debian/control.in: + - Bump Standards-Version to 3.8.3, no changes needed. + + -- Luca Falavigna Tue, 15 Sep 2009 00:34:09 +0200 + +gnome-terminal (2.26.2-3) UNRELEASED; urgency=low + + * debian/watch: don't uupdate. + * Add descriptions and links to patch headers. + * debian/control.in: + - Standards-Version is 3.8.2, no changes needed. + - Extend gnome-terminal-data's long description. + - No need to replace/conflict gnome-terminal2, that's gone for good. + - gnome-terminal 2.10 is not even in oldstable, no need to replace it + in gnome-terminal-data. + * Move the menu and desktop files to the gnome-terminal package, add + replaces accordingly. + * debian/patches/04_resized_on_tabs_switch.patch: Removed. This was + added because gnome-terminal didn't resize when you changed to a + tab with a different font size. That works fine now without the patch. + + -- Emilio Pozuelo Monfort Sat, 27 Jun 2009 16:22:22 +0200 + +gnome-terminal (2.26.2-2) unstable; urgency=low + + * 02_let_gconf_autostart.patch: Don’t exit if there is no GConf daemon + running. Instead, let dbus-daemon and gconfd be autostarted as they + should be if this is needed. Thanks to Sean Finney for the + suggestion. Closes: #531734 and some duplicates. + + -- Josselin Mouette Sat, 27 Jun 2009 14:53:33 +0200 + +gnome-terminal (2.26.2-1) unstable; urgency=low + + [ Josselin Mouette ] + * Stop mentioning GNOME 2. + * Remove scrollkeeper dependency. + + [ Deng Xiyue ] + * New upstream release. + + Bump b-dep: libgtk2.0-dev (>= 2.14.0), libvte-dev (>= 0.20.0). + + New b-dep: libdbus-glib-1-dev (>= 0.6). + + Drop 01_tabs_shortcuts.patch, 02_tabs_shortcuts_translations.patch. + Merged upstream. + + Refresh 04_resized_on_tabs_switch.patch to apply cleanly. + * Drop bonobo path in gnome-terminal-data.install. DBus is used instead. + * Split Copyright holder section to silence lintian warning, and add missing + copyright holders. + * Point to versioned license files. + * Update Standard-Version to 3.8.1. + + [ Josselin Mouette ] + * Drop unnecessary build-deps, add libsm-dev. + * 01_onlyshowin.patch: new patch. Only show gnome-terminal in GNOME + menus, other desktop environments already have their terminal + emulators. + + -- Josselin Mouette Mon, 01 Jun 2009 11:28:01 +0200 + +gnome-terminal (2.24.3-3) unstable; urgency=low + + * Recommend gvfs. Closes: #519159. + * 01_tabs_shortcuts.patch: restore the ability to set shortcuts to + each tab. Closes: #519523. + * 02_tabs_shortcuts_translations.patch: restore translations from + version 2.22 for this functionality. + + Thanks to Mart Raudsepp for preparing the patches. + + -- Josselin Mouette Fri, 13 Mar 2009 15:11:33 +0100 + +gnome-terminal (2.24.3-2) unstable; urgency=low + + * Upload to unstable. + + -- Sebastian Dröge Sun, 08 Mar 2009 08:18:23 +0100 + +gnome-terminal (2.24.3-1) experimental; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 13 Jan 2009 09:27:46 +0100 + +gnome-terminal (2.24.2-1) experimental; urgency=low + + * New upstream release. + + -- Josselin Mouette Sun, 04 Jan 2009 10:58:20 +0100 + +gnome-terminal (2.24.1.1-1) experimental; urgency=low + + * New upstream release: + + debian/control.in: + - Update build-depends. + + debian/patches/01_error_crash.patch: + - Dropped, merged upstream. + + debian/gnome-terminal-data.install: + - Drop pixmaps directory. + + -- Sebastian Dröge Mon, 24 Nov 2008 11:05:22 +0100 + +gnome-terminal (2.22.3-3) unstable; urgency=low + + * 01_error_crash.patch: stolen from upstream (r2948). Fixes crash when + passing incorrect arguments to the command line. Closes: #477259. + + -- Josselin Mouette Thu, 18 Sep 2008 16:17:00 +0200 + +gnome-terminal (2.22.3-2) unstable; urgency=low + + * gnome-terminal.wrapper: correctly emulate the completely brain-dead + argument parsing of the -e option in xterm. Closes: #488974. + + -- Josselin Mouette Fri, 18 Jul 2008 11:57:11 +0200 + +gnome-terminal (2.22.3-1) unstable; urgency=low + + [ Josselin Mouette ] + * gnome-terminal.wrapper: -e runs gnome-terminal -e, not -x. + Closes: #457846. + + [ Sebastian Dröge ] + * New upstream bugfix release. + * debian/control.in: + + Updated Standards-Version to 3.8.0, no additional changes needed. + + -- Sebastian Dröge Mon, 30 Jun 2008 10:21:32 +0200 + +gnome-terminal (2.22.2-1) unstable; urgency=low + + [ Emilio Pozuelo Monfort ] + * debian/control: + - Use two spaces in the description for the list of actions. + Closes: #480322. + - Don't depend on gnome-control-center. Closes: #474607. + - Added Debian GNOME Maintainers to Uploaders. + + [ Sebastian Dröge ] + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 27 May 2008 07:39:49 +0200 + +gnome-terminal (2.22.1-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Mon, 07 Apr 2008 14:26:17 +0200 + +gnome-terminal (2.22.0-1) unstable; urgency=low + + * New upstream stable release: + + debian/control.in: + - Build depend on GLib >= 2.15.2 and libgnome >= 2.14. + + -- Sebastian Dröge Tue, 11 Mar 2008 08:46:27 +0100 + +gnome-terminal (2.18.4-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/control.in: + + Update Standards-Version to 3.7.3, no additional changes needed. + * debian/gnome-terminal-data.menu: + + Fix section. + + -- Sebastian Dröge Thu, 10 Jan 2008 09:06:06 +0100 + +gnome-terminal (2.18.3-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 27 Nov 2007 06:25:11 +0100 + +gnome-terminal (2.18.2-2) unstable; urgency=low + + * Drop version in scrollkeeper depedency; closes: #451260. + * New patch, 04_resized_on_tabs_switch, kludge to help Gtk+ resize the + terminal when switching tabs; from the Ubuntu package. + + -- Loic Minier Wed, 14 Nov 2007 10:02:01 +0100 + +gnome-terminal (2.18.2-1) unstable; urgency=low + + * New upstream release. + + -- Sebastian Dröge Tue, 18 Sep 2007 10:55:37 +0200 + +gnome-terminal (2.18.1-1) unstable; urgency=low + + * New upstream stable release. + + -- Loic Minier Tue, 19 Jun 2007 11:55:31 +0200 + +gnome-terminal (2.18.0-2) unstable; urgency=low + + * Upload to unstable; drop check-dist include. + * Wrap build-deps and deps. + * Add a ${misc:Depends}. + * Apply patch by Vincent Ho to let gnome-terminal.wrapper ignore and warn + about the --icon flag and to map the -name to --window-with-profile + instead of --tclass; closes: #295195, #315945, #358865. + + -- Loic Minier Tue, 24 Apr 2007 15:24:36 +0200 + +gnome-terminal (2.18.0-1) experimental; urgency=low + + * New upstream major stable release. + - Bump up build-deps to libstartup-notification0-dev >= 0.8, libvte-dev + >= 1:0.15.3. + - Add missing build-dep on libgconf2-dev >= 2.14.0, libxft-dev (>= 2.0.0), + libpango1.0-dev (>= 1.1.1). + - Drop patch 01_terminal-window_resize, merged upstream. + - Drop patch 02_black-screen, merged upstream. + + -- Loic Minier Sun, 18 Mar 2007 11:42:58 +0100 + +gnome-terminal (2.16.1-5) experimental; urgency=low + + * Merge 2.14.2-2; SVN r6519:9038. + - Drop patch 40_close_tab_size_bug361114; merged upstream. + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-depend + on cdbs >= 0.4.41. + * Bump up Debhelper compatibility level to 5. + * Cleanups. + * Pass -Wl,-z,defs before --as-needed in LDFLAGS. + + -- Loic Minier Sun, 18 Mar 2007 11:21:34 +0100 + +gnome-terminal (2.16.1-4) experimental; urgency=low + + [ Loic Minier ] + * 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. + + [ Josselin Mouette ] + * 02_black-screen.patch: fix the "black screen" that sometimes appear + when creating a new tab (closes: #363612). + + [ Loic Minier ] + * Use ${gnome:Version} and ${gnome:NextVersion}. + * Include the gnome-versions.mk snippet. + * Build-depend on the Gtk 2.10 transitionned libgnomeui-dev: >= 2.16.0-2. + + -- Loic Minier Tue, 6 Mar 2007 11:20:53 +0100 + +gnome-terminal (2.16.1-3) experimental; urgency=low + + * Build-depend on gnome-doc-utils (closes: #405206). + + -- Josselin Mouette Tue, 2 Jan 2007 15:32:45 +0100 + +gnome-terminal (2.16.1-2) experimental; urgency=low + + * 01_terminal-window_resize.patch: stolen from upstream CVS. Avoid + spurious window resizing when opening new tabs. + + -- Josselin Mouette Tue, 26 Dec 2006 20:58:36 +0100 + +gnome-terminal (2.16.1-1) experimental; urgency=low + + * New upstream release. + + -- Guilherme de S. Pastore Mon, 2 Oct 2006 16:38:37 -0300 + +gnome-terminal (2.16.0-1) experimental; urgency=low + + [ Guilherme de S. Pastore ] + * New upstream release. + - Doesn't add lines after closing tabs (Closes: #361114). + + * debian/control.in: + - bumped Standards-Version to 3.7.2. + - bumped build-dependencies on libgtk2.0-dev and libvte-dev to + the 2.16 versions. + + * debian/copyright, debian/watch: updated for download.gnome.org. + + [ Loic Minier ] + * Fix watch file. + + -- Guilherme de S. Pastore Fri, 22 Sep 2006 16:11:39 -0300 + +gnome-terminal (2.14.2-2) unstable; urgency=low + + [ Loic Minier ] + * Fix watch file. + + [ Josselin Mouette ] + * close_tab_size_bug361114.patch: patch from upstream CVS, to prevent + the window from growing of one line when there is one tab remaining + (closes: #361114). + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * Fix patch close_tab_size_bug361114 to apply and rename to + 40_close_tab_size_bug361114; add comments. + + -- Loic Minier Sun, 18 Mar 2007 10:56:31 +0100 + +gnome-terminal (2.14.2-1) unstable; urgency=low + + [ Josselin Mouette ] + * List fatalerror as the primary maintainer. + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version}. + + [ Loic Minier ] + * New upstream release. + + -- Loic Minier Mon, 29 May 2006 22:13:45 +0200 + +gnome-terminal (2.14.1-1) unstable; urgency=low + + * New upstream release. + + -- Guilherme de S. Pastore Fri, 21 Apr 2006 12:34:04 -0300 + +gnome-terminal (2.14.0-1) unstable; urgency=low + + * New upstream release. + + -- Guilherme de S. Pastore Sat, 18 Mar 2006 13:13:33 -0300 + +gnome-terminal (2.13.93-1) experimental; urgency=low + + * New upstream release + - Tabs can be dragged and dropped. (Closes: #240139, #265736) + - Pre-selects the window/tab title on edit. (Closes: #305678) + * debian/patches: + - tab-change.patch: dropped; fixed upstream. + - 03_menu_entry.patch: dropped; applied upstream. + - translation_warning.patch: dropped; fixed upstream. + * debian/gnome-terminal-data.install: + - do not install /usr/share/application-registry, it has been + dropped and deprecated upstream. + + -- Guilherme de S. Pastore Sat, 4 Mar 2006 15:46:20 -0300 + +gnome-terminal (2.12.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 17:10:23 +0100 + +gnome-terminal (2.12.0-1) experimental; urgency=low + + * New upstream releases. + - Update watch file. [debian/watch] + * New patch from Ubuntu to move the menu entry to utilities/accessories. + [debian/patches/03_menu_entry.patch] + * Add CDBS' utils. [debian/rules] + * Clarify Copyright versus License. [debian/copyright] + * Don't run scrollkeeper. [debian/rules] + + -- Loic Minier Sat, 29 Oct 2005 20:44:07 +0200 + +gnome-terminal (2.10.0-3) UNRELEASED; urgency=low + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. + Sebastien Bacher: + * debian/control.in: + - the data package replaces files. + * debian/patches/translation_warning.patch: + - fix a warning due to a translation issue (Closes: #315948). + + [ Clément Stenac ] + * Clarify some manpage descriptions (Closes: #275888) + * Improve description (Closes:#264480) + * Add gconf dependency for gnome-terminal-data (Closes:#315171, #328295) + + [ Loic Minier ] + * Fix by Tim Baverstock to stop ARGV processing when we find -e. + (Closes: #326825) + + -- Loic Minier Wed, 14 Sep 2005 20:20:21 +0200 + +gnome-terminal (2.10.0-2) unstable; urgency=low + + * Upload to unstable (GNOME Team upload). + * Updated 'debian/copyright'. + * Updated Depends / Build-Depends. + * Renamed debian files with pkg prefix, install menu file and bonobo + files in '/usr/lib' and some more '/usr/share/' subdirectories in + gnome-terminal-data. + + -- Marc Dequènes (Duck) Mon, 13 Jun 2005 23:25:32 +0200 + +gnome-terminal (2.10.0-1) experimental; urgency=low + + * New upstream release. + * Update debian/watch. + * Split out data files in a separate package. + + -- Josselin Mouette Wed, 27 Apr 2005 19:51:37 +0200 + +gnome-terminal (2.8.2-2) unstable; urgency=medium + + * Pass --as-needed to LDFLAGS, to reduce dependencies. + + Incidentally removes the dependency upon libhowl0 (closes: #298850). + + -- Josselin Mouette Thu, 10 Mar 2005 22:50:38 +0100 + +gnome-terminal (2.8.2-1) unstable; urgency=medium + + * New upstream release (translation updates). + * [debian/patches/update-config-guess-sub.patch] Dropped; upstream now + includes a newer config.guess and config.sub than are available in + autotools-dev. + * [debian/rules] Have binary-post-install clean up scrollkeeper's droppings. + + -- J.H.M. Dassen (Ray) Sat, 1 Jan 2005 12:20:00 +0100 + +gnome-terminal (2.8.0-2) unstable; urgency=low + + * Upload to unstable. + * debian/watch: + - updated. + + -- Sebastien Bacher Fri, 19 Nov 2004 17:18:12 +0100 + +gnome-terminal (2.8.0-1) experimental; urgency=low + + * New upstream release. + * [debian/patches/update-config-guess-sub.patch] Update config.{guess,sub}. + * Fixed in 2.7.2: + Recognize mailto: (with or without the mailto:...) and webdav: uris + (Closes: #230549) + * [debian/control.in] Dropped "libesd0-dev" build dependency, as the + gnome-terminal code does not depend on it directly (and the libraries it + depends on that do have a proper dependency on it). + + -- J.H.M. Dassen (Ray) Sun, 17 Oct 2004 09:49:40 +0200 + +gnome-terminal (2.7.3-1) experimental; urgency=low + + * GNOME Team upload. + * New (development) upstream release. + * debian/patches/fix_selection.patch: + - removed, this patch is included in the code now. + * debian/patches/tab-change.patch: + - new patch to not display obnoxious characters on next/previous tab + (Closes: #256207). + * debian/postinst: + - set an higher priority (40) on the x-terminal-emulator alternative, so + gnome-terminal has the priority over xterm and uxterm (Closes: #252345). + + -- Sebastien Bacher Wed, 30 Jun 2004 16:23:21 +0200 + +gnome-terminal (2.7.2-1) experimental; urgency=low + + * GNOME Team Upload. + * New (development) upstream release + - add the detection of email addresses (Closes: #230549). + * debian/patches/fix_selection.patch: + - patch from the CVS to fix selection problems. + + -- Sebastien Bacher Wed, 23 Jun 2004 19:38:19 +0200 + +gnome-terminal (2.6.1-4) unstable; urgency=low + + * GNOME Team Upload. + * debian/control.in: + + Build-Depends on libvte-dev (>= 1:0.11.11-4) to have the epoch included + in the shlib (Closes: #253120). + + -- Sebastien Bacher Tue, 22 Jun 2004 12:17:44 +0200 + +gnome-terminal (2.6.1-3) unstable; urgency=low + + * GNOME Team Upload. + * debian/control.in: + + Build-Depends on libvte-dev (>= 1:0.11.11-3) (Closes: #253120). + + -- Sebastien Bacher Tue, 8 Jun 2004 00:39:23 +0200 + +gnome-terminal (2.6.1-2) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Thu, 27 May 2004 00:33:35 +0200 + +gnome-terminal (2.6.1-1) experimental; urgency=low + + * New Upstream release + - Translation updates. + + -- Arnaud Patard Sun, 18 Apr 2004 16:24:56 +0200 + +gnome-terminal (2.6.0-3) experimental; urgency=low + + * Added a missing build dependencie on libgnomevfs2-dev, preventing + gnome-terminal to start (Closes: #240590) + + -- Arnaud Patard Tue, 30 Mar 2004 02:18:18 +0200 + +gnome-terminal (2.6.0-2) experimental; urgency=low + + * debian/prerm: + - only deregister the alternative on removal, not on + upgrades + + -- Gustavo Noronha Silva Fri, 26 Mar 2004 18:14:49 -0300 + +gnome-terminal (2.6.0-1) experimental; urgency=low + + * GNOME team upload. + * New upstream release. + * debian/control.in + + updated dependencies to GNOME 2.6 + + -- Ondřej Surý Fri, 26 Mar 2004 14:41:34 +0100 + +gnome-terminal (2.4.2-7) unstable; urgency=low + + * New maintainer (Closes: #235054) + * Switched from debhelper to cdbs for the packaging + + -- Arnaud Patard Sun, 29 Feb 2004 19:15:32 +0100 + +gnome-terminal (2.4.2-6) unstable; urgency=low + + * Orphaned package. + + -- Christian Marillat Thu, 26 Feb 2004 22:02:00 +0100 + +gnome-terminal (2.4.2-5) unstable; urgency=low + + * Remove DTD hack and update scrollkeeper dependency to 0.3.14-5 + + -- Christian Marillat Sun, 8 Feb 2004 10:31:51 +0100 + +gnome-terminal (2.4.2-4) unstable; urgency=low + + * debian/prerm Unregister x-terminal-emulator with update-alternatives. + + -- Christian Marillat Mon, 12 Jan 2004 09:16:14 +0100 + +gnome-terminal (2.4.2-3) unstable; urgency=low + + * Remove schemas on remove not purge. + + -- Christian Marillat Sun, 11 Jan 2004 01:58:13 +0100 + +gnome-terminal (2.4.2-2) unstable; urgency=low + + * debian/prerm Unregister schemas file from the database. + + -- Christian Marillat Fri, 9 Jan 2004 15:26:19 +0100 + +gnome-terminal (2.4.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 9 Nov 2003 11:25:28 +0100 + +gnome-terminal (2.4.1-3) unstable; urgency=low + + * Update Build-Depends to GNOME 2.4 packages (Closes: #217743) + + -- Christian Marillat Mon, 27 Oct 2003 15:10:48 +0100 + +gnome-terminal (2.4.1-2) unstable; urgency=low + + * Build-depends on libvte-dev (>= 1:0.11.10-1) + + -- Christian Marillat Mon, 20 Oct 2003 23:24:41 +0200 + +gnome-terminal (2.4.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 18 Oct 2003 01:15:43 +0200 + +gnome-terminal (2.2.2-4) unstable; urgency=low + + * Improve long description (Closes: #209534) + * Need to depends on gnome-control-center (Closes: #211087) + + -- Christian Marillat Tue, 23 Sep 2003 21:25:13 +0200 + +gnome-terminal (2.2.2-3) unstable; urgency=low + + * Check if scrollkeeper-update is here in the postrm (Closes: #201644) + * Move yelp in recommends and don't complain if the help menu entry doesn't work (Closes: #201968) + + -- Christian Marillat Fri, 18 Jul 2003 20:10:41 +0200 + +gnome-terminal (2.2.2-2) unstable; urgency=low + + * Fix manpage alternative for x-terminal-emulator (Closes: #201077) + + -- Christian Marillat Tue, 15 Jul 2003 16:00:10 +0200 + +gnome-terminal (2.2.2-1) unstable; urgency=low + + * New upstream release. + * Add an icon for the Debian menu. + + -- Christian Marillat Tue, 3 Jun 2003 19:59:58 +0200 + +gnome-terminal (2.2.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 6 Feb 2003 10:15:55 +0100 + +gnome-terminal (2.2.0-1) unstable; urgency=low + + * New upstream release. + * Remove previous patch from cvs + + -- Christian Marillat Tue, 21 Jan 2003 15:27:54 +0100 + +gnome-terminal (2.1.4-2) unstable; urgency=low + + * Update description (Closes: #177172) + * Patche from CVS to fix -x option (Closes: #176901) + + -- Christian Marillat Fri, 17 Jan 2003 21:31:47 +0100 + +gnome-terminal (2.1.4-1) unstable; urgency=low + + * New upstream release. + * AA font work now (Closes: #128670) + * Work with bold attribute (Closes: #165838) + * Double click does select whole word (Closes: #171567) + * Work with UTF-8 locale (Closes: #165109) + * Cut and paste now copy new line (Closes: #164860) + * No more problem with maximized window and new tab (Closes: #153739) + * No more redraw problem with iptraf (Closes: #102924) + * Remove empty README.Debian (Closes: #176403) + * Build against vte (Closes: #176531) + + -- Christian Marillat Tue, 14 Jan 2003 13:10:57 +0100 + +gnome-terminal (2.1.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 8 Jan 2003 17:17:39 +0100 + +gnome-terminal (2.1.0-3) unstable; urgency=low + + * Remove empty README.Debian (Closes: #168582) + * Write a manpage (Closes: #151665, #168311) + + -- Christian Marillat Wed, 4 Dec 2002 15:51:32 +0100 + +gnome-terminal (2.1.0-2) unstable; urgency=low + + * Sould build-depends on scrollkeeper (Closes: #166086) + + -- Christian Marillat Wed, 23 Oct 2002 21:11:29 +0200 + +gnome-terminal (2.1.0-1) unstable; urgency=low + + * New upstream release. + * Bell setting is correctly saved (Closes: #161958) + * super/meta/hyper is fixed (Closes: #153270, #152253) + * Windows class name if fixed (Closes: #155759) + + -- Christian Marillat Wed, 23 Oct 2002 18:46:23 +0200 + +gnome-terminal (2.0.1-3) unstable; urgency=low + + * Update to standards version 3.5.7 + * debian/postinst use 'gconftool-2 --get-default-source' instead of + harcoded value. + * Build against the latest libzvt2.0-dev and update build-depends + * Add a patche to work correctly with the latest libzvt2 (Closes: #164606) + + -- Christian Marillat Mon, 14 Oct 2002 17:14:09 +0200 + +gnome-terminal (2.0.1-2) unstable; urgency=low + + * Build against the latest libgnomevfs2-dev 2.0.2-4 + * Fix typo in german translation (Closes: #156901) + + -- Christian Marillat Fri, 16 Aug 2002 17:25:49 +0200 + +gnome-terminal (2.0.1-1) unstable; urgency=low + + * New upstream release. + * Should depends on yelp (Closes: #153684) + * Add undocumented manpages. + * Can add a shift key in key bindings (Closes: #152257) + * Selected key binding is now highlighted (Closes: #152255) + + -- Christian Marillat Mon, 5 Aug 2002 01:39:37 +0200 + +gnome-terminal (2.0.0-4) unstable; urgency=low + + * Build against the latest libzvt + + -- Christian Marillat Sun, 7 Jul 2002 20:41:18 +0200 + +gnome-terminal (2.0.0-3) unstable; urgency=low + + * I'm killing bugs second release. + * Should depends on scrollkeeper. + * transparency is configurable (Closes: #105675) + * Font size can be changed with the profile setup (Closes: #56135, #103204) + * Right click work with text selection (Closes: #107172) + * Works correctly with deselect (Closes: #127365) + * Works correctly with txt2regex and top (Closes: #129394, #131086) + * --use-factory option doesn't exist anymore (Closes: #98530) + * Remove old doc in html directory (Closes: #151436) + + -- Christian Marillat Sun, 30 Jun 2002 15:01:58 +0200 + +gnome-terminal (2.0.0-2) unstable; urgency=low + + * I'm killing bugs release. + * Add the wrapper and provides x-terminal-emulator (Closes: #151210) + * Rigth click work with pinfo (Closes: #125665) + * Doesn't lose settings (Closes: #143844) + * -e option works correctly (Closes: #149685) + * Don't need to work with libgdkxft0. GNOME 2 works with anti-aliased + fonts (Closes: #128670) + * Don't resize the terminal size to 80x24 when toggling the menubar + (Closes: #95346) + * --class option work (Closes: #118668) + * gnome-terminal -e "querybts mutt" works correctly Closes: #136141) + * Clicking on an underlined URL work (Closes: #145896) + * The window title can be changed (Closes: #122440) + + -- Christian Marillat Fri, 28 Jun 2002 14:29:18 +0200 + +gnome-terminal (2.0.0-1) unstable; urgency=low + + * Upload to unstable + + -- Christian Marillat Thu, 27 Jun 2002 16:23:09 +0200 + +gnome-terminal2 (2.0.0-2) experimental; urgency=low + + * Call scrollkeeper-update in postrm + + -- Christian Marillat Wed, 12 Jun 2002 06:42:19 +0200 + +gnome-terminal2 (2.0.0-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 12 Jun 2002 06:33:43 +0200 + +gnome-terminal2 (1.9.7-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 3 Jun 2002 15:53:40 +0200 + +gnome-terminal2 (1.9.6-3) experimental; urgency=low + + * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target. + * debian/postinst check if schemas files are present before calling + gconftool-2 + + -- Christian Marillat Mon, 27 May 2002 15:50:50 +0200 + +gnome-terminal2 (1.9.6-2) experimental; urgency=low + + * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and + DEB_BUILD_OPTIONS + * Call gconftool-2 with the rigth schemas file in postinst. + + -- Christian Marillat Sat, 18 May 2002 13:51:01 +0200 + +gnome-terminal2 (1.9.6-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 15 May 2002 18:15:28 +0200 + +gnome-terminal2 (1.9.5-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 4 May 2002 18:45:48 +0200 + +gnome-terminal2 (1.9.4-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 25 Apr 2002 23:41:53 +0200 + +gnome-terminal2 (1.9.3-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 17 Apr 2002 15:19:18 +0200 + +gnome-terminal2 (1.9.2-1) experimental; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 29 Mar 2002 16:46:34 +0100 + +gnome-terminal2 (1.9.1-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable + + -- Christian Marillat Wed, 6 Mar 2002 14:09:47 +0100 + +gnome-terminal2 (1.9.0-6) experimental; urgency=low + + * Build-depends on libglade2-dev (>= 1.99.8-2) (Closes: #136489) + + -- Christian Marillat Sun, 3 Mar 2002 11:32:38 +0100 + +gnome-terminal2 (1.9.0-5) experimental; urgency=low + + * Improve build-depends (Closes: #136232) + + -- Christian Marillat Thu, 28 Feb 2002 23:17:18 +0100 + +gnome-terminal2 (1.9.0-4) experimental; urgency=low + + * Build (again) against the latest libraries. + * Upload to experimental + + -- Christian Marillat Mon, 25 Feb 2002 14:43:59 +0100 + +gnome-terminal2 (1.9.0-3) unstable; urgency=low + + * Install the schemas file in postinst. + * Build against the latest libraries. + + -- Christian Marillat Sat, 23 Feb 2002 15:33:14 +0100 + +gnome-terminal2 (1.9.0-2) unstable; urgency=low + + * Oooooops forgot to add libzvt2-dev in build-depends. + + -- Christian Marillat Sat, 16 Feb 2002 19:28:09 +0100 + +gnome-terminal2 (1.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 15 Feb 2002 00:45:22 +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 --- gnome-terminal-2.30.0.orig/debian/watch +++ gnome-terminal-2.30.0/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/([\d\.]+)[02468]/ \ + gnome-terminal-(.*)\.tar\.gz --- gnome-terminal-2.30.0.orig/debian/gnome-terminal-data.install +++ gnome-terminal-2.30.0/debian/gnome-terminal-data.install @@ -0,0 +1,7 @@ +debian/tmp/etc +debian/tmp/usr/share/gnome-terminal +debian/tmp/usr/share/locale +debian/tmp/usr/share/gnome +debian/tmp/usr/share/omf + +debian/gnome-terminal.xpm /usr/share/pixmaps --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.sgml +++ gnome-terminal-2.30.0/debian/gnome-terminal.sgml @@ -0,0 +1,223 @@ +Christian"> + Marillat"> + December 4, 2002"> + 1"> + marillat@debian.org"> + + gnome-terminal"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + is a terminal emulation application. + + + + + &dhpackage; + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + GNOME Terminal is a terminal emulation application that you can + use to perform the following actions: + + Access a UNIX shell in the GNOME environment. + A shell is a program that interprets and executes the commands + that you type at a command line prompt. When you start GNOME Terminal, + the application starts the default shell that is specified in your + system account. You can switch to a different shell at any + time. + + Run any application that is designed to run on VT102, VT220, + and xterm terminals. + + GNOME Terminal emulates the xterm program developed by the X + Consortium. In turn, the xterm program emulates the DEC VT102 terminal + and also supports the DEC VT220 escape sequences. An escape sequence + is a series of characters that starts with the Esc character. + + GNOME Terminal accepts all of the escape sequences that the VT102 + and VT220 terminals use for functions such as positioning the cursor + and clearing the screen. + + + OPTIONS + + + + + + Execute the argument to this option inside the terminal. + + + + + + Execute the remainder of the command line inside the terminal. + + + + + + Open a new window containing a tab with the given profile. + More than one of these options can be provided. + + + + + + Open a tab in the window with the given profile. More than + one of these options can be provided, to open + several tabs . + + + + + + Open a new window containing a tab with the given profile + ID. Used internally to save sessions. + + + + + + Open a tab in the window with the given profile ID. + Used internally to save sessions. + + + + + + Set the role for the last-specified window; applies to only + one window; can be specified once for each window you create + from the command line. + + + + + + Turn on the menu bar for the last-specified window; applies + to only one window; can be specified once for each window you + create from the command line. + + + + + + Turn off the menu bar for the last-specified window; applies + to only one window; can be specified once for each window you + create from the command line. + + + + + + X geometry specification (see "X" man page), can be + specified once per window to be opened. + + + + + + Do not register with the activation name server, do not + re-use an active terminal. + + + + + + Set the terminal's title to TITLE. + + + + + + Set the terminal's working directory to DIRNAME. + + + + + + Display brief usage message. + + + + + + Show help message. + + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- gnome-terminal-2.30.0.orig/debian/control.in +++ gnome-terminal-2.30.0/debian/control.in @@ -0,0 +1,55 @@ +Source: gnome-terminal +Section: gnome +Priority: optional +Maintainer: Guilherme de S. Pastore +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.3 +Build-Depends: cdbs (>= 0.4.41), + debhelper (>= 5), + intltool (>= 0.40.0), + libx11-dev, + libgtk2.0-dev (>= 2.14.0), + libglib2.0-dev (>= 2.16.0), + libvte-dev (>= 1:0.24.0), + scrollkeeper, + libsm-dev, + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + docbook-to-man, + gnome-doc-utils, + libgconf2-dev (>= 2.14.0), + libdbus-glib-1-dev (>= 0.6) + +Package: gnome-terminal +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gnome-terminal-data (>= ${gnome:Version}), + gnome-terminal-data (<< ${gnome:NextVersion}) +Replaces: gnome-terminal-data (<< 2.26.2-3) +Provides: x-terminal-emulator +Recommends: yelp, + gvfs +Description: The GNOME terminal emulator application + GNOME Terminal is a terminal emulation application that you can use to + perform the following actions: + - Access a UNIX shell in the GNOME environment. + - Run any application that is designed to run on VT102, VT220, and xterm + terminals. + . + GNOME Terminal features the ability to use multiple terminals in a single + window (tabs) and profiles support. + +Package: gnome-terminal-data +Architecture: all +Recommends: gnome-terminal +Depends: ${misc:Depends} +Description: Data files for the GNOME terminal emulator + GNOME Terminal is a terminal emulation application that you can use to + perform the following actions: + - Access a UNIX shell in the GNOME environment. + - Run any application that is designed to run on VT102, VT220, and xterm + terminals. + . + This package contains data, help files and localization settings for + gnome-terminal, the GNOME terminal emulator application. --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.links +++ gnome-terminal-2.30.0/debian/gnome-terminal.links @@ -0,0 +1 @@ +usr/share/man/man1/gnome-terminal.1.gz usr/share/man/man1/gnome-terminal.wrapper.1.gz --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.menu +++ gnome-terminal-2.30.0/debian/gnome-terminal.menu @@ -0,0 +1,6 @@ +?package(gnome-terminal):needs="X11"\ + section="Applications/Terminal Emulators"\ + hints="Gnome"\ + title="Gnome Terminal"\ + icon="/usr/share/pixmaps/gnome-terminal.xpm"\ + command="/usr/bin/gnome-terminal" --- gnome-terminal-2.30.0.orig/debian/copyright +++ gnome-terminal-2.30.0/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Jim Pick on +Sat, 14 Mar 1998 20:12:23 -0800. + +It was downloaded from http://download.gnome.org/sources/gnome-terminal/ + +Upstream Authors: Havoc Pennington , + Mariano Suárez-Alvarez + +Copyright: + © 2007, 2008, 2009 Christian Persch + © 2003 David Bordoley + © 2001, 2002-2004 Havoc Pennington + © 2007 Novell, Inc. + © 2002 Jonathan Blandford + © 1999, 2000, 2002, 2003 Red Hat, Inc. + © 2002 Mathias Hasselmann + © 1997, 1998, 1999, 2000 Free Software Foundation + © 2003–2004, 2007 Mariano Suárez-Alvarez + © 2006 Guilherme de S. Pastore + © 2001 Nikos Mavroyanopoulos + © 2002 Sun Microsystems + © 2001 George Lebl + + + +License: + + 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 systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- gnome-terminal-2.30.0.orig/debian/control +++ gnome-terminal-2.30.0/debian/control @@ -0,0 +1,60 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: gnome-terminal +Section: gnome +Priority: optional +Maintainer: Guilherme de S. Pastore +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Luca Falavigna , Sebastian Dröge +Standards-Version: 3.8.3 +Build-Depends: cdbs (>= 0.4.41), + debhelper (>= 5), + intltool (>= 0.40.0), + libx11-dev, + libgtk2.0-dev (>= 2.14.0), + libglib2.0-dev (>= 2.16.0), + libvte-dev (>= 1:0.24.0), + scrollkeeper, + libsm-dev, + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + docbook-to-man, + gnome-doc-utils, + libgconf2-dev (>= 2.14.0), + libdbus-glib-1-dev (>= 0.6) + +Package: gnome-terminal +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gnome-terminal-data (>= ${gnome:Version}), + gnome-terminal-data (<< ${gnome:NextVersion}) +Replaces: gnome-terminal-data (<< 2.26.2-3) +Provides: x-terminal-emulator +Recommends: yelp, + gvfs +Description: The GNOME terminal emulator application + GNOME Terminal is a terminal emulation application that you can use to + perform the following actions: + - Access a UNIX shell in the GNOME environment. + - Run any application that is designed to run on VT102, VT220, and xterm + terminals. + . + GNOME Terminal features the ability to use multiple terminals in a single + window (tabs) and profiles support. + +Package: gnome-terminal-data +Architecture: all +Recommends: gnome-terminal +Depends: ${misc:Depends} +Description: Data files for the GNOME terminal emulator + GNOME Terminal is a terminal emulation application that you can use to + perform the following actions: + - Access a UNIX shell in the GNOME environment. + - Run any application that is designed to run on VT102, VT220, and xterm + terminals. + . + This package contains data, help files and localization settings for + gnome-terminal, the GNOME terminal emulator application. --- gnome-terminal-2.30.0.orig/debian/rules +++ gnome-terminal-2.30.0/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.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 += --disable-scrollkeeper + +build/gnome-terminal:: + /usr/bin/docbook-to-man debian/gnome-terminal.sgml > debian/gnome-terminal.1 + +clean:: + rm -f debian/gnome-terminal.1 + --- gnome-terminal-2.30.0.orig/debian/compat +++ gnome-terminal-2.30.0/debian/compat @@ -0,0 +1 @@ +5 --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.xpm +++ gnome-terminal-2.30.0/debian/gnome-terminal.xpm @@ -0,0 +1,166 @@ +/* XPM */ +static char *gnome-terminal[] = { +/* columns rows colors chars-per-pixel */ +"32 32 128 2", +" c #000000", +". c #0D0D0C", +"X c #10100F", +"o c #151514", +"O c #181715", +"+ c #191917", +"@ c #1C1D1A", +"# c #1F221F", +"$ c #201F1D", +"% c #21211E", +"& c #242522", +"* c #262926", +"= c #282721", +"- c #2A2925", +"; c #2B2D2A", +": c #2E312E", +"> c #33312C", +", c #323532", +"< c #353935", +"1 c #3C3A34", +"2 c #393D39", +"3 c #3E433E", +"4 c #413E37", +"5 c #403E39", +"6 c #45423C", +"7 c #49463D", +"8 c #4B483E", +"9 c #414641", +"0 c #454A45", +"q c #494742", +"w c #4E4B43", +"e c #4A4E49", +"r c #4C514C", +"t c #514E45", +"y c #524F48", +"u c #545147", +"i c #56524A", +"p c #5A564C", +"a c #5C594E", +"s c #505650", +"d c #545A54", +"f c #595751", +"g c #5E5B52", +"h c #5A5E59", +"j c #5D635D", +"k c #625E53", +"l c #605E58", +"z c #656155", +"x c #66635C", +"c c #686456", +"v c #6A665B", +"b c #6D685E", +"n c #606560", +"m c #656A65", +"M c #6D6A63", +"N c #686E68", +"B c #6D736D", +"V c #726D63", +"C c #726F6A", +"Z c #757166", +"A c #75736D", +"S c #79756B", +"D c #7D786C", +"F c #707670", +"G c #757B75", +"H c #787672", +"J c #7D7A74", +"K c #797E79", +"L c #7D837D", +"P c #807B6F", +"I c #827D74", +"U c #807E7A", +"Y c #858175", +"T c #86827B", +"R c #89857B", +"E c #8D887F", +"W c #838682", +"Q c #838983", +"! c #8D8982", +"~ c #8C8D8A", +"^ c #8E918E", +"/ c #918D84", +"( c #95928A", +") c #99968C", +"_ c #9D998F", +"` c #939592", +"' c #989794", +"] c #9A9894", +"[ c #9B9C99", +"{ c #9EA29E", +"} c #A29E96", +"| c #A6A197", +" . c #A5A29B", +".. c #A9A59D", +"X. c #AEA99F", +"o. c #A2A4A2", +"O. c #A7A9A7", +"+. c #ADAAA3", +"@. c #ACAEAC", +"#. c #B0ADA6", +"$. c #B1AEA8", +"%. c #B4B0A7", +"&. c #B4B1AB", +"*. c #BBB7AE", +"=. c #B2B5B2", +"-. c #B6B8B6", +";. c #B9B7B2", +":. c #BEBCB7", +">. c #B9BCB9", +",. c #C1BDB5", +"<. c #C5C2BC", +"1. c #C8C4BC", +"2. c #C4C6C4", +"3. c #C6C8C6", +"4. c #C9C7C3", +"5. c #CDC9C3", +"6. c #CECCC8", +"7. c #D2CEC6", +"8. c #D0CFCB", +"9. c #D5D2CC", +"0. c #D9D6CE", +"q. c #D6D7D6", +"w. c #DDDAD2", +"e. c #E1DED6", +"r. c #E2DFD8", +"t. c #E6E3DC", +"y. c #E2E3E2", +"u. c None", +/* pixels */ +"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.", +" u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u. ", +"u. ", +"u.. Q ] [ [ [ ] [ [ [ } [ ' ' ' ' ` ` ~ ! W T U J H H C 2 ", +" o q.w.r.t.t.t.t.t.t.t.t.t.r.w.w.0.9.7.5.1.,.;.$.#...} f ", +" o 8.0.<.$.&.&.=.&.&.&.@.$.O.O... .} } ] ( ~ ! R T _ ) y ", +" O 8.w.U @ * * * ; ; ; ; ; ; ; ; - * * & & @ @ + $ ( ( y ", +" O 8.w.H * K W Q ! Q L G B m j s e 0 9 5 2 , ; & @ ( ! w ", +" O 6.q.H : [ O.O.o.[ ` Q L N j d s r e 0 9 < : * @ / R q ", +" O 4.7.A , [ o.[ ' ^ Q L B m j j h d s r 9 3 < * @ E T q ", +" O 4.5.C , ` ` ^ Q W L F B N N m n j h d r 9 < ; @ R J 6 ", +" o <.1.N < W W L K K G L F L F B N m n h r 9 < ; @ Y S 2 ", +" O ,.,.M < H F F F G L L W L L G F N m j s 0 2 ; @ I V 4 ", +" o ;.*.l < m m m F G L Q Q Q L L G F N n d e 2 ; @ S M 1 ", +" o =.$.l , h h m F G L L Q W L L G F N n d 0 2 ; @ Z v , ", +" o $.+.l , K { G B G L W W W L L L F N n d 0 2 : @ V z > ", +" o +.| f : L q.q.=.` L L L L L G L N m j s 8 3 * # b k : ", +" o ._ i > d F { q.y.` F G G F B N m j d r 3 3 * o v d ; ", +" o ] ( y ; m @.2.2.{ F m m N m j j j s e 3 3 , * # k u ; ", +" . ( ! e * K >.L j d h F =.>.-.^ j r 0 3 3 : : * O k 8 - ", +" . ! T q * 0 0 9 e r r f n n h s 9 3 3 : : * % % O k 8 % ", +" o R I t @ & & * * * * = = & & & # # # + # # + O + k 8 - ", +" X U S Y R R R R R Y Y I P P S Z Z V V c v c c z z k 8 - ", +" X J b b Z Z Z b b M v k k k k a p u u u 8 8 a z 8 8 8 % ", +" . B b b b v b v v v k k k f p p i u u t w w p 8 8 7 8 % ", +" . p t g g g g g k g p f u i y t w w q 7 7 7 6 6 6 1 1 % ", +" . o l l x M C H J U J J H C Z N M x z f f p p p % . . ", +" @ @ @ @ $ & * * & & & & $ $ @ @ + O O O o o . ", +" ", +" ", +"u. u.", +"u.u.u. u.u.u." +}; --- gnome-terminal-2.30.0.orig/debian/gnome-terminal.wrapper +++ gnome-terminal-2.30.0/debian/gnome-terminal.wrapper @@ -0,0 +1,81 @@ +#! /usr/bin/perl -w + +my $login=0; + +while ($opt = shift(@ARGV)) +{ + if ($opt eq '-display') + { + $ENV{'DISPLAY'} = shift(@ARGV); + } + elsif ($opt eq '-name') + { + $arg = shift(@ARGV); + push(@args, "--window-with-profile=$arg"); + } + elsif ($opt eq '-n') + { + # Accept but ignore + print STDERR "$0: to set an icon, please use -name and set a profile icon\n" + } + elsif ($opt eq '-T' || $opt eq '-title') + { + push(@args, '-t', shift(@ARGV)); + } + elsif ($opt eq '-ls') + { + $login = 1; + } + elsif ($opt eq '+ls') + { + $login = 0; + } + elsif ($opt eq '-geometry') + { + $arg = shift(@ARGV); + push(@args, "--geometry=$arg"); + } + elsif ($opt eq '-fn') + { + $arg = shift(@ARGV); + push(@args, "--font=$arg"); + } + elsif ($opt eq '-fg') + { + $arg = shift(@ARGV); + push(@args, "--foreground=$arg"); + } + elsif ($opt eq '-bg') + { + $arg = shift(@ARGV); + push(@args, "--background=$arg"); + } + elsif ($opt eq '-tn') + { + $arg = shift(@ARGV); + push(@args, "--termname=$arg"); + } + elsif ($opt eq '-e') + { + $arg = shift(@ARGV); + if (@ARGV) + { + push(@args, '-x', $arg, @ARGV); + last; + } + else + { + push(@args, '-e', $arg); + } + last; + } + elsif ($opt eq '-h' || $opt eq '--help') + { + push(@args, '--help'); + } +} +if ($login == 1) +{ + @args = ('--login', @args); +} +exec('gnome-terminal',@args); --- gnome-terminal-2.30.0.orig/debian/patches/01_onlyshowin.patch +++ gnome-terminal-2.30.0/debian/patches/01_onlyshowin.patch @@ -0,0 +1,10 @@ +Description: Only show g-t in GNOME, as other DE have their own terminal emulators +Bug: http://bugzilla.gnome.org/show_bug.cgi?id=587132 + +--- gnome-terminal.desktop.in.in.orig 2009-06-01 11:31:40.396545651 +0200 ++++ gnome-terminal.desktop.in.in 2009-06-01 11:32:01.080542492 +0200 +@@ -12,3 +12,4 @@ + X-GNOME-Bugzilla-Version=@VERSION@ + Categories=GNOME;GTK;Utility;TerminalEmulator; + StartupNotify=true ++OnlyShowIn=GNOME;