--- gedit-plugins-2.17.1.orig/debian/changelog +++ gedit-plugins-2.17.1/debian/changelog @@ -0,0 +1,74 @@ +gedit-plugins (2.17.1-0ubuntu1) feisty; urgency=low + + * New upstream version: + New features and fixes: + - Bug 381885: terminal plugin can change directory + - Bug 351630: terminal plugin honours ctrl+tab + - Bug 359494: fix the way the last selected line is handled + * debian/control: + - Build-Depends on python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11) + - updated Build-Depends on debhelper to 5.0.38 + - use XS-Python-Version: current and XB-Python-Version: ${python:Versions} + * debian/pycompat: + - new + * debian/rules: + - call dh_pycentral instead of dh_python + - use PY_VERSIONS = $(shell pyversions --requested debian/control) + + -- Sebastien Bacher Mon, 15 Jan 2007 15:27:39 +0100 + +gedit-plugins (2.16.0-0ubuntu1) edgy; urgency=low + + * New upstream release: + - New Bracket Completion Plugin + - New and updated translations: sv, vi, ca. + * debian/control: + - bumped gedit, pygtk and python-gnome-desktop requirement. + + -- Daniel Holbach Fri, 8 Sep 2006 16:21:10 +0200 + +gedit-plugins (2.15.5-0ubuntu1) edgy; urgency=low + + * New upstream version: + New features and fixes: + - New Code Comment plugin + - Update to latest gedit 2.15 API + - Fix plugin l10n + - Fixes to configure + - Various fixes. + * debian/control: + - updated gedit requirement + + -- Sebastien Bacher Tue, 22 Aug 2006 15:58:56 +0200 + +gedit-plugins (2.15.4-0ubuntu3) edgy; urgency=low + + * debian/control: + - libgucharmap4-dev -> libgucharmap5-dev. + + -- Daniel Holbach Tue, 25 Jul 2006 10:53:23 +0200 + +gedit-plugins (2.15.4-0ubuntu2) edgy; urgency=low + + * debian/control: + - Build-Depends on gnome-doc-utils (>= 0.3.2) + + -- Sebastien Bacher Thu, 13 Jul 2006 16:30:00 +0200 + +gedit-plugins (2.15.4-0ubuntu1) edgy; urgency=low + + * New upstream release: + - Fixes to configure + - Terminal setting proper sensitivity to copy button + - New and updated translations: sv, es, hu, de, fi, ru. + * debian/patches/99_remove_python-vte_check.patch: + - dropped, fixed upstream. + + -- Daniel Holbach Tue, 11 Jul 2006 14:39:28 +0200 + +gedit-plugins (2.15.3-0ubuntu1) edgy; urgency=low + + * Initial release. + + -- Daniel Holbach Mon, 10 Jul 2006 11:50:19 +0200 + --- gedit-plugins-2.17.1.orig/debian/control +++ gedit-plugins-2.17.1/debian/control @@ -0,0 +1,17 @@ +Source: gedit-plugins +Section: gnome +Priority: optional +Maintainer: Daniel Holbach +Build-Depends: cdbs, debhelper (>= 5.0.38), gnome-doc-tools, gconf2, libxml-parser-perl, libglib2.0-dev (>= 2.8.0), libgtk2.0-dev (>= 2.8.0), libgtksourceview-dev (>= 1.2.0), gedit-dev (>= 2.16.0), libglade2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.13.4), python-dev (>= 2.4), python-gnome2-desktop-dev (>= 2.15.90), python-gtk2-dev (>= 2.9.7), libgucharmap5-dev (>= 1.7.0), python-vte, gnome-doc-utils (>= 0.3.2), python-central (>= 0.5.6), python-all-dev (>= 2.3.5-11) +Standards-Version: 3.7.2 +XS-Python-Version: current + +Package: gedit-plugins +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gedit (>= 2.16.0), python-gnome2-desktop (>= 2.15.90), python-gtk2 (>= 2.9.7), python-vte +XB-Python-Version: ${python:Versions} +Description: set of plugins for gedit + gedit-plugins contain a set of plugins for gedit, GNOME's text editor. + . + At the moment the following plugins are included: + charmap, colorpicker, joinlines, showtabbar, smartspaces, terminal. --- gedit-plugins-2.17.1.orig/debian/rules +++ gedit-plugins-2.17.1/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +DEB_AUTO_CLEANUP_RCS := yes +DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python + +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +PY_VERSIONS = $(shell pyversions --requested debian/control) + +binary-install/gedit-plugins:: + dh_pycentral + find debian -name "*.py[co]" -o -name "*.la" -exec rm -f {} \; + --- gedit-plugins-2.17.1.orig/debian/pycompat +++ gedit-plugins-2.17.1/debian/pycompat @@ -0,0 +1 @@ +2 --- gedit-plugins-2.17.1.orig/debian/compat +++ gedit-plugins-2.17.1/debian/compat @@ -0,0 +1 @@ +5 --- gedit-plugins-2.17.1.orig/debian/copyright +++ gedit-plugins-2.17.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Daniel Holbach on +Mon, 10 Jul 2006 11:50:19 +0200. + +It was downloaded from ftp.gnome.org/pub/GNOME/sources/gedit-plugins + +Upstream Author: + Steve Frécinaux + Jesse van den Kieboom + + +Copyright: + * Copyright (C) 2006 Steve Frécinaux + * Copyright (C) 2006 Jesse van den Kieboom + +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; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Daniel Holbach and +is licensed under the GPL, see above. +