cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-eu2e6_dg/libkexiv2-trinity_14.2.0~pre11-0ubuntu24.10.0+8.dsc' '/tmp/debusine-fetch-exec-upload-eu2e6_dg/libkexiv2-3-trinity-dev_14.2.0~pre11-0ubuntu24.10.0+8_ppc64el.deb' '/tmp/debusine-fetch-exec-upload-eu2e6_dg/libkexiv2-3-trinity_14.2.0~pre11-0ubuntu24.10.0+8_ppc64el.deb' output (contains stderr only, stdout was captured): Files in working directory: lintian.txt -------------------- N: E: libkexiv2-3-trinity: dir-or-file-in-opt [opt/trinity/] N: N: Debian packages should not install into /opt, because it is reserved for N: add-on software. N: N: Please refer to /opt : Add-on application software packages (Section 3.13) N: in the Filesystem Hierarchy Standard for details. N: N: Visibility: error N: Show-Always: no N: Check: files/hierarchy/standard N: N: E: libkexiv2-3-trinity: dir-or-file-in-opt [opt/trinity/lib/] N: E: libkexiv2-3-trinity: dir-or-file-in-opt [opt/trinity/lib/libkexiv2.so.5.0.0] N: E: libkexiv2-3-trinity: dir-or-file-in-opt [opt/trinity/lib/libkexiv2.so.5] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/include/] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/include/libkexiv2/] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/include/libkexiv2/kexiv2.h] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/include/libkexiv2/libkexiv2_export.h] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/include/libkexiv2/version.h] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/lib/] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/lib/libkexiv2.la] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/lib/libkexiv2.so] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/lib/pkgconfig/] N: E: libkexiv2-3-trinity-dev: dir-or-file-in-opt [opt/trinity/lib/pkgconfig/libkexiv2.pc] N: E: libkexiv2-trinity source: epoch-changed-but-upstream-version-did-not-go-backwards 0.1.7-0ubuntu4 -> 4:14.2.0~pre11-0ubuntu24.10.0+8 [debian/changelog:1] N: N: The previous version of this package had a different version epoch to the N: current version but the upstream version did not go "backwards". For N: example, the previous package version was "1:1.0-1" and the current N: version is "2:2.0-1". N: N: This was likely an accidental bump or addition of an epoch. N: N: Epochs exist to cope with changes to the upstream version numbering N: scheme. Whilst they are a powerful tool, increasing or adding an epoch has N: many downsides including causing issues with versioned dependencies, being N: misleading to users and being aesthetically unappealing. Whilst they N: should be avoided, valid reasons to add or increment the epoch include: N: N: - Upstream changed their versioning scheme in a way that makes the N: latest version lower than the previous one. N: - You need to permanently revert to a lower upstream version. N: N: Temporary revertions (eg. after an NMU) should use not modify or introduce N: an epoch - please use the CURRENT+reallyFORMER until you can upload the N: latest version again. N: N: If you are unsure whether you need to increase the epoch for a package, N: please consult the debian-devel mailing list. N: N: Visibility: error N: Show-Always: no N: Check: debian/changelog N: N: E: libkexiv2-trinity source: rules-require-build-prerequisite (does not satisfy cdbs:any) [debian/rules] N: N: N: The code in debian/rules requires a prerequisite N: that is not presently listed in the package's Build-Depends. N: N: In the special case of Python, affected packages should Build-Depend on N: one of python3, python3-all, python3-dev, or python3-all-dev. Which one N: depends on whether a package supports multiple Python versions, and also N: whether the package builds Python modules or uses Python only as part of N: the build process. N: N: Packages that depend on a specific Python version may build-depend on any N: appropriate pythonX.Y or pythonX.Y-dev package instead. N: N: The condition you see in the context is not a recommendation on what to N: add. If you see a list, more than likely only one member is needed to make N: this tag go away. You probably also do not need the :any multiarch N: qualifier, if you see one. N: N: Please refer to Package relationships (Section 4.2) in the Debian Policy N: Manual for details. N: N: Visibility: error N: Show-Always: no N: Check: debian/rules N: Renamed from: missing-build-dependency missing-python-build-dependency N: N: W: libkexiv2-trinity source: binary-nmu-debian-revision-in-source 4:14.2.0~pre11-0ubuntu24.10.0+8 N: N: The version number of your source package ends in +b and a number or has a N: Debian revision containing three parts. These version numbers are used by N: binary NMUs and should not be used as the source version. (The +b form is N: the current standard; the three-part version number now obsolete.) N: N: Please refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the N: Debian Developer's Reference for details. N: N: Visibility: warning N: Show-Always: no N: Check: fields/version N: N: W: libkexiv2-trinity source: custom-compression-in-debian-source-options compression = "xz" [debian/source/options:2] N: N: This package selects a custom compression level or algorithm in N: debian/source/options. Please remove the call and let dpkg-deb(1) select N: suitable defaults. N: N: Custom compression settings are usually chosen for one of two reasons: N: N: Higher compression levels or more advanced algorithms shrink the sizes of N: large files, but they can cause problems in the resource constrained N: environments used in Debian's buildd infrastructure. For example, higher N: than expected memory consumption may trigger an FTBFS or a failure to N: install. N: N: Lower compression levels or less advanced algorithms are sometimes needed N: to support older Debian version. Unfortunately, they also make it harder N: to change the defaults on an archive-wide basis. N: N: Some legitimate use cases trigger this tag. Please override it. N: N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) N: manual page for details. N: N: Visibility: warning N: Show-Always: no N: Check: debian/source-dir N: Renamed from: debian-source-options-has-custom-compression-settings N: N: W: libkexiv2-trinity source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] N: W: libkexiv2-trinity source: debhelper-but-no-misc-depends libkexiv2-3-trinity N: N: The source package uses debhelper, but it does not include ${misc:Depends} N: in the given binary package's debian/control entry. Any debhelper command N: may add dependencies to ${misc:Depends} that are required for the work N: that it does, so recommended best practice is to always add N: ${misc:Depends} to the dependencies of each binary package if debhelper is N: in use. N: N: Please refer to the debhelper(7) manual page for details. N: N: Visibility: warning N: Show-Always: no N: Check: debhelper N: N: W: libkexiv2-trinity source: debhelper-but-no-misc-depends libkexiv2-3-trinity-dev N: W: libkexiv2-trinity source: epoch-change-without-comment 0.1.7-0ubuntu4 -> 4:14.2.0~pre11-0ubuntu24.10.0+8 [debian/changelog:1] N: N: The previous version of this package had a different version epoch (eg. N: 2:1.0-1) to the current version but there's no reference to this in the N: changelog entry. N: N: Epochs exist to cope with changes to the upstream version numbering N: scheme. Whilst they are a powerful tool, increasing or adding an epoch has N: many downsides including causing issues with versioned dependencies, being N: misleading to users and being aesthetically unappealing. Whilst they N: should be avoided, valid reasons to add or increment the epoch include: N: N: - Upstream changed their versioning scheme in a way that makes the N: latest version lower than the previous one. N: - You need to permanently revert to a lower upstream version. N: N: Temporary revertions (eg. after an NMU) should use not modify or introduce N: an epoch - please use the CURRENT+reallyFORMER until you can upload the N: latest version again. N: N: If you are unsure whether you need to increase the epoch for a package, N: please consult the debian-devel mailing list. N: N: Lintian looks in this version's changelog entry for the phrase "epoch". N: N: Visibility: warning N: Show-Always: no N: Check: debian/changelog N: N: W: libkexiv2-3-trinity: hardening-no-relro [opt/trinity/lib/libkexiv2.so.5.0.0] N: N: This package provides an ELF binary that lacks the "read-only relocation" N: link flag. This package was likely not built with the default Debian N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags N: directly, be sure to import LDFLAGS. N: N: Please refer to https://wiki.debian.org/Hardening for details. N: N: Visibility: warning N: Show-Always: no N: Check: binaries/hardening N: N: W: libkexiv2-3-trinity: package-has-unnecessary-activation-of-ldconfig-trigger N: N: The package activates the ldconfig trigger even though no shared libraries N: are installed in a directory controlled by the dynamic library loader. N: N: Note this may be triggered by a bug in debhelper, that causes it to N: auto-generate an ldconfig trigger for packages that do not need it. N: N: Please refer to ldconfig (Section 8.1.1) in the Debian Policy Manual and N: Bug#204975 for details. N: N: Visibility: warning N: Show-Always: no N: Check: libraries/shared/trigger/ldconfig N: N: W: libkexiv2-3-trinity-dev: package-has-unnecessary-activation-of-ldconfig-trigger N: W: libkexiv2-3-trinity: package-relation-with-self Breaks: libkexiv2-3-trinity (<< 4:14.0.0~) N: N: The package declares a relationship with itself. This is not very useful N: except in the case of a package Conflicting with itself if its package N: name doubles as a virtual package. N: N: Visibility: warning N: Show-Always: no N: Check: fields/package-relations N: N: W: libkexiv2-3-trinity-dev: package-relation-with-self Breaks: libkexiv2-3-trinity-dev (<< 4:14.0.0~) N: I: libkexiv2-trinity source: adopted-extended-field (in section for source) XSBC-Original-Maintainer [debian/control:5] N: N: A field in debian/control has an extension prefix but is also known N: without it. N: N: Extension prefixes like XS-* or XC-* allow experimental fields to N: propagate to the right place when packages are built with dpkg. In this N: case, however, the field is also known without the prefix. In all N: likelihood the field was permanently adopted, and dpkg learned how to deal N: with it. N: N: Please consider removing the extension prefix for the field name. N: N: Visibility: info N: Show-Always: no N: Check: debian/control/field/adopted N: Renamed from: xc-package-type-in-debian-control N: xs-testsuite-field-in-debian-control xs-vcs-field-in-debian-control N: N: I: libkexiv2-trinity source: debian-watch-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/watch file. This file is used for automatic detection of new N: upstream versions by the Debian External Health Status project and other N: project infrastructure. If this package is maintained upstream, please N: consider adding a debian/watch file to detect new releases. N: N: If the package is not maintained upstream or if upstream uses a N: distribution mechanism that cannot be meaningfully monitored by uscan and N: the Debian External Health Status project, please consider adding a N: debian/watch file containing only comments documenting the situation. N: N: Please refer to Upstream source location: debian/watch (Section 4.11) in N: the Debian Policy Manual and the uscan(1) manual page for details. N: N: Visibility: info N: Show-Always: no N: Check: debian/watch N: N: I: libkexiv2-3-trinity: hardening-no-bindnow [opt/trinity/lib/libkexiv2.so.5.0.0] N: N: This package provides an ELF binary that lacks the "bindnow" linker flag. N: N: This is needed (together with "relro") to make the "Global Offset Table" N: (GOT) fully read-only. The bindnow feature trades startup time for N: improved security. Please consider enabling this feature or consider N: overriding the tag (possibly with a comment about why). N: N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. N: N: The relevant compiler flags are set in LDFLAGS. N: N: Please refer to https://wiki.debian.org/Hardening for details. N: N: Visibility: info N: Show-Always: no N: Check: binaries/hardening N: N: I: libkexiv2-trinity source: installable-field-mirrors-source (in section for libkexiv2-3-trinity) Section [debian/control:24] N: N: The named field for an installation package in debian/control has the same N: value as the one inherited from the source paragraph. N: N: In the interest of shorter and clearer files, you may wish to take N: advantage of the inheritance rules. This field is redundant. N: N: Visibility: info N: Show-Always: no N: Check: debian/control/field/redundant N: Renamed from: binary-control-field-duplicates-source N: N: I: libkexiv2-trinity source: no-dh-sequencer [debian/rules] N: N: This package does not use the dh sequencer in debian/rules. N: N: While maintainers may use a variety of build systems, this one is by far N: the most popular. N: N: Maintainers are strongly encouraged to use the dh sequencer in new N: packages and convert existing ones when appropriate. N: N: Visibility: info N: Show-Always: no N: Check: debian/rules/dh-sequencer N: N: I: libkexiv2-trinity source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.7.0) N: N: The source package refers to a Standards-Version older than the one that N: was current at the time the package was created (according to the N: timestamp of the latest debian/changelog entry). Please consider updating N: the package to current Policy and setting this control field N: appropriately. N: N: If the package is already compliant with the current standards, you don't N: have to re-upload the package just to adjust the Standards-Version control N: field. However, please remember to update this field next time you upload N: the package. N: N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the N: debian-policy package for a summary of changes in newer versions of N: Policy. N: N: Please refer to N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for N: details. N: N: Visibility: info N: Show-Always: no N: Check: fields/standards-version N: N: P: libkexiv2-trinity source: co-maintained-package-with-no-vcs-fields N: N: Based on the content of the maintainer and uploader fields this package is N: co-maintained but there are no Vcs-* fields. N: N: It is recommended that shared maintenance of packages are co-ordinated via N: a revision control system. N: N: Visibility: pedantic N: Show-Always: no N: Check: fields/vcs N: Renamed from: co-maintained-package-with-no-vcs-headers N: N: P: libkexiv2-trinity source: no-dep5-copyright [debian/copyright] N: N: This package does not use a machine-readable debian/copyright file. N: N: This format makes it easier to review licenses and can be easily parsed by N: Lintian. N: N: Please refer to N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for N: details. N: N: Visibility: pedantic N: Show-Always: no N: Check: debian/copyright/dep5 N: N: P: libkexiv2-trinity source: package-uses-old-debhelper-compat-version 10 N: N: This package uses a debhelper compatibility level that is no longer N: recommended. Please consider using the recommended level. N: N: For most packages, the best way to set the compatibility level is to N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You N: can also use the debian/compat file or export DH_COMPAT in debian/rules. N: N: If no level is selected debhelper defaults to level 1, which is N: deprecated. N: N: Please refer to the debhelper(7) manual page for details. N: N: Visibility: pedantic N: Show-Always: no N: Check: debhelper N: N: P: libkexiv2-trinity source: silent-on-rules-requiring-root [debian/control] N: N: The field Rules-Requires-Root is missing from the file debian/control. N: N: Over time, Debian has successively narrowed the steps for which elevated N: privileges are required. It speeds up the building of installation N: packages in the archive. Eventually, Debian will switch the default N: archive-wide behaviour to expedite the build process further. N: N: Please declare explicitly that the sources do not require root privileges. N: You can use the setting Rules-Requires-Root: no in the source stanza of N: debian/control, but please verify with diffoscope(1) that the installation N: packages produced are in fact identical. N: N: Please refer to usr/share/doc/dpkg/spec/rootless-builds.txt, debian/rules N: and Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and N: Rules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for N: details. N: N: Visibility: pedantic N: Show-Always: no N: Check: debian/control/field/rules-requires-root N: Renamed from: rules-requires-root-missing N: N: P: libkexiv2-trinity source: trailing-whitespace [debian/changelog:78] N: N: This file contains lines with trailing whitespace characters. N: N: Whilst often harmless and unsightly, such extra whitespaces can also cause N: tools to interpret the whitespace characters literally. The tool diff(1) N: does not like them, either. They are best avoided. N: N: Some of these problems can be hard to track down. N: N: Whitespace at the end of lines may be removed with the following: N: N: $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog N: N: If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup). N: N: However, if you wish to only remove trailing spaces and leave trailing N: tabs (eg. for Makefiles), you can use the following code snippet: N: N: $ sed -i -e 's@[ ]*$@@g' debian/rules N: N: To remove empty lines from the end of a file, you can use: N: N: $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules N: N: Visibility: pedantic N: Show-Always: no N: Check: debian/trailing-whitespace N: Renamed from: file-contains-trailing-whitespace N: N: X: libkexiv2-3-trinity-dev: package-contains-no-arch-dependent-files N: N: All files in this package are architecture-independent, but the package is N: not marked Architecture: all. N: N: The package should probably be marked Architecture: all. N: N: Please refer to Architecture (Section 5.6.8) in the Debian Policy Manual N: for details. N: N: Visibility: info N: Show-Always: no N: Check: files/architecture N: This tag is experimental. N: N: X: libkexiv2-trinity source: upstream-metadata-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/upstream/metadata file. N: N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to N: collect meta-information about upstream projects from any source package. N: This file is in YAML format and it is used in to feed the data in the N: UltimateDebianDatabase. For example, it can contains the way the authors N: want their software be cited in publications and some bibliographic N: references about the software. N: N: Please add a debian/upstream/metadata file. N: N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and N: https://wiki.debian.org/UpstreamMetadata for details. N: N: Visibility: pedantic N: Show-Always: no N: Check: debian/upstream/metadata N: This tag is experimental. N: N: C: libkexiv2-3-trinity: control-tarball-compression-format zst N: N: This is the compressor format used for the control.tar tarball. N: N: Visibility: classification N: Show-Always: no N: Check: deb-format N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-3-trinity-dev: control-tarball-compression-format zst N: C: libkexiv2-3-trinity: data-tarball-compression-format zst N: N: This is the compressor format used for the data.tar tarball. N: N: Visibility: classification N: Show-Always: no N: Check: deb-format N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-3-trinity-dev: data-tarball-compression-format zst N: C: libkexiv2-trinity source: debhelper-compat-level 10 N: N: This is the debhelper compat level used specified by this package. N: N: Visibility: classification N: Show-Always: no N: Check: debhelper N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: debian-build-system cdbs-with-debhelper.mk [debian/rules] N: N: This is the build system that Lintian believes the package is using. N: N: Visibility: classification N: Show-Always: no N: Check: debhelper N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: mail-contact Maintainer "TDE Debian Team" N: N: This person is a contact in the named group for this package. N: N: Visibility: classification N: Show-Always: no N: Check: fields/mail-address N: Renamed from: maintainer uploader N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: mail-contact Uploaders "Achim Bohnet" N: C: libkexiv2-trinity source: mail-contact Uploaders "Mark Purcell" N: C: libkexiv2-3-trinity: mail-contact Maintainer "TDE Debian Team" N: C: libkexiv2-3-trinity-dev: mail-contact Maintainer "TDE Debian Team" N: C: libkexiv2-3-trinity: no-ctrl-scripts N: N: The package does not rely on any maintainer scripts (or other executable N: control files). N: N: Visibility: classification N: Show-Always: no N: Check: control-files N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-3-trinity-dev: no-ctrl-scripts N: C: libkexiv2-trinity source: number-of-patches 0 [debian/patches/series] N: N: The number of patches according to the debian/patches/series file. N: N: Visibility: classification N: Show-Always: no N: Check: debian/patches/count N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: package-is-co-maintained (with 2 uploaders) N: N: The package is co-maintained but not team-maintained according to the N: maintainer/uploaders fields in the debian/control file. N: N: Visibility: classification N: Show-Always: no N: Check: fields/vcs N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-3-trinity: package-is-maintained-by-individual N: N: The package is maintained by an individual according to the N: maintainer/uploaders fields in the debian/control file. N: N: Visibility: classification N: Show-Always: no N: Check: fields/vcs N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-3-trinity-dev: package-is-maintained-by-individual N: C: libkexiv2-trinity source: patch-system quilt N: N: This package uses the specified patch system (eg. "quilt" or "dpatch"). N: N: Visibility: classification N: Show-Always: no N: Check: debian/patches N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: source-format 3.0 (quilt) N: N: This is the source format declared in the package. N: N: Visibility: classification N: Show-Always: no N: Check: debian/source-dir N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: standards-version 3.8.4 N: N: The standards version of the package according to Standards-Version field N: in the debian/control file. N: N: Visibility: classification N: Show-Always: no N: Check: fields/standards-version N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libexiv2-dev, tdelibs14-trinity-dev [debian/control:7] N: N: The raw but trimmed contents of the named field in the given Deb822 file. N: The number indicates the section from the top, starting at 1. N: N: Visibility: classification N: Show-Always: no N: Check: fields/deb822 N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Homepage http://www.kipi-plugins.org/ [debian/control:9] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Maintainer TDE Debian Team [debian/control:4] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Priority optional [debian/control:3] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Section libs [debian/control:2] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Source libkexiv2-trinity [debian/control:1] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Standards-Version 3.8.4 [debian/control:8] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 Uploaders Achim Bohnet , Mark Purcell [debian/control:6] N: C: libkexiv2-trinity source: trimmed-deb822-field §1 XSBC-Original-Maintainer Debian KDE Extras Team [debian/control:5] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Architecture any [debian/control:13] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Breaks libkexiv2-3-kde3-dev (<< 4:14.0.0~), libkexiv2-3-trinity-dev (<< 4:14.0.0~) [debian/control:15] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Depends libkexiv2-3-trinity (= ${binary:Version}), pkgconf [debian/control:16] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Description Qt like interface for the libexiv2 library (development) [Trinity]\n libkexif2-dev contains development files and documentation for libkexiv2\n library. The library documentation is available on kexiv2.h header file.\n .\n Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata. [debian/control:17] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Package libkexiv2-3-trinity-dev [debian/control:11] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Replaces libkexiv2-3-kde3-dev (<< 4:14.0.0~), libkexiv2-3-trinity-dev (<< 4:14.0.0~) [debian/control:14] N: C: libkexiv2-trinity source: trimmed-deb822-field §2 Section libdevel [debian/control:12] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Architecture any [debian/control:25] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Breaks libkexiv2-3-kde3 (<< 4:14.0.0~), libkexiv2-3-trinity (<< 4:14.0.0~) [debian/control:27] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Depends ${shlibs:Depends} [debian/control:28] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Description Qt like interface for the libexiv2 library (runtime) [Trinity]\n libkexif2 contains the library of libkexiv2.\n .\n Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata. [debian/control:29] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Package libkexiv2-3-trinity [debian/control:23] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Replaces libkexiv2-3-kde3 (<< 4:14.0.0~), libkexiv2-3-trinity (<< 4:14.0.0~) [debian/control:26] N: C: libkexiv2-trinity source: trimmed-deb822-field §3 Section libs [debian/control:24] N: C: libkexiv2-trinity source: trimmed-field Architecture any N: N: These are the raw but trimmed contents of the named field in the package's N: primary control file. N: N: Visibility: classification N: Show-Always: no N: Check: fields/trimmed N: This tag is a classification. There is no issue in your package. N: N: C: libkexiv2-trinity source: trimmed-field Binary libkexiv2-3-trinity-dev, libkexiv2-3-trinity N: C: libkexiv2-trinity source: trimmed-field Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libexiv2-dev, tdelibs14-trinity-dev N: C: libkexiv2-trinity source: trimmed-field Checksums-Sha1 ec410247a0907202768f9247292ef4d60266b9e9 30312 libkexiv2-trinity_14.2.0~pre11.orig.tar.xz\n 9323948e283db751b06c407dcfc3ce80f0845d1e 4188 libkexiv2-trinity_14.2.0~pre11-0ubuntu24.10.0+8.debian.tar.xz N: C: libkexiv2-trinity source: trimmed-field Checksums-Sha256 343d825063b8b973d2fef5d013dcd7d23e7d5b52f1eaa9b7cbd930f8a197f06e 30312 libkexiv2-trinity_14.2.0~pre11.orig.tar.xz\n a3c942dd63215bb469c70d79459a10eb4f20940e22161a93bb97c282ee07e810 4188 libkexiv2-trinity_14.2.0~pre11-0ubuntu24.10.0+8.debian.tar.xz N: C: libkexiv2-trinity source: trimmed-field Files 9e06e413fd54c5dd4adf85a246aa1e08 30312 libkexiv2-trinity_14.2.0~pre11.orig.tar.xz\n 7fea031dc7bb74ce8c340b1b496c8c2d 4188 libkexiv2-trinity_14.2.0~pre11-0ubuntu24.10.0+8.debian.tar.xz N: C: libkexiv2-trinity source: trimmed-field Format 3.0 (quilt) N: C: libkexiv2-trinity source: trimmed-field Homepage http://www.kipi-plugins.org/ N: C: libkexiv2-trinity source: trimmed-field Maintainer TDE Debian Team N: C: libkexiv2-trinity source: trimmed-field Original-Maintainer Debian KDE Extras Team N: C: libkexiv2-trinity source: trimmed-field Package-List libkexiv2-3-trinity deb libs optional arch=any\n libkexiv2-3-trinity-dev deb libdevel optional arch=any N: C: libkexiv2-trinity source: trimmed-field Source libkexiv2-trinity N: C: libkexiv2-trinity source: trimmed-field Standards-Version 3.8.4 N: C: libkexiv2-trinity source: trimmed-field Uploaders Achim Bohnet , Mark Purcell N: C: libkexiv2-trinity source: trimmed-field Version 4:14.2.0~pre11-0ubuntu24.10.0+8 N: C: libkexiv2-3-trinity: trimmed-field Architecture ppc64el N: C: libkexiv2-3-trinity: trimmed-field Breaks libkexiv2-3-kde3 (<< 4:14.0.0~), libkexiv2-3-trinity (<< 4:14.0.0~) N: C: libkexiv2-3-trinity: trimmed-field Depends libc6 (>= 2.33), libexiv2-27 (>= 0.27.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtqt3-mt (>= 4:14.2.0~pre257), tdelibs14-trinity (>= 4:14.2.0~pre291) N: C: libkexiv2-3-trinity: trimmed-field Description Qt like interface for the libexiv2 library (runtime) [Trinity]\n libkexif2 contains the library of libkexiv2.\n .\n Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata. N: C: libkexiv2-3-trinity: trimmed-field Homepage http://www.kipi-plugins.org/ N: C: libkexiv2-3-trinity: trimmed-field Installed-Size 217 N: C: libkexiv2-3-trinity: trimmed-field Maintainer TDE Debian Team N: C: libkexiv2-3-trinity: trimmed-field Original-Maintainer Debian KDE Extras Team N: C: libkexiv2-3-trinity: trimmed-field Package libkexiv2-3-trinity N: C: libkexiv2-3-trinity: trimmed-field Priority optional N: C: libkexiv2-3-trinity: trimmed-field Replaces libkexiv2-3-kde3 (<< 4:14.0.0~), libkexiv2-3-trinity (<< 4:14.0.0~) N: C: libkexiv2-3-trinity: trimmed-field Section libs N: C: libkexiv2-3-trinity: trimmed-field Source libkexiv2-trinity N: C: libkexiv2-3-trinity: trimmed-field Version 4:14.2.0~pre11-0ubuntu24.10.0+8 N: C: libkexiv2-3-trinity-dev: trimmed-field Architecture ppc64el N: C: libkexiv2-3-trinity-dev: trimmed-field Breaks libkexiv2-3-kde3-dev (<< 4:14.0.0~), libkexiv2-3-trinity-dev (<< 4:14.0.0~) N: C: libkexiv2-3-trinity-dev: trimmed-field Depends libkexiv2-3-trinity (= 4:14.2.0~pre11-0ubuntu24.10.0+8), pkgconf N: C: libkexiv2-3-trinity-dev: trimmed-field Description Qt like interface for the libexiv2 library (development) [Trinity]\n libkexif2-dev contains development files and documentation for libkexiv2\n library. The library documentation is available on kexiv2.h header file.\n .\n Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata. N: C: libkexiv2-3-trinity-dev: trimmed-field Homepage http://www.kipi-plugins.org/ N: C: libkexiv2-3-trinity-dev: trimmed-field Installed-Size 53 N: C: libkexiv2-3-trinity-dev: trimmed-field Maintainer TDE Debian Team N: C: libkexiv2-3-trinity-dev: trimmed-field Original-Maintainer Debian KDE Extras Team N: C: libkexiv2-3-trinity-dev: trimmed-field Package libkexiv2-3-trinity-dev N: C: libkexiv2-3-trinity-dev: trimmed-field Priority optional N: C: libkexiv2-3-trinity-dev: trimmed-field Replaces libkexiv2-3-kde3-dev (<< 4:14.0.0~), libkexiv2-3-trinity-dev (<< 4:14.0.0~) N: C: libkexiv2-3-trinity-dev: trimmed-field Section libdevel N: C: libkexiv2-3-trinity-dev: trimmed-field Source libkexiv2-trinity N: C: libkexiv2-3-trinity-dev: trimmed-field Version 4:14.2.0~pre11-0ubuntu24.10.0+8 --------------------