cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-bz5tkx02/kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc' '/tmp/debusine-fetch-exec-upload-bz5tkx02/kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb' '/tmp/debusine-fetch-exec-upload-bz5tkx02/kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb' output (contains stderr only, stdout was captured): Files in working directory: lintian.txt -------------------- W: kpilot-trinity source: ancient-standards-version 3.8.4 (released 2010-01-27) (current is 4.5.1) N: W: ancient-standards-version N: N: The source package refers to a Standards-Version that has been N: obsolete for more than two years. Please update your package to latest N: Policy and set this control field appropriately. N: N: If the package is already compliant with the current standards, you N: don't have to re-upload the package just to adjust the N: Standards-Version control field. However, please remember to update N: this field next time you upload the package. N: N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the N: debian-policy package for a summary of changes in newer versions of N: Policy. N: N: Refer to N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for N: details. N: N: Severity: warning N: N: Check: fields/standards-version N: W: kpilot-trinity: hardening-no-pie opt/trinity/bin/kpalmdoc N: W: hardening-no-pie N: N: This package provides an ELF executable that was not compiled as a N: position independent executable (PIE). N: N: In Debian, since version 6.2.0-7 of the gcc-6 package GCC will compile N: ELF binaries with PIE by default. In most cases a simple rebuild will N: be sufficient to remove this tag. N: N: PIE is required for fully enabling Address Space Layout Randomization N: (ASLR), which makes "Return-oriented" attacks more difficult. N: N: Historically, PIE has been associated with noticeable performance N: overhead on i386. However, GCC >= 5 has implemented an optimization N: that can reduce the overhead significantly. N: N: If you use dpkg-buildflags with hardening=+all,-pie in N: DEB_BUILD_MAINT_OPTIONS, remove the -pie. N: N: Refer to https://wiki.debian.org/Hardening, N: https://gcc.gnu.org/gcc-5/changes.html, and N: https://software.intel.com/en-us/blogs/2014/12/26/new-optimizations-for-x86-in-upcoming-gcc-50-32bit-pic-mode N: for details. N: N: Severity: warning N: N: Check: binaries N: W: kpilot-trinity: hardening-no-pie opt/trinity/bin/kpilot W: kpilot-trinity: hardening-no-pie opt/trinity/bin/kpilotDaemon W: kpilot-trinity: hardening-no-relro opt/trinity/bin/kpalmdoc N: W: hardening-no-relro N: N: This package provides an ELF binary that lacks the "read-only N: relocation" link flag. This package was likely not built with the N: default Debian compiler flags defined by dpkg-buildflags. If built N: using dpkg-buildflags directly, be sure to import LDFLAGS. N: N: Refer to https://wiki.debian.org/Hardening for details. N: N: Severity: warning N: N: Check: binaries N: W: kpilot-trinity: hardening-no-relro opt/trinity/bin/kpilot W: kpilot-trinity: hardening-no-relro opt/trinity/bin/kpilotDaemon W: kpilot-trinity: hardening-no-relro opt/trinity/lib/libkpilot.so.0.0.0 W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_address.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_doc.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_knotes.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_memofile.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_notepad.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_popmail.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_sysinfo.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_time.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_todo.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/conduit_vcal.so W: kpilot-trinity: hardening-no-relro opt/trinity/lib/trinity/kcm_kpilot.so W: kpilot-trinity: syntax-error-in-debian-changelog line 13 "could not parse date Web, 04 Feb 2026 03:55:40 +0100" N: W: syntax-error-in-debian-changelog N: N: While parsing the Debian changelog, a syntax error was found. If you N: have old changelog entries that don't follow the current syntax but N: that you want to keep as-is for the historical record, add the line: N: N: Old Changelog: N: N: with no leading whitespace before the legacy entries. This line and N: everything after it will be ignored. N: N: Refer to Debian Policy Manual section 4.4 (Debian changelog: N: debian/changelog) for details. N: N: Severity: warning N: N: Check: debian/changelog N: I: kpilot-trinity source: debian-watch-file-is-missing N: I: debian-watch-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/watch file. This file is used for automatic detection of new N: upstream versions by the Debian External Health Status project and N: other project infrastructure. If this package is maintained upstream, N: please consider adding a debian/watch file to detect new releases. N: N: If the package is not maintained upstream or if upstream uses a N: distribution mechanism that cannot be meaningfully monitored by uscan N: and the Debian External Health Status project, please consider adding N: a debian/watch file containing only comments documenting the N: situation. N: N: Refer to Debian Policy Manual section 4.11 (Optional upstream source N: location: debian/watch) and the uscan(1) manual page for details. N: N: Severity: info N: N: Check: debian/watch N: I: kpilot-trinity: hardening-no-bindnow opt/trinity/bin/kpalmdoc N: I: hardening-no-bindnow N: N: This package provides an ELF binary that lacks the "bindnow" linker N: flag. N: N: This is needed (together with "relro") to make the "Global Offset N: Table" (GOT) fully read-only. The bindnow feature trades startup time N: for improved security. Please consider enabling this feature or N: consider overriding the tag (possibly with a comment about why). N: N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. N: N: The relevant compiler flags are set in LDFLAGS. N: N: Refer to https://wiki.debian.org/Hardening for details. N: N: Severity: info N: N: Check: binaries N: I: kpilot-trinity: hardening-no-bindnow opt/trinity/bin/kpilot I: kpilot-trinity: hardening-no-bindnow opt/trinity/bin/kpilotDaemon I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/libkpilot.so.0.0.0 I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_address.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_doc.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_knotes.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_memofile.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_notepad.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_popmail.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_sysinfo.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_time.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_todo.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/conduit_vcal.so I: kpilot-trinity: hardening-no-bindnow opt/trinity/lib/trinity/kcm_kpilot.so I: kpilot-trinity: hardening-no-fortify-functions opt/trinity/bin/kpalmdoc N: I: hardening-no-fortify-functions N: N: This package provides an ELF binary that lacks the use of fortified N: libc functions. Either there are no potentially unfortified functions N: called by any routines, all unfortified calls have already been fully N: validated at compile-time, or the package was not built with the N: default Debian compiler flags defined by dpkg-buildflags. If built N: using dpkg-buildflags directly, be sure to import CPPFLAGS. N: N: NB: Due to false-positives, Lintian ignores some unprotected functions N: (e.g. memcpy). N: N: Refer to https://wiki.debian.org/Hardening and Bug#673112 for details. N: N: Severity: info N: N: Check: binaries N: I: kpilot-trinity: hardening-no-fortify-functions opt/trinity/lib/libkpilot.so.0.0.0 I: kpilot-trinity: hardening-no-fortify-functions opt/trinity/lib/trinity/conduit_doc.so I: kpilot-trinity source: no-dh-sequencer N: I: no-dh-sequencer N: N: This package does not use the dh sequencer in debian/rules. N: N: While maintainers may use a variety of build systems, this one is by N: far the most popular. N: N: Maintainers are strongly encouraged to use the dh sequencer in new N: packages and convert existing ones when appropriate. N: N: Severity: info N: N: Check: debian/rules/dh-sequencer N: I: kpilot-trinity: package-contains-documentation-outside-usr-share-doc opt/trinity/share/apps/kpilot/sysinfoconduit/Template.html N: I: package-contains-documentation-outside-usr-share-doc N: N: This package ships a documentation file outside /usr/share/doc N: Documentation files are normally installed inside /usr/share/doc. N: N: If this file doesn't describe the contents or purpose of the directory N: it is in, please consider moving this file to /usr/share/doc/ or maybe N: even removing it. If this file does describe the contents or purpose N: of the directory it is in, please add a lintian override. N: N: Severity: info N: N: Check: documentation N: I: kpilot-trinity: package-contains-documentation-outside-usr-share-doc opt/trinity/share/apps/kpilot/sysinfoconduit/Template.txt P: kpilot-trinity: copyright-refers-to-symlink-license usr/share/common-licenses/GPL N: P: copyright-refers-to-symlink-license N: N: The copyright file refers to the versionless symlink in N: /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL N: license. This symlink is updated to point to the latest version of the N: license when a new one is released. The package appears to allow N: relicensing under later versions of its license, so this is legally N: consistent, but it implies that Debian will relicense the package N: under later versions of those licenses as they're released. It is N: normally better to point to the version of the license the package N: references in its license statement. N: N: For example, if the package says something like "you may redistribute N: it and/or modify it under the terms of the GNU General Public License N: as published by the Free Software Foundation; either version 2, or (at N: your option) any later version", the debian/copyright file should N: refer to /usr/share/common-licenses/GPL-2, not /GPL. N: N: For packages released under the same terms as Perl, Perl references N: the GPL version 1, so point to /usr/share/common-licenses/GPL-1. N: N: Severity: pedantic N: N: Check: debian/copyright N: P: kpilot-trinity: copyright-with-old-dh-make-debian-copyright N: P: copyright-with-old-dh-make-debian-copyright N: N: The copyright file contains the incomplete Debian packaging copyright N: boilerplate from older versions of dh_make. (C) alone is not N: considered a valid copyright notice in some countries. The word N: Copyright or the © symbol should be used instead or in addition to N: (C). N: N: Copyright notices like this are, in any country that's a signatory to N: the Berne Convention, not required to claim copyright on a work, but N: their presence may allow claiming additional damages should a N: copyright case go to court. If you provide a notice, you may as well N: provide one that's legally recognized in a broader range of countries. N: N: Severity: pedantic N: N: Check: debian/copyright N: P: kpilot-trinity source: no-dep5-copyright debian/copyright N: P: no-dep5-copyright N: N: This package does not use a machine-readable debian/copyright file. N: N: This format makes it easier to review licenses and can be easily N: parsed by Lintian. N: N: Refer to N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for N: details. N: N: Severity: pedantic N: N: Check: debian/copyright/dep5 N: P: kpilot-trinity source: no-homepage-field N: P: no-homepage-field N: N: This non-native package lacks a Homepage field. If the package has an N: upstream home page that contains useful information or resources for N: the end user, consider adding a Homepage control field to N: debian/control. N: N: Refer to Debian Policy Manual section 5.6.23 (Homepage) for details. N: N: Severity: pedantic N: N: Check: fields/homepage N: P: kpilot-trinity source: old-source-override-location N: P: old-source-override-location N: N: This Debian package ships Lintian source-level overrides in the N: debian/source.lintian-overrides file. N: N: Please use debian/source/lintian-overrides instead; the debian/source N: directory is preferred to hold "source"-specific files. N: N: Refer to Lintian User's Manual section 2.4 (Overrides) for details. N: N: Severity: pedantic N: N: Check: debian/lintian-overrides N: N: Renamed from: package-uses-deprecated-source-override-location N: P: kpilot-trinity source: package-uses-old-debhelper-compat-version 10 N: P: package-uses-old-debhelper-compat-version N: N: This package uses a debhelper compatibility level that is no longer N: recommended. Please consider using the recommended level. N: N: For most packages, the best way to set the compatibility level is to N: specify debhelper-compat (= X) as a Build-Depends in debian/control. N: You can also use the debian/compat file or export DH_COMPAT in N: debian/rules. N: N: If no level is selected debhelper defaults to level 1, which is N: deprecated. N: N: Refer to the debhelper(7) manual page for details. N: N: Severity: pedantic N: N: Check: debhelper N: P: kpilot-trinity: repeated-path-segment trinity opt/trinity/lib/trinity/ N: P: repeated-path-segment N: N: The file is installed into a location that repeats the given path N: segment. An example would be /usr/lib/lib or N: /usr/share/myprogram/share. N: N: More often than not this is unintended. N: N: Refer to Bug#950052 and Bug#950027 for details. N: N: Severity: pedantic N: N: Check: files/hierarchy/path-segments N: P: kpilot-trinity source: silent-on-rules-requiring-root N: P: silent-on-rules-requiring-root N: N: The debian/control file is missing an explicit Rules-Requires-Root N: field. N: N: Traditionally, Debian packages have required root privileges for some N: debian/rules target requiring a split between build and binary N: targets. This makes the builds slower due to the increased amount of N: invocations as well as the overhead of fakeroot itself. N: N: Please specify (eg.) Rules-Requires-Root: no in the debian/control N: source stanza, but packagers should verify using diffoscope(1) that N: the binaries built with this field present are identical. N: N: Refer to /usr/share/doc/dpkg-dev/rootless-builds.txt.gz, Debian Policy N: Manual section 4.9.2 (debian/rules and Rules-Requires-Root), and N: Debian Policy Manual section 5.6.31 (Rules-Requires-Root) for details. N: N: Severity: pedantic N: N: Check: debian/control N: N: Renamed from: rules-requires-root-missing N: P: kpilot-trinity: spelling-error-in-copyright "GNU Lesser Public License" "GNU Lesser General Public License" N: P: spelling-error-in-copyright N: N: Lintian found a spelling error in the copyright file. Lintian has a N: list of common misspellings that it looks for. It does not have a N: dictionary like a spelling checker does. If this is a spelling error N: in the upstream license, in supporting email messages, or a case of N: Lintian being confused by non-English text, add an override. N: N: Severity: pedantic N: N: Check: debian/copyright N: X: kpilot-trinity source: upstream-metadata-file-is-missing N: P: upstream-metadata-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/upstream/metadata file. N: N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an N: effort to collect meta-information about upstream projects from any N: source package. This file is in YAML format and it is used in to feed N: the data in the UltimateDebianDatabase. For example, it can contains N: the way the authors want their software be cited in publications and N: some bibliographic references about the software. N: N: Please add a debian/upstream/metadata file. N: N: Refer to https://dep-team.pages.debian.net/deps/dep12/ and N: https://wiki.debian.org/UpstreamMetadata for details. N: N: Severity: pedantic N: N: Check: debian/upstream/metadata N: N: This tag is experimental. N: C: kpilot-trinity: control-tarball-compression-format xz N: C: control-tarball-compression-format N: N: This is the compressor format used for the control.tar tarball. N: N: Severity: classification N: N: Check: deb-format N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity-dbgsym: control-tarball-compression-format xz C: kpilot-trinity: data-tarball-compression-format xz N: C: data-tarball-compression-format N: N: This is the compressor format used for the data.tar tarball. N: N: Severity: classification N: N: Check: deb-format N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity-dbgsym: data-tarball-compression-format xz C: kpilot-trinity source: debhelper-compat-level 10 N: C: debhelper-compat-level N: N: This is the debhelper compat level used specified by this package. N: N: Severity: classification N: N: Check: debhelper N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: debian-build-system cdbs-with-debhelper.mk N: C: debian-build-system N: N: This is the build system that Lintian believes the package is using. N: N: Severity: classification N: N: Check: debhelper N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: mail-contact Maintainer "TDE Debian Team" N: C: mail-contact N: N: This person is a contact in the named group for this package. N: N: Severity: classification N: N: Check: fields/mail-address N: N: Renamed from: maintainer uploader N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity: mail-contact Maintainer "TDE Debian Team" C: kpilot-trinity-dbgsym: mail-contact Maintainer "TDE Debian Team" C: kpilot-trinity: no-ctrl-scripts N: C: no-ctrl-scripts N: N: The package does not rely on any maintainer scripts (or other N: executable control files). N: N: Severity: classification N: N: Check: control-files N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity-dbgsym: no-ctrl-scripts C: kpilot-trinity source: number-of-patches 0 N: C: number-of-patches N: N: The number of patches according to the debian/patches/series file. N: N: Severity: classification N: N: Check: debian/patches/count N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .emacs-dirvars N: C: octal-permissions N: N: The named file has the octal permissions shown. N: N: Refer to Bug#945869 and Bug#796257 for details. N: N: Severity: classification N: N: Check: files/permissions N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.quilt_patches C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.quilt_series C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/.version C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .pc/applied-patches C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 .tdescminfo C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 AUTHORS C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 CMakeL10n.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 COPYING C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 ChangeLog C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 ConfigureChecks.cmake C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/ConduitStructure.eps C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/Makefile C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/index.tex C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/mal-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/mal-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/ConnectionsDialog.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/NoLayoutDialog.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/ConduitProgrammingTutorial/pictures/ProxyTab.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/HOWTO-CODE.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/HOWTO-CONDUIT.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-3.2.1+ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.0.0 C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.2.1 C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/README-4.2.2 C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/UML/vcal-classdiagram.xmi.tgz C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Documentation/checkPlugin.sh C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 INSTALL C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 Mainpage.dox C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 NEWS C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 README.md C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 TODO C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/KPilotCustomFieldEditor.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowserSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowser_conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/abbrowserconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/kaddressbookConduit.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionDialog_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/resolutionTable.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/tdeabcRecord.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/abbrowserconduit/tdeabcRecord.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/DOC-converter.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/DOC-converter.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr16-app-kpalmdoc.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr22-app-kpalmdoc.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr32-app-kpalmdoc.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/Icons/cr48-app-kpalmdoc.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/bmkSpecification.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conflictdialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-conflictdialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc-setupdialog.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/doc_conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/docconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/docconduitSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc.upd C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdocSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlg.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlg.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/kpalmdoc_dlgbase.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/makedoc9.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/makedoc9.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCBookmark.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCBookmark.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCEntry.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCEntry.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCHead.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/pilotDOCHead.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/docconduit/tests/testcompress.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/cr32-app-knotesconduit.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-action.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-action.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotes-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotesconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/knotesconduitSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/knotes/setup_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/README C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal-setup_dialog.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/mal_conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/malconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/malconduit/malconduitSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - copyHHToPC.jpg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - copyPCToHH.jpg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - detailed load.jpg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/design/SQD - sync.jpg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofile.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofileconduit.xmi C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofiles.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/memofiles.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/memofileconduit/setup_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepad-setup.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepadconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/notepadconduit/notepadconduit.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/null-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/nullSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/nullconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/null/setup_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmail.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/popmailSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setup-dialog.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setupDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/popmail/setupDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/record-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/settings.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/settings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/recordconduit/setup_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/Template.html C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/Template.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo-setup_dialog.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfoSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfo_conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/sysinfoconduit/sysinfoconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time-setup_dialog.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/timeConduitSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/time_conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/timeconduit/timeconduit.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/README C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/cleanupstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/cleanupstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/conduitstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedhhstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedhhstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedpcstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/deleteunsyncedpcstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/hhtopcstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/hhtopcstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/initstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/initstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/kcalRecord.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/kcalRecord.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/korganizerConduit.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/pctohhstate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/pctohhstate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/teststate.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/teststate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todo-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todoRecord.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/todoRecord.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduitbase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-conduitbase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factory.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-factorybase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setup.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setup.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setupbase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcal-setupbase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalRecord.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalRecord.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalconduitSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 conduits/vcalconduit/vcalconduitbase.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 config.h.cmake C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/changelog C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/compat C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/control C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/copyright C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/docs C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/lintian-overrides C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/patches/series C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source.lintian-overrides C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source/format C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 debian/source/options C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/address-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-knotes.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-mal.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-palmdoc.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-popmail-kmail.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-sysinfo.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/conduit-vcal.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/configuration.docbook C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/daemon-menu.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/db-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/faq.docbook C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/file-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/index.docbook C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/main-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/memo-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-address.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-conduit.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-dbspecial.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-general.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-items.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-startup-exit.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-tabs.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/setup-viewer.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/sidebar.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/sync.docbook C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/todo-app.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/toolbar_backup.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/toolbar_hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/usage.docbook C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-conduits.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-connection.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 doc/en/wizard-general.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/busysync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-backup.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-busysync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-fastsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-fullsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-listsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-nosync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-action-restore.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr16-app-kpilotDaemon.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-backup.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-busysync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-fastsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-fullsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-listsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-nosync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-action-restore.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr22-app-kpilotDaemon.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-fastsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-fullsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-action-listsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr32-app-kpilotDaemon.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-fastsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-fullsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-action-listsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr48-app-kpilotDaemon.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotaddress.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotbhotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotcalendar.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotdb.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotfileinstaller.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilotknotes.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/cr64-action-kpilottodo.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/fastsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi16-app-kpilot.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi22-app-kpilot.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi32-app-kpilot.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hi48-app-kpilot.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/hotsync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/kpilot-splash.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/mini-kpilot.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/Icons/nosync.png C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressEditor.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressEditor.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/addressWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/conduitConfigDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/conduitConfigDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/datebookWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/datebookWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbAppInfoEditor.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbAppInfoEditor.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbFlagsEditor_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbRecordEditor_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelectionDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelectionDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbSelection_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbviewerWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/dbviewerWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstallWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstallWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstaller.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/fileInstaller.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/hotSync.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/hotSync.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/internalEditorAction.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/internalEditorAction.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.gif C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.magic C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot.upd C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfig.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfig.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_backup.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_device.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_startup.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_sync.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigDialog_viewers.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_address.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_app.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_notes.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_user.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotConfigWizard_vcal.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotDCOP.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotProbeDialog.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotProbeDialog.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilot_config.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotconduit.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotdaemon.desktop C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kpilotui.rc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kroupware.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/kroupware.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listCat.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listCat.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listItems.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/listItems.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logFile.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logFile.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/logWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/loggerDCOP.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/main-test.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/memoWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/memoWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilot-addresses.c C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotComponent.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotComponent.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemon.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemon.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/pilotDaemonDCOP.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/syncCalendar.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoEditor_base.ui C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoWidget.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 kpilot/todoWidget.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/COPYING C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actionQueue.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actionQueue.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actions.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/actions.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapper.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapper.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapperxml.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapperxml.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapping.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/idmapping.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelink.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelink.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotdevicelinkPrivate.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlib.kcfg C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlibSettings.kcfgc C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlink.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlink.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlocallink.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/kpilotlocallink.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/options.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/options.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilot.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilot.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAddress.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAddress.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAppInfo.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotAppInfo.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotCard.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDatabase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDatabase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDateEntry.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotDateEntry.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLinkVersion.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLocalDatabase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotLocalDatabase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotMemo.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotMemo.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotRecord.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotRecord.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSerialDatabase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSerialDatabase.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotSysInfo.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotTodoEntry.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotTodoEntry.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pilotUser.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/plugin.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/plugin.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/pluginfactory.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/recordConduit.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/recordConduit.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/syncAction.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 lib/syncAction.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/CMakeLists.txt C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/conduits/vcalconduit/exampletest.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/conduits/vcalconduit/exampletest.h C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/AddressDB.pdb C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/MailDB.pdb C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/MemoDB.pdb C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/ToDoDB.pdb C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/data/bogus.pdb C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/exportdatebook.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/importaddresses.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/importdatebook.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/main.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/mergecalendars.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testactions.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testaddress.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testcategories.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testconstants.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testdatabase.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testdatebook.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 tests/testidmapper.cpp C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/af.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ar.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/az.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/be.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/bg.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/br.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/bs.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ca.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/cs.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/cy.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/da.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/de.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/el.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/en_GB.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/eo.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/es.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/et.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/eu.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fa.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fi.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/fy.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ga.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/gl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/he.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hi.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/hu.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/id.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/is.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/it.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ja.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ka.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/kk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/km.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/kpilot-desktops.pot C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/lt.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/lv.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/mk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ms.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/mt.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nb.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nds.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ne.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nn.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/nso.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pa.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pt.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/pt_BR.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ro.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ru.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/se.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sr@Latn.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/sv.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ta.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/tg.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/th.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/tr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/uk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/uz.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/ven.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/vi.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/xh.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zh_CN.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zh_TW.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/desktop_files/zu.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/af.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ar.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/az.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/bg.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/br.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/bs.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ca.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/cs.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/cy.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/da.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/de.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/el.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/en_GB.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/es.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/et.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/eu.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fa.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fi.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/fy.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ga.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/gl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/he.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hi.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/hu.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/is.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/it.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ja.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/kk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/km.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ko.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/kpilot.pot C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/lt.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/lv.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/mk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ms.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nb.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nds.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/nn.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pa.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pt.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/pt_BR.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ro.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ru.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/rw.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/se.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sl.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sr@Latn.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/sv.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/ta.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/tg.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/tr.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uk.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uz.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/uz@cyrillic.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/zh_CN.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 666 translations/messages/zh_TW.po C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 .pc/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/ConduitProgrammingTutorial/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/ConduitProgrammingTutorial/pictures/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/UML/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 Documentation/merge-into-svn.sh C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/abbrowserconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/Icons/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/docconduit/tests/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/knotes/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/malconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/memofileconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/memofileconduit/design/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/notepadconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/null/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/popmail/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/recordconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/sysinfoconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/timeconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 conduits/vcalconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/patches/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/rules C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 debian/source/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 doc/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 doc/en/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 kpilot/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 kpilot/Icons/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 lib/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/conduits/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/conduits/vcalconduit/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 tests/data/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/desktop_files/ C: kpilot-trinity source: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.dsc 777 translations/messages/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/kpilotdevicelink.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/kpilotlink.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/kpilotlocallink.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilot.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilotDatabase.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilotLinkVersion.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilotLocalDatabase.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilotRecord.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pilotSerialDatabase.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/plugin.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/pluginfactory.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/include/kpilot/syncAction.h C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/libkpilot.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/libkpilot.so.0.0.0 C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_address.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_address.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_doc.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_doc.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_knotes.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_knotes.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_memofile.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_memofile.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_notepad.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_notepad.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_popmail.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_popmail.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_sysinfo.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_sysinfo.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_time.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_time.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_todo.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_todo.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_vcal.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/conduit_vcal.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/kcm_kpilot.la C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/lib/trinity/kcm_kpilot.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/applications/tde/kpalmdoc.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/applications/tde/kpilot.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/applications/tde/kpilotdaemon.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kaddressbook/contacteditorpages/KPilotCustomFieldEditor.ui C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/backup.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/busysync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fastsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fullsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/listsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/nosync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/restore.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/backup.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/busysync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fastsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fullsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/listsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/nosync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/restore.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fastsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fullsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/listsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fastsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fullsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/listsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotaddress.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotbhotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotcalendar.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotdb.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotfileinstaller.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotknotes.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilottodo.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/kpilotui.rc C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/pics/kpilot-splash.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/sysinfoconduit/Template.html C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/kpilot/sysinfoconduit/Template.txt C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/tdeconf_update/kpalmdoc.upd C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/apps/tdeconf_update/kpilot.upd C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/abbrowserconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/docconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/knotesconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/kpalmdoc.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/kpilot.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/kpilotlib.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/memofileconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/popmail.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/sysinfoconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/timeconduit.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/config.kcfg/vcalconduitbase.kcfg C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/address-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-knotes.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-mal.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-palmdoc.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-popmail-kmail.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-sysinfo.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-vcal.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/configuration.docbook C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/daemon-menu.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/db-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/faq.docbook C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/file-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/index.cache.bz2 C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/index.docbook C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/main-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/memo-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-address.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-conduit.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-dbspecial.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-general.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-items.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-startup-exit.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-tabs.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/setup-viewer.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/sidebar.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/sync.docbook C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/todo-app.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_backup.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_hotsync.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/usage.docbook C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-conduits.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-connection.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-general.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/16x16/apps/kpalmdoc.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/16x16/apps/kpilotDaemon.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/22x22/apps/kpalmdoc.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/22x22/apps/kpilotDaemon.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/32x32/apps/kpalmdoc.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/32x32/apps/kpilotDaemon.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/48x48/apps/kpalmdoc.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/crystalsvg/48x48/apps/kpilotDaemon.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/hicolor/16x16/apps/kpilot.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/hicolor/22x22/apps/kpilot.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/hicolor/32x32/apps/kpilot.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/icons/hicolor/48x48/apps/kpilot.png C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/af/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ar/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/az/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/bg/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/br/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/bs/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ca/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/cs/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/cy/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/da/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/de/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/el/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/en_GB/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/es/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/et/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/eu/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/fa/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/fi/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/fr/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/fy/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ga/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/gl/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/he/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/hi/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/hr/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/hu/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/is/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/it/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ja/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/kk/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/km/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ko/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/lt/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/lv/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/mk/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ms/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/nb/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/nds/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/nl/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/nn/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/pa/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/pl/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/pt/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/pt_BR/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ro/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ru/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/rw/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/se/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/sk/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/sl/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/sr/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/sr@Latn/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/sv/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/ta/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/tg/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/tr/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/uk/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/uz/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/zh_CN/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/locale/zh_TW/LC_MESSAGES/kpilot.mo C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/abbrowser_conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/doc_conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/knotes-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/kpilot_config.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/memofile-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/notepad-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/popmail-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/sysinfo_conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/time_conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/todo-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/services/vcal-conduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 opt/trinity/share/servicetypes/kpilotconduit.desktop C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/AUTHORS C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/NEWS.gz C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/README.md C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/TODO.gz C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/changelog.Debian.gz C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/changelog.gz C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/kpilot-trinity/copyright C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/share/lintian/overrides/kpilot-trinity C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/bin/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/bin/kpalmdoc C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/bin/kpilot C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/bin/kpilotDaemon C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/include/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/include/kpilot/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/lib/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/lib/trinity/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/applications/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/applications/tde/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kaddressbook/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kaddressbook/contacteditorpages/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/pics/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/kpilot/sysinfoconduit/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/apps/tdeconf_update/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/config.kcfg/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/doc/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/doc/tde/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/doc/tde/HTML/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/doc/tde/HTML/en/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/doc/tde/HTML/en/kpilot/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/16x16/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/16x16/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/22x22/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/22x22/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/32x32/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/32x32/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/48x48/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/crystalsvg/48x48/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/16x16/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/16x16/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/22x22/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/22x22/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/32x32/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/32x32/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/48x48/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/icons/hicolor/48x48/apps/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/af/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/af/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ar/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ar/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/az/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/az/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/bg/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/bg/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/br/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/br/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/bs/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/bs/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ca/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ca/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/cs/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/cs/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/cy/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/cy/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/da/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/da/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/de/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/de/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/el/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/el/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/en_GB/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/en_GB/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/es/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/es/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/et/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/et/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/eu/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/eu/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fa/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fa/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fi/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fi/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fr/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fr/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fy/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/fy/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ga/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ga/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/gl/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/gl/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/he/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/he/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hi/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hi/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hr/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hr/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hu/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/hu/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/is/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/is/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/it/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/it/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ja/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ja/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/kk/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/kk/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/km/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/km/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ko/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ko/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/lt/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/lt/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/lv/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/lv/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/mk/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/mk/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ms/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ms/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nb/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nb/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nds/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nds/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nl/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nl/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nn/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/nn/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pa/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pa/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pl/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pl/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pt/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pt/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pt_BR/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/pt_BR/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ro/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ro/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ru/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ru/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/rw/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/rw/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/se/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/se/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sk/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sk/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sl/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sl/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sr/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sr/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sr@Latn/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sr@Latn/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sv/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/sv/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ta/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/ta/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/tg/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/tg/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/tr/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/tr/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uk/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uk/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uz/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uz/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uz@cyrillic/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/zh_CN/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/zh_CN/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/zh_TW/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/locale/zh_TW/LC_MESSAGES/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/services/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 opt/trinity/share/servicetypes/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/doc/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/doc/kpilot-trinity/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/lintian/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/lintian/overrides/ C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 777 opt/trinity/lib/libkpilot.so C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 777 opt/trinity/lib/libkpilot.so.0 C: kpilot-trinity: octal-permissions kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 777 opt/trinity/share/doc/tde/HTML/en/kpilot/common C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/05/ab4a09a71c99bc625338eb03a1f512b2bc4c55.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/21/346cc5bd692d5728764e4067745ba3a7f2763a.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/3e/98fb1f9f28728e2b3d8edd3b8759f342bf0256.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/45/8e04231348340bdc7a01642960eb9e2434a19d.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/54/10dda783eaad786afe297147be296533d090db.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/62/d23f5b4798170cb3d600388b85d3a0006405ad.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/71/8d2a6ce3b94b95404b9b1722705d7449a72d24.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/76/d40e0e1a48ede5d7bd0285af2d382c093f8fbb.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/8c/0c1f511b92dab9c88316a8397c3bdf8eddbdd9.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/90/eea502507c36e772364057c8bf136970fc979b.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/b1/f42b3f4b61d604e4f5bc2a07d5a687569b4638.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/b3/700001a8556dccc990b15913590483760250a0.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/bc/09ee198a5e274eca224e404120b6f58ff30d56.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/e1/a35be7b827d31bd038e803ca2949eb4ace49de.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 644 usr/lib/debug/.build-id/fd/60e7b9cbd9af47779a29ae9fec9b99aab1b5fa.debug C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/05/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/21/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/3e/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/45/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/54/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/62/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/71/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/76/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/8c/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/90/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/b1/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/b3/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/bc/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/e1/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/lib/debug/.build-id/fd/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 755 usr/share/doc/ C: kpilot-trinity-dbgsym: octal-permissions kpilot-trinity-dbgsym_14.1.6~pre11-0raspbian11.0.0+1_armhf.deb 777 usr/share/doc/kpilot-trinity-dbgsym C: kpilot-trinity source: package-is-maintained-by-individual N: C: package-is-maintained-by-individual N: N: The package is maintained by an individual according to the N: maintainer/uploaders fields in the debian/control file. N: N: Severity: classification N: N: Check: fields/vcs N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity: package-is-maintained-by-individual C: kpilot-trinity-dbgsym: package-is-maintained-by-individual C: kpilot-trinity source: patch-system quilt N: C: patch-system N: N: This package uses the specified patch system (eg. "quilt" or N: "dpatch"). N: N: Severity: classification N: N: Check: debian/patches N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: source-format 3.0 (quilt) N: C: source-format N: N: This is the source format declared in the package. N: N: Severity: classification N: N: Check: debian/source-dir N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: standards-version 3.8.4 N: C: standards-version N: N: The standards version of the package according to Standards-Version N: field in the debian/control file. N: N: Severity: classification N: N: Check: fields/standards-version N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build,\n tdelibs14-trinity-dev, tdepim-trinity-dev, libpisock-dev N: C: trimmed-deb822-field N: N: The raw but trimmed contents of the named field in the given Deb822 N: file. The number indicates the section from the top, starting at 1. N: N: Severity: classification N: N: Check: fields/deb822 N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Maintainer TDE Debian Team C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Priority optional C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Section tde C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Source kpilot-trinity C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Standards-Version 3.8.4 C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Architecture any C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Depends ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0 C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Description TDE Palm Pilot hot-sync tool\n KPilot is an application that synchronizes your Palm Pilot or similar device\n (like the Handspring Visor) with your Trinity desktop, much like the Palm\n HotSync software does for Windows. KPilot can back-up and restore your Palm\n Pilot and synchronize the built-in applications with their TDE counterparts. C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Package kpilot-trinity C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Section utils C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Suggests knotes-trinity, korganizer-trinity C: kpilot-trinity source: trimmed-field Architecture any N: C: trimmed-field N: N: These are the raw but trimmed contents of the named field in the N: package's primary control file. N: N: Severity: classification N: N: Check: fields/trimmed N: N: This tag is a classification. There is no issue in your package. N: C: kpilot-trinity source: trimmed-field Binary kpilot-trinity C: kpilot-trinity source: trimmed-field Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdepim-trinity-dev, libpisock-dev C: kpilot-trinity source: trimmed-field Checksums-Sha1 cf3a5d985155c4d6d85983090466dd7c1cd58830 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\n e7a0d487bb7f4c04e04d6465ae186aec590bca7d 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz C: kpilot-trinity source: trimmed-field Checksums-Sha256 c1f8a7236f12ec0ba9f6770ce2a0a5387babcff1ef02001cfcc966d7984a46e0 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\n 210459d8231be16a611ba6e09551e64c114a520f4449f13697851326d757b961 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz C: kpilot-trinity source: trimmed-field Files b4374d6471a12dea98c7f76b372a7f38 2846552 kpilot-trinity_14.1.6~pre11.orig.tar.xz\n 15de5a536b9594d1d859fa2974a46042 2768 kpilot-trinity_14.1.6~pre11-0raspbian11.0.0+1.debian.tar.xz C: kpilot-trinity source: trimmed-field Format 3.0 (quilt) C: kpilot-trinity source: trimmed-field Maintainer TDE Debian Team C: kpilot-trinity source: trimmed-field Package-List kpilot-trinity deb utils optional arch=any C: kpilot-trinity source: trimmed-field Source kpilot-trinity C: kpilot-trinity source: trimmed-field Standards-Version 3.8.4 C: kpilot-trinity source: trimmed-field Version 4:14.1.6~pre11-0raspbian11.0.0+1 C: kpilot-trinity: trimmed-field Architecture armhf C: kpilot-trinity: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpisock9, libstdc++6 (>= 5), libtdepim1a-trinity (>= 4:3.5.7), libtqt3-mt (>= 4:14.1.6~pre28), tdelibs14-trinity (>= 4:14.1.6~pre16), debconf (>= 0.5) | debconf-2.0 C: kpilot-trinity: trimmed-field Description TDE Palm Pilot hot-sync tool\n KPilot is an application that synchronizes your Palm Pilot or similar device\n (like the Handspring Visor) with your Trinity desktop, much like the Palm\n HotSync software does for Windows. KPilot can back-up and restore your Palm\n Pilot and synchronize the built-in applications with their TDE counterparts. C: kpilot-trinity: trimmed-field Installed-Size 9104 C: kpilot-trinity: trimmed-field Maintainer TDE Debian Team C: kpilot-trinity: trimmed-field Package kpilot-trinity C: kpilot-trinity: trimmed-field Priority optional C: kpilot-trinity: trimmed-field Section utils C: kpilot-trinity: trimmed-field Suggests knotes-trinity, korganizer-trinity C: kpilot-trinity: trimmed-field Version 4:14.1.6~pre11-0raspbian11.0.0+1 C: kpilot-trinity-dbgsym: trimmed-field Architecture armhf C: kpilot-trinity-dbgsym: trimmed-field Auto-Built-Package debug-symbols C: kpilot-trinity-dbgsym: trimmed-field Build-Ids 05ab4a09a71c99bc625338eb03a1f512b2bc4c55 21346cc5bd692d5728764e4067745ba3a7f2763a 3e98fb1f9f28728e2b3d8edd3b8759f342bf0256 458e04231348340bdc7a01642960eb9e2434a19d 5410dda783eaad786afe297147be296533d090db 62d23f5b4798170cb3d600388b85d3a0006405ad 718d2a6ce3b94b95404b9b1722705d7449a72d24 76d40e0e1a48ede5d7bd0285af2d382c093f8fbb 8c0c1f511b92dab9c88316a8397c3bdf8eddbdd9 90eea502507c36e772364057c8bf136970fc979b b1f42b3f4b61d604e4f5bc2a07d5a687569b4638 b3700001a8556dccc990b15913590483760250a0 bc09ee198a5e274eca224e404120b6f58ff30d56 e1a35be7b827d31bd038e803ca2949eb4ace49de fd60e7b9cbd9af47779a29ae9fec9b99aab1b5fa C: kpilot-trinity-dbgsym: trimmed-field Depends kpilot-trinity (= 4:14.1.6~pre11-0raspbian11.0.0+1) C: kpilot-trinity-dbgsym: trimmed-field Description debug symbols for kpilot-trinity C: kpilot-trinity-dbgsym: trimmed-field Installed-Size 8257 C: kpilot-trinity-dbgsym: trimmed-field Maintainer TDE Debian Team C: kpilot-trinity-dbgsym: trimmed-field Package kpilot-trinity-dbgsym C: kpilot-trinity-dbgsym: trimmed-field Priority optional C: kpilot-trinity-dbgsym: trimmed-field Section debug C: kpilot-trinity-dbgsym: trimmed-field Source kpilot-trinity C: kpilot-trinity-dbgsym: trimmed-field Version 4:14.1.6~pre11-0raspbian11.0.0+1 N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/ N: E: dir-or-file-in-opt N: N: Debian packages should not install into /opt, because it is reserved N: for add-on software. N: N: Refer to Filesystem Hierarchy Standard (/opt : Add-on application N: software packages) for details. N: N: Severity: error N: N: Check: files/hierarchy/standard N: N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpalmdoc N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpilot N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpilotDaemon N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotdevicelink.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotlink.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotlocallink.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilot.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotDatabase.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotLinkVersion.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotLocalDatabase.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotRecord.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotSerialDatabase.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/plugin.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pluginfactory.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/syncAction.h N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so.0 N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so.0.0.0 N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_address.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_address.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_doc.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_doc.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_knotes.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_knotes.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_memofile.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_memofile.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_notepad.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_notepad.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_popmail.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_popmail.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_sysinfo.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_sysinfo.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_time.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_time.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_todo.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_todo.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_vcal.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_vcal.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/kcm_kpilot.la N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/kcm_kpilot.so N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpalmdoc.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpilot.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpilotdaemon.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/contacteditorpages/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/contacteditorpages/KPilotCustomFieldEditor.ui N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/backup.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/busysync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fastsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fullsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/listsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/nosync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/restore.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/backup.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/busysync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fastsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fullsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/listsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/nosync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/restore.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fastsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fullsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/listsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fastsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fullsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/listsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotaddress.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotbhotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotcalendar.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotdb.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotfileinstaller.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotknotes.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilottodo.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/kpilotui.rc N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/pics/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/pics/kpilot-splash.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/Template.html N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/Template.txt N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/kpalmdoc.upd N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/kpilot.upd N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/abbrowserconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/docconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/knotesconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpalmdoc.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpilot.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpilotlib.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/memofileconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/popmail.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/sysinfoconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/timeconduit.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/vcalconduitbase.kcfg N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/address-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/common N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-knotes.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-mal.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-palmdoc.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-popmail-kmail.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-sysinfo.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-vcal.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/configuration.docbook N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/daemon-menu.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/db-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/faq.docbook N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/file-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/index.cache.bz2 N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/index.docbook N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/main-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/memo-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-address.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-conduit.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-dbspecial.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-general.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-items.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-startup-exit.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-tabs.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-viewer.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/sidebar.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/sync.docbook N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/todo-app.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_backup.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_hotsync.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/usage.docbook N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-conduits.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-connection.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-general.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/kpalmdoc.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/kpilotDaemon.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/kpalmdoc.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/kpilotDaemon.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/kpalmdoc.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/kpilotDaemon.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/kpalmdoc.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/kpilotDaemon.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/apps/kpilot.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/apps/kpilot.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/apps/kpilot.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/apps/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/apps/kpilot.png N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/LC_MESSAGES/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/LC_MESSAGES/kpilot.mo N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/abbrowser_conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/doc_conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/knotes-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/kpilot_config.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/memofile-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/notepad-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/popmail-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/sysinfo_conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/time_conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/todo-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/vcal-conduit.desktop N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/servicetypes/ N: We are intentionally installing to /opt, so we have to live with that for now. O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/servicetypes/kpilotconduit.desktop O: kpilot-trinity source: binary-nmu-debian-revision-in-source 4:14.1.6~pre11-0raspbian11.0.0+1 N: W: binary-nmu-debian-revision-in-source N: N: The version number of your source package ends in +b and a number or N: has a Debian revision containing three parts. These version numbers N: are used by binary NMUs and should not be used as the source version. N: (The +b form is the current standard; the three-part version number N: now obsolete.) N: N: Refer to Debian Developer's Reference section 5.10.2.1 (Recompilation N: or binary-only NMU) for details. N: N: Severity: warning N: N: Check: fields/version N: N: We want XZ regardless of the default compression. O: kpilot-trinity source: custom-compression-in-debian-source-options compression = "xz" (line 2) N: W: custom-compression-in-debian-source-options N: N: This package selects a custom compression level or algorithm in N: debian/source/options. Please remove the call and let dpkg-deb(1) N: select suitable defaults. N: N: Custom compression settings are usually chosen for one of two reasons: N: N: Higher compression levels or more advanced algorithms shrink the sizes N: of large files, but they can cause problems in the resource N: constrained environments used in Debian's buildd infrastructure. For N: example, higher than expected memory consumption may trigger an FTBFS N: or a failure to install. N: N: Lower compression levels or less advanced algorithms are sometimes N: needed to support older Debian version. Unfortunately, they also make N: it harder to change the defauls on an archive-wide basis. N: N: Some legitimate use cases trigger this tag. Please override it. N: N: Refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) N: manual page for details. N: N: Severity: warning N: N: Check: debian/source-dir N: N: Renamed from: debian-source-options-has-custom-compression-settings N: N: We want XZ regardless of the default compression. O: kpilot-trinity source: custom-compression-in-debian-source-options compression-level = 9 (line 3) O: kpilot-trinity source: no-nmu-in-changelog N: W: no-nmu-in-changelog N: N: When you NMU a package, that fact should be mentioned on the first N: line in the changelog entry. Use the words "NMU" or "Non-maintainer N: upload" (case insensitive). N: N: Maybe you didn't intend this upload to be a NMU, in that case, please N: double-check that the most recent entry in the changelog is N: byte-for-byte identical to the maintainer or one of the uploaders. If N: this is a local package (not intended for Debian), you can suppress N: this warning by putting "local" in the version number or "local N: package" on the first line of the changelog entry. N: N: Refer to Debian Developer's Reference section 5.11.3 (Using the N: DELAYED/ queue) for details. N: N: Severity: warning N: N: Check: nmu N: N: Renamed from: changelog-should-mention-nmu N: N: Actually, trigger is not unnecessary because of dynamic modules like tdepart. O: kpilot-trinity: package-has-unnecessary-activation-of-ldconfig-trigger N: W: package-has-unnecessary-activation-of-ldconfig-trigger N: N: The package activates the ldconfig trigger even though no shared N: libraries are installed in a directory controlled by the dynamic N: library loader. N: N: Note this may be triggered by a bug in debhelper, that causes it to N: auto-generate an ldconfig trigger for packages that do not need it. N: N: Refer to Debian Policy Manual section 8.1.1 (ldconfig) and Bug#204975 N: for details. N: N: Severity: warning N: N: Check: shared-libs N: N: We build for many distribution versions and therefore need N: the distribution version as part of the package version, N: which is unintentionally understood as NMU. O: kpilot-trinity source: source-nmu-has-incorrect-version-number 4:14.1.6~pre11-0raspbian11.0.0+1 N: W: source-nmu-has-incorrect-version-number N: N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a N: native package). This is to prevent stealing version numbers from the N: maintainer. N: N: Maybe you didn't intend this upload to be a NMU, in that case, please N: double-check that the most recent entry in the changelog is N: byte-for-byte identical to the maintainer or one of the uploaders. If N: this is a local package (not intended for Debian), you can suppress N: this warning by putting "local" in the version number or "local N: package" on the first line of the changelog entry. N: N: Refer to Debian Developer's Reference section 5.11.2 (NMUs and N: debian/changelog) for details. N: N: Severity: warning N: N: Check: nmu N: --------------------