--- source-highlight-qt-0.2.1.orig/debian/copyright +++ source-highlight-qt-0.2.1/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Maintainer: Lorenzo Bettini +Source: http://sourceforge.net/projects/srchiliteqt/files/ +Name: source-highlight-qt + +Files: * +Copyright: 2008, 2009 Lorenzo Bettini +License: GPL-3 + +Files: debian/* +Copyright: 2010, Angel Abad + 2009, Cesare Tirabassi +License: GPL-3 + +License: GPL-3 + 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 3 of the License. + . + 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-3'. --- source-highlight-qt-0.2.1.orig/debian/changelog +++ source-highlight-qt-0.2.1/debian/changelog @@ -0,0 +1,55 @@ +source-highlight-qt (0.2.1-0ubuntu1) lucid; urgency=low + + * New upstream release + * debian/control: Depends on debhelper (>= 7.0.5) for dh_override_ use + * Update copyright file + + -- Angel Abad Sun, 07 Feb 2010 09:56:52 +0100 + +source-highlight-qt (0.2-0ubuntu3) lucid; urgency=low + + * Rebuild for libboost1.40.0 (LP: #516665) + + -- Cesare Tirabassi Thu, 04 Feb 2010 13:44:00 +0100 + +source-highlight-qt (0.2-0ubuntu2) lucid; urgency=low + + * Add explicit Build-Depends on pkg-config. + + -- Cesare Tirabassi Mon, 09 Nov 2009 21:51:38 +0100 + +source-highlight-qt (0.2-0ubuntu1) lucid; urgency=low + + * New upstream release: + - can customize colors in the color dialog also for elements not + defined in the current style + - dialog for source-highlight's data dir settings + - fixed a bug when changing the highlighter of TextEditHighlighted + with a lang file containing an error + - combo box for choosing output format language file + - access to the langmap for outlang files + - TextEditHighlighted constructor taking a QWidget parent + - QtColorMapRGB class for mapping rgb colors into source-highlight + standard colors + - functionalities for generating a source-highlight style file + - utility functions for displaying message boxes concerning + source-highlight exceptions + - TextEditHighlighted catches exceptions from source-highlight + and shows them in a message box + * Bump Build-Depends libsource-highlight and source-highlight versions + * No change bump of Standards-Version to 3.8.3 + * Change name of library binary package in accordance to SONAME bump. + + -- Cesare Tirabassi Mon, 05 Oct 2009 14:22:12 +0200 + +source-highlight-qt (0.1-0ubuntu2) karmic; urgency=low + + * Really build and install the doxygen documentation. + + -- Cesare Tirabassi Tue, 11 Aug 2009 21:22:57 +0200 + +source-highlight-qt (0.1-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #407896). + + -- Cesare Tirabassi Sun, 02 Aug 2009 10:14:47 +0200 --- source-highlight-qt-0.2.1.orig/debian/libsource-highlight-qt4-doc.install +++ source-highlight-qt-0.2.1/debian/libsource-highlight-qt4-doc.install @@ -0,0 +1,2 @@ +usr/share/doc/source-highlight-qt/* usr/share/doc/libsource-highlight-qt4-doc/ + --- source-highlight-qt-0.2.1.orig/debian/watch +++ source-highlight-qt-0.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/srchiliteqt/source-highlight-qt-([\d\.]+)\.tar\.gz debian uupdate --- source-highlight-qt-0.2.1.orig/debian/libsource-highlight-qt4-doc.info +++ source-highlight-qt-0.2.1/debian/libsource-highlight-qt4-doc.info @@ -0,0 +1 @@ +doc/source-highlight-qt.info --- source-highlight-qt-0.2.1.orig/debian/source-highlight-qt-doc.doc-base +++ source-highlight-qt-0.2.1/debian/source-highlight-qt-doc.doc-base @@ -0,0 +1,10 @@ +Document: libsource-highlight-qt +Title: libsource-highlight-qt Library Documentation +Author: Lorenzo Bettini +Abstract: This reference describes the libsource-highlight-qt library + and details how to program using it. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libsource-highlight-qt4-doc/api/index.html +Files: /usr/share/doc/libsource-highlight-qt4-doc/api/*.html --- source-highlight-qt-0.2.1.orig/debian/libsource-highlight-qt4-2.install +++ source-highlight-qt-0.2.1/debian/libsource-highlight-qt4-2.install @@ -0,0 +1 @@ +usr/lib/*.so.* --- source-highlight-qt-0.2.1.orig/debian/libsource-highlight-qt4-dev.install +++ source-highlight-qt-0.2.1/debian/libsource-highlight-qt4-dev.install @@ -0,0 +1,4 @@ +usr/lib/libsource-highlight-qt4.a +usr/lib/libsource-highlight-qt4.so +usr/lib/pkgconfig/source-highlight-qt4.pc +usr/include/srchiliteqt --- source-highlight-qt-0.2.1.orig/debian/control +++ source-highlight-qt-0.2.1/debian/control @@ -0,0 +1,45 @@ +Source: source-highlight-qt +Section: devel +Priority: extra +Maintainer: Cesare Tirabassi +Build-Depends: debhelper (>= 7.0.50), pkg-config, libqt4-dev, + libsource-highlight-dev (>= 3.1.1), source-highlight (>= 3.1.1), + doxygen, texinfo +Homepage: http://srchiliteqt.sourceforge.net/ +Standards-Version: 3.8.3 + +Package: libsource-highlight-qt4-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: source-highlight +Description: Syntax highlighting library for Qt (shared library) + A library for performing syntax highlighting in Qt using the GNU + Source-Highlight library + . + This package contains the shared library. + +Package: libsource-highlight-qt4-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libsource-highlight-qt4-2 (= ${binary:Version}), libsource-highlight-dev, libqt4-dev +Conflicts: libsource-highlight-qt4 +Provides: libsource-highlight-qt4 +Suggests: libsource-highlight-qt4-doc +Description: Syntax highlighting library for Qt (development files) + A library for performing syntax highlighting in Qt using the GNU + Source-Highlight library + . + This package contains the development libraries/utilities and headers needed + to use the shared library from your own programs. + +Package: libsource-highlight-qt4-doc +Section: doc +Architecture: all +Recommends: libsource-highlight-qt4-dev +Depends: ${misc:Depends} +Description: Syntax highlighting library for Qt (API documentation) + A library for performing syntax highlighting in Qt using the GNU + Source-Highlight library + . + This package contains the API documentation for the shared library. --- source-highlight-qt-0.2.1.orig/debian/rules +++ source-highlight-qt-0.2.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --with-doxygen --- source-highlight-qt-0.2.1.orig/debian/compat +++ source-highlight-qt-0.2.1/debian/compat @@ -0,0 +1 @@ +7