debian/0000775000000000000000000000000011663660442007200 5ustar debian/source/0000775000000000000000000000000011431255500010464 5ustar debian/source/format0000664000000000000000000000001411431255500011672 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000265011431255247011132 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: qsource-highlight Maintainer: Lorenzo Bettini Source: http://sourceforge.net/projects/qsrchilite/files/ Files: * Copyright: 2009 Lorenzo Bettini License: GPL-3 Files: src/assistant.{cpp,h}, doc/images/icons/*.png, doc/html/images/*.png Copyright: 2009 Lorenzo Bettini Copyright: 2009 Nokia Corporation and/or its subsidiary(-ies). License: GPL-3 Files: src/*.{xpm,xcf} Copyright: 2009 Nokia Corporation and/or its subsidiary(-ies). License: GPL-3 Files: debian/* Copyright: 2009, Cesare Tirabassi 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'. debian/qsource-highlight.desktop0000664000000000000000000000027011431255247014214 0ustar [Desktop Entry] Version=1.0 Name=QSource-Highlight Comment=Highlight your sources Exec=qsource-highlight StartupNotify=false Terminal=false Type=Application Categories=Development;Qt; debian/manpages0000664000000000000000000000003011431255247010703 0ustar doc/qsource-highlight.1 debian/changelog0000664000000000000000000000220611663660442011052 0ustar qsource-highlight (0.2-0ubuntu5) precise; urgency=low * Rebuild against libsource-highlight4. -- Felix Geyer Fri, 25 Nov 2011 10:34:07 +0100 qsource-highlight (0.2-0ubuntu4) oneiric; urgency=low * No change rebuild for the boost1.46 transition -- Scott Kitterman Wed, 07 Sep 2011 23:48:45 -0400 qsource-highlight (0.2-0ubuntu3) maverick; urgency=low [ Angel Abad ] * debian/control: Add libboost-regex-dev to Build-Depends, fix FTBFS (LP: #617346) [ Benjamin Drung ] * Wrap build dependencies. * Bump Standards-Version to 3.9.1 (no changes required). * Switch to dpkg-source 3.0 (quilt) format. * Remove duplicate section field. * Bump debhelper version to >= 7.0.50~. -- Benjamin Drung Fri, 13 Aug 2010 17:01:20 +0200 qsource-highlight (0.2-0ubuntu2) maverick; urgency=low * Add build-dep on libqtwebkit-dev -- Jonathan Riddell Fri, 23 Jul 2010 12:02:00 +0100 qsource-highlight (0.2-0ubuntu1) lucid; urgency=low * Initial release (LP: #449533). -- Cesare Tirabassi Wed, 04 Nov 2009 21:39:02 +0100 debian/control0000664000000000000000000000161111431257050010570 0ustar Source: qsource-highlight Section: devel Priority: extra Maintainer: Cesare Tirabassi Build-Depends: debhelper (>= 7.0.50~), libboost-regex-dev, libqt4-dev, libqtwebkit-dev, libsource-highlight-qt4-dev (>= 0.2), pkg-config Homepage: http://qsrchilite.sourceforge.net/ Standards-Version: 3.9.1 Package: qsource-highlight Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: source-highlight Suggests: qt4-dev-tools Description: Qt4 front-end for GNU Source-Highlight You can highlight your code on the fly, and have the highlighted output in a format supported by source-highlight (e.g. HTML, LaTeX, Texinfo, etc.). You can then save the formatted output to a file, or copy and paste it. . A preview of the highlighted output is available for some output formats (HTML and XHTML). debian/menu0000664000000000000000000000021511431255247010061 0ustar ?package(qsource-highlight):\ needs="X11" \ section="Applications/Programming" \ title="QSource-Highlight" \ command="qsource-highlight" debian/install0000664000000000000000000000007011431255247010562 0ustar debian/qsource-highlight.desktop usr/share/applications debian/compat0000664000000000000000000000000211431255247010372 0ustar 7 debian/watch0000664000000000000000000000012711431255247010225 0ustar version=3 http://sf.net/qsrchilite/qsource-highlight-([\d\.]+)\.tar\.gz debian uupdate debian/rules0000775000000000000000000000037511431255452010257 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: qmake -recursive qsource-highlight.pro dh_auto_build override_dh_auto_install: INSTALL_ROOT=$(CURDIR)/debian/qsource-highlight/usr make install override_dh_compress: dh_compress -X.qhc -X.qch