debian/0000755000000000000000000000000012143550042007162 5ustar debian/komparator4.10000644000000000000000000000117611411070653011516 0ustar .TH komparator4 1 "MAY 2007" Linux "Komparator4 Manual" .SH NAME komparator4 \- searches and synchronizes two directories. .SH SYNOPSIS .B komparator4 .I url1 .I url2 .SH DESCRIPTION .B komparator4 is an application that searches and synchronizes two directories. It discovers duplicate, newer or missing files and empty folders. It works on local and network or kioslave protocol folders. .SH OPTIONS .IP url1 It is the first path to the desired directory, that corresponds to the left URL. .IP url2 It is the second path to another desired directory, that corresponds to the right URL. .SH AUTHOR Daniel Martins debian/docs0000644000000000000000000000001410464347575010053 0ustar README TODO debian/source/0000755000000000000000000000000012143550042010462 5ustar debian/source/format0000644000000000000000000000001411410331233011663 0ustar 3.0 (quilt) debian/control0000644000000000000000000000157012143547342010601 0ustar Source: komparator Section: kde Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell Build-Depends: debhelper (>= 9), cmake, gettext, kdelibs5-dev (>= 4:4.4.4), libkonq5-dev, pkg-kde-tools (>= 0.6.5) Standards-Version: 3.9.4 Homepage: http://kde-apps.org/content/show.php?content=116039 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/komparator/trunk Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/komparator/trunk Package: komparator Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: directories comparator for KDE Komparator is an application that searches and synchronizes two directories. It discovers duplicate, newer or missing files and empty folders. It works on local and network or kioslave protocol folders. debian/copyright0000644000000000000000000001177611411070653011133 0ustar This work was packaged for Debian by: Fathi Boudra on Tue, 1 Aug 2006 17:42:25 +0200. It was downloaded from: http://kde-apps.org/content/show.php/komparator4?content=116039 Upstream Author: Georg Hennig Copyright: Copyright (C) 2005-2010 Georg Hennig 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 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". The Debian packaging is: Copyright (C) 2006-2010 Fathi Boudra 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. Copyright for src/komparatorcomparejob.*: Copyright (C) 2005-2010 Georg Hennig This file uses main parts of "fdupes.c" from fdupes-1.40. FDUPES Copyright (C) 1999 Adrian Lopez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ Copyright for src/kmdcodec.*: Copyright (C) 2000-2001 Dawit Alemayehu Copyright (C) 2001 Rik Hemsley (rikkus) This program 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 General Public License along with this program. If not, see . RFC 1321 "MD5 Message-Digest Algorithm" Copyright (C) 1991-1992. RSA Data Security, Inc. Created 1991. All rights reserved. The KMD5 class is based on a C++ implementation of "RSA Data Security, Inc. MD5 Message-Digest Algorithm" by Mordechai T. Abzug, Copyright (c) 1995. This implementation passes the test-suite as defined in RFC 1321. The encoding and decoding utilities in KCodecs with the exception of quoted-printable are based on the java implementation in HTTPClient package by Ronald Tschal�r Copyright (C) 1996-1999. The quoted-printable codec as described in RFC 2045, section 6.7. is by Rik Hemsley (C) 2001. KMD4 class based on the LGPL code of Copyright (C) 2001 Nikos Mavroyanopoulos The algorithm is due to Ron Rivest. This code is based on code written by Colin Plumb in 1993. Copyright for src/kdatecombo.*: Copyright (C) 2008 Daniel Caleb Jones The documentations provided with komparator is distributed under the GNU Free Documentation License (FDL). They are considered free with regards to the Debian Free Software Guidelines (DFSG) because they don't contain any unmodifiable parts (invariant sections). On Debian systems, the complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL'. Komparator uses kquery.cpp, kquery.h, kdatecombo.cpp and kdatecombo.h taken without changes from kfind which is © Stephan Kulow and is licensed under the GPL, see above. debian/changelog0000644000000000000000000000554512143550036011050 0ustar komparator (4:1.0-2) unstable; urgency=low * Upload to unstable * Update to Standards 3.9.4 - no changes * Fix vcs-field-not-canonical - updated -- Mark Purcell Sun, 12 May 2013 09:11:16 +1000 komparator (4:1.0-1) experimental; urgency=low * New upstream release -- Mark Purcell Wed, 17 Apr 2013 21:40:19 +1000 komparator (4:0.9-1) experimental; urgency=low * New upstream release * Added Depends: libkonq5-dev -- Mark Purcell Sun, 31 Mar 2013 21:09:21 +1100 komparator (4:0.8-1) experimental; urgency=low * New upstream release * debian/compat -> 9 * cleanup debian/rules -- Mark Purcell Mon, 05 Nov 2012 22:10:45 +1100 komparator (4:0.7-1) unstable; urgency=low * New upstream release -- Mark Purcell Sat, 31 Mar 2012 22:56:49 +1100 komparator (4:0.6-1) unstable; urgency=low * New upstream release - Fixes "FTBFS: index.docbook:1061: element book: validity error : No declaration for element book" (Closes: #640956) - Fixes "FTBFS: No declaration for element" (Closes: #642719) * Add debian/watch for kde-apps -- Mark Purcell Sun, 13 Nov 2011 13:12:00 +1100 komparator (1:0.3-1) unstable; urgency=low * New upstream release - KDE 4 port (Closes: #555056, #586829) - add epoch to version number * Switch to dpkg-source 3.0 (quilt) format * Update debian/control: - update build dependencies for KDE 4 port - bump Standards-Version to 3.8.4 - update Homepage * Rewrite debian/copyright from scratch. * Update debian/rules: switch to dh usage. -- Fathi Boudra Wed, 23 Jun 2010 09:50:13 +0300 komparator (0.9-1) unstable; urgency=low * New upstream release * Refresh patches * Bump Standards-Version to 3.7.3 * Use Homepage, Vcs-Browser and Vcs-Svn fields * Remove GFDL embedded copy since it can be found in common-licenses -- Fathi Boudra Sat, 01 Mar 2008 20:13:39 +0100 komparator (0.8-1) unstable; urgency=low * New upstream release -- Mark Purcell Sat, 20 Oct 2007 12:17:11 +0100 komparator (0.7-2) unstable; urgency=low * Add menu file. (Closes: #442298) -- Fathi Boudra Wed, 03 Oct 2007 19:05:49 +0200 komparator (0.7-1) unstable; urgency=low * New Upstream Release * Added debian/komparator.1, thanks Daniel - confusing jargon: "Left URL", "Right URL", "co-reference", etc. (Closes: #422577) -- Mark Purcell Mon, 03 Sep 2007 06:44:34 +0100 komparator (0.5-1) unstable; urgency=low * New upstream release * Remove autoconf 2.60 patch, merged upstream -- Fathi Boudra Sun, 17 Sep 2006 01:54:26 +0200 komparator (0.4-1) unstable; urgency=low * Initial release (Closes: #378749) -- Fathi Boudra Tue, 1 Aug 2006 17:42:25 +0200 debian/watch0000644000000000000000000000024011657623044010223 0ustar version=3 http://kde-apps.org/content/download.php?content=116039 \ /CONTENT/content-files/116039-komparator4-([\d\.]+)\.tar\.(?:gz|bz2).* debian svn-upgrade debian/compat0000644000000000000000000000000212045717342010371 0ustar 9 debian/komparator.manpages0000644000000000000000000000002511411070653013055 0ustar debian/komparator4.1 debian/menu0000644000000000000000000000022311411070653010050 0ustar ?package(komparator):\ needs="X11" \ section="Applications/File Management" \ title="Komparator4" \ command="/usr/bin/komparator4" debian/rules0000755000000000000000000000005012045717342010246 0ustar #!/usr/bin/make -f %: dh $@ --parallel