Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.dirs
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.dirs	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.dirs	(revision 5301)
@@ -0,0 +1,1 @@
+usr/lib/gedit-2/plugins
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/copyright
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/copyright	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/copyright	(revision 5301)
@@ -0,0 +1,29 @@
+Version 2.8.2 was re-debianized by Sebastien Bacher.
+
+It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/gedit/>.
+
+Copyright Holders:
+Paolo Maggi <paolo@gnome.org>
+Chema Celorio <chema@celorio.com>>
+James Willcox <jwillcox@gnome.org>
+Federico Mena Quintero <federico@ximian.com>
+Paolo Borelli <pborelli@katamail.com>
+Jason Leach <jleach@wam.umd.edu>
+
+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-2'.
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.install
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.install	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-dev.install	(revision 5301)
@@ -0,0 +1,3 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/share/gtk-doc
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.postinst
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.postinst	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.postinst	(revision 5301)
@@ -0,0 +1,29 @@
+#!/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#
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/control
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/control	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/control	(revision 5301)
@@ -0,0 +1,103 @@
+Source: gedit
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: Josselin Mouette <joss@debian.org>, Sebastian DrÃ¶ge <slomo@debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5.0.37.2),
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               python-support (>= 0.3),
+               intltool (>= 0.40.0),
+               gnome-doc-utils (>= 0.3.2),
+               gtk-doc-tools (>= 1.0),
+               libenchant-dev (>= 1.2.0),
+               iso-codes (>= 0.35),
+               libattr1-dev,
+               libsm-dev (>= 2:1.0),
+               libxml2-dev (>= 2.5.0),
+               libglib2.0-dev (>= 2.18.0),
+               libgtk2.0-dev (>= 2.13.0),
+               libgtksourceview2.0-dev (>= 2.4.0),
+               libgconf2-dev,
+               python-dev (>= 2.3),
+               python-gobject-dev (>= 2.15.4),
+               python-gtk2-dev (>= 2.12.0),
+               python-gtksourceview2 (>= 2.2.0),
+               scrollkeeper
+Build-Depends-Indep: libglib2.0-doc,
+                     libgtk2.0-doc,
+                     libgtksourceview2.0-doc
+Standards-Version: 3.8.1
+XS-Python-Version: >= 2.3
+Homepage: http://www.gnome.org/projects/gedit/
+
+Package: gedit
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         scrollkeeper,
+         gedit-common (>= ${gnome:Version}),
+         gedit-common (<< ${gnome:NextVersion}),
+         python-gtksourceview2 (>= 2.2.0),
+         python-gobject (>= 2.15.4),
+         python-gtk2 (>= 2.12.0),
+         iso-codes
+Replaces: gedit-common (<< 2.16.2-3)
+Conflicts: gedit-common (<= 2.10.5-1)
+Recommends: zenity,
+            python-gnome2
+XB-Python-Version: ${python:Versions}
+Description: official text editor of the GNOME desktop environment
+ 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
+Depends: ${misc:Depends}
+Recommends: gedit
+Description: official text editor of the GNOME desktop environment (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: ${misc:Depends},
+         gedit (>= ${gnome:Version}),
+         gedit (<< ${gnome:NextVersion}),
+         libgtksourceview2.0-dev (>= 2.2.0)
+Replaces: gedit-common (<< 2.16.2-3)
+Description: official text editor of the GNOME desktop environment (development 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. 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.
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.prerm
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.prerm	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.prerm	(revision 5301)
@@ -0,0 +1,20 @@
+#! /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#
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/compat
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/compat	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/compat	(revision 5301)
@@ -0,0 +1,1 @@
+5
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.docs
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.docs	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.docs	(revision 5301)
@@ -0,0 +1,1 @@
+README
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/control.in
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/control.in	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/control.in	(revision 5301)
@@ -0,0 +1,103 @@
+Source: gedit
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5.0.37.2),
+               gnome-pkg-tools (>= 0.10),
+               dpkg-dev (>= 1.13.19),
+               python-support (>= 0.3),
+               intltool (>= 0.40.0),
+               gnome-doc-utils (>= 0.3.2),
+               gtk-doc-tools (>= 1.0),
+               libenchant-dev (>= 1.2.0),
+               iso-codes (>= 0.35),
+               libattr1-dev,
+               libsm-dev (>= 2:1.0),
+               libxml2-dev (>= 2.5.0),
+               libglib2.0-dev (>= 2.18.0),
+               libgtk2.0-dev (>= 2.13.0),
+               libgtksourceview2.0-dev (>= 2.4.0),
+               libgconf2-dev,
+               python-dev (>= 2.3),
+               python-gobject-dev (>= 2.15.4),
+               python-gtk2-dev (>= 2.12.0),
+               python-gtksourceview2 (>= 2.2.0),
+               scrollkeeper
+Build-Depends-Indep: libglib2.0-doc,
+                     libgtk2.0-doc,
+                     libgtksourceview2.0-doc
+Standards-Version: 3.8.1
+XS-Python-Version: >= 2.3
+Homepage: http://www.gnome.org/projects/gedit/
+
+Package: gedit
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
+         scrollkeeper,
+         gedit-common (>= ${gnome:Version}),
+         gedit-common (<< ${gnome:NextVersion}),
+         python-gtksourceview2 (>= 2.2.0),
+         python-gobject (>= 2.15.4),
+         python-gtk2 (>= 2.12.0),
+         iso-codes
+Replaces: gedit-common (<< 2.16.2-3)
+Conflicts: gedit-common (<= 2.10.5-1)
+Recommends: zenity,
+            python-gnome2
+XB-Python-Version: ${python:Versions}
+Description: official text editor of the GNOME desktop environment
+ 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
+Depends: ${misc:Depends}
+Recommends: gedit
+Description: official text editor of the GNOME desktop environment (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: ${misc:Depends},
+         gedit (>= ${gnome:Version}),
+         gedit (<< ${gnome:NextVersion}),
+         libgtksourceview2.0-dev (>= 2.2.0)
+Replaces: gedit-common (<< 2.16.2-3)
+Description: official text editor of the GNOME desktop environment (development 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. 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.
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-icon.xpm
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-icon.xpm	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-icon.xpm	(revision 5301)
@@ -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 :.<.-.!.<         ",
+"                                            < < < < < <         ",
+"                                                                ",
+"                                                                ",
+"                                                                "};
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/patches/99_ltmain_as-needed.patch
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/patches/99_ltmain_as-needed.patch	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/patches/99_ltmain_as-needed.patch	(revision 5301)
@@ -0,0 +1,32 @@
+Index: bug-buddy-2.24.1/ltmain.sh
+===================================================================
+--- bug-buddy-2.24.1.orig/ltmain.sh	2008-11-13 16:38:58.930987388 +0100
++++ bug-buddy-2.24.1/ltmain.sh	2008-11-13 16:39:01.278988042 +0100
+@@ -1807,6 +1807,11 @@ EOF
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++	deplibs="$deplibs $arg"
++	continue
++	;;      
++
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2150,6 +2155,15 @@ EOF
+ 	lib=
+ 	found=no
+ 	case $deplib in
++	-Wl,--as-needed)
++	  if test "$linkmode,$pass" = "prog,link"; then
++	    compile_deplibs="$deplib $compile_deplibs"
++	    finalize_deplibs="$deplib $finalize_deplibs"
++	  else
++	    deplibs="$deplib $deplibs"
++	  fi
++	  continue
++	  ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/patches/03_python_path.patch
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/patches/03_python_path.patch	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/patches/03_python_path.patch	(revision 5301)
@@ -0,0 +1,23 @@
+diff -up gedit-2.25.5/plugin-loaders/python/gedit-plugin-loader-python.c.fix-python-path gedit-2.25.5/plugin-loaders/python/gedit-plugin-loader-python.c
+--- gedit-2.25.5/plugin-loaders/python/gedit-plugin-loader-python.c.fix-python-path	2009-01-12 11:23:48.000000000 -0500
++++ gedit-2.25.5/plugin-loaders/python/gedit-plugin-loader-python.c	2009-01-26 15:35:30.672713673 -0500
+@@ -488,7 +488,7 @@ gedit_python_init (GeditPluginLoaderPyth
+ 	PyObject *gettext, *install, *gettext_args;
+ 	struct sigaction old_sigint;
+ 	gint res;
+-	char *argv[] = { "gedit", NULL };
++	char *argv[] = { GEDIT_PLUGINS_LIBS_DIR, NULL };
+ 
+ 	if (loader->priv->init_failed)
+ 	{
+diff -up gedit-2.25.5/plugin-loaders/python/Makefile.am.fix-python-path gedit-2.25.5/plugin-loaders/python/Makefile.am
+--- gedit-2.25.5/plugin-loaders/python/Makefile.in.fix-python-path	2009-01-26 15:51:12.102965135 -0500
++++ gedit-2.25.5/plugin-loaders/python/Makefile.in	2009-01-26 15:35:49.978712718 -0500
+@@ -311,6 +311,7 @@ INCLUDES = \
+ 	$(DISABLE_DEPRECATED_CFLAGS)					\
+ 	$(PYGTK_CFLAGS)							\
+ 	$(PYTHON_CFLAGS)						\
++	-DGEDIT_PLUGINS_LIBS_DIR=\"$(GEDIT_PLUGINS_LIBS_DIR)\"		\
+ 	-DGEDIT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
+ 
+ loader_LTLIBRARIES = libpythonloader.la
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/patches/01_gedit-bugreport-location.patch
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/patches/01_gedit-bugreport-location.patch	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/patches/01_gedit-bugreport-location.patch	(revision 5301)
@@ -0,0 +1,8 @@
+--- data/gedit.desktop.in.in.old	2008-04-09 09:15:23.000000000 +0200
++++ data/gedit.desktop.in.in	2008-04-09 09:15:41.000000000 +0200
+@@ -14,4 +14,4 @@
+ X-GNOME-Bugzilla-Product=gedit
+ X-GNOME-Bugzilla-Component=general
+ X-GNOME-Bugzilla-Version=@VERSION@
+-X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/gedit-2/gedit-bugreport.sh
++X-GNOME-Bugzilla-ExtraInfoScript=/usr/share/gedit-2/gedit-bugreport
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/changelog
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/changelog	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/changelog	(revision 5301)
@@ -0,0 +1,971 @@
+gedit (2.26.1-parsix1) unstable; urgency=low
+
+  * Sync'd with Debian 2.26.1-1
+
+ -- Alan Baghumian <alan@technotux.org>  Sun, 10 May 2009 15:35:15 -0700
+
+gedit (2.26.1-1) unstable; urgency=low
+
+  [ Josselin Mouette ]
+  * Add libglib2.0-doc, libgtk2.0-doc and libgtksourceview2.0-doc to
+    b-d-i to ensure proper xrefs.
+
+  [ Luca Bruno ]
+  * New upstream release.
+  * debian/control.in:
+    + Build-Depends version bumps:
+      - libgtksourceview2.0-dev to 2.4.0
+      - liblibglib2.0-dev to 2.18.0
+      - intltool to 0.40.0
+    + Update Standards-Version to 3.8.1. No changes needed.
+  * debian/patches:
+    + Removed 02_externaltools_locale.patch, applied upstream.
+    + Updated 03_python_path.patch to use a modified version of the
+      upstream patch.
+  * debian/gedit.install:
+    + Plugins ui files are now installed under share/ in gedit-common.
+    + Install usr/lib/gedit-2/plugin-loaders.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/copyright: point to GPL-2 rather than GPL.
+  * debian/control.in: remove unneeded Section entries, they are
+    inherited from the source.
+
+  [ Josselin Mouette ]
+  * New upstream release.
+
+ -- Josselin Mouette <joss@debian.org>  Wed, 22 Apr 2009 23:48:16 +0200
+
+gedit (2.24.3-1) unstable; urgency=low
+
+  * 02_externaltools_locale.patch: new patch. Use LC_MESSAGES to 
+    determine the current language for the external tools.
+    Closes: #510572.
+  * New upstream release.
+  * 03_python_path.patch: new patch. Pass GEDIT_PLUGINDIR 
+    to PySys_SetArgv as a big hackish workaround to CVE-2009-0314.
+    Closes: #513513.
+
+ -- Josselin Mouette <joss@debian.org>  Sun, 15 Mar 2009 12:17:40 +0100
+
+gedit (2.24.2-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- Josselin Mouette <joss@debian.org>  Sun, 04 Jan 2009 10:16:32 +0100
+
+gedit (2.24.1-1) experimental; urgency=low
+
+  [ Loic Minier ]
+  * Replace homepage pseudo-field in description with a real source field in
+    control.
+  * Add note that dh_pysupport call should be made package specific or moved
+    to a different target.
+
+  [ Josselin Mouette ]
+  * Pass -pgedit to dh_pysupport.
+  * New upstream release.
+    + Document you need to escape backslashes. Closes: #361399.
+  * Massive update to (build-)dependencies, yay.
+  * Update list of installed files.
+  * Standards version is 3.8.0.
+  * Move gedit-bugreport.sh to /usr/share/gedit-2 and without extension.
+  * Provide a bug script that executes it for reportbug.
+  * 01_gedit-bugreport-location.patch:
+    + Update for the new location.
+    + Only patch the .in.in file, the other is always overwritten.
+  * 99_ltmain_as-needed.patch: updated to apply.
+  * Update gedit.menu to the new menu structure.
+
+ -- Josselin Mouette <joss@debian.org>  Fri, 14 Nov 2008 15:31:20 +0100
+
+gedit (2.22.3-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/patches/01_gedit-bugreport-location.patch,
+      debian/patches/99_ltmain_as-needed.patch:
+      - Updated to apply cleanly again.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Thu, 29 May 2008 09:52:41 +0200
+
+gedit (2.22.1-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/patches/01_gedit-bugreport-location.patch,
+      debian/patches/99_ltmain_as-needed.patch:
+      - Updated to apply cleanly again.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Wed, 09 Apr 2008 08:47:37 +0200
+
+gedit (2.22.0-1) unstable; urgency=low
+
+  * New upstream stable release:
+    + debian/control.in:
+      - Update build dependencies and dependencies.
+      - Update Standards-Version to 3.7.3, no additional changes needed.
+    + debian/patches/99_ltmain_as-needed.patch:
+      - Updated to apply cleanly again.
+    + debian/patches/01_gedit-bugreport-location.patch,
+      debian/gedit.install:
+      - Install the gedit-bugreport.sh script into /usr/lib/gedit-2 instead
+        of /usr/lib/gedit/gedit-2.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Mon, 17 Mar 2008 00:22:51 +0100
+
+gedit (2.20.4-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Sat, 01 Dec 2007 17:07:03 +0100
+
+gedit (2.20.3-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    + debian/patches/80_from_svn_load_tool_property_correctly.patch:
+      - Dropped, merged upstream.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Thu, 25 Oct 2007 11:26:58 +0200
+
+gedit (2.20.1-2) unstable; urgency=low
+
+  * debian/control.in:
+    + Fix python-gtksourceview2 dependency to make gedit installable.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Wed, 10 Oct 2007 13:18:49 +0200
+
+gedit (2.20.1-1) unstable; urgency=low
+
+  [ Loic Minier ]
+  * Drop useless gzip build-dep.
+
+  [ Sebastian DrÃ¶ge ]
+  * New upstream release:
+    + debian/control.in:
+      - Update build dependencies and dependencies.
+    + debian/patches/99_ltmain_as-needed.patch:
+      - Updated for the new version.
+  * debian/patches/80_from_svn_load_tool_property_correctly.patch:
+    + Patch taken from Ubuntu/Upstream SVN to fix external tools loading
+      there properties correctly. See Gnome bug #484318.
+  * debian/control.in:
+    + Build depend on libattr1-dev.
+
+ -- Sebastian DrÃ¶ge <slomo@debian.org>  Sun, 30 Sep 2007 17:07:44 +0200
+
+gedit (2.18.2-1) unstable; urgency=low
+
+  [ Alan Baghumian ]
+  * Added home page link to the description (Closes: #364806).
+
+  [ Josselin Mouette ]
+  * 99_ltmain_as-needed.patch: get --as-needed back to work.
+
+  [ Loic Minier ]
+  * New upstream stable release; bug fixes and translations.
+
+ -- Loic Minier <lool@dooz.org>  Thu, 05 Jul 2007 14:06:44 +0200
+
+gedit (2.18.1-1) unstable; urgency=low
+
+  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
+    cdbs >= 0.4.41.
+  * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS.
+  * Upload to unstable; drop check-dist include.
+  * Wrap build-deps and deps.
+  * Bump up Debhelper compatibility level to 5.
+    - Remove bogus /usr/lib/gedit-2/plugins/*.py from gedit.install.
+  * Add some ${misc:Depends}.
+  * Cleanups.
+  * New upstream release; no API change.
+    - Build-depend on gzip.
+
+ -- Loic Minier <lool@dooz.org>  Thu, 26 Apr 2007 10:34:19 +0200
+
+gedit (2.18.0-1) experimental; urgency=low
+
+  * New upstream release:
+    + debian/control: Add build-deps on libenchant-dev and iso-codes, which
+      are now needed for spell-checking.
+    + debian/patches/21_armenian-aspell.patch: Dropped, obsolete after switch
+      to libenchant
+    + debian/patches/30_mmap-handle-sigbus.patch: Dropped, included upstream.
+    + Added support for a notification if an opened file was changed on disk,
+      allowing to ignore the message or reload the file. (Closes: 382066)
+
+ -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 25 Mar 2007 19:56:42 +0200
+
+gedit (2.16.2-4) experimental; urgency=low
+
+  * Bump up the Replaces merged in 2.16.2-3 to << 2.16.2-3; thanks
+    FrÃ©dÃ©ric PÃ©ters.
+
+ -- Loic Minier <lool@dooz.org>  Mon, 12 Mar 2007 10:27:02 +0100
+
+gedit (2.16.2-3) experimental; urgency=low
+
+  [ Sven Arvidsson ]
+  * Merge 2.14.4-9.
+  * Move developers reference manual from -common to -dev.
+    - gedit-dev replaces gedit-common (<< 2.16.2-3)
+
+  [ Loic Minier ]
+  * Merge the final bits of 2.14.4-3 and up to version 2.14.4-8.
+    - Drop patch 10_double-key-events-breaks-xim, merged upstream.
+    - Drop patch debian/patches/20_arabic-aspell.patch, merged upstream.
+
+ -- Loic Minier <lool@dooz.org>  Sat, 10 Mar 2007 21:19:20 +0100
+
+gedit (2.16.2-2) experimental; urgency=low
+
+  [ Loic Minier ]
+  * Bump up gedit deps to follow Python build-deps as running with pygtk 2.8
+    causes crashes: python-gnome2-desktop >= 2.15.90, python-gtk2 >= 2.9.7,
+    python-glade2 >= 2.9.7; closes: #409665.
+  * Add a get-orig-source target to retrieve the upstream tarball.
+  * Add an epoch to the libgnomevfs2-dev build-dep; closes: #409607.
+  * Include the new check-dist Makefile to prevent accidental uploads to
+    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
+
+  [ Sven Arvidsson ]
+  * Recommend libgnomevfs2-bin, zenity and python-gnome2 required for
+    external tools (Closes: #388007)
+
+  [ Loic Minier ]
+  * Add a bogus libbonobo2-dev >= 2.15.0 build-dep for experimental buildds.
+
+ -- Loic Minier <lool@dooz.org>  Sun,  4 Feb 2007 18:44:54 +0100
+
+gedit (2.16.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * 70_relibtoolize.patch: removed, unneeded now the libs are cleaned
+    up with clean-la.mk.
+  * Bump build-dependencies appropriately.
+  * Remove build-dependency on libgnome-keyring.
+  * Use gnome:Version and NextVersion for gedit-dev as well.
+  * Bump versions for gedit-dev dependencies.
+  * pycompat: removed, obsolete.
+  * rules: remove call to dh_python.
+  * rules, gedit-common.install: move icon installation to dh_install.
+
+ -- Josselin Mouette <joss@debian.org>  Sun, 19 Nov 2006 19:14:30 +0100
+
+gedit (2.14.4-9) unstable; urgency=medium
+
+  [ Sven Arvidsson ]
+  * Move desktop launcher from gedit-common to gedit
+    - Add recommends gedit to gedit-common.
+    - gedit replaces gedit-common (<< 2.14.4-9)
+    (Closes: #413948)
+
+  [ Loic Minier ]
+  * Urgency medium.
+
+ -- Loic Minier <lool@dooz.org>  Sat, 10 Mar 2007 20:52:36 +0100
+
+gedit (2.14.4-8) unstable; urgency=medium
+
+  * Update patch 30_mmap-handle-sigbus to also pull SVN r5510; thanks Paolo
+    Borelli.
+
+ -- Loic Minier <lool@dooz.org>  Tue, 27 Feb 2007 15:48:06 +0100
+
+gedit (2.14.4-7) unstable; urgency=medium
+
+  * New patch, 30_mmap-handle-sigbus, to handle SIGBUS properly which might be
+    triggered after I/O errors in mmap()ed files; backported from SVN r5511;
+    see GNOME #354046.
+
+ -- Loic Minier <lool@dooz.org>  Mon, 26 Feb 2007 17:15:12 +0100
+
+gedit (2.14.4-6) unstable; urgency=low
+
+  * Add a get-orig-source target to retrieve the upstream tarball.
+  * New patch, 21_armenian-aspell, to support Armenian in the aspell plugin;
+    thanks Alan Baghumian; closes: #406794.
+
+ -- Loic Minier <lool@dooz.org>  Sun, 14 Jan 2007 10:51:40 +0100
+
+gedit (2.14.4-5) unstable; urgency=low
+
+  * New patch, 20_arabic-aspell, to support Arabic in the aspell plugin;
+    thanks Mohammed Sameer; closes: #403710.
+
+ -- Loic Minier <lool@dooz.org>  Tue, 19 Dec 2006 10:56:55 +0100
+
+gedit (2.14.4-4) unstable; urgency=low
+
+  * Update patch 10_double-key-events-breaks-xim with the final upstream fix;
+    closes: #374640.
+
+ -- Loic Minier <lool@dooz.org>  Sun,  3 Dec 2006 13:20:33 +0100
+
+gedit (2.14.4-3) unstable; urgency=medium
+
+  [ Josselin Mouette ]
+  * Require gnome-pkg-tools 0.6.
+  * Use ${gnome:Version} and ${gnome:NextVersion}.
+  * Include the gnome-versions.mk snippet.
+
+  [ Loic Minier ]
+  * Change description to be "official text editor of the GNOME desktop
+    environment" instead of "light-weight text editor"; thanks Tshepang
+    Lekhonkhobe.
+  * New patch, 10_double-key-events-breaks-xim, to fix double sending of
+    keypress X events which broke XIM; from GNOME #376750; closes: #374640.
+
+ -- Loic Minier <lool@dooz.org>  Sat, 25 Nov 2006 17:41:27 +0100
+
+gedit (2.14.4-2) unstable; urgency=low
+
+  * Python support.
+    - Build-depend on python (>= 2.3), python-dev, python-gtk2-dev (>= 2.8.0),
+      python-gnome2-desktop-dev (>= 2.13.3), python-support (>= 0.3).
+    - Bump up Debhelper build-dep to 5.0.37.2.
+    - Set Python compatibility level to 2.
+    - Add XS-Python-Version with ">= 2.3".
+    - Add XB-Python-Version to gedit.
+    - Add a dh_pysupport call in binary-install/gedit, and pass
+      "/usr/lib/gedit-2/plugins" as a private module directory; add a
+      dh_python as well.
+    - From /usr/lib/gedit-2/plugins/, install *.py; from
+      /usr/lib/gedit-2/plugins/snippets and /externaltools, install *.py and
+      *.glade.
+    - Let gedit Depend on python-gnome2-desktop, python-gtk2, python-glade2,
+      ${python:Depends}.
+
+ -- Loic Minier <lool@dooz.org>  Wed, 30 Aug 2006 22:50:17 +0200
+
+gedit (2.14.4-1) unstable; urgency=low
+
+  * New upstream release; no API changes.
+    - Relibtoolize.
+  * Fix watch file.
+  * Drop obsolete build-deps on libbonoboui2-dev, libeel2-dev, and libpopt-dev
+    thanks Daniel Holbach.
+  * Drop obsolete dep on libeel2-dev of gedit-dev, thanks Daniel Holbach.
+  * Set Maintainer to the Debian GNOME team.
+  * Bump up Standards-Version to 3.7.2.
+
+ -- Loic Minier <lool@dooz.org>  Wed, 30 Aug 2006 17:16:10 +0200
+
+gedit (2.14.3-1) unstable; urgency=low
+
+  [ Josselin Mouette ]
+  * Make the package binNMU-safe.
+    + Build-depend on dpkg-dev 1.13.19.
+    + Use ${source:Version}.
+
+  [ Loic Minier ]
+  * Stop shipping *.la files in gedit-dev.
+    [debian/gedit-dev.install]
+  * New upstream release.
+    - Relibtoolize and rename relibtoolizing patch.
+      [debian/patches/01_relibtoolise.patch,
+       debian/patches/70_relibtoolize.patch]
+  * Permit installation of gedit-dev after binNMUs too by using ">="
+    ${Source-Version} instead of a strict "=".
+    [debian/control, debian/control.in]
+
+ -- Loic Minier <lool@dooz.org>  Mon, 29 May 2006 21:23:49 +0200
+
+gedit (2.14.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * [debian/patches/01_relibtoolise.patch] Updated.
+  * [debian/rules] Link --as-needed.
+  * [debian/control.in] Added gnome-doc-utils build dependency; tightened
+    gtk, libgnomeui and gnome-vfs build dependency per configure.ac .
+  * [debian/gedit.install] Dropped references to /usr/lib/bonobo .
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 29 Apr 2006 14:04:54 +0200
+
+gedit (2.12.1-2) unstable; urgency=low
+
+  [ Loic Minier ]
+  Loic Minier <lool@dooz.org>:
+  * Update watch file. [debian/watch]
+
+  J.H.M. Dassen (Ray) <jdassen@debian.org>:
+  * [debian/patches/01_relibtoolise.patch] Added to remove unused direct
+    library dependencies.
+
+  [ Josselin Mouette ]
+  * Upload to unstable.
+
+ -- Josselin Mouette <joss@debian.org>  Sun,  8 Jan 2006 15:00:23 +0100
+
+gedit (2.12.1-1) experimental; urgency=low
+
+  * New upstream version.
+
+ -- Sebastien Bacher <seb128@debian.org>  Mon, 24 Oct 2005 14:53: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 <lool@dooz.org>  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 <lool@dooz.org>  Mon, 12 Sep 2005 22:24:31 +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 <lool@dooz.org>  Sat,  6 Aug 2005 17:39:36 +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 <lool@dooz.org>  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 <lool@dooz.org>  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 <jordi@debian.org>  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 <lool@dooz.org>  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 <joss@debian.org>  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 <lool@dooz.org>  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 <jsogo@debian.org>  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 <lool@dooz.org>  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 <lool@dooz.org>  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 <lool@dooz.org>  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 <seb128@debian.org>  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 <lool@dooz.org>  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 <jordi@debian.org>  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 <jordi@debian.org>  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 <jordi@irati.invalid>  Tue,  9 Nov 2004 13:13:40 +0100
+
+gedit (2.8.1-1) experimental; urgency=low
+
+  * New upstream release.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  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) <jdassen@debian.org>  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 <seb128@debian.org>  Thu,  5 Aug 2004 12:23:49 +0200
+
+gedit (2.6.1-1) unstable; urgency=low
+
+  * GNOME Team Upload.
+  * New Upstream Release.  
+
+ -- Sebastien Bacher <seb128@debian.org>  Sun, 30 May 2004 12:52:45 +0200
+
+gedit (2.6.0-3) unstable; urgency=low
+
+  * GNOME Team Upload.
+  * Upload in unstable.
+
+ -- Sebastien Bacher <seb128@debian.org>  Thu, 27 May 2004 20:04:25 +0200
+
+gedit (2.6.0-2) experimental; urgency=low
+
+  Sebastien Bacher <seb128@debian.org>
+  * GNOME Team Upload to fix the FTBFS due to missing Build-Depends.
+  J.H.M. Dassen (Ray) <jdassen@debian.org>
+  * [debian/control.in] Added missing build dependency on libxml-parser-perl.
+
+ -- Sebastien Bacher <seb128@debian.org>  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 <kaioshin@gazeta.pl>. Thanks! (Closes: Bug#192601)
+
+ -- Joe Drew <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  Fri, 28 Feb 2003 17:54:05 -0500
+
+gedit (2.1.91-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Joe Drew <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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) <evo@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <drew@debian.org>  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 <bas@debian.org>.
+
+ -- Mariusz Przygodzki <dune@home.pl>  Mon,  1 Jan 2001 15:53:38 +0100
+
+gedit (0.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Wed,  9 Aug 2000 14:19:08 -0400
+
+gedit (0.6.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Sun, 16 Jan 2000 21:12:18 -0500
+
+gedit (0.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  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 <stu@novare.net>  Thu, 30 Sep 1999 20:37:40 -0400
+
+gedit (0.5.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Sat, 12 Jun 1999 15:53:50 -0400
+
+gedit (0.5.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Mon, 17 May 1999 20:17:13 -0400
+
+gedit (0.5.1-2) unstable; urgency=low
+
+  * GNOME staging area upload.
+
+ -- Robert S. Edmonds <stu@novare.net>  Thu,  4 Mar 1999 18:44:09 -0500
+
+gedit (0.5.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Sun, 28 Feb 1999 16:34:29 -0500
+
+gedit (0.5.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Sat,  6 Feb 1999 14:07:48 -0500
+
+gedit (0.4.9-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  Thu,  4 Feb 1999 17:51:51 -0500
+
+gedit (0.4.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <stu@novare.net>  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 <edmonds@freewwweb.com>  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 <edmonds@freewwweb.com>  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 <edmonds@freewwweb.com>  Mon, 30 Mar 1998 19:36:44 -0500
+
+gedit (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <edmonds@freewwweb.com>  Sun, 29 Mar 1998 17:03:32 -0500
+
+gedit (0.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Robert S. Edmonds <edmonds@freewwweb.com>  Thu, 26 Mar 1998 19:43:41 -0500
+
+gedit (0.2.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Robert S. Edmonds <edmonds@freewwweb.com>  Mon,  9 Mar 1998 17:24:56 -0500
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-common.install
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-common.install	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit-common.install	(revision 5301)
@@ -0,0 +1,6 @@
+debian/gedit-icon.xpm /usr/share/pixmaps/
+debian/tmp/usr/share/gedit-2
+debian/tmp/usr/share/gnome
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/man
+debian/tmp/usr/share/omf
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.lintian
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.lintian	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.lintian	(revision 5301)
@@ -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
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/rules
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/rules	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/rules	(revision 5301)
@@ -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
+include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+binary-install/gedit::
+	cp debian/gedit.lintian debian/gedit/usr/share/lintian/overrides/gedit
+	cd debian/gedit/usr/share/gedit-2 && mv gedit-bugreport.sh gedit-bugreport
+	chmod 755 debian/gedit/usr/share/bug/gedit/script
+	dh_pysupport -pgedit /usr/lib/gedit-2/plugins
+
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
+
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.dirs
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.dirs	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.dirs	(revision 5301)
@@ -0,0 +1,1 @@
+usr/share/lintian/overrides
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.menu
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.menu	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.menu	(revision 5301)
@@ -0,0 +1,7 @@
+?package(gedit):\
+    needs="x11"\
+    section="Applications/Editors"\
+    title="Gedit"\
+    longtitle="Light-weight GNOME text editor"\
+    icon="/usr/share/pixmaps/gedit-icon.xpm"\
+    command="/usr/bin/gedit"
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.install
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.install	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/gedit.install	(revision 5301)
@@ -0,0 +1,9 @@
+debian/tmp/etc
+debian/tmp/usr/bin/gedit
+debian/tmp/usr/lib/gedit/gedit-2/gedit-bugreport.sh /usr/share/gedit-2/
+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/plugin-loaders/*.so
+debian/tmp/usr/share/applications/gedit.desktop
+debian/script /usr/share/bug/gedit/
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/script
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/script	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/script	(revision 5301)
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+exec /usr/share/gedit-2/gedit-bugreport >&3
+
Index: /pkg/tags/gedit-2.26.1-parsix1/debian/watch
===================================================================
--- /pkg/tags/gedit-2.26.1-parsix1/debian/watch	(revision 5301)
+++ /pkg/tags/gedit-2.26.1-parsix1/debian/watch	(revision 5301)
@@ -0,0 +1,2 @@
+version=2
+http://ftp.gnome.org/pub/gnome/sources/gedit/([\d\.]+)[02468]/gedit-([\d\.]+)\.tar\.gz
