--- gedit-2.14.1.orig/debian/patches/02_autoconf.patch +++ gedit-2.14.1/debian/patches/02_autoconf.patch @@ -0,0 +1,83 @@ +diff -Nur gedit-2.14.1/configure gedit-2.14.1.new/configure +--- gedit-2.14.1/configure 2006-03-16 16:32:35.000000000 +0100 ++++ gedit-2.14.1.new/configure 2006-03-16 19:08:01.000000000 +0100 +@@ -22239,6 +22239,7 @@ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22248,6 +22249,7 @@ + ($PKG_CONFIG --exists --print-errors " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22260,6 +22262,7 @@ + pkg_cv_GEDIT_CFLAGS=`$PKG_CONFIG --cflags " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22281,6 +22284,7 @@ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22290,6 +22294,7 @@ + ($PKG_CONFIG --exists --print-errors " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22302,6 +22307,7 @@ + pkg_cv_GEDIT_LIBS=`$PKG_CONFIG --libs " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22329,6 +22335,7 @@ + GEDIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22339,6 +22346,7 @@ + GEDIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22352,6 +22360,7 @@ + { { echo "$as_me:$LINENO: error: Package requirements ( + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 +@@ -22371,6 +22380,7 @@ + echo "$as_me: error: Package requirements ( + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.13.0 + libglade-2.0 >= 2.4.0 --- gedit-2.14.1.orig/debian/patches/01_lpi.patch +++ gedit-2.14.1/debian/patches/01_lpi.patch @@ -0,0 +1,48 @@ +diff -Nur gedit-2.13.0/configure.ac gedit-2.13.0.new/configure.ac +--- gedit-2.13.0/configure.ac 2005-12-12 18:27:54.000000000 +0100 ++++ gedit-2.13.0.new/configure.ac 2005-12-12 22:28:32.000000000 +0100 +@@ -78,6 +78,7 @@ + PKG_CHECK_MODULES(GEDIT, [ + glib-2.0 >= 2.8.0 + gtk+-2.0 >= 2.8.0 ++ launchpad-integration + gtksourceview-1.0 >= 1.2.0 + libgnomeui-2.0 >= 2.6.0 + libglade-2.0 >= 2.4.0 +diff -Nur gedit-2.13.0/gedit/gedit-ui.h gedit-2.13.0.new/gedit/gedit-ui.h +--- gedit-2.13.0/gedit/gedit-ui.h 2005-12-12 18:27:56.000000000 +0100 ++++ gedit-2.13.0.new/gedit/gedit-ui.h 2005-12-12 22:28:32.000000000 +0100 +@@ -36,6 +36,7 @@ + #endif + + #include ++#include + + #include "gedit-commands.h" + +diff -Nur gedit-2.13.0/gedit/gedit-ui.xml gedit-2.13.0.new/gedit/gedit-ui.xml +--- gedit-2.13.0/gedit/gedit-ui.xml 2005-12-12 18:27:56.000000000 +0100 ++++ gedit-2.13.0.new/gedit/gedit-ui.xml 2005-12-12 22:28:32.000000000 +0100 +@@ -117,6 +117,9 @@ + + + ++ ++ ++ + + + +diff -Nur gedit-2.13.0/gedit/gedit-window.c gedit-2.13.0.new/gedit/gedit-window.c +--- gedit-2.13.0/gedit/gedit-window.c 2005-12-12 18:27:56.000000000 +0100 ++++ gedit-2.13.0.new/gedit/gedit-window.c 2005-12-12 22:29:54.000000000 +0100 +@@ -669,6 +669,9 @@ + lang_name, lang_name, + GTK_UI_MANAGER_MENUITEM, + FALSE); ++ launchpad_integration_add_ui (window->priv->manager, ++ "ui/MenuBar/HelpMenu/LaunchpadItems"); ++ + + g_free (path); + g_free (tip); --- gedit-2.14.1.orig/debian/control +++ gedit-2.14.1/debian/control @@ -0,0 +1,60 @@ +Source: gedit +Section: gnome +Priority: optional +Maintainer: Loic Minier +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Build-Depends: cdbs, debhelper (>= 4.2.23), libpspell-dev (>= 0.60.2-2), libglib2.0-dev (>= 2.8.0), libgtk2.0-dev (>= 2.8.0), libgnomevfs2-dev (>= 2.13.4), libgnomeui-dev (>= 2.13.0), libgnomeprintui2.2-dev (>= 2.6.1-4), libglade2-dev (>= 2.4.0), libgtksourceview-dev (>= 1.2.0), scrollkeeper, gnome-pkg-tools, libgnome-keyring-dev, libxml-parser-perl, liblaunchpad-integration-dev, python-dev (>= 2.4), python-gtk2-dev (>= 2.8.0), python-gnome2-desktop-dev (>= 2.13.3), gnome-doc-utils (>= 0.3.2) +Standards-Version: 3.6.2 + +Package: gedit +Architecture: any +Section: gnome +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, scrollkeeper, gedit-common (= ${Source-Version}) +Conflicts: gedit-common (<= 2.10.5-1) +Description: light-weight text editor + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + +Package: gedit-common +Architecture: all +Section: gnome +Description: light-weight text editor support files + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. + . + This package contains gedit's architecture-independent support files. + +Package: gedit-dev +Architecture: all +Section: devel +Depends: gedit (= ${Source-Version}), libgnomeprintui2.2-dev, libgtksourceview-dev, libgnomeui-dev, libglade2-dev, libeel2-dev +Description: light-weight text editor + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + . + This package is required to build plugins for gedit. --- gedit-2.14.1.orig/debian/rules +++ gedit-2.14.1/debian/rules @@ -0,0 +1,19 @@ +#!/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 + +binary-install/gedit-common:: + cp debian/gedit-icon.xpm debian/gedit-common/usr/share/pixmaps + +binary-install/gedit:: + dh_python + find debian -name "*.py[co]" -exec rm -f {} \; + cp debian/gedit.lintian debian/gedit/usr/share/lintian/overrides/gedit + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1" +DEB_CONFIGURE_EXTRA_FLAGS += --enable-python + --- gedit-2.14.1.orig/debian/changelog +++ gedit-2.14.1/debian/changelog @@ -0,0 +1,885 @@ +gedit (2.14.1-0ubuntu2) dapper; urgency=low + + * debian/rules: + - don't ship the .py[co] with the package (Ubuntu: #36723) + + -- Sebastien Bacher Mon, 27 Mar 2006 12:43:11 +0200 + +gedit (2.14.1-0ubuntu1) dapper; urgency=low + + * New upstream version: + New features and fixes + - do not open a new GdkDisplay for every window (Paolo Borelli) + - bugfixes to the snippets plugin (Jesse Van Den Kieboom) + - misc bugfixes + New and updated translations + - Lucas Rocha (pt_BR) + - Dan Damian (ro) + - Miloslav Trmac (cs) + - Ole Laursen (da) + * debian/patches/02_autoconf.patch: + - updated + * debian/watch: + - update + + -- Sebastien Bacher Thu, 16 Mar 2006 19:04:03 +0100 + +gedit (2.14.0-0ubuntu1) dapper; urgency=low + + * New upstream release: + - New and updated translations: cs, et, sq, pt_BR, bg, pt, sv, hi, hu, nl. + + -- Daniel Holbach Sun, 12 Mar 2006 23:45:33 +0100 + +gedit (2.13.93-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Fix launching on multihead systems + - Snippets plugin improvements + - Fix the python console history + - Fix vim and kate modelines parsing + - misc bugfixes + - New and updated translations (de, bg, zh_CN, es, th, el, ru, uk, et, lt, + cy, sr, sr@Latn, de, gl, ca, fi, es, gu, vi, no, hu, ja, nl). + * debian/patches/02_autoconf.patch: + - updated. + + -- Daniel Holbach Mon, 6 Mar 2006 12:39:54 +0000 + +gedit (2.13.92-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Snippets plugin improvements + - External Tools plugin improvements + - Fix the spell checking plugin (Malone: #32007) + - Make the tags plugin load files lazily to improve startup time + - misc UI improvements and bugfixes + - New and updated translations: (pt_BR, et, eu, ru, el, sr, gl, gu, cy, + hu, ja, th, ca, es, nb, no, de, lt, pt, vi, zh_CN, fi) + * Other bugs fixed: + - Malone: #28555 ("Searched text remains highlighted even after search + window has been closed") + * debian/patches/02_autoconf.patch: + - updated. + + -- Daniel Holbach Mon, 27 Feb 2006 11:47:52 +0100 + +gedit (2.13.91-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Snippets plugin improvements + - External Tools plugin improvements + - Replace All optimizations + - Use GOption for command line option parsing + - misc UI improvements and bugfixes + - New and updated translations: Theppitak Karoonboonyanan (th), Ivar + Smolin (et), Raphael Higino (pt_BR), Žygimantas Beručka (lt), Reinout + van Schouwen (nl), Lukas Novotny (cs), Slobodan D. Sredojevic (sr, + sr@Latn) + * debian/control.in: + - bumped Build-Dep on libgnomeui, + - removed libpopt from Build-Depends. + + -- Daniel Holbach Mon, 13 Feb 2006 21:45:31 +0100 + +gedit (2.13.90-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Hide cursor during incremental search + - External Tools plugin improvements + - misc UI improvements and bugfixes + - Translations: Maxim Popov (ru), Kostas Papadimas (el), Ivar Smolin (et), + Kjartan Maraas (nb, no), Vladimir Petkov (bg), Clytie Siddall (vi), + Francisco Javier F. Serrador (es), Ilkka Tuohela (fi), Josep Puigdemont + i Casamajó (ca), Theppitak Karoonboonyanan (th) + * debian/patches/02_autoconf.patch: + - updated. + + -- Daniel Holbach Tue, 31 Jan 2006 12:11:25 +0100 + +gedit (2.13.4-0ubuntu1) dapper; urgency=low + + * New usptream release: + - Depend on gnome-python-desktop instead of gnome-python-extras. + - Reimplement autosave feature. + - Fix a crash on start related to bacon-message-connection. + - Fix bottom pane sizing on start. + - Misc improvements to the External Tools plugin. + - misc UI improvements and bugfixes. + - New and updated translations: ja, gl, gu, fi, sr, sr@Latn, en_CA, + vi, es. + * debian/control.in: + - bumped Build-Depends on pygtk, removed python-gnome2-extras-dev + Build-Dep, added python-gnome2-desktop-dev Build-Dep. + * debian/patches/02_autoconf.patch: + - updated. + + -- Daniel Holbach Mon, 23 Jan 2006 13:42:38 +0100 + +gedit (2.13.3-0ubuntu2) dapper; urgency=low + + * debian/gedit.install: + - added plugin dirs. + + -- Daniel Holbach Wed, 18 Jan 2006 01:01:30 +0100 + +gedit (2.13.3-0ubuntu1) dapper; urgency=low + + * New upstream release: + - New External Tools plugin, to execute shell scripts (Steve Frécinaux) + - New 'Snippets' plugin to insert repetitive text fragments (Jesse Van + Den Kieboom) + - Bump gnome-vfs requirement to 2.13.4 and use new APIs to get the mime + type + - misc UI improvements and bugfixes + - New and updated translations: Adam Weinberger (en_CA), Hendrik Richter + (de), Kostas Papadimas (el), Slobodan D. Sredojevic (sr, sr@Latn), + Takeshi AIHANA (ja), Clytie Siddall (vi), Francisco Javier F. Serrador + (es), Priit Laes (et), Theppitak Karoonboonyanan (th) + * debian/control.in: + - bumped Build-Dep on libgnomevfs2-dev. + * debian/patches/02_autoconf.patch: + - updated. + * Resynchronized with Debian, only changes to Debian are: + - debian/control.in, + debian/gedit.docs: + - newer version. + - debian/control.in, + debian/patches/01_lpi.patch, + debian/patches/02_autoconf.patch: + - Launchpad Integration. + - debian/control.in, + debian/gedit.install, + debian/rules: + - new (upstream) Python Plugins. + - debian/patches/01_relibtoolise.patch: + - dropped. + + -- Daniel Holbach Mon, 16 Jan 2006 23:25:28 +0100 + +gedit (2.13.2-0ubuntu1) dapper; urgency=low + + * New upstream version: + - Restore cursor position on load (can be disabled through GConf) + - fix crash on startup + - fix drag'n'drop from File Roller + - Implemented search highligthing + - Improve incremental search UI + - Run Python garbage collector when needed + - Implement configure_dialog support for python plugins + - Handle problems with SIGINT due to python embedding + - Backport metadata-manager fixes from Evince + - misc UI improvements and bugfixes + + -- Sebastien Bacher Tue, 10 Jan 2006 15:01:54 +0100 + +gedit (2.12.1-2) unstable; urgency=low + + [ Loic Minier ] + Loic Minier : + * Update watch file. [debian/watch] + + J.H.M. Dassen (Ray) : + * [debian/patches/01_relibtoolise.patch] Added to remove unused direct + library dependencies. + + [ Josselin Mouette ] + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 15:00:23 +0100 + +gedit (2.13.1-0ubuntu1) dapper; urgency=low + + * New upstream release: + - modelines plugin (Steve Frécinaux) + - fix string escaping when creating menus (Paolo Borelli) + - Convert help system to gnome-doc-utils (Micahel Terry) + - misc UI improvements and bugfixes + - Translations: Clytie Siddall (vi), Ilkka Tuohela (fi), Adam + Weinberger (en_CA), Vincent van Adrighem (nl), Takeshi AIHANA (ja), + Ankit Patel (gu), Žygimantas Beručka (lt), Marcel Telka (sk), Ignacio + Casal Quinteiro (gl), Inaki Larranaga (eu), Funda Wang (zn_CH), Josep + Puigdemont i Casamajó (ca), Theppitak Karoonboonyanan (th), Francisco + Javier F. Serrador (es) + * debian/patches/02_autoconf.patch: + - updated. + * debian/control.in: + - added gnome-doc-utils (>= 0.3.2) to Build-Depends. + + -- Daniel Holbach Tue, 3 Jan 2006 08:54:57 +0100 + +gedit (2.13.0-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Reworked codebase based on the new_mdi cvs branch, + among other things, it features: + - improved tabbed widget, for instance tabs are reorderable + - GtkUIManager is now used for menus and toolbar instead of + libbonoboui + - A side panel and a bottom panel have been added + - A new gobject-based plugin system has been implemented + - Plugins can now be written in Python + - Reading and writing of files are now handled in an + asynchronous way (so the user interface never blocks) + - Local files are read using mmap (when possible) + - Incremental search is supported (use Ctrl+K) + - A lot of usability improvements with some new UI experiment + are featured + - Startup time and performaces have been improved + - Remote file saving is supported (for a limited configurable + set of VFS methods) + * debian/control.in: + - bumped Build-Deps on glib and gtk. + - dropped Build-Dep on libeel, libbonoboui2-dev, liblpint-bonobo. + - added Build-Deps on python-dev (>= 2.4), python-gtk2-dev (>= 2.7.1), + python-gnome2-extras-dev (>= 2.11.4), liblaunchpad-integration-dev. + - added Depends ${python:Depends} to gedit. + * debian/rules: + - build with --enable-python + - call dh_python + * debian/gedit.install: + - removed debian/tmp/usr/lib/bonobo, + - added debian/tmp/usr/lib/gedit-2/plugins/*.py* + * debian/patches/01_lpint_bonobo_src.patch: + - dropped. + * debian/patches/01_lpi: + - new patch for gedit LPI. + * debian/patches/02_autoconf: + - updated. + + -- Daniel Holbach Mon, 12 Dec 2005 20:36:01 +0100 + +gedit (2.12.1-1) experimental; urgency=low + + * New upstream version. + + -- Sebastien Bacher Mon, 24 Oct 2005 14:53:45 +0200 + +gedit (2.12.1-0ubuntu1) breezy; urgency=low + + * New upstream release: + - New and updated translations. + * debian/watch: + - updated. + + -- Daniel Holbach Mon, 3 Oct 2005 19:33:45 +0200 + +gedit (2.10.5-2) unstable; urgency=low + + * Move alternatives handling from gedit-common to gedit and make + gedit conflict with past gedit-common thanks to piuparts, Lars Wirzenius + and Josselin Mouette. (Closes: #328310) [debian/control, + debian/control.in, debian/gedit-common.postinst, + debian/gedit-common.prerm, debian/gedit.postinst, debian/gedit.prerm] + + -- Loic Minier Thu, 15 Sep 2005 22:32:52 +0200 + +gedit (2.10.5-1) unstable; urgency=low + + * New upstream release. + * No NEWS in this release. [debian/gedit.docs] + * Use copyright and license appropriately. [debian/copyright] + * Update FSF address. [debian/copyright] + + -- Loic Minier Mon, 12 Sep 2005 22:24:31 +0200 + +gedit (2.12.0-0ubuntu1) breezy; urgency=low + + * New upstream release: + - New and updated translations. + + -- Daniel Holbach Mon, 5 Sep 2005 12:47:09 +0200 + +gedit (2.11.93-0ubuntu1) breezy; urgency=low + + * New upstream version. + + -- Sebastien Bacher Tue, 30 Aug 2005 14:38:51 +0200 + +gedit (2.11.92-0ubuntu1) breezy; urgency=low + + * New upstream version: + - New and updated translations. + + -- Sebastien Bacher Tue, 23 Aug 2005 14:29:20 +0200 + +gedit (2.11.91-0ubuntu2) breezy; urgency=low + + * debian/control.in: + - Build-Depends for lpi. + * debian/patches/01_lpint_bonobo_src.patch: + - patch from Sivan Greenberg for launchpad integration. + * debian/patches/02_autoconf.patch: + - configure update. + + -- Sebastien Bacher Thu, 11 Aug 2005 21:42:08 +0200 + +gedit (2.11.91-0ubuntu1) breezy; urgency=low + + * New upstream version: + - fix a potential crasher in the spell plugin (Ubuntu: #13253). + - fix a runtime warning due to an api change in recent-files. + - remove preferences for Undo . + - minor string fixes. + + -- Sebastien Bacher Mon, 8 Aug 2005 16:20:25 +0200 + +gedit (2.10.4-1) unstable; urgency=low + + * New upstream release. + * Add CDBS' utils. + * Bump up pspell build-dep to switch back to libaspell15. + + -- Loic Minier Sat, 6 Aug 2005 17:39:36 +0200 + +gedit (2.10.4-0ubuntu1) breezy; urgency=low + + * New upstream version, fixes: + - "Save As" does not work with file names containing spaces + (Ubuntu: #8723). + - scrolling down and clicking in editor window + returns editor pane to top of file (Ubuntu: #8346). + + -- Sebastien Bacher Thu, 4 Aug 2005 18:07:48 +0200 + +gedit (2.10.3-4) unstable; urgency=low + + [ Loic Minier ] + * Don't link with "--as-needed" as it migh break dlopening plugins. + [debian/rules] + * Bump libpspell-dev build-dep for the C++ transition. + + [ Josselin Mouette ] + * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. [debian/rules] + + -- Loic Minier Mon, 11 Jul 2005 22:52:47 +0200 + +gedit (2.10.3-2) unstable; urgency=low + + * Fix typo in postinst and prerm. + [debian/gedit-common.postinst, debian/gedit-common.prerm] + * Remove dependency of gedit-common gedit, remobe obsolete "Replaces:". + [debian/control, debian/control.in] + * Bump Standards-Version to 3.6.2, no change needed. + + -- Loic Minier Fri, 24 Jun 2005 19:02:19 +0200 + +gedit (2.10.3-1) unstable; urgency=high + + * New upstream release. + - [SECURITY: CAN-2005-1686] format string vulnerability and DoS. + - 2.10 no longer loses data when saving in UTF-16 (closes: #261622). + - retains spellchecking options (closes: #271849). + - allows changing the cursor colour (closes: #283158). + * Upload to unstable. + + -- Jordi Mallach Wed, 8 Jun 2005 21:50:30 +0200 + +gedit (2.10.2-2) experimental; urgency=low + + * Josselin Mouette: + - Updated debian/watch. + * Loic Minier and Sebastien Bacher: + - Merge changes from 2.8.3-4. + + -- Loic Minier Thu, 2 Jun 2005 01:00:48 +0200 + +gedit (2.10.2-1) experimental; urgency=low + + * New upstream release. + * Bump build-dependencies appropriately. + * 01_relibtoolize.patch: dropped. + * Pass --as-needed to ld. + + -- Josselin Mouette Thu, 14 Apr 2005 19:58:18 +0200 + +gedit (2.8.3-4) unstable; urgency=low + + * Ship Bonobo Activation Server file for Gedit that was lost in 2.8.2-3 and + simplify file lists for the gedit and gedit-common packages; also ship all + plugins again and some usual files. (Closes: #311374) + [debian/gedit.install, debian/gedit-common.install] + + -- Loic Minier Tue, 31 May 2005 20:54:03 +0200 + +gedit (2.8.3-3) unstable; urgency=medium + + * GNOME Team upload. + * gedit-dev package needs to depend on libgnomeprintui2.2-dev, + libgtksourceview-dev, libgnomeui-dev, libglade2-dev, libeel2-dev + * Urgency medium as the above fixes a non-filled RC bug in Sarge package. + + -- Jose Carlos Garcia Sogo Fri, 1 Apr 2005 20:33:04 +0200 + +gedit (2.8.3-2) unstable; urgency=low + + * Build depend on pspell >= 0.60 since it's incompatible with the + previous 0.55 release (closes: #295901) + + -- Loic Minier Sat, 19 Feb 2005 11:40:51 +0100 + +gedit (2.8.3-1) unstable; urgency=low + + * New upstream release. + * debian/patches/00_intltoolize.patch: dropped (upstream intltoolized) + * debian/patches/01_relibtoolize.patch: updated + * debian/patches/02_cursor-color.patch: dropped (not applicable anymore) + + -- Loic Minier Sat, 12 Feb 2005 21:18:34 +0100 + +gedit (2.8.2-4) unstable; urgency=low + + * debian/patches/00_intltoolize.patch: added + * debian/patches/01_relibtoolize.patch: renamed and updated + * debian/patches/02_cursor-color.patch: fix cursor color on dark + backgrounds + * debian/*: various cleanups + * debian/gedit.lintian: lintian override for gedit + * debian/copyright: updated + * set myself as Maintainer + * debian/control: reverted intltool of -2 + + -- Loic Minier Sat, 12 Feb 2005 17:14:08 +0100 + +gedit (2.8.2-3) unstable; urgency=low + + * debian/control.in: + - added cdbs to Build-Depends. + - create a gedit-dev package for devel files (closes: #283574). + * debian/gedit.install: + - install changecase plugin. + * debian/patches/01_relibtoolise.patch: + - switched from dpatch to a simple patch. + * debian/rules: + - switched to CDBS, should be policy compliant again (closes: #289890) + + -- Sebastien Bacher Wed, 26 Jan 2005 21:57:16 +0100 + +gedit (2.8.2-2) unstable; urgency=low + + * add intltool to the build-deps and hence remove libxml-parser-perl + since intltool depends on it and will automagically change the Perl + code in intltool-merge.in + + -- Loic Minier Wed, 19 Jan 2005 19:05:41 +0100 + +gedit (2.8.2-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + * debian/patches/01_relibtoolise.dpatch: updated. + + -- Jordi Mallach Wed, 29 Dec 2004 17:56:50 +0100 + +gedit (2.8.1-3) unstable; urgency=low + + * GNOME team upload. + * Upload to unstable. + * debian/rules: don't symlink config.{sub,guess} on clean to allow + builds from SVN. + * debian/control.in: bump libgnomeui and gtksourceview requirements. + + -- Jordi Mallach Mon, 22 Nov 2004 00:27:55 +0100 + +gedit (2.8.1-2) experimental; urgency=low + + * GNOME team upload + * debian/control.in: build-depend on debhelper (>= 4.2.23) for + dh_desktop support. + * debian/rules: add a call to dh_desktop to register MIME types. + * debian/gedit.postinst: don't call update-mime-database by hand, + handled by dh_desktop. + + -- Jordi Mallach Tue, 9 Nov 2004 13:13:40 +0100 + +gedit (2.8.1-1) experimental; urgency=low + + * New upstream release. + + -- J.H.M. Dassen (Ray) Mon, 11 Oct 2004 18:08:40 +0200 + +gedit (2.8.0-1) experimental; urgency=low + + * New upstream release. + * [debian/patches/01_relibtoolise.dpatch] Updated. Don't patch + config.{sub,guess} as debian/rules takes care of updating them. + (Closes: #267288) + + -- J.H.M. Dassen (Ray) Mon, 13 Sep 2004 18:54:52 +0200 + +gedit (2.7.92-1) experimental; urgency=low + + * New upstream development release. + * [debian/patches/01_relibtoolise.dpatch] Updated. (Closes: #267288) + * [debian/patches/02_finnish_dict.dpatch] Dropped; this has been integrated + upstream. + + -- J.H.M. Dassen (Ray) Tue, 31 Aug 2004 21:56:58 +0200 + +gedit (2.7.90-1) experimental; urgency=low + + * New upstream development release. + * [debian/patches/01_relibtoolise.dpatch] Updated. + * [debian/rules] Ensure at build time that the library dependencies are + complete. + * [debian/gedit.postinst] Register with the new GNOME MIME system. + + -- J.H.M. Dassen (Ray) Sat, 14 Aug 2004 12:54:22 +0200 + +gedit (2.6.2-1) unstable; urgency=low + + * GNOME Team Upload. + * New upstream release. + * debian/control.in: + - added dpatch to the Build-Depends. + * debian/patches/01_relibtoolise.dpatch: + - patch to reduce inflated dependencies (Closes: #243002). + * debian/patches/02_finnish_dict.dpatch: + - added the finnish dictionnary to the list of supported languages + (Closes: #263391). + * debian/rules: + - use dpatch. + + -- Sebastien Bacher Thu, 5 Aug 2004 12:23:49 +0200 + +gedit (2.6.1-1) unstable; urgency=low + + * GNOME Team Upload. + * New Upstream Release. + + -- Sebastien Bacher Sun, 30 May 2004 12:52:45 +0200 + +gedit (2.6.0-3) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Thu, 27 May 2004 20:04:25 +0200 + +gedit (2.6.0-2) experimental; urgency=low + + Sebastien Bacher + * GNOME Team Upload to fix the FTBFS due to missing Build-Depends. + J.H.M. Dassen (Ray) + * [debian/control.in] Added missing build dependency on libxml-parser-perl. + + -- Sebastien Bacher Fri, 16 Apr 2004 00:45:37 +0200 + +gedit (2.6.0-1) experimental; urgency=low + + * New upstream release. + * debian/rules: + + Add dh_scrollkeeper call, and remove scrollkeeper call from + gedit's postinst + + ditto for dh_gconf + + Make everything install into debian/tmp and copy selectively out of + that + * debian/control: + + Update Build-Depends for GNOME 2.6 versions of libraries required; + also, update debhelper to >= 4.1.84 to ensure we have dh_scrollkeeper + and dh_gconf + + Split package into two: gedit and gedit-common, the latter of which + contains architecture-independent files like translations, omf files + and pixmaps (Closes: Bug#233355) + * Rename debhelper files to gedit.filename. + * Replace xpm icon for gedit's Debian menu entry with better one provided + by mcINEK . Thanks! (Closes: Bug#192601) + + -- Joe Drew Wed, 31 Mar 2004 21:48:39 -0500 + +gedit (2.4.1-2) unstable; urgency=low + + * debian/control: + + Add GNOME team to Uploaders + + Correct spelling mistake in description + + Add gnome-pkg-tools to Build-Depends + * debian/rules: + + Remove include files and .pc file from package; nobody uses them. + Closes: Bug#221732 + + -- Joe Drew Tue, 30 Mar 2004 20:42:26 -0500 + +gedit (2.4.1-1) unstable; urgency=low + + * The "No more complaining" release, part 1. + (Subtitled: gtksourceview for everyone) + * New upstream release, part of GNOME 2.4 (Closes: Bug#217876) + + Now links only against libgnutls7 (Closes: Bug#213219) + + From my muddled look at the Finnish translation, the translation of + 'Tab' is now correct. Please re-open if I'm wrong :) + (Closes: Bug#210454) + + There are no longer GdkPixbuf errors on start-up (Closes: Bug#214171) + * Update config.{guess,sub} + * debian/control: + + Update Build-Depends for GNOME 2.4 libraries and gtksourceview + + Update Standards-Version to 3.6.1 + * debian/rules: + + Properly support DEB_BUILD_OPTIONS + + -- Joe Drew Tue, 4 Nov 2003 15:00:44 -0500 + +gedit (2.2.1-2) unstable; urgency=low + + * Build-Depends on scrollkeeper. Pre-empting FTBFS bugs. + + -- Joe Drew Sat, 15 Mar 2003 19:00:29 -0500 + +gedit (2.2.1-1) unstable; urgency=low + + * New upstream release, part of GNOME 2.2.1. + + -- Joe Drew Sat, 15 Mar 2003 14:51:18 -0500 + +gedit (2.2.0.1-1) unstable; urgency=low + + * New upstream release + * debian/control: Rewrite description and make debhelper Build-Depends + versioned + + -- Joe Drew Fri, 28 Feb 2003 17:54:05 -0500 + +gedit (2.1.91-1) unstable; urgency=low + + * New upstream release + + -- Joe Drew Tue, 21 Jan 2003 20:25:45 -0500 + +gedit (2.1.6-2) unstable; urgency=low + + * debian/control: + + Update Build-Depends for libgnomevfs2-dev to >= 2.1.91-1, since we + require a GNOME 2 gnomevfs + + -- Joe Drew Mon, 20 Jan 2003 16:01:39 -0500 + +gedit (2.1.6-1) unstable; urgency=low + + * New upstream release, a prerelease for GNOME 2.2 + * debian/control: + + Add Build-Depends for libpspell-dev + + Add Build-Depends for libpopt-dev (just a failsafe) + + Update Standards-Version to 3.5.8 + * debian/rules: + + Updates for Standards-Version 3.5.8 + + -- Joe Drew Mon, 20 Jan 2003 00:20:04 -0500 + +gedit (2.0.6-1) unstable; urgency=low + + * The 'Three IBM hard drives fail in two years. I'm sensing a pattern.' + release. + * New upstream release. + + -- Joe Drew Sun, 1 Dec 2002 15:07:28 -0500 + +gedit (2.0.5-1) unstable; urgency=low + + * The 'rising back into horrible unlife' release. + * New upstream release + * Closes: Bug#154797 -- German translation: translator credits translated + correctly ;) + * Acknowledge NMU - thanks, David! (Closes: Bug#156892, Bug#154575) + * Include Mikael Hedin's properly-sized gedit xpm icon. (Closes: Bug#155966) + + -- Joe Drew Sat, 5 Oct 2002 18:23:30 -0400 + +gedit (2.0.2-2.1) unstable; urgency=low + + * NMU. + * Recompiled against libgtk2.0-0png3 because of png2->png3 transition. + * We don't a need a Build-Depends on libssl-dev now; closes: #154575. + + -- Davide Puricelli (evo) Thu, 15 Aug 2002 23:51:59 +0200 + +gedit (2.0.2-2) unstable; urgency=low + + * Change menu file icon to an XPM. + + -- Joe Drew Sat, 27 Jul 2002 16:07:26 -0400 + +gedit (2.0.2-1) unstable; urgency=low + + * New upstream release + * Closes: Bug#147453 -- gedit can't open a file beginning with % + + -- Joe Drew Fri, 26 Jul 2002 08:12:31 -0400 + +gedit (2.0.1-1) unstable; urgency=low + + * New upstream release + * Added libeel2-dev to build-depends, as upstream requires it now + * Change static link to gnome-text-editor created by `make install' to an + alternatives link. + + -- Joe Drew Tue, 23 Jul 2002 18:25:35 -0400 + +gedit (2.0.0-1) unstable; urgency=low + + * New upstream release, based on GNOME 2 libraries. Repackaged + with dh_make. + + -- Joe Drew Sun, 21 Jul 2002 21:51:21 -0400 + +gedit (0.9.6-4) unstable; urgency=low + + * Change /usr/share/doc/gedit/html to be an absolute link + to /usr/gnome/help/gedit/C (which is technically against + policy, but causes problems for people in real world + situations.) + Closes: Bug#84067, Bug#97631 + * Correct typos in description (Closes: Bug#124664) + * Modify plugins' Makefile.am to add EXTRA_GNOME_CFLAGS, + which is necessary since libglade moved its header files. + Also re-ran automake. + + -- Joe Drew Sun, 13 Jan 2002 02:13:27 -0500 + +gedit (0.9.6-3) unstable; urgency=low + + * Updating config.{sub,guess} for hppa/ia64 (Closes: Bug#104810) + + -- Joe Drew Sun, 15 Jul 2001 14:53:50 -0400 + +gedit (0.9.6-2) unstable; urgency=low + + * I am an idiot. Actually applied multibyte patch (Closes: Bug#90952) + + -- Joe Drew Sat, 28 Apr 2001 22:43:02 -0400 + +gedit (0.9.6-1) unstable; urgency=low + + * New upstream release + * Fixed where INSTALL_PROGRAM gets used in the rules file for + DEB_BUILD_OPTIONS. + * Corrected transposition of letters in description (Closes: Bug#92306) + * Applied multibyte patch (Closes: Bug#90952) + * Rebuilt with libgnomeprint15 (Closes: Bug#94427) + + -- Joe Drew Mon, 23 Apr 2001 23:22:30 -0400 + +gedit (0.9.4-2) unstable; urgency=low + + * New maintainer (Closes: Bug#84521) + * Can't reproduce bug, but put in preventative directory entries into + deb file which should stop this from happening (Closes: Bug#84067) + * Upgraded standards version to 3.5.2, implemented DEB_BUILD_OPTIONS + + -- Joe Drew Wed, 28 Feb 2001 22:49:39 -0500 + +gedit (0.9.4-1) unstable; urgency=low + + * New maintaner for this package (closes: #80313). + * New upstream release (closes: #52404). + * Updated to Standards-Version 3.2.1. + * Changed: debian/{control, copyright, rules}. + * Closes: #33280, #51421, #52246, #58375, #66869, #69858, #77409. + * Added icon in xpm format. + * Upload sponsored by Bas Zoetekouw . + + -- Mariusz Przygodzki Mon, 1 Jan 2001 15:53:38 +0100 + +gedit (0.9.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Wed, 9 Aug 2000 14:19:08 -0400 + +gedit (0.6.1-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sun, 16 Jan 2000 21:12:18 -0500 + +gedit (0.6.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sat, 27 Nov 1999 14:24:18 -0500 + +gedit (0.5.4-1) unstable; urgency=low + + * Fixed Bug#46351: gedit crashes on startup. + * Closes: bug#46351 + + -- Robert S. Edmonds Thu, 30 Sep 1999 20:37:40 -0400 + +gedit (0.5.3-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sat, 12 Jun 1999 15:53:50 -0400 + +gedit (0.5.2-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Mon, 17 May 1999 20:17:13 -0400 + +gedit (0.5.1-2) unstable; urgency=low + + * GNOME staging area upload. + + -- Robert S. Edmonds Thu, 4 Mar 1999 18:44:09 -0500 + +gedit (0.5.1-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sun, 28 Feb 1999 16:34:29 -0500 + +gedit (0.5.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sat, 6 Feb 1999 14:07:48 -0500 + +gedit (0.4.9-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Thu, 4 Feb 1999 17:51:51 -0500 + +gedit (0.4.8-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sun, 10 Jan 1999 16:40:00 -0500 + +gedit (0.3.2-2) unstable frozen; urgency=low + + * Debian changelog file is now included in the package. + * gedit is now more stable than previous versions and fixes some nasty + * bugs. + + -- Robert S. Edmonds Sat, 11 Apr 1998 17:26:53 -0400 + +gedit (0.3.2-1) unstable; urgency=low + + * New upstream release. + * Manpage included! No longer links to the undocumented manpage. + + -- Robert S. Edmonds Mon, 6 Apr 1998 11:35:06 -0400 + +gedit (0.3.1-2) unstable frozen; urgency=low + + * Now gedit manpage links to the undocumented manpage. + + -- Robert S. Edmonds Mon, 30 Mar 1998 19:36:44 -0500 + +gedit (0.3.1-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Sun, 29 Mar 1998 17:03:32 -0500 + +gedit (0.3.0-1) unstable; urgency=low + + * New upstream release. + + -- Robert S. Edmonds Thu, 26 Mar 1998 19:43:41 -0500 + +gedit (0.2.1-1) unstable; urgency=low + + * Initial Release. + + -- Robert S. Edmonds Mon, 9 Mar 1998 17:24:56 -0500 --- gedit-2.14.1.orig/debian/compat +++ gedit-2.14.1/debian/compat @@ -0,0 +1 @@ +4 --- gedit-2.14.1.orig/debian/control.in +++ gedit-2.14.1/debian/control.in @@ -0,0 +1,60 @@ +Source: gedit +Section: gnome +Priority: optional +Maintainer: Loic Minier +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, debhelper (>= 4.2.23), libpspell-dev (>= 0.60.2-2), libglib2.0-dev (>= 2.8.0), libgtk2.0-dev (>= 2.8.0), libgnomevfs2-dev (>= 2.13.4), libgnomeui-dev (>= 2.13.0), libgnomeprintui2.2-dev (>= 2.6.1-4), libglade2-dev (>= 2.4.0), libgtksourceview-dev (>= 1.2.0), scrollkeeper, gnome-pkg-tools, libgnome-keyring-dev, libxml-parser-perl, liblaunchpad-integration-dev, python-dev (>= 2.4), python-gtk2-dev (>= 2.8.0), python-gnome2-desktop-dev (>= 2.13.3), gnome-doc-utils (>= 0.3.2) +Standards-Version: 3.6.2 + +Package: gedit +Architecture: any +Section: gnome +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, scrollkeeper, gedit-common (= ${Source-Version}) +Conflicts: gedit-common (<= 2.10.5-1) +Description: light-weight text editor + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + +Package: gedit-common +Architecture: all +Section: gnome +Description: light-weight text editor support files + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. + . + This package contains gedit's architecture-independent support files. + +Package: gedit-dev +Architecture: all +Section: devel +Depends: gedit (= ${Source-Version}), libgnomeprintui2.2-dev, libgtksourceview-dev, libgnomeui-dev, libglade2-dev, libeel2-dev +Description: light-weight text editor + gedit is a text editor which supports most standard editor features, + extending this basic functionality with other features not usually + found in simple text editors. gedit is a graphical application which + supports editing multiple text files in one window (known sometimes as + tabs or MDI). + . + gedit fully supports international text through its use of the Unicode + UTF-8 encoding in edited files. Its core feature set includes syntax + highlighting of source code, auto indentation and printing and print preview + support. + . + gedit is also extensible through its plugin system, which currently + includes support for spell checking, comparing files, viewing CVS + ChangeLogs, and adjusting indentation levels. + . + This package is required to build plugins for gedit. --- gedit-2.14.1.orig/debian/gedit.docs +++ gedit-2.14.1/debian/gedit.docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- gedit-2.14.1.orig/debian/gedit-icon.xpm +++ gedit-2.14.1/debian/gedit-icon.xpm @@ -0,0 +1,153 @@ +/* XPM */ +static char * gedit_icon_xpm[] = { +"32 32 118 2", +" c None", +". c #131313", +"+ c #6B6B6B", +"@ c #8C8C8C", +"# c #747474", +"$ c #0C0402", +"% c #444444", +"& c #4B4B4B", +"* c #646464", +"= c #545454", +"- c #EBEBEB", +"; c #1C1C1C", +"> c #C3C3C3", +", c #A5A5A5", +"' c #0D0D0D", +") c #CCCCCB", +"! c #5B5B5B", +"~ c #9D9D9D", +"{ c #969696", +"] c #ACACAC", +"^ c #7B7B7B", +"/ c #3C3C3C", +"( c #292929", +"_ c #B4B4B4", +": c #E3E4E4", +"< c #000000", +"[ c #DBDBDB", +"} c #252525", +"| c #313131", +"1 c #D4D4D4", +"2 c #858585", +"3 c #BCBCBC", +"4 c #F9F9F9", +"5 c #F3F3F3", +"6 c #341812", +"7 c #482A26", +"8 c #26110D", +"9 c #33120B", +"0 c #B34D3C", +"a c #E09487", +"b c #C48E85", +"c c #714841", +"d c #342C29", +"e c #2C100C", +"f c #913425", +"g c #BB5646", +"h c #D48B81", +"i c #CEC3B8", +"j c #B3B0AB", +"k c #8D8469", +"l c #948981", +"m c #4E1910", +"n c #95554B", +"o c #CFC195", +"p c #ECDBAA", +"q c #D7C798", +"r c #E8E3D5", +"s c #5B332B", +"t c #766343", +"u c #B18325", +"v c #C7A551", +"w c #DFC884", +"x c #EEDCA7", +"y c #EEE2C1", +"z c #3C2806", +"A c #A47115", +"B c #B58628", +"C c #C5A24C", +"D c #E6D6A4", +"E c #EEDEB3", +"F c #DED1AC", +"G c #D8D2BF", +"H c #080500", +"I c #8D6112", +"J c #A97416", +"K c #DDC682", +"L c #F0E1B2", +"M c #D3CCB6", +"N c #1D1403", +"O c #A97618", +"P c #BA8C2C", +"Q c #DFCA89", +"R c #EEE1BB", +"S c #E1D5B2", +"T c #E4E2DE", +"U c #0A0701", +"V c #704D0E", +"W c #AE7B1C", +"X c #F1E5BE", +"Y c #D5CAA8", +"Z c #39362C", +"` c #211703", +" . c #AD9A64", +".. c #605133", +"+. c #231904", +"@. c #593E0A", +"#. c #926615", +"$. c #B5801D", +"%. c #C9A650", +"&. c #DCC47A", +"*. c #DFC9A8", +"=. c #8F7C5D", +"-. c #15120C", +";. c #50380B", +">. c #B98824", +",. c #C9A044", +"'. c #C4A87C", +"). c #736B5C", +"!. c #120D03", +"~. c #503C12", +"{. c #9A7840", +"]. c #988369", +"^. c #918679", +"/. c #5B5348", +"(. c #0E0B07", +"_. c #201910", +":. c #4E3E29", +"<. c #2E261B", +" ", +" . + @ # $ ", +" . % & * = # - & ", +" . ; * + > , ; = > = ", +" ' + @ ) ! ' ! > ~ ~ { ] . ", +" + ^ @ / ( ~ , * + ~ ] @ _ : ^ ' ", +" < % & * ) * * ^ ] ^ * ] [ : [ : [ # < ", +" < } | ! , ~ * * _ > _ ) : : [ [ [ [ * < ", +" $ & # ^ * ^ ~ { ] ) [ : : : [ [ 1 [ [ ) = < ", +" } @ 2 { # ~ ) : : - - - : [ [ 1 1 1 1 1 3 ( < ", +" ; ^ , ) 1 ) [ : - - : : : : [ [ [ 1 ) 1 1 , } ", +" ( 2 > : : - - - - - - : : [ [ ) ) ) ) ) ) { . ", +" | ~ : 4 5 - 5 - - : : [ 1 1 1 1 1 ) > > 1 2 . ", +" ' & ] 5 4 5 5 - : [ [ [ [ 1 1 ) ) > 3 > > ) ! < ", +" $ 6 7 8 ' = > 4 5 - : : : : : [ [ ) ) > > ) > > > > & < ", +" 9 0 a b c d + ) 4 5 - : : [ [ 1 ) ) ) ) ) > 3 ] _ > _ / < ", +" e f g h i j k l 1 4 - : : [ 1 1 1 1 1 ) 3 _ _ 3 3 > [ > . ", +" $ m f n l o p q o r 5 : [ 1 [ 1 1 ) > 3 3 > 3 > 1 : 4 : ; ", +" $ e s t u v w x p y r : [ 1 1 ) > > ) > ) 1 - 4 5 1 ~ ' ", +" < < < z A B C w D E F G ) ) ) ) ) ) [ - 4 - 3 @ = } < ", +" < H I J B v K L E F M ) 1 [ - 5 [ _ # / . < < ", +" < N I O P v Q L R S r T 1 ~ + | ' < ", +" < < U V W P v w L X Y k Z $ < ", +" < ` I W P v Q L D ...' < ", +" < +.@.#.$.P %.&.D *.=.-.< ", +" +.;.I >.,.'.Y G ).$ ", +" < !.~.{.].].^./.(. ", +" < _.7 :.<.-.!.< ", +" < < < < < < ", +" ", +" ", +" "}; --- gedit-2.14.1.orig/debian/gedit-common.install +++ gedit-2.14.1/debian/gedit-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share --- gedit-2.14.1.orig/debian/gedit.lintian +++ gedit-2.14.1/debian/gedit.lintian @@ -0,0 +1,4 @@ +# menu icon is in gedit-common +gedit: menu-icon-missing /usr/share/pixmaps/gedit-icon.xpm +# man page is in gedit-common +gedit: binary-without-manpage gedit --- gedit-2.14.1.orig/debian/gedit.dirs +++ gedit-2.14.1/debian/gedit.dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- gedit-2.14.1.orig/debian/gedit.menu +++ gedit-2.14.1/debian/gedit.menu @@ -0,0 +1,7 @@ +?package(gedit):\ + needs="x11"\ + section="Apps/Editors"\ + title="Gedit"\ + longtitle="Light-weight GNOME text editor"\ + icon="/usr/share/pixmaps/gedit-icon.xpm"\ + command="/usr/bin/gedit" --- gedit-2.14.1.orig/debian/gedit.install +++ gedit-2.14.1/debian/gedit.install @@ -0,0 +1,6 @@ +debian/tmp/etc +debian/tmp/usr/bin/gedit +debian/tmp/usr/lib/gedit-2/plugins/*.gedit-plugin +debian/tmp/usr/lib/gedit-2/plugins/*.so +debian/tmp/usr/lib/gedit-2/plugins/*.py* +debian/tmp/usr/lib/gedit-2/plugins/*/* --- gedit-2.14.1.orig/debian/watch +++ gedit-2.14.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.14/ \ + gedit-(.*)\.tar\.gz \ + debian uupdate --- gedit-2.14.1.orig/debian/copyright +++ gedit-2.14.1/debian/copyright @@ -0,0 +1,30 @@ +Version 2.8.2 was re-debianized by Sebastien Bacher. + +It was downloaded from . + +Copyright Holders: +Paolo Maggi +Chema Celorio > +James Willcox +Federico Mena Quintero +Paolo Borelli +Jason Leach + +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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gedit-2.14.1.orig/debian/gedit-dev.dirs +++ gedit-2.14.1/debian/gedit-dev.dirs @@ -0,0 +1 @@ +usr/lib/gedit-2/plugins --- gedit-2.14.1.orig/debian/gedit-dev.install +++ gedit-2.14.1/debian/gedit-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/gedit-2/plugins/*.la +debian/tmp/usr/lib/pkgconfig --- gedit-2.14.1.orig/debian/gedit.postinst +++ gedit-2.14.1/debian/gedit.postinst @@ -0,0 +1,32 @@ +#! /bin/sh + +set -e + +case "$1" in + configure) + # register gedit as a gnome-text-editor in the alternatives system + update-alternatives \ + --install \ + /usr/bin/gnome-text-editor \ + gnome-text-editor \ + /usr/bin/gedit \ + 50 \ + --slave \ + /usr/share/man/man1/gnome-text-editor.1.gz \ + gnome-text-editor.1.gz \ + /usr/share/man/man1/gedit.1.gz + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 + --- gedit-2.14.1.orig/debian/gedit.prerm +++ gedit-2.14.1/debian/gedit.prerm @@ -0,0 +1,23 @@ +#! /bin/sh + +set -e + +case "$1" in + remove|upgrade|deconfigure) + # unregister gedit as a gnome-text-editor in the alternatives system + update-alternatives --remove gnome-text-editor /usr/bin/gedit || true + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +#DEBHELPER# + +exit 0 +