--- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-doc.install +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc --- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-common.install +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-common.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/gtksourceview-2.0 +debian/tmp/usr/share/locale --- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-doc.links +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-doc.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/gtksourceview-2.0 usr/share/doc/libgtksourceview2.0-doc/html --- gtksourceview2-2.5.4.orig/debian/control.in +++ gtksourceview2-2.5.4/debian/control.in @@ -0,0 +1,79 @@ +Source: gtksourceview2 +Section: libs +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs, + debhelper (>= 5), + dh-buildinfo, + gnome-pkg-tools (>= 0.7), + dpkg-dev (>= 1.13.19), + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.12.0), + libxml2-dev (>= 2.5), + libxml-parser-perl, + libglib2.0-dev (>= 2.16.0) +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.0 + +Package: libgtksourceview2.0-0 +Section: libs +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgtksourceview2.0-common (>= ${gnome:Version}), + libgtksourceview2.0-common (<< ${gnome:NextVersion}) +Description: shared libraries for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the shared libraries required by applications to use + this widget. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-common +Section: misc +Architecture: all +Depends: ${misc:Depends} +Description: common files for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the language specifications files for Ada, C, C++, C#, + CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, + ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" + (gettext), Python, R, Ruby, sh, SQL, TCL, Texinfo, VB.NET, Verilog, VHDL and + XML. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libgtksourceview2.0-0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.0), + libxml2-dev (>= 2.5.0) +Suggests: libgtksourceview2.0-doc +Description: development files for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the header files required if you wish to develop + software that uses the GtkSourceView widget. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: documentation for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the GtkSourceView reference manual. +Homepage: http://gtksourceview.sourceforge.net/ --- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-dev.install +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* --- gtksourceview2-2.5.4.orig/debian/watch +++ gtksourceview2-2.5.4/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/([\d\.]+)[02468]/ \ + gtksourceview-(.*)\.tar\.gz \ + debian uupdate --- gtksourceview2-2.5.4.orig/debian/copyright +++ gtksourceview2-2.5.4/debian/copyright @@ -0,0 +1,54 @@ +This package was debianized by Andrew Lau + on Sat, 26 Feb 2005 15:37:19 +1100 + +It was downloaded from: + http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/ + +Upstream Authors: + A full list of contributors can be found in the AUTHORS file + +License: + +gtksourceview/language-specs/gtkrc.lang, +gtksourceview/language-specs/ini.lang, +gtksourceview/language-specs/lua.lang, +gtksourceview/language-specs/msil.lang, +gtksourceview/language-specs/nemerle.lang, +gtksourceview/language-specs/pascal.lang, +gtksourceview/language-specs/php.lang, +gtksourceview/language-specs/R.lang, +gtksourceview/language-specs/ruby.lang, +tests/test-widget.c: + + This program 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 program 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. + + On Debian systems, the complete text of the GNU General Public + License, Version 2 can be found in the file + /usr/share/common-licenses/GPL-2 + +The other sources: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL'. --- gtksourceview2-2.5.4.orig/debian/changelog +++ gtksourceview2-2.5.4/debian/changelog @@ -0,0 +1,564 @@ +gtksourceview2 (2.5.4-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #324819): + - Improvements to some of the lang files + - Updated translations + + -- Christophe Sauthier Tue, 03 Feb 2009 13:17:07 +0100 + +gtksourceview2 (2.5.3-0ubuntu1) jaunty; urgency=low + + * New upstream version: + - Improvements to some of the lang files + - Updated translations + + -- Sebastien Bacher Mon, 19 Jan 2009 23:14:00 +0100 + +gtksourceview2 (2.4.1-0ubuntu1) intrepid-proposed; urgency=low + + * New upstream version (lp: #293071): + - Fix a crash when inserting images in the buffer + - Improvements to some of the lang files + - Updated translations + + -- Sebastien Bacher Mon, 03 Nov 2008 12:59:27 +0100 + +gtksourceview2 (2.4.0-0ubuntu1) intrepid; urgency=low + + * New upstream version: + - Updated translations + + -- Sebastien Bacher Sun, 21 Sep 2008 15:48:24 +0200 + +gtksourceview2 (2.3.3-0ubuntu1) intrepid; urgency=low + + * New upstream version: + - Improvements to some of the lang files (lp: #267597) + - Updated translations + * debian/patches/01-sh.lang-typo.patch: + - the change is in the new version + + -- Sebastien Bacher Tue, 09 Sep 2008 00:14:40 +0200 + +gtksourceview2 (2.3.2-0ubuntu2) intrepid; urgency=low + + * Add debian/patches/01-sh.lang-typo.patch (LP: #249582) + - Replace 'podp' with 'popd' in gtksourceview/language-specs/sh.lang + + -- Nathan Handler Wed, 03 Sep 2008 16:48:02 -0500 + +gtksourceview2 (2.3.2-0ubuntu1) intrepid; urgency=low + + * New upstream version + - Misc bugfixes + - Improvements to some of the lang files + - Updated translations + + -- Sebastien Bacher Mon, 01 Sep 2008 10:30:32 +0200 + +gtksourceview2 (2.3.1-0ubuntu1) intrepid; urgency=low + + * New upstream versions: + - Misc bugfixes + - Updated translations + - Add function to guess the language for a given filename and mime type + - Allow to set background color of paragraphs with marks + - Support drawing white spaces + - Improvements to some of the lang files + - Misc bugfixes + - Updated translations + * debian/control.in: + - updated libglib requirement + * debuan/rules: + - updated shlibs version + + -- Sebastien Bacher Mon, 11 Aug 2008 15:55:51 +0200 + +gtksourceview2 (2.2.2-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/control.in: + - Build depend on GLib >= 2.16.0. + * debian/control.in: + - Update Standards-Version to 3.8.0, no additional changes needed. + + -- Sebastian Dröge Wed, 25 Jun 2008 08:01:42 +0200 + +gtksourceview2 (2.2.1-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 08 Apr 2008 05:41:23 +0200 + +gtksourceview2 (2.2.0-2) unstable; urgency=low + + * debian/rules: + + Update shlibs to >= 2.2.0 because of API additions. + + -- Sebastian Dröge Mon, 17 Mar 2008 00:28:19 +0100 + +gtksourceview2 (2.2.0-1) unstable; urgency=low + + * New upstream release. (closes: #467174) + - Bump build-deps based on configure.ac. + * Change to use 'Homepage' field. + + -- Rob Bradford Mon, 10 Mar 2008 13:50:24 +0000 + +gtksourceview2 (2.0.2-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/rules: + - Update shlibs to >= 2.0.2. + * debian/copyright: + + The python language file is now licensed under LGPL too. + + -- Sebastian Dröge Tue, 27 Nov 2007 04:36:33 +0100 + +gtksourceview2 (2.0.1-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Sun, 21 Oct 2007 17:22:11 +0200 + +gtksourceview2 (2.0.0-1) unstable; urgency=low + + * First upload to Debian. + * New upstream release with new API and package name, based on the + gtksourceview packaging. This is parallel installable with the old version. + * Updated package taken from Ubuntu. Thanks to Aron Sisak, Fernando + Ribeiro and Sebastien Bacher for updating the package. + * debian/rules: + + Use LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to improve linking + and make the dependencies a bit smaller. + * debian/control.in: + + Drop gnomeprintui and gnomevfs from build dependencies, drop gnomeprint + from the dependencies of the -dev package. + + Build depend on libglib2.0-dev (>= 2.13.6) to force the usage of GRegex + instead of the bundled PCRE. + + -- Sebastian Dröge Thu, 20 Sep 2007 09:42:09 +0200 + +gtksourceview2 (2.0.0-0ubuntu1) gutsy; urgency=low + + * New upstream release + + [Aron Sisak] + - Improvements many lang files + - Removed SourceMarker API + - Misc bugfixes (LP: #135702) + - Updated translations + + -- Fernando Ribeiro Mon, 17 Sep 2007 10:40:09 -0300 + +gtksourceview2 (1.90.4-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Many improvements to all the lang files + - Many minor API tweaks + - Misc bugfixes + - Updated translations + * debian/control.in: + - updated the Breaks version on gedit + * debian/rules: + - updated shlibs version + + -- Sebastien Bacher Tue, 28 Aug 2007 11:24:26 +0200 + +gtksourceview2 (1.90.3-0ubuntu1) gutsy; urgency=low + + * New upstream release: + - New default set of styles used to define a style scheme + - Many improvements to all the lang files, ruby and perl lang files + in particular. (LP: #126132) + - Some API tweaks + - Misc bugfixes + * debian/rules + - bumped shlibs version (>= 1.90.3) + * debian/control.in + - breaks gedit (<< 2.19.3) + + -- Aron Sisak Wed, 01 Aug 2007 13:42:48 +0200 + +gtksourceview2 (1.90.2-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Library is now LGPL (some lang files aren't yet) + - Support replacing contexts + - Support symbolic colors in schemes + - Add tango style scheme + - Some API tweaks + - Many lang file updates + - Misc bugfixes + * debian/control.in: + - don't use libgnomeprint + - no need to use Conflicts + - renamed the source and binary packages + * debian/copyright: + - updated + * debian/libgtksourceview-doc.preinst, debian/libgtksourceview-doc.prerm: + - dropped, not required due to the renaming + * debian/rules: + - updated binaries naming + + -- Sebastien Bacher Wed, 04 Jul 2007 09:22:39 +0200 + +gtksourceview (1.90.1-0ubuntu1) gutsy; urgency=low + + * New upstream release (1.90.1): + * GtkSourceStyle is now a gobject + * Be more careful about Language and LanguageManager lifecycles: add + gtk_source_[language|style_scheme]_manager_get_default to obtain + managers object owned by gtksourceview + * Most of the files are now officially licensed under LGPL, still + waiting for a few approval before completely switching the license. + * Port to GRegex + * Misc lang file updates + * Misc bugfixes + * New upstream release (1.90.0): + - This marks the road to GtkSourceView 2.0, and breaks the API. It is still + considererd API-unstable. + * API update/break + * New highlighting and theming engines (Yevgen Muntyan, Marco Barisione) + * GnomePrint-based print API removal + * New upstream release (1.8.6): + * Mark Undo/Redo insensitive when the view is not editable (Carlos Garnacho) + * Fix current line highlightging drawing artifacts (Yevgen Muntyan) + * Updated translations + * debian/control.in, debian/rules, debian/libgtksourceview-{1,2}-0.install: + - updated to reflect soname change + + -- Aron Sisak Mon, 25 Jun 2007 19:39:13 +0200 + +gtksourceview (1.8.5-1) unstable; urgency=high + + * Add a get-orig-source target to retrieve the upstream tarball. + * New upstream stable releases; no API change; lang file updates (OCaml, + Verilog, Perl, PHP, SQL), avoid clashes with glib symbols, new lang file + for RPM spec files, translations. + + -- Loic Minier Sun, 11 Mar 2007 16:37:03 +0100 + +gtksourceview (1.8.3-1) unstable; urgency=low + + * New upstream stable release; no API nor ABI change; translations updates + (ar, en_GB, nb), MIME type fixes in langage spec files, new DocBook and + OCaml lang files; zero code change. + - Stop shipping ocaml.lang in the Debian package. + + -- Loic Minier Tue, 9 Jan 2007 10:22:34 +0100 + +gtksourceview (1.8.2-1) unstable; urgency=medium + + * New upstream stable release with new translations (ar, ne), translation + updates (et, gl, nb, pl), fixes in langage spec files (R, java, nemerle, + pascal, verilog, xml), fixes in the DTD for langage spec files, and a new + Relax NG schema for the langage spec files; zero code change. + + -- Loic Minier Wed, 13 Dec 2006 14:28:59 +0100 + +gtksourceview (1.8.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Loic Minier Thu, 19 Oct 2006 10:01:31 +0200 + +gtksourceview (1.8.1-1) experimental; urgency=low + + * New upstream release; no API change. + * Use HTTP in watch file. + + -- Loic Minier Mon, 2 Oct 2006 18:30:01 +0200 + +gtksourceview (1.8.0-1) experimental; urgency=low + + * New upstream release. + * Small fix in the -dev depends. + * Require gnome-pkg-tools 0.7. + * Call clean-la.mk and gnome-versions.mk. + * Use ${gnome:Version} and ${gnome:NextVersion} to relax dependencies. + + -- Josselin Mouette Mon, 25 Sep 2006 22:33:52 +0200 + +gtksourceview (1.7.2-1) experimental; urgency=low + + * New upstream development releases, with API additions. + - Target at experimental. + - Bump shlibs to >= 1.7.2. + - Stop shipping boo.lang, integrated upstream. + * Sync with overrides and set libgtksourceview-common's Section to misc. + * Install gtk-doc documentation in the standard upstream directory. + - Drop --with-html-dir from configure args. + - Drop now useless libgtksourceview-doc.dirs. + - Update libgtksourceview-doc.install, libgtksourceview-doc.doc-base, and + libgtksourceview-doc.links. + - Drop /usr/share/doc/gtksourceview hierarchy. + - Add a preinst to manually drop symlinks on upgrades since dpkg can't + handle switching a pathname from symlink to directory. + - Add a prerm to manually drop the doc dir on downgrades since dpkg can't + handle switching a pathname from directory to symlink either. + * Add ${misc:Depends}. + * Update watch file to track all stable releases. + + -- Loic Minier Thu, 10 Aug 2006 15:11:43 +0200 + +gtksourceview (1.6.2-1) unstable; urgency=low + + * New upstream release; no API changes. + + -- Loic Minier Sat, 29 Jul 2006 21:12:50 +0200 + +gtksourceview (1.6.1-3) unstable; urgency=low + + * Readd boo.lang as it was removed from boo in 0.7.6.2237-1. + [debian/control, debian/control.in, + debian/libgtksourceview-common.install] + + -- Loic Minier Tue, 23 May 2006 11:23:01 +0200 + +gtksourceview (1.6.1-2) unstable; urgency=medium + + * Revert the shipping of boo.lang as I forgot to request its removal from + boo first. (Closes: #367975) + [debian/libgtksourceview-common.install] + * Bump up Debhelper compatibility level to 5. + [debian/compat, debian/control, debian/control.in] + + -- Loic Minier Mon, 22 May 2006 14:33:57 +0200 + +gtksourceview (1.6.1-1) unstable; urgency=low + + [ Loic Minier ] + * Sync with Ubuntu. + - New upstream releases. + . Bump up libgtk2.0-dev build-dep. + [debian/control, debian/control.in] + - Support the boo language and Replace the boo package which used to ship + it. + [debian/boo.lang, debian/control, debian/control.in, + debian/libgtksourceview-common.install] + * Distribution is unstable. + * Update Uploaders. + [debian/control, debian/control.in] + * Support the ocaml language, thanks to Eric Cooper. (Closes: #343664) + [debian/libgtksourceview-common.install, debian/ocaml.lang] + + [ Josselin Mouette ] + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version} and ${binary:Version}. + * Update watch file. + * Standards-version is 3.7.2. + * rules,*.install: use dh_install more cleanly. + * libgtksourceview-dev.install: remove the libtool file. + * libgtksourceview-dev depends on the exact libgtksourceview1.0-0 + version. + + -- Josselin Mouette Thu, 18 May 2006 09:02:17 +0200 + +gtksourceview (1.4.2-2) unstable; urgency=low + + * Add CDBS' utils. [debian/rules] + * Enable building of static libraries. (Closes: #337025) [debian/rules] + + -- Loic Minier Fri, 4 Nov 2005 11:58:26 +0100 + +gtksourceview (1.4.2-1) unstable; urgency=high + + * Urgency high because of RC bug fix. + * New upstream release (only translations updates). + * Bump shlibs to >= 1.4. (Closes: #328420) [debian/rules] + * Don't play with symlinks to save the changelogs and READMEs, keep the doc + under /usr/share/gtksourceview, with symlinks in + /usr/share/doc/*/gtksourceview pointing to it. + [debian/libgtksourceview1.0-0.links, libgtksourceview-dev.links, + libgtksourceview-doc.links debian/rules] + + -- Loic Minier Tue, 4 Oct 2005 21:31:40 +0200 + +gtksourceview (1.4.1-1) unstable; urgency=low + + [ Andrew Lau ] + * Debian Standards-Version: 3.6.2 + * New upstream release: fortran.lang, ruby.lang, sql.lang (closes: #313169) + - Drop patch. [debian/patches/00_sql-backslash.patch] + + [ Ondřej Surý ] + * GNOME Team upload. + + [ Loic Minier ] + * New upstream release 1.4.1. + - Bump build-depends on libgnomeprintui2.2-dev to >= 2.8. + * Misc fixes taken from 1.4.1-0ubuntu1: + - Remove spurious space between package entries. + [debian/control, debian/control.in] + - Version libgtksourceview/libgtksourceview-common/dependencies in + >= ${Source-Version}. [debian/control, debian/control.in] + - Drop useless libgtksourceview-common deps. + [debian/control, debian/control.in] + + -- Loic Minier Sun, 25 Sep 2005 16:54:15 +0200 + +gtksourceview (1.2.0-2) unstable; urgency=low + + * Designate '\' as an escape character in sql.lang + + [debian/patches/00_sql-backslash.patch] + (closes: #311124) + * [debian/rules]: + - Record compile-time dependency versions using dh_buildinfo + * Downgrade documentation from a dependency to a suggestion. + + -- Andrew Lau Wed, 8 Jun 2005 00:45:11 +1000 + +gtksourceview (1.2.0-1) unstable; urgency=medium + + * New upstream release for GNOME 2.10 + * [debian/control.in]: + - Bump build-dep version of libgnomevfs2-dev to guard against libhowl0 + (non-free) linkage. + + -- Andrew Lau Wed, 16 Mar 2005 15:05:29 +1100 + +gtksourceview (1.1.93-1) unstable; urgency=low + + * New upstream release. + + -- Andrew Lau Tue, 1 Mar 2005 23:26:31 +1100 + +gtksourceview (1.1.92-1) unstable; urgency=low + + * New upstream release. + - Improved LaTeX comment handling. + (closes: #280235) + - Merged: [debian/patches/00_python-numeric.patch] + (closes: #285102) + - Fixed line number printing. + (closes: #292658) + + -- Andrew Lau Sat, 26 Feb 2005 15:30:01 +1100 + +gtksourceview (1.1.91-1) experimental; urgency=low + + * New upstream developmental release for GNOME 2.9.x + - Removed: [debian/patches/01__R-lang.patch] (not a typo) + * Add Conflicts: with libgtksourceview-cil (<= 0.5-2) due to GtkSourceView + providing its own nemerle.lang file. + + -- Andrew Lau Wed, 26 Jan 2005 09:10:31 +1100 + +gtksourceview (1.1.90-1) experimental; urgency=low + + * New upstream developmental release for GNOME 2.9.x + - Merged: [debian/patches/00_tcl-spec.patch] + * Improved numeric type highlighting in Python. + + [debian/patches/00_python-numeric.patch] + Thanks: Leonardo Soto + * Corrected mistake in R language specification file. + + [debian/patches/01_R-lang.patch] + + -- Andrew Lau Thu, 20 Jan 2005 01:37:59 +1100 + +gtksourceview (1.1.1-1) unstable; urgency=low + + * New upstream release for GNOME 2.8.1 + + -- Andrew Lau Sat, 20 Nov 2004 17:50:03 +1100 + +gtksourceview (1.0.1-5) unstable; urgency=low + + * Create symlink for GtkSourceView documentation under devhelp's default + search path. + (closes: #273495) + * New language specification file for TCL. + Thanks: Riccardo Lancellotti + (closes: #273611) + + -- Andrew Lau Sun, 3 Oct 2004 02:31:50 +1000 + +gtksourceview (1.0.1-4) unstable; urgency=medium + + * Added conflict with libgtksourceview-cil (<= 0.5-1) to enable upgrades. + (closes: #265953) + * Separated documentation into libgtksourceview-doc package. + + -- Andrew Lau Thu, 19 Aug 2004 23:10:40 +1000 + +gtksourceview (1.0.1-3) unstable; urgency=low + + * Language specification files backported from CVS. + - Updated: ada.lang, perl.lang + - New: css.lang, fortran.lang, haskell.lang, javascript.lang, lua.lang, + pascal.lang, ruby.lang, texinfo.lang and vbnet.lang + (closes: #255668) + * Documentation now symlinked under /usr/share/doc/libgtk2.0-doc. + (closes: #261119) + + -- Andrew Lau Mon, 16 Aug 2004 00:07:10 +1000 + +gtksourceview (1.0.1-2) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Thu, 27 May 2004 20:46:01 +0200 + +gtksourceview (1.0.1-1) experimental; urgency=low + + * New upstream release. + + -- Andrew Lau Fri, 23 Apr 2004 00:19:32 +1000 + +gtksourceview (1.0.0-2) experimental; urgency=low + + * GNOME team upload. + * debian/control.in: build-depend on libxml-parser-perl to fix a FTBFS. + + -- Jordi Mallach Mon, 12 Apr 2004 17:09:05 +0200 + +gtksourceview (1.0.0-1) experimental; urgency=low + + * New upstream release. + + Corrects highlightning after an apostrophe (closes: #226215). + * rules: update minimal shlib dependency. + * control.in: require GNOME 2.6 versions of the libraries. + * patches/00_autoreconf.patch: removed, should no longer be needed now + upstream uses libtool 1.5.2. + + -- Josselin Mouette Mon, 29 Mar 2004 17:43:05 +0200 + +gtksourceview (0.7.0-2) unstable; urgency=medium + + * Regenerate autotools-dev/libtool files to work around -pthread linking + build failures. + (closes: #217883) + + -- Andrew Lau Tue, 28 Oct 2003 22:12:18 +1100 + +gtksourceview (0.7.0-1) unstable; urgency=low + + * New upstream release. + (closes: #216946) + + -- Andrew Lau Thu, 23 Oct 2003 02:41:36 +1000 + +gtksourceview (0.6.0-1) unstable; urgency=low + + * New upstream release. + * Debian Standards-Version: 3.6.1 + + -- Andrew Lau Thu, 28 Aug 2003 16:27:26 +1000 + +gtksourceview (0.5.0-1) unstable; urgency=low + + * New upstream release. + * Debian Standards-Version: 3.6.0 + + -- Andrew Lau Wed, 13 Aug 2003 14:18:21 +1000 + +gtksourceview (0.4.0-1) unstable; urgency=low + + * Initial Release of Debian GNU/Linux Packages. + (closes: #195663) + + -- Andrew Lau Wed, 2 Jul 2003 22:59:16 +1000 + --- gtksourceview2-2.5.4.orig/debian/compat +++ gtksourceview2-2.5.4/debian/compat @@ -0,0 +1 @@ +5 --- gtksourceview2-2.5.4.orig/debian/rules +++ gtksourceview2-2.5.4/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# $Id: rules 15206 2008-03-16 23:28:35Z slomo $ +# (C) 2002 Colin Walters + +# CDBS Classes & Rules +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/clean-la.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +GNOME_MODULE = gtksourceview + +# Compile options +DEB_CONFIGURE_EXTRA_FLAGS += --enable-static +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +# Debhelper Arguments +DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.3)' + +# Record build-time version information +binary-post-install/libgtksourceview2.0-common:: + dh_buildinfo -plibgtksourceview2.0-common + --- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-0.install +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- gtksourceview2-2.5.4.orig/debian/control +++ gtksourceview2-2.5.4/debian/control @@ -0,0 +1,79 @@ +Source: gtksourceview2 +Section: libs +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Build-Depends: autotools-dev, + cdbs, + debhelper (>= 5), + dh-buildinfo, + gnome-pkg-tools (>= 0.7), + dpkg-dev (>= 1.13.19), + libglib2.0-dev (>= 2.16), + libgtk2.0-dev (>= 2.12.0), + libxml2-dev (>= 2.5), + libxml-parser-perl, + libglib2.0-dev (>= 2.16.0) +Uploaders: Debian GNOME Maintainers , Sebastian Dröge +Standards-Version: 3.8.0 + +Package: libgtksourceview2.0-0 +Section: libs +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libgtksourceview2.0-common (>= ${gnome:Version}), + libgtksourceview2.0-common (<< ${gnome:NextVersion}) +Description: shared libraries for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the shared libraries required by applications to use + this widget. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-common +Section: misc +Architecture: all +Depends: ${misc:Depends} +Description: common files for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the language specifications files for Ada, C, C++, C#, + CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, + ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" + (gettext), Python, R, Ruby, sh, SQL, TCL, Texinfo, VB.NET, Verilog, VHDL and + XML. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libgtksourceview2.0-0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.12.0), + libxml2-dev (>= 2.5.0) +Suggests: libgtksourceview2.0-doc +Description: development files for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the header files required if you wish to develop + software that uses the GtkSourceView widget. +Homepage: http://gtksourceview.sourceforge.net/ + +Package: libgtksourceview2.0-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: documentation for the GTK+ syntax highlighting widget + GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget + GtkTextView. It improves GtkTextView by implementing syntax highlighting and + other features typical of a source editor. + . + This package contains the GtkSourceView reference manual. +Homepage: http://gtksourceview.sourceforge.net/ --- gtksourceview2-2.5.4.orig/debian/libgtksourceview2.0-doc.doc-base +++ gtksourceview2-2.5.4/debian/libgtksourceview2.0-doc.doc-base @@ -0,0 +1,11 @@ +Document: gtksourceview-2.0 +Title: GtkSourceView Reference Manual +Author: The GtkSourceView team +Abstract: This manual describes the GtkSourceView text widget. It extends the + standard GTK+ 2.x text widget GtkTextView by implementing syntax highlighting + and other features typical of a source editor. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/gtk-doc/html/gtksourceview-2.0/index.html +Files: /usr/share/gtk-doc/html/gtksourceview-2.0/*.html