debian/0000775000000000000000000000000012321604251007164 5ustar debian/copyright0000664000000000000000000001111312321604251011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: kdesdk Source: http://www.kde.org/download/ Files: kompare/* Copyright: 2001-2003, John Firebaugh 2001-2009, Otto Bruggeman 2004-2005, Jeff Snyder 2007-2012, Kevin Kofler 2011, Dmitry Risenberg 2012, Jean-Nicolas Artaud License: GPL-2+ Files: kompare/interfaces/kompareinterfaceexport.h kompare/libdialogpages/dialogpagesexport.h kompare/libdiff2/diff2export.h kompare/libdiff2/differencestringpair.h kompare/libdiff2/marker.h kompare/libdiff2/stringlistpair.cpp kompare/libdiff2/stringlistpair.h kompare/libdiff2/tests/interactivedifftest.cpp kompare/libdiff2/tests/interactivedifftest.h kompare/libdiff2/tests/levenshteintest.cpp kompare/libdiff2/tests/levenshteintest.h Copyright: 2004, Jarosław Staniek 2006, Matt Rogers 2007, Andreas Pakulat 2011, Dmitry Risenberg License: LGPL-2+ Files: interfaces/kompareinterface.h interfaces/kompareinterface.cpp Copyright: 2002-2003 Otto Bruggeman License: GPL 2 3 or approved by KDE eV 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) version 3 or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy defined in Section 14 of version 3 of the license. . 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . Files: doc/* Copyright: 2007 Sean Wheller License: GFDL-1.2+ Files: debian/* Copyright: 2007-2013, Debian Qt/KDE Maintainers License: GPL-2+ License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GFDL-1.2+ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". . On Debian systems, the complete text of the GNU Free Documentation License version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2". License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the complete text of the GNU Library General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2" debian/man/0000775000000000000000000000000012321604251007737 5ustar debian/man/kompare.10000664000000000000000000000527112321604251011464 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH KOMPARE 1 "March 25, 2005" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME kompare \- a KDE GUI for viewing differences between files .SH SYNOPSIS .B kompare [ \fIgeneric-options\fP ] .br .B kompare [ \fIgeneric-options\fP ] [ \fB\-c\fP ] \fIURL1 URL2\fP .br .B kompare [ \fIgeneric-options\fP ] [ \fB\-o\fP [ \fB\-n\fP ]] \fIdiff\fP .br .B kompare [ \fIgeneric-options\fP ] \fB\-b\fP \fIURL diff\fP .SH DESCRIPTION \fBKompare\fP is a graphical user interface for viewing the differences between two files. It will also optionally create a diff file. .PP Depending upon what is passed on the command line, Kompare can compare documents, display diff files and blend diff files back into original documents. .PP If an url is given as - then Kompare will read the corresponding file from standard input. Thus (for instance) Kompare can be used as: .PP .RS cvs diff | kompare \-o \- .RE .PP This utility is part of the KDE Software Development Kit. .SH OPTIONS Below are the kompare-specific options. For a full summary of options, run \fIkompare \-\-help\fP. .TP \fB\-b\fP \fIURL diff\fP Blends \fIdiff\fP into URL. \fIdiff\fP is expected to be diff output and \fIURL\fP the file or folder that the diff output needs to be blended into. .TP \fB\-c\fP \fIURL1 URL2\fP Compares \fIURL1\fP with \fIURL2\fP. This is the default mode if two URLs are passed. .TP \fB\-n\fP Used with \fB\-o\fP to stop Kompare from checking for the original file. .TP \fB\-o\fP \fIdiff\fP Opens the given diff file. This is the default mode if only one URL is passed. .br Kompare will check to see if it can find the original file(s). If it can, it will blend the original file(s) into the diff output and show the result in the viewer. Passing \fB\-n\fP will disable this check. .SH SEE ALSO The original documentation from the program author is available in \fI/usr/share/doc/kompare/\fP. .SH AUTHOR Kompare was written by John Firebaugh , Otto Bruggeman and others. .br This manual page was prepared by Ben Burton for the Debian GNU/Linux system (but may be used by others). debian/kompare.lintian-overrides0000664000000000000000000000015112321604251014177 0ustar kompare: package-name-doesnt-match-sonames libkomparedialogpages4 libkomparediff2-4 libkompareinterface4 debian/watch0000664000000000000000000000017412321604251010217 0ustar version=3 opts=dversionmangle=s/\+dfsg(\.\d+)?$// \ ftp://ftp.kde.org/pub/kde/stable/([\d\.]*)/src/kompare-([\d\.]*).tar.xz debian/rules0000775000000000000000000000045412321604251010247 0ustar #!/usr/bin/make -f include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk .PHONY: override_dh_auto_test override_dh_installman: $(overridden_command) --language=C override_dh_makeshlibs: $(overridden_command) -- -c0 override_dh_strip: $(overridden_command) --dbg-package=kompare-dbg debian/source/0000775000000000000000000000000012321604251010464 5ustar debian/source/format0000664000000000000000000000001412321604251011672 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000637012321604251011044 0ustar kompare (4:4.13.0-0ubuntu1) trusty; urgency=medium * New upstream KDE Software Compilation release -- Jonathan Riddell Thu, 10 Apr 2014 22:10:00 +0100 kompare (4:4.12.97-0ubuntu1) trusty; urgency=medium * New upstream release candidate -- Philip Muškovac Wed, 02 Apr 2014 11:34:42 +0200 kompare (4:4.12.95-0ubuntu1) trusty; urgency=medium * New upstream beta release -- Rohan Garg Sun, 23 Mar 2014 12:36:09 +0100 kompare (4:4.12.90-0ubuntu1) trusty; urgency=medium * New upstream beta release -- Jonathan Riddell Wed, 19 Mar 2014 11:06:47 +0000 kompare (4:4.12.3-0ubuntu1) trusty; urgency=medium * New upstream bugfix release -- Rohan Garg Tue, 04 Mar 2014 20:56:31 +0100 kompare (4:4.12.2-0ubuntu1) trusty; urgency=medium * New upstream bugfix release -- Rohan Garg Wed, 05 Feb 2014 00:08:38 +0000 kompare (4:4.12.1-0ubuntu1) trusty; urgency=low * New upstream bugfix release -- Rohan Garg Thu, 16 Jan 2014 08:24:32 +0000 kompare (4:4.12.0-0ubuntu1) trusty; urgency=low * New upstream release -- Jonathan Riddell Wed, 18 Dec 2013 17:17:37 +0000 kompare (4:4.11.97-0ubuntu1) trusty; urgency=low * New upstream RC release -- Jonathan Riddell Fri, 29 Nov 2013 13:18:05 +0000 kompare (4:4.11.95-0ubuntu1) trusty; urgency=low * New upstream beta release -- Rohan Garg Mon, 25 Nov 2013 18:15:25 +0100 kompare (4:4.11.80-0ubuntu1) trusty; urgency=low * New upstream beta release * Remove libkomparediff2 from install files, moved into own source package -- Rohan Garg Sat, 23 Nov 2013 17:45:56 +0100 kompare (4:4.11.2-0ubuntu1) saucy; urgency=low * New upstream bugfix release -- Jonathan Riddell Mon, 30 Sep 2013 14:33:23 +0100 kompare (4:4.11.1-0ubuntu1) saucy; urgency=low * New upstream bugfix release. -- Philip Muškovac Fri, 06 Sep 2013 22:27:55 +0100 kompare (4:4.11.0-0ubuntu1) saucy; urgency=low [ Howard Chan ] * New upstream release [ Jonathan Riddell ] * New upstream release -- Jonathan Riddell Wed, 14 Aug 2013 00:23:07 +0100 kompare (4:4.10.97-0ubuntu1) saucy; urgency=low * New upstream RC 2 release -- Jonathan Riddell Fri, 26 Jul 2013 19:43:58 +0100 kompare (4:4.10.95-0ubuntu1) saucy; urgency=low * New upstream RC release -- Rohan Garg Fri, 19 Jul 2013 12:32:49 +0000 kompare (4:4.10.90-0ubuntu1) saucy; urgency=low [ Jonathan Riddell ] * Add GPL as approved by e.v. to copyright * Make dbg package depend not suggest on main package [ Michał Zając ] * New upstream beta release [ Philip Muškovac ] * Make dbg package depend on = binary:Version of main package * Fix comma-separated-files-in-dep5-copyright to make lintian happy -- Michał Zając Fri, 28 Jun 2013 18:19:24 +0100 kompare (4:4.10.80-0ubuntu1) saucy; urgency=low * New upstream release * Initial package, split from kdesdk -- Jonathan Riddell Fri, 21 Jun 2013 02:37:39 +0100 debian/compat0000664000000000000000000000000212321604251010362 0ustar 9 debian/kompare.manpages0000664000000000000000000000002512321604251012334 0ustar debian/man/kompare.1 debian/control0000664000000000000000000000232012321604251010564 0ustar Source: kompare Section: kde Priority: optional Maintainer: Kubuntu Developers Build-Depends: kde-sc-dev-latest (>= 4:4.10.2), cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12), kdelibs5-dev (>= 4:4.13.0), libkomparediff2-dev Standards-Version: 3.9.4 Homepage: http://www.kde.org Vcs-Browser: http://bazaar.launchpad.net/~kubuntu-packagers/kubuntu-packaging/kompare Vcs-Bzr: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/kompare Package: kompare Architecture: any Section: devel Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: khelpcenter4 Description: file difference viewer Kompare displays the differences between files. It can compare the contents of files or directories, as well as create, display, and merge patch files. . This package is part of the KDE Software Development Kit module. Package: kompare-dbg Section: debug Architecture: any Priority: extra Depends: ${misc:Depends}, kde-runtime-dbg, kate-dbg, kompare (= ${binary:Version}) Replaces: kdeutils-dbg (<< 4:4.6) Breaks: kdeutils-dbg (<< 4:4.6) Description: debugging symbols for the kompare This package contains debugging files used to investigate problems with binaries included in kompare. debian/kompare.install0000664000000000000000000000255112321604251012215 0ustar usr/bin/kompare usr/lib/kde4/komparenavtreepart.so usr/lib/kde4/komparepart.so usr/lib/libkomparedialogpages.so.4 usr/lib/libkomparedialogpages.so.4* usr/lib/libkompareinterface.so.4 usr/lib/libkompareinterface.so.4* usr/share/applications/kde4/kompare.desktop usr/share/doc/kde/HTML/en/kompare/common usr/share/doc/kde/HTML/en/kompare/dock.png usr/share/doc/kde/HTML/en/kompare/index.cache.bz2 usr/share/doc/kde/HTML/en/kompare/index.docbook usr/share/doc/kde/HTML/en/kompare/settings-diff1.png usr/share/doc/kde/HTML/en/kompare/settings-diff2.png usr/share/doc/kde/HTML/en/kompare/settings-diff3.png usr/share/doc/kde/HTML/en/kompare/settings-diff4.png usr/share/doc/kde/HTML/en/kompare/settings-view1.png usr/share/doc/kde/HTML/en/kompare/settings-view2.png usr/share/doc/kde/HTML/en/kompare/undock.png usr/share/icons/hicolor/128x128/apps/kompare.png usr/share/icons/hicolor/16x16/apps/kompare.png usr/share/icons/hicolor/22x22/apps/kompare.png usr/share/icons/hicolor/32x32/apps/kompare.png usr/share/icons/hicolor/48x48/apps/kompare.png usr/share/icons/hicolor/scalable/apps/kompare.svgz usr/share/kde4/apps/kompare/komparepartui.rc usr/share/kde4/apps/kompare/kompareui.rc usr/share/kde4/services/komparenavtreepart.desktop usr/share/kde4/services/komparepart.desktop usr/share/kde4/servicetypes/komparenavigationpart.desktop usr/share/kde4/servicetypes/kompareviewpart.desktop debian/not-installed0000664000000000000000000000023212321604251011661 0ustar #other devstuff ./usr/include/kompare/kompareinterface.h ./usr/lib/libkomparedialogpages.so ./usr/lib/libkomparediff2.so ./usr/lib/libkompareinterface.so