debian/0000755000000000000000000000000012146705211007165 5ustar debian/install0000644000000000000000000000050512146704736010571 0ustar debian/tmp/usr/share/locale /data/nautilus-compare-preferences.desktop /usr/share/applications/ /data/nautilus-compare-notification /usr/share/nautilus-compare/ /src/nautilus-compare.py /usr/share/nautilus-compare/ /src/utils.py /usr/share/nautilus-compare/ /src/nautilus-compare-preferences.py /usr/share/nautilus-compare/ debian/postinst0000644000000000000000000000046212146704736011010 0ustar #!/bin/sh # postinst script for nautilus-compare # # see: dh_installdeb(1) set -e unud=/var/lib/update-notifier/user.d if [ -d $unud ]; then cp /usr/share/nautilus-compare/nautilus-compare-notification \ /var/lib/update-notifier/user.d/ touch /var/lib/update-notifier/dpkg-run-stamp fi #DEBHELPER# debian/prerm0000644000000000000000000000054112146704736010250 0ustar #!/bin/sh # prerm script for nautilus-compare # # see: dh_installdeb(1) set -e case "$1" in remove|upgrade|deconfigure) rm -f /var/lib/update-notifier/user.d/nautilus-compare-notification ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/links0000644000000000000000000000031112146704736010236 0ustar usr/share/nautilus-compare/nautilus-compare.py /usr/share/nautilus-python/extensions/nautilus-compare.py usr/share/nautilus-compare/nautilus-compare-preferences.py usr/bin/nautilus-compare-preferences debian/compat0000644000000000000000000000000212146704736010376 0ustar 7 debian/changelog0000644000000000000000000000211612146704736011052 0ustar nautilus-compare (0.0.4+po1-1) unstable; urgency=low * Repack the orig tarball to include the latest translations coming from Launchpad. (Closes: #699048) -- Andrea Veri Tue, 21 May 2013 16:21:43 +0200 nautilus-compare (0.0.4-1) unstable; urgency=low * New upstream release. * debian/postinst and prerm: - added to notify users to restart their nautilus istance to enable nautilus-compare. * debian/nautilus-compare-preferences.1: - added. Thanks Guido for working on it. * debian/control: - added a depend on python. - meld moved to recommends and added a good bunch of different compare tools to satisfy everyone's needs. - added VCS-* bits. - improved descriptions. * debian/install: - updated to install all the files introduced by the new upstream release, .links file updated accordingly. -- Andrea Veri Sun, 30 Oct 2011 19:16:09 +0100 nautilus-compare (0.0.3-1) unstable; urgency=low * First upload to Debian unstable. -- Andrea Veri Thu, 27 Oct 2011 13:01:47 +0200 debian/rules0000755000000000000000000000051312146704736010257 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: for file in $$(cd po; ls *.po; cd ..); do echo debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES; mkdir -p debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES; msgfmt -f -o debian/tmp/usr/share/locale/$${file%.po}/LC_MESSAGES/nautilus-compare.mo po/$$file; done dh_install debian/copyright0000644000000000000000000000205112146704736011131 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: nautilus-compare Source: https://launchpad.net/nautilus-compare Files: * Copyright: 2011, Guido Tabbernuk License: GPL-3+ Files: debian/* Copyright: 2011, Guido Tabbernuk License: GPL-3+ License: GPL-3+ 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 3 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. . 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 3 can be found in "/usr/share/common-licenses/GPL-3". debian/nautilus-compare-preferences.10000644000000000000000000000277312146704736015062 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 NAUTILUS-COMPARE-PREFERENCES 1 "October 29, 2011" .\" 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 nautilus-compare-preferences \- Nautilus Compare preferences dialog .SH SYNOPSIS .B nautilus-compare-preferences .SH DESCRIPTION .B 'nautilus-compare-preferences' is a graphical tool to set preferences for .B Nautilus Compare which is a small extension for the Nautilus file manager, which allows users to compare selected files from the context menu as well as remember them for later comparison. .PP .B nautilus-compare-preferences has been written in Python and GTK+, and after installing the application you can run it from the application launcher. .SH SEE ALSO .BR nautilus (1) .br .SH AUTHOR .nh nautilus-compare-preferences was written by Guido Tabbernuk . .PP This manual page was written by Guido Tabbernuk , for the Debian project (and may be used by others). debian/source/0000755000000000000000000000000012146704736010500 5ustar debian/source/format0000644000000000000000000000001412146704736011706 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000004612146704736010716 0ustar debian/nautilus-compare-preferences.1 debian/control0000644000000000000000000000210612146704736010602 0ustar Source: nautilus-compare Section: gnome Priority: extra Maintainer: Guido Tabbernuk Uploaders: Andrea Veri Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.4 Homepage: https://launchpad.net/nautilus-compare Vcs-Bzr: https://code.launchpad.net/~nautilus-compare/nautilus-compare/trunk Vcs-Browser: https://code.launchpad.net/~nautilus-compare/nautilus-compare/trunk Package: nautilus-compare Architecture: all Depends: ${misc:Depends}, nautilus (>= 3), python-nautilus (>= 1.0), python-xdg, python Recommends: meld Suggests: kdiff3 | kdiff3-qt, diffuse, kompare, fldiff, tkdiff Description: Context menu comparison extension for Nautilus file manager Simple context menu file comparison extension for Nautilus 3 and above, inspired by the discontinued 'diff-ext' extension. By default it uses 'meld' to do the comparison and provides "Compare", "Compare to ~/foo/bar" and "Compare Later" in Nautilus context menu. Using the configurator tool you can choose your favourite compare tool for one-on-one, three-way and multi-compare situations.