1N: 2W: kpilot-trinity: hardening-no-relro [opt/trinity/bin/kpalmdoc] 3N: 4N: This package provides an ELF binary that lacks the "read-only relocation" 5N: link flag. This package was likely not built with the default Debian 6N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags 7N: directly, be sure to import LDFLAGS. 8N: 9N: Please refer to https://wiki.debian.org/Hardening for details. 10N: 11N: Visibility: warning 12N: Show-Always: no 13N: Check: binaries/hardening 14N: 15N: 16W: kpilot-trinity: hardening-no-relro [opt/trinity/bin/kpilotDaemon] 17N: 18W: kpilot-trinity: hardening-no-relro [opt/trinity/bin/kpilot] 19N: 20W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/libkpilot.so.0.0.0] 21N: 22W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_address.so] 23N: 24W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_doc.so] 25N: 26W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_knotes.so] 27N: 28W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_memofile.so] 29N: 30W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_notepad.so] 31N: 32W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_popmail.so] 33N: 34W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_sysinfo.so] 35N: 36W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_time.so] 37N: 38W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_todo.so] 39N: 40W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/conduit_vcal.so] 41N: 42W: kpilot-trinity: hardening-no-relro [opt/trinity/lib/trinity/kcm_kpilot.so] 43N: 44W: kpilot-trinity: syntax-error-in-debian-changelog line 13 "could not parse date Web, 04 Feb 2026 03:55:40 +0100" 45N: 46N: While parsing the Debian changelog, a syntax error was found. If you have 47N: old changelog entries that don't follow the current syntax but that you 48N: want to keep as-is for the historical record, add the line: 49N: 50N: Old Changelog: 51N: 52N: with no leading whitespace before the legacy entries. This line and 53N: everything after it will be ignored. 54N: 55N: Please refer to Debian Policy Manual section 4.4 for details. 56N: 57N: Visibility: warning 58N: Show-Always: no 59N: Check: debian/changelog 60N: 61N: 62I: kpilot-trinity source: debian-watch-file-is-missing 63N: 64N: This source package is not Debian-native but it does not have a 65N: debian/watch file. This file is used for automatic detection of new 66N: upstream versions by the Debian External Health Status project and other 67N: project infrastructure. If this package is maintained upstream, please 68N: consider adding a debian/watch file to detect new releases. 69N: 70N: If the package is not maintained upstream or if upstream uses a 71N: distribution mechanism that cannot be meaningfully monitored by uscan and 72N: the Debian External Health Status project, please consider adding a 73N: debian/watch file containing only comments documenting the situation. 74N: 75N: Please refer to Debian Policy Manual section 4.11 and the uscan(1) manual 76N: page for details. 77N: 78N: Visibility: info 79N: Show-Always: no 80N: Check: debian/watch 81N: 82N: 83I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/libkpilot.so.0.0.0] 84N: 85N: This package provides an ELF binary that lacks the "bindnow" linker flag. 86N: 87N: This is needed (together with "relro") to make the "Global Offset Table" 88N: (GOT) fully read-only. The bindnow feature trades startup time for 89N: improved security. Please consider enabling this feature or consider 90N: overriding the tag (possibly with a comment about why). 91N: 92N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or 93N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. 94N: 95N: The relevant compiler flags are set in LDFLAGS. 96N: 97N: Please refer to https://wiki.debian.org/Hardening for details. 98N: 99N: Visibility: info 100N: Show-Always: no 101N: Check: binaries/hardening 102N: 103N: 104I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_address.so] 105N: 106I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_doc.so] 107N: 108I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_knotes.so] 109N: 110I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_memofile.so] 111N: 112I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_notepad.so] 113N: 114I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_popmail.so] 115N: 116I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_sysinfo.so] 117N: 118I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_time.so] 119N: 120I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_todo.so] 121N: 122I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/conduit_vcal.so] 123N: 124I: kpilot-trinity: hardening-no-bindnow [opt/trinity/lib/trinity/kcm_kpilot.so] 125N: 126I: kpilot-trinity: hardening-no-fortify-functions [opt/trinity/bin/kpalmdoc] 127N: 128N: This package provides an ELF binary that lacks the use of fortified libc 129N: functions. Either there are no potentially unfortified functions called by 130N: any routines, all unfortified calls have already been fully validated at 131N: compile-time, or the package was not built with the default Debian 132N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags 133N: directly, be sure to import CPPFLAGS. 134N: 135N: NB: Due to false-positives, Lintian ignores some unprotected functions 136N: (e.g. memcpy). 137N: 138N: Please refer to https://wiki.debian.org/Hardening and Bug#673112 for 139N: details. 140N: 141N: Visibility: info 142N: Show-Always: no 143N: Check: binaries/hardening 144N: 145N: 146I: kpilot-trinity: hardening-no-fortify-functions [opt/trinity/lib/libkpilot.so.0.0.0] 147N: 148I: kpilot-trinity source: no-dh-sequencer 149N: 150N: This package does not use the dh sequencer in debian/rules. 151N: 152N: While maintainers may use a variety of build systems, this one is by far 153N: the most popular. 154N: 155N: Maintainers are strongly encouraged to use the dh sequencer in new 156N: packages and convert existing ones when appropriate. 157N: 158N: Visibility: info 159N: Show-Always: no 160N: Check: debian/rules/dh-sequencer 161N: 162N: 163I: kpilot-trinity source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.6.0.1) 164N: 165N: The source package refers to a Standards-Version older than the one that 166N: was current at the time the package was created (according to the 167N: timestamp of the latest debian/changelog entry). Please consider updating 168N: the package to current Policy and setting this control field 169N: appropriately. 170N: 171N: If the package is already compliant with the current standards, you don't 172N: have to re-upload the package just to adjust the Standards-Version control 173N: field. However, please remember to update this field next time you upload 174N: the package. 175N: 176N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 177N: debian-policy package for a summary of changes in newer versions of 178N: Policy. 179N: 180N: Please refer to 181N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 182N: details. 183N: 184N: Visibility: info 185N: Show-Always: no 186N: Check: fields/standards-version 187N: 188N: 189I: kpilot-trinity: package-contains-documentation-outside-usr-share-doc opt/trinity/share/apps/kpilot/sysinfoconduit/Template.html 190N: 191N: This package ships a documentation file outside /usr/share/doc 192N: Documentation files are normally installed inside /usr/share/doc. 193N: 194N: If this file doesn't describe the contents or purpose of the directory it 195N: is in, please consider moving this file to /usr/share/doc/ or maybe even 196N: removing it. If this file does describe the contents or purpose of the 197N: directory it is in, please add a lintian override. 198N: 199N: Visibility: info 200N: Show-Always: no 201N: Check: documentation 202N: 203N: 204I: kpilot-trinity: package-contains-documentation-outside-usr-share-doc opt/trinity/share/apps/kpilot/sysinfoconduit/Template.txt 205N: 206P: kpilot-trinity: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 207N: 208N: The copyright file refers to the versionless symlink in 209N: /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL 210N: license. This symlink is updated to point to the latest version of the 211N: license when a new one is released. The package appears to allow 212N: relicensing under later versions of its license, so this is legally 213N: consistent, but it implies that Debian will relicense the package under 214N: later versions of those licenses as they're released. It is normally 215N: better to point to the version of the license the package references in 216N: its license statement. 217N: 218N: For example, if the package says something like "you may redistribute it 219N: and/or modify it under the terms of the GNU General Public License as 220N: published by the Free Software Foundation; either version 2, or (at your 221N: option) any later version", the debian/copyright file should refer to 222N: /usr/share/common-licenses/GPL-2, not /GPL. 223N: 224N: For packages released under the same terms as Perl, Perl references the 225N: GPL version 1, so point to /usr/share/common-licenses/GPL-1. 226N: 227N: Visibility: pedantic 228N: Show-Always: no 229N: Check: debian/copyright 230N: 231N: 232P: kpilot-trinity: copyright-with-old-dh-make-debian-copyright 233N: 234N: The copyright file contains the incomplete Debian packaging copyright 235N: boilerplate from older versions of dh_make. (C) alone is not considered a 236N: valid copyright notice in some countries. The word Copyright or the © 237N: symbol should be used instead or in addition to (C). 238N: 239N: Copyright notices like this are, in any country that's a signatory to the 240N: Berne Convention, not required to claim copyright on a work, but their 241N: presence may allow claiming additional damages should a copyright case go 242N: to court. If you provide a notice, you may as well provide one that's 243N: legally recognized in a broader range of countries. 244N: 245N: Visibility: pedantic 246N: Show-Always: no 247N: Check: debian/copyright 248N: 249N: 250P: kpilot-trinity source: no-dep5-copyright [debian/copyright] 251N: 252N: This package does not use a machine-readable debian/copyright file. 253N: 254N: This format makes it easier to review licenses and can be easily parsed by 255N: Lintian. 256N: 257N: Please refer to 258N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for 259N: details. 260N: 261N: Visibility: pedantic 262N: Show-Always: no 263N: Check: debian/copyright/dep5 264N: 265N: 266P: kpilot-trinity source: no-homepage-field 267N: 268N: This non-native package lacks a Homepage field. If the package has an 269N: upstream home page that contains useful information or resources for the 270N: end user, consider adding a Homepage control field to debian/control. 271N: 272N: Please refer to Debian Policy Manual section 5.6.23 for details. 273N: 274N: Visibility: pedantic 275N: Show-Always: no 276N: Check: fields/homepage 277N: 278N: 279P: kpilot-trinity source: old-source-override-location 280N: 281N: This Debian package ships Lintian source-level overrides in the 282N: debian/source.lintian-overrides file. 283N: 284N: Please use debian/source/lintian-overrides instead; the debian/source 285N: directory is preferred to hold "source"-specific files. 286N: 287N: Please refer to Lintian User's Manual section 2.4 for details. 288N: 289N: Visibility: pedantic 290N: Show-Always: no 291N: Check: debian/lintian-overrides 292N: Renamed from: package-uses-deprecated-source-override-location 293N: 294N: 295P: kpilot-trinity source: package-uses-old-debhelper-compat-version 10 296N: 297N: This package uses a debhelper compatibility level that is no longer 298N: recommended. Please consider using the recommended level. 299N: 300N: For most packages, the best way to set the compatibility level is to 301N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 302N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 303N: 304N: If no level is selected debhelper defaults to level 1, which is 305N: deprecated. 306N: 307N: Please refer to the debhelper(7) manual page for details. 308N: 309N: Visibility: pedantic 310N: Show-Always: no 311N: Check: debhelper 312N: 313N: 314P: kpilot-trinity: repeated-path-segment trinity opt/trinity/lib/trinity/ 315N: 316N: The file is installed into a location that repeats the given path segment. 317N: An example would be /usr/lib/lib or /usr/share/myprogram/share. 318N: 319N: More often than not this is unintended. 320N: 321N: Please refer to Bug#950052 and Bug#950027 for details. 322N: 323N: Visibility: pedantic 324N: Show-Always: no 325N: Check: files/hierarchy/path-segments 326N: 327N: 328P: kpilot-trinity source: silent-on-rules-requiring-root [debian/control] 329N: 330N: The field Rules-Requires-Root is missing from the file debian/control. 331N: 332N: Over time, Debian has sucessively narrowed the steps for which elevated 333N: privileges are required. It speeds up the building of installation 334N: packages in the archive. Eventually, Debian will switch the default 335N: archive-wide behaviour to expedite the build process further. 336N: 337N: Please declare explicitly that the sources do not require root privileges. 338N: You can use the setting Rules-Requires-Root: no in the source stanza of 339N: debian/control, but please verify with diffoscope(1) that the installation 340N: packages produced are in fact identical. 341N: 342N: Please refer to /usr/share/doc/dpkg/rootless-builds.txt.gz, Debian Policy 343N: Manual section 4.9.2, and Debian Policy Manual section 5.6.31 for details. 344N: 345N: Visibility: pedantic 346N: Show-Always: no 347N: Check: debian/control/field/rules-requires-root 348N: Renamed from: rules-requires-root-missing 349N: 350N: 351P: kpilot-trinity: spelling-error-in-copyright "GNU Lesser Public License" "GNU Lesser General Public License" 352N: 353N: Lintian found a spelling error in the copyright file. Lintian has a list 354N: of common misspellings that it looks for. It does not have a dictionary 355N: like a spelling checker does. If this is a spelling error in the upstream 356N: license, in supporting email messages, or a case of Lintian being confused 357N: by non-English text, add an override. 358N: 359N: Visibility: pedantic 360N: Show-Always: no 361N: Check: debian/copyright 362N: 363N: 364X: kpilot-trinity source: upstream-metadata-file-is-missing 365N: 366N: This source package is not Debian-native but it does not have a 367N: debian/upstream/metadata file. 368N: 369N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 370N: collect meta-information about upstream projects from any source package. 371N: This file is in YAML format and it is used in to feed the data in the 372N: UltimateDebianDatabase. For example, it can contains the way the authors 373N: want their software be cited in publications and some bibliographic 374N: references about the software. 375N: 376N: Please add a debian/upstream/metadata file. 377N: 378N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 379N: https://wiki.debian.org/UpstreamMetadata for details. 380N: 381N: Visibility: pedantic 382N: Show-Always: no 383N: Check: debian/upstream/metadata 384N: This tag is experimental. 385N: 386N: 387P: kpilot-trinity source: very-long-line-length-in-source-file Documentation/ConduitProgrammingTutorial/index.tex line 491 is 865 characters long (>512) 388N: 389N: The source file includes a line length that is well beyond the normally 390N: human made code line length. 391N: 392N: This very long line length does not allow Lintian to do correctly some 393N: source file checks. 394N: 395N: This line could also be the result of some text injected by a computer 396N: program, and thus could lead to FTBFS bugs. 397N: 398N: Last but not least, long line in source code could be used to obfuscate 399N: the source code and to hide stuff like backdoors or security problems. 400N: 401N: It could be due to jslint source comments or other build tool comments. 402N: 403N: You may report this issue upstream. 404N: 405N: Visibility: pedantic 406N: Show-Always: no 407N: Check: cruft 408N: Renamed from: insane-line-length-in-source-file 409N: 410N: 411P: kpilot-trinity source: very-long-line-length-in-source-file conduits/abbrowserconduit/kaddressbookConduit.ui line 218 is 540 characters long (>512) 412N: 413P: kpilot-trinity source: very-long-line-length-in-source-file conduits/vcalconduit/korganizerConduit.ui line 233 is 611 characters long (>512) 414N: 415P: kpilot-trinity source: very-long-line-length-in-source-file kpilot/dbRecordEditor_base.ui line 144 is 2053 characters long (>512) 416N: 417P: kpilot-trinity source: very-long-line-length-in-source-file kpilot/kpilotConfigDialog_backup.ui line 149 is 677 characters long (>512) 418N: 419P: kpilot-trinity source: very-long-line-length-in-source-file kpilot/kpilotConfigDialog_sync.ui line 66 is 746 characters long (>512) 420N: 421C: kpilot-trinity: control-tarball-compression-format zst 422N: 423N: This is the compressor format used for the control.tar tarball. 424N: 425N: Visibility: classification 426N: Show-Always: no 427N: Check: deb-format 428N: This tag is a classification. There is no issue in your package. 429N: 430N: 431C: kpilot-trinity: data-tarball-compression-format zst 432N: 433N: This is the compressor format used for the data.tar tarball. 434N: 435N: Visibility: classification 436N: Show-Always: no 437N: Check: deb-format 438N: This tag is a classification. There is no issue in your package. 439N: 440N: 441C: kpilot-trinity source: debhelper-compat-level 10 442N: 443N: This is the debhelper compat level used specified by this package. 444N: 445N: Visibility: classification 446N: Show-Always: no 447N: Check: debhelper 448N: This tag is a classification. There is no issue in your package. 449N: 450N: 451C: kpilot-trinity source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 452N: 453N: This is the build system that Lintian believes the package is using. 454N: 455N: Visibility: classification 456N: Show-Always: no 457N: Check: debhelper 458N: This tag is a classification. There is no issue in your package. 459N: 460N: 461C: kpilot-trinity source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 462N: 463N: This person is a contact in the named group for this package. 464N: 465N: Visibility: classification 466N: Show-Always: no 467N: Check: fields/mail-address 468N: Renamed from: maintainer uploader 469N: This tag is a classification. There is no issue in your package. 470N: 471N: 472C: kpilot-trinity: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 473N: 474C: kpilot-trinity: no-ctrl-scripts 475N: 476N: The package does not rely on any maintainer scripts (or other executable 477N: control files). 478N: 479N: Visibility: classification 480N: Show-Always: no 481N: Check: control-files 482N: This tag is a classification. There is no issue in your package. 483N: 484N: 485C: kpilot-trinity source: number-of-patches 0 486N: 487N: The number of patches according to the debian/patches/series file. 488N: 489N: Visibility: classification 490N: Show-Always: no 491N: Check: debian/patches/count 492N: This tag is a classification. There is no issue in your package. 493N: 494N: 495C: kpilot-trinity source: package-is-maintained-by-individual 496N: 497N: The package is maintained by an individual according to the 498N: maintainer/uploaders fields in the debian/control file. 499N: 500N: Visibility: classification 501N: Show-Always: no 502N: Check: fields/vcs 503N: This tag is a classification. There is no issue in your package. 504N: 505N: 506C: kpilot-trinity: package-is-maintained-by-individual 507N: 508C: kpilot-trinity source: patch-system quilt 509N: 510N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 511N: 512N: Visibility: classification 513N: Show-Always: no 514N: Check: debian/patches 515N: This tag is a classification. There is no issue in your package. 516N: 517N: 518C: kpilot-trinity source: source-format 3.0 (quilt) 519N: 520N: This is the source format declared in the package. 521N: 522N: Visibility: classification 523N: Show-Always: no 524N: Check: debian/source-dir 525N: This tag is a classification. There is no issue in your package. 526N: 527N: 528C: kpilot-trinity source: standards-version 3.8.4 529N: 530N: The standards version of the package according to Standards-Version field 531N: in the debian/control file. 532N: 533N: Visibility: classification 534N: Show-Always: no 535N: Check: fields/standards-version 536N: This tag is a classification. There is no issue in your package. 537N: 538N: 539C: 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 540N: 541N: The raw but trimmed contents of the named field in the given Deb822 file. 542N: The number indicates the section from the top, starting at 1. 543N: 544N: Visibility: classification 545N: Show-Always: no 546N: Check: fields/deb822 547N: This tag is a classification. There is no issue in your package. 548N: 549N: 550C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 551N: 552C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Priority optional 553N: 554C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Section tde 555N: 556C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Source kpilot-trinity 557N: 558C: kpilot-trinity source: trimmed-deb822-field debian/control §1 Standards-Version 3.8.4 559N: 560C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Architecture any 561N: 562C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Breaks kpilot-kde3 (<< 4:14.0.0~) 563N: 564C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Depends ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0 565N: 566C: 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. 567N: 568C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Package kpilot-trinity 569N: 570C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Replaces kpilot-kde3 (<< 4:14.0.0~) 571N: 572C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Section utils 573N: 574C: kpilot-trinity source: trimmed-deb822-field debian/control §2 Suggests knotes-trinity, korganizer-trinity 575N: 576C: kpilot-trinity source: trimmed-field Architecture any 577N: 578N: These are the raw but trimmed contents of the named field in the package's 579N: primary control file. 580N: 581N: Visibility: classification 582N: Show-Always: no 583N: Check: fields/trimmed 584N: This tag is a classification. There is no issue in your package. 585N: 586N: 587C: kpilot-trinity source: trimmed-field Binary kpilot-trinity 588N: 589C: 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 590N: 591C: kpilot-trinity source: trimmed-field Checksums-Sha1 557e518cd71172162416898eb5a48189e27b9e08 2846724 kpilot-trinity_14.2.0~pre58.orig.tar.xz\n 68ad428f32a3759583bd425c3cb59ad870e77eb6 2800 kpilot-trinity_14.2.0~pre58-0ubuntu22.04.0+7.debian.tar.xz 592N: 593C: kpilot-trinity source: trimmed-field Checksums-Sha256 c603f57ae97c60dd3a4b8664d537a5ffef74f96c66b00dc1cde8b7da2553ea85 2846724 kpilot-trinity_14.2.0~pre58.orig.tar.xz\n 0480b22c800c9627886eb67d098532eb740340e5be8e33b0fc1024ce2fa05c98 2800 kpilot-trinity_14.2.0~pre58-0ubuntu22.04.0+7.debian.tar.xz 594N: 595C: kpilot-trinity source: trimmed-field Files 2cb64bb62aae442f12c4bbcb38784876 2846724 kpilot-trinity_14.2.0~pre58.orig.tar.xz\n d4b68e1a316661cfc1e2ea0d9596ac0c 2800 kpilot-trinity_14.2.0~pre58-0ubuntu22.04.0+7.debian.tar.xz 596N: 597C: kpilot-trinity source: trimmed-field Format 3.0 (quilt) 598N: 599C: kpilot-trinity source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 600N: 601C: kpilot-trinity source: trimmed-field Package-List kpilot-trinity deb utils optional arch=any 602N: 603C: kpilot-trinity source: trimmed-field Source kpilot-trinity 604N: 605C: kpilot-trinity source: trimmed-field Standards-Version 3.8.4 606N: 607C: kpilot-trinity source: trimmed-field Version 4:14.2.0~pre58-0ubuntu22.04.0+7 608N: 609C: kpilot-trinity: trimmed-field Architecture amd64 610N: 611C: kpilot-trinity: trimmed-field Breaks kpilot-kde3 (<< 4:14.0.0~) 612N: 613C: kpilot-trinity: trimmed-field Depends libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpisock9, libstdc++6 (>= 5), libtdepim1a-trinity (>= 4:3.5.7), libtqt3-mt (>= 4:14.2.0~pre279), tdelibs14-trinity (>= 4:14.2.0~pre294), debconf (>= 0.5) | debconf-2.0 614N: 615C: 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. 616N: 617C: kpilot-trinity: trimmed-field Installed-Size 8923 618N: 619C: kpilot-trinity: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 620N: 621C: kpilot-trinity: trimmed-field Package kpilot-trinity 622N: 623C: kpilot-trinity: trimmed-field Priority optional 624N: 625C: kpilot-trinity: trimmed-field Replaces kpilot-kde3 (<< 4:14.0.0~) 626N: 627C: kpilot-trinity: trimmed-field Section utils 628N: 629C: kpilot-trinity: trimmed-field Suggests knotes-trinity, korganizer-trinity 630N: 631C: kpilot-trinity: trimmed-field Version 4:14.2.0~pre58-0ubuntu22.04.0+7 632N: 633N: We are intentionally installing to /opt, so we have to live with that for now. 634O: kpilot-trinity: dir-or-file-in-opt opt/trinity/ 635N: 636N: Debian packages should not install into /opt, because it is reserved for 637N: add-on software. 638N: 639N: Please refer to Filesystem Hierarchy Standard for details. 640N: 641N: Visibility: error 642N: Show-Always: no 643N: Check: files/hierarchy/standard 644N: 645N: 646N: We are intentionally installing to /opt, so we have to live with that for now. 647O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/ 648N: 649N: We are intentionally installing to /opt, so we have to live with that for now. 650O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpalmdoc 651N: 652N: We are intentionally installing to /opt, so we have to live with that for now. 653O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpilot 654N: 655N: We are intentionally installing to /opt, so we have to live with that for now. 656O: kpilot-trinity: dir-or-file-in-opt opt/trinity/bin/kpilotDaemon 657N: 658N: We are intentionally installing to /opt, so we have to live with that for now. 659O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/ 660N: 661N: We are intentionally installing to /opt, so we have to live with that for now. 662O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/ 663N: 664N: We are intentionally installing to /opt, so we have to live with that for now. 665O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotdevicelink.h 666N: 667N: We are intentionally installing to /opt, so we have to live with that for now. 668O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotlink.h 669N: 670N: We are intentionally installing to /opt, so we have to live with that for now. 671O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/kpilotlocallink.h 672N: 673N: We are intentionally installing to /opt, so we have to live with that for now. 674O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilot.h 675N: 676N: We are intentionally installing to /opt, so we have to live with that for now. 677O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotDatabase.h 678N: 679N: We are intentionally installing to /opt, so we have to live with that for now. 680O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotLinkVersion.h 681N: 682N: We are intentionally installing to /opt, so we have to live with that for now. 683O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotLocalDatabase.h 684N: 685N: We are intentionally installing to /opt, so we have to live with that for now. 686O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotRecord.h 687N: 688N: We are intentionally installing to /opt, so we have to live with that for now. 689O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pilotSerialDatabase.h 690N: 691N: We are intentionally installing to /opt, so we have to live with that for now. 692O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/plugin.h 693N: 694N: We are intentionally installing to /opt, so we have to live with that for now. 695O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/pluginfactory.h 696N: 697N: We are intentionally installing to /opt, so we have to live with that for now. 698O: kpilot-trinity: dir-or-file-in-opt opt/trinity/include/kpilot/syncAction.h 699N: 700N: We are intentionally installing to /opt, so we have to live with that for now. 701O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/ 702N: 703N: We are intentionally installing to /opt, so we have to live with that for now. 704O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.la 705N: 706N: We are intentionally installing to /opt, so we have to live with that for now. 707O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so 708N: 709N: We are intentionally installing to /opt, so we have to live with that for now. 710O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so.0 711N: 712N: We are intentionally installing to /opt, so we have to live with that for now. 713O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/libkpilot.so.0.0.0 714N: 715N: We are intentionally installing to /opt, so we have to live with that for now. 716O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/ 717N: 718N: We are intentionally installing to /opt, so we have to live with that for now. 719O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_address.la 720N: 721N: We are intentionally installing to /opt, so we have to live with that for now. 722O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_address.so 723N: 724N: We are intentionally installing to /opt, so we have to live with that for now. 725O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_doc.la 726N: 727N: We are intentionally installing to /opt, so we have to live with that for now. 728O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_doc.so 729N: 730N: We are intentionally installing to /opt, so we have to live with that for now. 731O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_knotes.la 732N: 733N: We are intentionally installing to /opt, so we have to live with that for now. 734O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_knotes.so 735N: 736N: We are intentionally installing to /opt, so we have to live with that for now. 737O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_memofile.la 738N: 739N: We are intentionally installing to /opt, so we have to live with that for now. 740O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_memofile.so 741N: 742N: We are intentionally installing to /opt, so we have to live with that for now. 743O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_notepad.la 744N: 745N: We are intentionally installing to /opt, so we have to live with that for now. 746O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_notepad.so 747N: 748N: We are intentionally installing to /opt, so we have to live with that for now. 749O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_popmail.la 750N: 751N: We are intentionally installing to /opt, so we have to live with that for now. 752O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_popmail.so 753N: 754N: We are intentionally installing to /opt, so we have to live with that for now. 755O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_sysinfo.la 756N: 757N: We are intentionally installing to /opt, so we have to live with that for now. 758O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_sysinfo.so 759N: 760N: We are intentionally installing to /opt, so we have to live with that for now. 761O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_time.la 762N: 763N: We are intentionally installing to /opt, so we have to live with that for now. 764O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_time.so 765N: 766N: We are intentionally installing to /opt, so we have to live with that for now. 767O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_todo.la 768N: 769N: We are intentionally installing to /opt, so we have to live with that for now. 770O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_todo.so 771N: 772N: We are intentionally installing to /opt, so we have to live with that for now. 773O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_vcal.la 774N: 775N: We are intentionally installing to /opt, so we have to live with that for now. 776O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/conduit_vcal.so 777N: 778N: We are intentionally installing to /opt, so we have to live with that for now. 779O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/kcm_kpilot.la 780N: 781N: We are intentionally installing to /opt, so we have to live with that for now. 782O: kpilot-trinity: dir-or-file-in-opt opt/trinity/lib/trinity/kcm_kpilot.so 783N: 784N: We are intentionally installing to /opt, so we have to live with that for now. 785O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/ 786N: 787N: We are intentionally installing to /opt, so we have to live with that for now. 788O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/ 789N: 790N: We are intentionally installing to /opt, so we have to live with that for now. 791O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/ 792N: 793N: We are intentionally installing to /opt, so we have to live with that for now. 794O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpalmdoc.desktop 795N: 796N: We are intentionally installing to /opt, so we have to live with that for now. 797O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpilot.desktop 798N: 799N: We are intentionally installing to /opt, so we have to live with that for now. 800O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/applications/tde/kpilotdaemon.desktop 801N: 802N: We are intentionally installing to /opt, so we have to live with that for now. 803O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/ 804N: 805N: We are intentionally installing to /opt, so we have to live with that for now. 806O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/ 807N: 808N: We are intentionally installing to /opt, so we have to live with that for now. 809O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/contacteditorpages/ 810N: 811N: We are intentionally installing to /opt, so we have to live with that for now. 812O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kaddressbook/contacteditorpages/KPilotCustomFieldEditor.ui 813N: 814N: We are intentionally installing to /opt, so we have to live with that for now. 815O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/ 816N: 817N: We are intentionally installing to /opt, so we have to live with that for now. 818O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/ 819N: 820N: We are intentionally installing to /opt, so we have to live with that for now. 821O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/ 822N: 823N: We are intentionally installing to /opt, so we have to live with that for now. 824O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/ 825N: 826N: We are intentionally installing to /opt, so we have to live with that for now. 827O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/ 828N: 829N: We are intentionally installing to /opt, so we have to live with that for now. 830O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/backup.png 831N: 832N: We are intentionally installing to /opt, so we have to live with that for now. 833O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/busysync.png 834N: 835N: We are intentionally installing to /opt, so we have to live with that for now. 836O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fastsync.png 837N: 838N: We are intentionally installing to /opt, so we have to live with that for now. 839O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/fullsync.png 840N: 841N: We are intentionally installing to /opt, so we have to live with that for now. 842O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/hotsync.png 843N: 844N: We are intentionally installing to /opt, so we have to live with that for now. 845O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/listsync.png 846N: 847N: We are intentionally installing to /opt, so we have to live with that for now. 848O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/nosync.png 849N: 850N: We are intentionally installing to /opt, so we have to live with that for now. 851O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/16x16/actions/restore.png 852N: 853N: We are intentionally installing to /opt, so we have to live with that for now. 854O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/ 855N: 856N: We are intentionally installing to /opt, so we have to live with that for now. 857O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/ 858N: 859N: We are intentionally installing to /opt, so we have to live with that for now. 860O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/backup.png 861N: 862N: We are intentionally installing to /opt, so we have to live with that for now. 863O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/busysync.png 864N: 865N: We are intentionally installing to /opt, so we have to live with that for now. 866O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fastsync.png 867N: 868N: We are intentionally installing to /opt, so we have to live with that for now. 869O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/fullsync.png 870N: 871N: We are intentionally installing to /opt, so we have to live with that for now. 872O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/hotsync.png 873N: 874N: We are intentionally installing to /opt, so we have to live with that for now. 875O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/listsync.png 876N: 877N: We are intentionally installing to /opt, so we have to live with that for now. 878O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/nosync.png 879N: 880N: We are intentionally installing to /opt, so we have to live with that for now. 881O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/22x22/actions/restore.png 882N: 883N: We are intentionally installing to /opt, so we have to live with that for now. 884O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/ 885N: 886N: We are intentionally installing to /opt, so we have to live with that for now. 887O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/ 888N: 889N: We are intentionally installing to /opt, so we have to live with that for now. 890O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fastsync.png 891N: 892N: We are intentionally installing to /opt, so we have to live with that for now. 893O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/fullsync.png 894N: 895N: We are intentionally installing to /opt, so we have to live with that for now. 896O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/hotsync.png 897N: 898N: We are intentionally installing to /opt, so we have to live with that for now. 899O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/32x32/actions/listsync.png 900N: 901N: We are intentionally installing to /opt, so we have to live with that for now. 902O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/ 903N: 904N: We are intentionally installing to /opt, so we have to live with that for now. 905O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/ 906N: 907N: We are intentionally installing to /opt, so we have to live with that for now. 908O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fastsync.png 909N: 910N: We are intentionally installing to /opt, so we have to live with that for now. 911O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/fullsync.png 912N: 913N: We are intentionally installing to /opt, so we have to live with that for now. 914O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/hotsync.png 915N: 916N: We are intentionally installing to /opt, so we have to live with that for now. 917O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/48x48/actions/listsync.png 918N: 919N: We are intentionally installing to /opt, so we have to live with that for now. 920O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/ 921N: 922N: We are intentionally installing to /opt, so we have to live with that for now. 923O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/ 924N: 925N: We are intentionally installing to /opt, so we have to live with that for now. 926O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotaddress.png 927N: 928N: We are intentionally installing to /opt, so we have to live with that for now. 929O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotbhotsync.png 930N: 931N: We are intentionally installing to /opt, so we have to live with that for now. 932O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotcalendar.png 933N: 934N: We are intentionally installing to /opt, so we have to live with that for now. 935O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotdb.png 936N: 937N: We are intentionally installing to /opt, so we have to live with that for now. 938O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotfileinstaller.png 939N: 940N: We are intentionally installing to /opt, so we have to live with that for now. 941O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilotknotes.png 942N: 943N: We are intentionally installing to /opt, so we have to live with that for now. 944O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/icons/crystalsvg/64x64/actions/kpilottodo.png 945N: 946N: We are intentionally installing to /opt, so we have to live with that for now. 947O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/kpilotui.rc 948N: 949N: We are intentionally installing to /opt, so we have to live with that for now. 950O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/pics/ 951N: 952N: We are intentionally installing to /opt, so we have to live with that for now. 953O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/pics/kpilot-splash.png 954N: 955N: We are intentionally installing to /opt, so we have to live with that for now. 956O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/ 957N: 958N: We are intentionally installing to /opt, so we have to live with that for now. 959O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/Template.html 960N: 961N: We are intentionally installing to /opt, so we have to live with that for now. 962O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/kpilot/sysinfoconduit/Template.txt 963N: 964N: We are intentionally installing to /opt, so we have to live with that for now. 965O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/ 966N: 967N: We are intentionally installing to /opt, so we have to live with that for now. 968O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/kpalmdoc.upd 969N: 970N: We are intentionally installing to /opt, so we have to live with that for now. 971O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/apps/tdeconf_update/kpilot.upd 972N: 973N: We are intentionally installing to /opt, so we have to live with that for now. 974O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/ 975N: 976N: We are intentionally installing to /opt, so we have to live with that for now. 977O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/abbrowserconduit.kcfg 978N: 979N: We are intentionally installing to /opt, so we have to live with that for now. 980O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/docconduit.kcfg 981N: 982N: We are intentionally installing to /opt, so we have to live with that for now. 983O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/knotesconduit.kcfg 984N: 985N: We are intentionally installing to /opt, so we have to live with that for now. 986O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpalmdoc.kcfg 987N: 988N: We are intentionally installing to /opt, so we have to live with that for now. 989O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpilot.kcfg 990N: 991N: We are intentionally installing to /opt, so we have to live with that for now. 992O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/kpilotlib.kcfg 993N: 994N: We are intentionally installing to /opt, so we have to live with that for now. 995O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/memofileconduit.kcfg 996N: 997N: We are intentionally installing to /opt, so we have to live with that for now. 998O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/popmail.kcfg 999N: 1000N: We are intentionally installing to /opt, so we have to live with that for now. 1001O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/sysinfoconduit.kcfg 1002N: 1003N: We are intentionally installing to /opt, so we have to live with that for now. 1004O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/timeconduit.kcfg 1005N: 1006N: We are intentionally installing to /opt, so we have to live with that for now. 1007O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/config.kcfg/vcalconduitbase.kcfg 1008N: 1009N: We are intentionally installing to /opt, so we have to live with that for now. 1010O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/ 1011N: 1012N: We are intentionally installing to /opt, so we have to live with that for now. 1013O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/ 1014N: 1015N: We are intentionally installing to /opt, so we have to live with that for now. 1016O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/ 1017N: 1018N: We are intentionally installing to /opt, so we have to live with that for now. 1019O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/ 1020N: 1021N: We are intentionally installing to /opt, so we have to live with that for now. 1022O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/ 1023N: 1024N: We are intentionally installing to /opt, so we have to live with that for now. 1025O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/address-app.png 1026N: 1027N: We are intentionally installing to /opt, so we have to live with that for now. 1028O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/common 1029N: 1030N: We are intentionally installing to /opt, so we have to live with that for now. 1031O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-knotes.png 1032N: 1033N: We are intentionally installing to /opt, so we have to live with that for now. 1034O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-mal.png 1035N: 1036N: We are intentionally installing to /opt, so we have to live with that for now. 1037O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-palmdoc.png 1038N: 1039N: We are intentionally installing to /opt, so we have to live with that for now. 1040O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-popmail-kmail.png 1041N: 1042N: We are intentionally installing to /opt, so we have to live with that for now. 1043O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-sysinfo.png 1044N: 1045N: We are intentionally installing to /opt, so we have to live with that for now. 1046O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/conduit-vcal.png 1047N: 1048N: We are intentionally installing to /opt, so we have to live with that for now. 1049O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/configuration.docbook 1050N: 1051N: We are intentionally installing to /opt, so we have to live with that for now. 1052O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/daemon-menu.png 1053N: 1054N: We are intentionally installing to /opt, so we have to live with that for now. 1055O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/db-app.png 1056N: 1057N: We are intentionally installing to /opt, so we have to live with that for now. 1058O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/faq.docbook 1059N: 1060N: We are intentionally installing to /opt, so we have to live with that for now. 1061O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/file-app.png 1062N: 1063N: We are intentionally installing to /opt, so we have to live with that for now. 1064O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/index.cache.bz2 1065N: 1066N: We are intentionally installing to /opt, so we have to live with that for now. 1067O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/index.docbook 1068N: 1069N: We are intentionally installing to /opt, so we have to live with that for now. 1070O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/main-app.png 1071N: 1072N: We are intentionally installing to /opt, so we have to live with that for now. 1073O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/memo-app.png 1074N: 1075N: We are intentionally installing to /opt, so we have to live with that for now. 1076O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-address.png 1077N: 1078N: We are intentionally installing to /opt, so we have to live with that for now. 1079O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-conduit.png 1080N: 1081N: We are intentionally installing to /opt, so we have to live with that for now. 1082O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-dbspecial.png 1083N: 1084N: We are intentionally installing to /opt, so we have to live with that for now. 1085O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-general.png 1086N: 1087N: We are intentionally installing to /opt, so we have to live with that for now. 1088O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-hotsync.png 1089N: 1090N: We are intentionally installing to /opt, so we have to live with that for now. 1091O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-items.png 1092N: 1093N: We are intentionally installing to /opt, so we have to live with that for now. 1094O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-startup-exit.png 1095N: 1096N: We are intentionally installing to /opt, so we have to live with that for now. 1097O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-tabs.png 1098N: 1099N: We are intentionally installing to /opt, so we have to live with that for now. 1100O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/setup-viewer.png 1101N: 1102N: We are intentionally installing to /opt, so we have to live with that for now. 1103O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/sidebar.png 1104N: 1105N: We are intentionally installing to /opt, so we have to live with that for now. 1106O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/sync.docbook 1107N: 1108N: We are intentionally installing to /opt, so we have to live with that for now. 1109O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/todo-app.png 1110N: 1111N: We are intentionally installing to /opt, so we have to live with that for now. 1112O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_backup.png 1113N: 1114N: We are intentionally installing to /opt, so we have to live with that for now. 1115O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/toolbar_hotsync.png 1116N: 1117N: We are intentionally installing to /opt, so we have to live with that for now. 1118O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/usage.docbook 1119N: 1120N: We are intentionally installing to /opt, so we have to live with that for now. 1121O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-conduits.png 1122N: 1123N: We are intentionally installing to /opt, so we have to live with that for now. 1124O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-connection.png 1125N: 1126N: We are intentionally installing to /opt, so we have to live with that for now. 1127O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/doc/tde/HTML/en/kpilot/wizard-general.png 1128N: 1129N: We are intentionally installing to /opt, so we have to live with that for now. 1130O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/ 1131N: 1132N: We are intentionally installing to /opt, so we have to live with that for now. 1133O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/ 1134N: 1135N: We are intentionally installing to /opt, so we have to live with that for now. 1136O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/ 1137N: 1138N: We are intentionally installing to /opt, so we have to live with that for now. 1139O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/ 1140N: 1141N: We are intentionally installing to /opt, so we have to live with that for now. 1142O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/kpalmdoc.png 1143N: 1144N: We are intentionally installing to /opt, so we have to live with that for now. 1145O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/16x16/apps/kpilotDaemon.png 1146N: 1147N: We are intentionally installing to /opt, so we have to live with that for now. 1148O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/ 1149N: 1150N: We are intentionally installing to /opt, so we have to live with that for now. 1151O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/ 1152N: 1153N: We are intentionally installing to /opt, so we have to live with that for now. 1154O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/kpalmdoc.png 1155N: 1156N: We are intentionally installing to /opt, so we have to live with that for now. 1157O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/22x22/apps/kpilotDaemon.png 1158N: 1159N: We are intentionally installing to /opt, so we have to live with that for now. 1160O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/ 1161N: 1162N: We are intentionally installing to /opt, so we have to live with that for now. 1163O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/ 1164N: 1165N: We are intentionally installing to /opt, so we have to live with that for now. 1166O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/kpalmdoc.png 1167N: 1168N: We are intentionally installing to /opt, so we have to live with that for now. 1169O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/32x32/apps/kpilotDaemon.png 1170N: 1171N: We are intentionally installing to /opt, so we have to live with that for now. 1172O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/ 1173N: 1174N: We are intentionally installing to /opt, so we have to live with that for now. 1175O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/ 1176N: 1177N: We are intentionally installing to /opt, so we have to live with that for now. 1178O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/kpalmdoc.png 1179N: 1180N: We are intentionally installing to /opt, so we have to live with that for now. 1181O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/crystalsvg/48x48/apps/kpilotDaemon.png 1182N: 1183N: We are intentionally installing to /opt, so we have to live with that for now. 1184O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/ 1185N: 1186N: We are intentionally installing to /opt, so we have to live with that for now. 1187O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/ 1188N: 1189N: We are intentionally installing to /opt, so we have to live with that for now. 1190O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/apps/ 1191N: 1192N: We are intentionally installing to /opt, so we have to live with that for now. 1193O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/16x16/apps/kpilot.png 1194N: 1195N: We are intentionally installing to /opt, so we have to live with that for now. 1196O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/ 1197N: 1198N: We are intentionally installing to /opt, so we have to live with that for now. 1199O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/apps/ 1200N: 1201N: We are intentionally installing to /opt, so we have to live with that for now. 1202O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/22x22/apps/kpilot.png 1203N: 1204N: We are intentionally installing to /opt, so we have to live with that for now. 1205O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/ 1206N: 1207N: We are intentionally installing to /opt, so we have to live with that for now. 1208O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/apps/ 1209N: 1210N: We are intentionally installing to /opt, so we have to live with that for now. 1211O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/32x32/apps/kpilot.png 1212N: 1213N: We are intentionally installing to /opt, so we have to live with that for now. 1214O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/ 1215N: 1216N: We are intentionally installing to /opt, so we have to live with that for now. 1217O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/apps/ 1218N: 1219N: We are intentionally installing to /opt, so we have to live with that for now. 1220O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/icons/hicolor/48x48/apps/kpilot.png 1221N: 1222N: We are intentionally installing to /opt, so we have to live with that for now. 1223O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ 1224N: 1225N: We are intentionally installing to /opt, so we have to live with that for now. 1226O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/ 1227N: 1228N: We are intentionally installing to /opt, so we have to live with that for now. 1229O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/LC_MESSAGES/ 1230N: 1231N: We are intentionally installing to /opt, so we have to live with that for now. 1232O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/af/LC_MESSAGES/kpilot.mo 1233N: 1234N: We are intentionally installing to /opt, so we have to live with that for now. 1235O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/ 1236N: 1237N: We are intentionally installing to /opt, so we have to live with that for now. 1238O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/LC_MESSAGES/ 1239N: 1240N: We are intentionally installing to /opt, so we have to live with that for now. 1241O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ar/LC_MESSAGES/kpilot.mo 1242N: 1243N: We are intentionally installing to /opt, so we have to live with that for now. 1244O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/ 1245N: 1246N: We are intentionally installing to /opt, so we have to live with that for now. 1247O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/LC_MESSAGES/ 1248N: 1249N: We are intentionally installing to /opt, so we have to live with that for now. 1250O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/az/LC_MESSAGES/kpilot.mo 1251N: 1252N: We are intentionally installing to /opt, so we have to live with that for now. 1253O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/ 1254N: 1255N: We are intentionally installing to /opt, so we have to live with that for now. 1256O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/LC_MESSAGES/ 1257N: 1258N: We are intentionally installing to /opt, so we have to live with that for now. 1259O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bg/LC_MESSAGES/kpilot.mo 1260N: 1261N: We are intentionally installing to /opt, so we have to live with that for now. 1262O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/ 1263N: 1264N: We are intentionally installing to /opt, so we have to live with that for now. 1265O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/LC_MESSAGES/ 1266N: 1267N: We are intentionally installing to /opt, so we have to live with that for now. 1268O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/br/LC_MESSAGES/kpilot.mo 1269N: 1270N: We are intentionally installing to /opt, so we have to live with that for now. 1271O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/ 1272N: 1273N: We are intentionally installing to /opt, so we have to live with that for now. 1274O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/LC_MESSAGES/ 1275N: 1276N: We are intentionally installing to /opt, so we have to live with that for now. 1277O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/bs/LC_MESSAGES/kpilot.mo 1278N: 1279N: We are intentionally installing to /opt, so we have to live with that for now. 1280O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/ 1281N: 1282N: We are intentionally installing to /opt, so we have to live with that for now. 1283O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/LC_MESSAGES/ 1284N: 1285N: We are intentionally installing to /opt, so we have to live with that for now. 1286O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ca/LC_MESSAGES/kpilot.mo 1287N: 1288N: We are intentionally installing to /opt, so we have to live with that for now. 1289O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/ 1290N: 1291N: We are intentionally installing to /opt, so we have to live with that for now. 1292O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/LC_MESSAGES/ 1293N: 1294N: We are intentionally installing to /opt, so we have to live with that for now. 1295O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cs/LC_MESSAGES/kpilot.mo 1296N: 1297N: We are intentionally installing to /opt, so we have to live with that for now. 1298O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/ 1299N: 1300N: We are intentionally installing to /opt, so we have to live with that for now. 1301O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/LC_MESSAGES/ 1302N: 1303N: We are intentionally installing to /opt, so we have to live with that for now. 1304O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/cy/LC_MESSAGES/kpilot.mo 1305N: 1306N: We are intentionally installing to /opt, so we have to live with that for now. 1307O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/ 1308N: 1309N: We are intentionally installing to /opt, so we have to live with that for now. 1310O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/LC_MESSAGES/ 1311N: 1312N: We are intentionally installing to /opt, so we have to live with that for now. 1313O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/da/LC_MESSAGES/kpilot.mo 1314N: 1315N: We are intentionally installing to /opt, so we have to live with that for now. 1316O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/ 1317N: 1318N: We are intentionally installing to /opt, so we have to live with that for now. 1319O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/LC_MESSAGES/ 1320N: 1321N: We are intentionally installing to /opt, so we have to live with that for now. 1322O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/de/LC_MESSAGES/kpilot.mo 1323N: 1324N: We are intentionally installing to /opt, so we have to live with that for now. 1325O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/ 1326N: 1327N: We are intentionally installing to /opt, so we have to live with that for now. 1328O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/LC_MESSAGES/ 1329N: 1330N: We are intentionally installing to /opt, so we have to live with that for now. 1331O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/el/LC_MESSAGES/kpilot.mo 1332N: 1333N: We are intentionally installing to /opt, so we have to live with that for now. 1334O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/ 1335N: 1336N: We are intentionally installing to /opt, so we have to live with that for now. 1337O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/LC_MESSAGES/ 1338N: 1339N: We are intentionally installing to /opt, so we have to live with that for now. 1340O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/en_GB/LC_MESSAGES/kpilot.mo 1341N: 1342N: We are intentionally installing to /opt, so we have to live with that for now. 1343O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/ 1344N: 1345N: We are intentionally installing to /opt, so we have to live with that for now. 1346O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/LC_MESSAGES/ 1347N: 1348N: We are intentionally installing to /opt, so we have to live with that for now. 1349O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/es/LC_MESSAGES/kpilot.mo 1350N: 1351N: We are intentionally installing to /opt, so we have to live with that for now. 1352O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/ 1353N: 1354N: We are intentionally installing to /opt, so we have to live with that for now. 1355O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/LC_MESSAGES/ 1356N: 1357N: We are intentionally installing to /opt, so we have to live with that for now. 1358O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/et/LC_MESSAGES/kpilot.mo 1359N: 1360N: We are intentionally installing to /opt, so we have to live with that for now. 1361O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/ 1362N: 1363N: We are intentionally installing to /opt, so we have to live with that for now. 1364O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/LC_MESSAGES/ 1365N: 1366N: We are intentionally installing to /opt, so we have to live with that for now. 1367O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/eu/LC_MESSAGES/kpilot.mo 1368N: 1369N: We are intentionally installing to /opt, so we have to live with that for now. 1370O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/ 1371N: 1372N: We are intentionally installing to /opt, so we have to live with that for now. 1373O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/LC_MESSAGES/ 1374N: 1375N: We are intentionally installing to /opt, so we have to live with that for now. 1376O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fa/LC_MESSAGES/kpilot.mo 1377N: 1378N: We are intentionally installing to /opt, so we have to live with that for now. 1379O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/ 1380N: 1381N: We are intentionally installing to /opt, so we have to live with that for now. 1382O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/LC_MESSAGES/ 1383N: 1384N: We are intentionally installing to /opt, so we have to live with that for now. 1385O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fi/LC_MESSAGES/kpilot.mo 1386N: 1387N: We are intentionally installing to /opt, so we have to live with that for now. 1388O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/ 1389N: 1390N: We are intentionally installing to /opt, so we have to live with that for now. 1391O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/LC_MESSAGES/ 1392N: 1393N: We are intentionally installing to /opt, so we have to live with that for now. 1394O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fr/LC_MESSAGES/kpilot.mo 1395N: 1396N: We are intentionally installing to /opt, so we have to live with that for now. 1397O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/ 1398N: 1399N: We are intentionally installing to /opt, so we have to live with that for now. 1400O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/LC_MESSAGES/ 1401N: 1402N: We are intentionally installing to /opt, so we have to live with that for now. 1403O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/fy/LC_MESSAGES/kpilot.mo 1404N: 1405N: We are intentionally installing to /opt, so we have to live with that for now. 1406O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/ 1407N: 1408N: We are intentionally installing to /opt, so we have to live with that for now. 1409O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/LC_MESSAGES/ 1410N: 1411N: We are intentionally installing to /opt, so we have to live with that for now. 1412O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ga/LC_MESSAGES/kpilot.mo 1413N: 1414N: We are intentionally installing to /opt, so we have to live with that for now. 1415O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/ 1416N: 1417N: We are intentionally installing to /opt, so we have to live with that for now. 1418O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/LC_MESSAGES/ 1419N: 1420N: We are intentionally installing to /opt, so we have to live with that for now. 1421O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/gl/LC_MESSAGES/kpilot.mo 1422N: 1423N: We are intentionally installing to /opt, so we have to live with that for now. 1424O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/ 1425N: 1426N: We are intentionally installing to /opt, so we have to live with that for now. 1427O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/LC_MESSAGES/ 1428N: 1429N: We are intentionally installing to /opt, so we have to live with that for now. 1430O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/he/LC_MESSAGES/kpilot.mo 1431N: 1432N: We are intentionally installing to /opt, so we have to live with that for now. 1433O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/ 1434N: 1435N: We are intentionally installing to /opt, so we have to live with that for now. 1436O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/LC_MESSAGES/ 1437N: 1438N: We are intentionally installing to /opt, so we have to live with that for now. 1439O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hi/LC_MESSAGES/kpilot.mo 1440N: 1441N: We are intentionally installing to /opt, so we have to live with that for now. 1442O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/ 1443N: 1444N: We are intentionally installing to /opt, so we have to live with that for now. 1445O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/LC_MESSAGES/ 1446N: 1447N: We are intentionally installing to /opt, so we have to live with that for now. 1448O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hr/LC_MESSAGES/kpilot.mo 1449N: 1450N: We are intentionally installing to /opt, so we have to live with that for now. 1451O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/ 1452N: 1453N: We are intentionally installing to /opt, so we have to live with that for now. 1454O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/LC_MESSAGES/ 1455N: 1456N: We are intentionally installing to /opt, so we have to live with that for now. 1457O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/hu/LC_MESSAGES/kpilot.mo 1458N: 1459N: We are intentionally installing to /opt, so we have to live with that for now. 1460O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/ 1461N: 1462N: We are intentionally installing to /opt, so we have to live with that for now. 1463O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/LC_MESSAGES/ 1464N: 1465N: We are intentionally installing to /opt, so we have to live with that for now. 1466O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/is/LC_MESSAGES/kpilot.mo 1467N: 1468N: We are intentionally installing to /opt, so we have to live with that for now. 1469O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/ 1470N: 1471N: We are intentionally installing to /opt, so we have to live with that for now. 1472O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/LC_MESSAGES/ 1473N: 1474N: We are intentionally installing to /opt, so we have to live with that for now. 1475O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/it/LC_MESSAGES/kpilot.mo 1476N: 1477N: We are intentionally installing to /opt, so we have to live with that for now. 1478O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/ 1479N: 1480N: We are intentionally installing to /opt, so we have to live with that for now. 1481O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/LC_MESSAGES/ 1482N: 1483N: We are intentionally installing to /opt, so we have to live with that for now. 1484O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ja/LC_MESSAGES/kpilot.mo 1485N: 1486N: We are intentionally installing to /opt, so we have to live with that for now. 1487O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/ 1488N: 1489N: We are intentionally installing to /opt, so we have to live with that for now. 1490O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/LC_MESSAGES/ 1491N: 1492N: We are intentionally installing to /opt, so we have to live with that for now. 1493O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/kk/LC_MESSAGES/kpilot.mo 1494N: 1495N: We are intentionally installing to /opt, so we have to live with that for now. 1496O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/ 1497N: 1498N: We are intentionally installing to /opt, so we have to live with that for now. 1499O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/LC_MESSAGES/ 1500N: 1501N: We are intentionally installing to /opt, so we have to live with that for now. 1502O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/km/LC_MESSAGES/kpilot.mo 1503N: 1504N: We are intentionally installing to /opt, so we have to live with that for now. 1505O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/ 1506N: 1507N: We are intentionally installing to /opt, so we have to live with that for now. 1508O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/LC_MESSAGES/ 1509N: 1510N: We are intentionally installing to /opt, so we have to live with that for now. 1511O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ko/LC_MESSAGES/kpilot.mo 1512N: 1513N: We are intentionally installing to /opt, so we have to live with that for now. 1514O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/ 1515N: 1516N: We are intentionally installing to /opt, so we have to live with that for now. 1517O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/LC_MESSAGES/ 1518N: 1519N: We are intentionally installing to /opt, so we have to live with that for now. 1520O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lt/LC_MESSAGES/kpilot.mo 1521N: 1522N: We are intentionally installing to /opt, so we have to live with that for now. 1523O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/ 1524N: 1525N: We are intentionally installing to /opt, so we have to live with that for now. 1526O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/LC_MESSAGES/ 1527N: 1528N: We are intentionally installing to /opt, so we have to live with that for now. 1529O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/lv/LC_MESSAGES/kpilot.mo 1530N: 1531N: We are intentionally installing to /opt, so we have to live with that for now. 1532O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/ 1533N: 1534N: We are intentionally installing to /opt, so we have to live with that for now. 1535O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/LC_MESSAGES/ 1536N: 1537N: We are intentionally installing to /opt, so we have to live with that for now. 1538O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/mk/LC_MESSAGES/kpilot.mo 1539N: 1540N: We are intentionally installing to /opt, so we have to live with that for now. 1541O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/ 1542N: 1543N: We are intentionally installing to /opt, so we have to live with that for now. 1544O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/LC_MESSAGES/ 1545N: 1546N: We are intentionally installing to /opt, so we have to live with that for now. 1547O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ms/LC_MESSAGES/kpilot.mo 1548N: 1549N: We are intentionally installing to /opt, so we have to live with that for now. 1550O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/ 1551N: 1552N: We are intentionally installing to /opt, so we have to live with that for now. 1553O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/LC_MESSAGES/ 1554N: 1555N: We are intentionally installing to /opt, so we have to live with that for now. 1556O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nb/LC_MESSAGES/kpilot.mo 1557N: 1558N: We are intentionally installing to /opt, so we have to live with that for now. 1559O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/ 1560N: 1561N: We are intentionally installing to /opt, so we have to live with that for now. 1562O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/LC_MESSAGES/ 1563N: 1564N: We are intentionally installing to /opt, so we have to live with that for now. 1565O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nds/LC_MESSAGES/kpilot.mo 1566N: 1567N: We are intentionally installing to /opt, so we have to live with that for now. 1568O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/ 1569N: 1570N: We are intentionally installing to /opt, so we have to live with that for now. 1571O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/LC_MESSAGES/ 1572N: 1573N: We are intentionally installing to /opt, so we have to live with that for now. 1574O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nl/LC_MESSAGES/kpilot.mo 1575N: 1576N: We are intentionally installing to /opt, so we have to live with that for now. 1577O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/ 1578N: 1579N: We are intentionally installing to /opt, so we have to live with that for now. 1580O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/LC_MESSAGES/ 1581N: 1582N: We are intentionally installing to /opt, so we have to live with that for now. 1583O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/nn/LC_MESSAGES/kpilot.mo 1584N: 1585N: We are intentionally installing to /opt, so we have to live with that for now. 1586O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/ 1587N: 1588N: We are intentionally installing to /opt, so we have to live with that for now. 1589O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/LC_MESSAGES/ 1590N: 1591N: We are intentionally installing to /opt, so we have to live with that for now. 1592O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pa/LC_MESSAGES/kpilot.mo 1593N: 1594N: We are intentionally installing to /opt, so we have to live with that for now. 1595O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/ 1596N: 1597N: We are intentionally installing to /opt, so we have to live with that for now. 1598O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/LC_MESSAGES/ 1599N: 1600N: We are intentionally installing to /opt, so we have to live with that for now. 1601O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pl/LC_MESSAGES/kpilot.mo 1602N: 1603N: We are intentionally installing to /opt, so we have to live with that for now. 1604O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/ 1605N: 1606N: We are intentionally installing to /opt, so we have to live with that for now. 1607O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/LC_MESSAGES/ 1608N: 1609N: We are intentionally installing to /opt, so we have to live with that for now. 1610O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt/LC_MESSAGES/kpilot.mo 1611N: 1612N: We are intentionally installing to /opt, so we have to live with that for now. 1613O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/ 1614N: 1615N: We are intentionally installing to /opt, so we have to live with that for now. 1616O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/LC_MESSAGES/ 1617N: 1618N: We are intentionally installing to /opt, so we have to live with that for now. 1619O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/pt_BR/LC_MESSAGES/kpilot.mo 1620N: 1621N: We are intentionally installing to /opt, so we have to live with that for now. 1622O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/ 1623N: 1624N: We are intentionally installing to /opt, so we have to live with that for now. 1625O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/LC_MESSAGES/ 1626N: 1627N: We are intentionally installing to /opt, so we have to live with that for now. 1628O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ro/LC_MESSAGES/kpilot.mo 1629N: 1630N: We are intentionally installing to /opt, so we have to live with that for now. 1631O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/ 1632N: 1633N: We are intentionally installing to /opt, so we have to live with that for now. 1634O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/LC_MESSAGES/ 1635N: 1636N: We are intentionally installing to /opt, so we have to live with that for now. 1637O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ru/LC_MESSAGES/kpilot.mo 1638N: 1639N: We are intentionally installing to /opt, so we have to live with that for now. 1640O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/ 1641N: 1642N: We are intentionally installing to /opt, so we have to live with that for now. 1643O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/LC_MESSAGES/ 1644N: 1645N: We are intentionally installing to /opt, so we have to live with that for now. 1646O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/rw/LC_MESSAGES/kpilot.mo 1647N: 1648N: We are intentionally installing to /opt, so we have to live with that for now. 1649O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/ 1650N: 1651N: We are intentionally installing to /opt, so we have to live with that for now. 1652O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/LC_MESSAGES/ 1653N: 1654N: We are intentionally installing to /opt, so we have to live with that for now. 1655O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/se/LC_MESSAGES/kpilot.mo 1656N: 1657N: We are intentionally installing to /opt, so we have to live with that for now. 1658O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/ 1659N: 1660N: We are intentionally installing to /opt, so we have to live with that for now. 1661O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/LC_MESSAGES/ 1662N: 1663N: We are intentionally installing to /opt, so we have to live with that for now. 1664O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sk/LC_MESSAGES/kpilot.mo 1665N: 1666N: We are intentionally installing to /opt, so we have to live with that for now. 1667O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/ 1668N: 1669N: We are intentionally installing to /opt, so we have to live with that for now. 1670O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/LC_MESSAGES/ 1671N: 1672N: We are intentionally installing to /opt, so we have to live with that for now. 1673O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sl/LC_MESSAGES/kpilot.mo 1674N: 1675N: We are intentionally installing to /opt, so we have to live with that for now. 1676O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/ 1677N: 1678N: We are intentionally installing to /opt, so we have to live with that for now. 1679O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/LC_MESSAGES/ 1680N: 1681N: We are intentionally installing to /opt, so we have to live with that for now. 1682O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr/LC_MESSAGES/kpilot.mo 1683N: 1684N: We are intentionally installing to /opt, so we have to live with that for now. 1685O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/ 1686N: 1687N: We are intentionally installing to /opt, so we have to live with that for now. 1688O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/LC_MESSAGES/ 1689N: 1690N: We are intentionally installing to /opt, so we have to live with that for now. 1691O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sr@Latn/LC_MESSAGES/kpilot.mo 1692N: 1693N: We are intentionally installing to /opt, so we have to live with that for now. 1694O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/ 1695N: 1696N: We are intentionally installing to /opt, so we have to live with that for now. 1697O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/LC_MESSAGES/ 1698N: 1699N: We are intentionally installing to /opt, so we have to live with that for now. 1700O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/sv/LC_MESSAGES/kpilot.mo 1701N: 1702N: We are intentionally installing to /opt, so we have to live with that for now. 1703O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/ 1704N: 1705N: We are intentionally installing to /opt, so we have to live with that for now. 1706O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/LC_MESSAGES/ 1707N: 1708N: We are intentionally installing to /opt, so we have to live with that for now. 1709O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/ta/LC_MESSAGES/kpilot.mo 1710N: 1711N: We are intentionally installing to /opt, so we have to live with that for now. 1712O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/ 1713N: 1714N: We are intentionally installing to /opt, so we have to live with that for now. 1715O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/LC_MESSAGES/ 1716N: 1717N: We are intentionally installing to /opt, so we have to live with that for now. 1718O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tg/LC_MESSAGES/kpilot.mo 1719N: 1720N: We are intentionally installing to /opt, so we have to live with that for now. 1721O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/ 1722N: 1723N: We are intentionally installing to /opt, so we have to live with that for now. 1724O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/LC_MESSAGES/ 1725N: 1726N: We are intentionally installing to /opt, so we have to live with that for now. 1727O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/tr/LC_MESSAGES/kpilot.mo 1728N: 1729N: We are intentionally installing to /opt, so we have to live with that for now. 1730O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/ 1731N: 1732N: We are intentionally installing to /opt, so we have to live with that for now. 1733O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/LC_MESSAGES/ 1734N: 1735N: We are intentionally installing to /opt, so we have to live with that for now. 1736O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uk/LC_MESSAGES/kpilot.mo 1737N: 1738N: We are intentionally installing to /opt, so we have to live with that for now. 1739O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/ 1740N: 1741N: We are intentionally installing to /opt, so we have to live with that for now. 1742O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/LC_MESSAGES/ 1743N: 1744N: We are intentionally installing to /opt, so we have to live with that for now. 1745O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz/LC_MESSAGES/kpilot.mo 1746N: 1747N: We are intentionally installing to /opt, so we have to live with that for now. 1748O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/ 1749N: 1750N: We are intentionally installing to /opt, so we have to live with that for now. 1751O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/ 1752N: 1753N: We are intentionally installing to /opt, so we have to live with that for now. 1754O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/uz@cyrillic/LC_MESSAGES/kpilot.mo 1755N: 1756N: We are intentionally installing to /opt, so we have to live with that for now. 1757O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/ 1758N: 1759N: We are intentionally installing to /opt, so we have to live with that for now. 1760O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/LC_MESSAGES/ 1761N: 1762N: We are intentionally installing to /opt, so we have to live with that for now. 1763O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_CN/LC_MESSAGES/kpilot.mo 1764N: 1765N: We are intentionally installing to /opt, so we have to live with that for now. 1766O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/ 1767N: 1768N: We are intentionally installing to /opt, so we have to live with that for now. 1769O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/LC_MESSAGES/ 1770N: 1771N: We are intentionally installing to /opt, so we have to live with that for now. 1772O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/locale/zh_TW/LC_MESSAGES/kpilot.mo 1773N: 1774N: We are intentionally installing to /opt, so we have to live with that for now. 1775O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/ 1776N: 1777N: We are intentionally installing to /opt, so we have to live with that for now. 1778O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/abbrowser_conduit.desktop 1779N: 1780N: We are intentionally installing to /opt, so we have to live with that for now. 1781O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/doc_conduit.desktop 1782N: 1783N: We are intentionally installing to /opt, so we have to live with that for now. 1784O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/knotes-conduit.desktop 1785N: 1786N: We are intentionally installing to /opt, so we have to live with that for now. 1787O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/kpilot_config.desktop 1788N: 1789N: We are intentionally installing to /opt, so we have to live with that for now. 1790O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/memofile-conduit.desktop 1791N: 1792N: We are intentionally installing to /opt, so we have to live with that for now. 1793O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/notepad-conduit.desktop 1794N: 1795N: We are intentionally installing to /opt, so we have to live with that for now. 1796O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/popmail-conduit.desktop 1797N: 1798N: We are intentionally installing to /opt, so we have to live with that for now. 1799O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/sysinfo_conduit.desktop 1800N: 1801N: We are intentionally installing to /opt, so we have to live with that for now. 1802O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/time_conduit.desktop 1803N: 1804N: We are intentionally installing to /opt, so we have to live with that for now. 1805O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/todo-conduit.desktop 1806N: 1807N: We are intentionally installing to /opt, so we have to live with that for now. 1808O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/services/vcal-conduit.desktop 1809N: 1810N: We are intentionally installing to /opt, so we have to live with that for now. 1811O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/servicetypes/ 1812N: 1813N: We are intentionally installing to /opt, so we have to live with that for now. 1814O: kpilot-trinity: dir-or-file-in-opt opt/trinity/share/servicetypes/kpilotconduit.desktop 1815N: 1816O: kpilot-trinity source: binary-nmu-debian-revision-in-source 4:14.2.0~pre58-0ubuntu22.04.0+7 1817N: 1818N: The version number of your source package ends in +b and a number or has a 1819N: Debian revision containing three parts. These version numbers are used by 1820N: binary NMUs and should not be used as the source version. (The +b form is 1821N: the current standard; the three-part version number now obsolete.) 1822N: 1823N: Please refer to Debian Developer's Reference section 5.10.2.1 for details. 1824N: 1825N: Visibility: warning 1826N: Show-Always: no 1827N: Check: fields/version 1828N: 1829N: 1830N: We want XZ regardless of the default compression. 1831O: kpilot-trinity source: custom-compression-in-debian-source-options compression = "xz" (line 2) 1832N: 1833N: This package selects a custom compression level or algorithm in 1834N: debian/source/options. Please remove the call and let dpkg-deb(1) select 1835N: suitable defaults. 1836N: 1837N: Custom compression settings are usually chosen for one of two reasons: 1838N: 1839N: Higher compression levels or more advanced algorithms shrink the sizes of 1840N: large files, but they can cause problems in the resource constrained 1841N: environments used in Debian's buildd infrastructure. For example, higher 1842N: than expected memory consumption may trigger an FTBFS or a failure to 1843N: install. 1844N: 1845N: Lower compression levels or less advanced algorithms are sometimes needed 1846N: to support older Debian version. Unfortunately, they also make it harder 1847N: to change the defauls on an archive-wide basis. 1848N: 1849N: Some legitimate use cases trigger this tag. Please override it. 1850N: 1851N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 1852N: manual page for details. 1853N: 1854N: Visibility: warning 1855N: Show-Always: no 1856N: Check: debian/source-dir 1857N: Renamed from: debian-source-options-has-custom-compression-settings 1858N: 1859N: 1860N: We want XZ regardless of the default compression. 1861O: kpilot-trinity source: custom-compression-in-debian-source-options compression-level = 9 (line 3) 1862N: 1863N: Actually, trigger is not unnecessary because of dynamic modules like tdepart. 1864O: kpilot-trinity: package-has-unnecessary-activation-of-ldconfig-trigger 1865N: 1866N: The package activates the ldconfig trigger even though no shared libraries 1867N: are installed in a directory controlled by the dynamic library loader. 1868N: 1869N: Note this may be triggered by a bug in debhelper, that causes it to 1870N: auto-generate an ldconfig trigger for packages that do not need it. 1871N: 1872N: Please refer to Debian Policy Manual section 8.1.1 and Bug#204975 for 1873N: details. 1874N: 1875N: Visibility: warning 1876N: Show-Always: no 1877N: Check: libraries/shared/trigger/ldconfig 1878N: