cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-huah3afh/libart-lgpl_14.2.0~pre7-0ubuntu26.04.0+9~a.dsc' '/tmp/debusine-fetch-exec-upload-huah3afh/libart-2.0-2_14.2.0~pre7-0ubuntu26.04.0+9~a_armhf.deb' '/tmp/debusine-fetch-exec-upload-huah3afh/libart-2.0-dev_14.2.0~pre7-0ubuntu26.04.0+9~a_armhf.deb' output (contains stderr only, stdout was captured): Files in working directory: lintian.txt -------------------- N: W: libart-2.0-dev: no-manual-page [usr/bin/libart2-config] N: N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have N: a manual page N: N: Note that though the man program has the capability to check for several N: program names in the NAMES section, each of these programs should have its N: own manual page (a symbolic link to the appropriate manual page is N: sufficient) because other manual page viewers such as xman or tkman don't N: support this. N: N: If the name of the manual page differs from the binary by case, man may be N: able to find it anyway; however, it is still best practice to match the N: exact capitalization of the executable in the manual page. N: N: If the manual pages are provided by another package on which this package N: depends, Lintian may not be able to determine that manual pages are N: available. In this case, after confirming that all binaries do have manual N: pages after this package and its dependencies are installed, please add a N: Lintian override. N: N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual N: for details. N: N: Visibility: warning N: Show-Always: no N: Check: documentation/manual N: Renamed from: binary-without-manpage N: N: W: libart-lgpl source: odd-historical-debian-changelog-version 4:14.1.6~pre1 (for non-native) [debian/changelog:8] N: N: The version string in a historical changelog entry was not parsed N: correctly. Usually, that means it does not conform to policy. N: N: It can also happen when a package changes from native to non-native (or N: the other way around). Historical entries are then in a nonconforming N: format. N: N: As a side note, Lintian cannot tell whether a package changed from naive N: to non-native, or the other way around. It can only say whether the N: historical changelog entries comply with the current nativeness of a N: package. N: N: Please refer to Version (Section 5.6.12) in the Debian Policy Manual for N: details. N: N: Visibility: warning N: Show-Always: no N: Check: debian/changelog N: N: W: libart-2.0-2: old-fsf-address-in-copyright-file N: N: The /usr/share/doc/*pkg*/copyright file refers to the old postal address N: of the Free Software Foundation (FSF). You should refer to N: https://www.gnu.org/licenses/ instead of a physical address, for example: N: N: You should have received a copy of the GNU General Public License N: along with this program. If not, see https://www.gnu.org/licenses/. N: N: Visibility: warning N: Show-Always: no N: Check: debian/copyright N: N: W: libart-2.0-dev: old-fsf-address-in-copyright-file N: W: libart-2.0-2: package-name-doesnt-match-sonames libart-lgpl-2-2 N: N: The package name of a library package should usually reflect the soname of N: the included library. The package name can determined from the library N: file name with the following code snippet: N: N: $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | \ N: sed -r -e's/([0-9])\.so\./\1-/; s/\.so(\.|$)//; y/_/-/; s/(.*)/\L&/' N: N: Visibility: warning N: Show-Always: no N: Check: libraries/shared/soname N: N: W: libart-2.0-2: package-relation-with-self Breaks: libart-2.0-2 (<< 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: libart-2.0-dev: package-relation-with-self Breaks: libart-2.0-dev (<< 4:14.0.0~) N: I: libart-lgpl 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: libart-lgpl 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: libart-lgpl source: duplicate-long-description libart-2.0-2 libart-2.0-dev [debian/control] N: N: The listed binary packages all share the same extended description. N: N: Please add some additional, useful information to the extended N: descriptions that explain what is in each package and how it differs from N: the next. N: N: It is not okay to rely only on package naming conventions to indicate what N: is inside. N: N: Visibility: info N: Show-Always: no N: Check: debian/control/field/description/duplicate N: N: I: libart-2.0-2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libart_lgpl_2.so.2.3.21] 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: libart-lgpl 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: libart-2.0-2: no-symbols-control-file usr/lib/arm-linux-gnueabihf/libart_lgpl_2.so.2.3.21 N: N: Although the package includes a shared library, the package does not have N: a symbols control file. N: N: dpkg can use symbols files in order to generate more accurate library N: dependencies for applications, based on the symbols from the library that N: are actually used by the application. N: N: Please refer to the dpkg-gensymbols(1) manual page and N: https://wiki.debian.org/UsingSymbolsFiles for details. N: N: Visibility: info N: Show-Always: no N: Check: debian/shlibs N: N: I: libart-lgpl source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.7.2) 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: libart-2.0-2: copyright-refers-to-symlink-license usr/share/common-licenses/LGPL N: N: The copyright file refers to the versionless symlink in N: /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL N: license. This symlink is updated to point to the latest version of the N: license when a new one is released. The package appears to allow N: relicensing under later versions of its license, so this is legally N: consistent, but it implies that Debian will relicense the package under N: later versions of those licenses as they're released. It is normally N: better to point to the version of the license the package references in N: its license statement. N: N: For example, if the package says something like "you may redistribute it N: and/or modify it under the terms of the GNU General Public License as N: published by the Free Software Foundation; either version 2, or (at your N: option) any later version", the debian/copyright file should refer to N: /usr/share/common-licenses/GPL-2, not /GPL. N: N: For packages released under the same terms as Perl, Perl references the N: GPL version 1, so point to /usr/share/common-licenses/GPL-1. N: N: Visibility: pedantic N: Show-Always: no N: Check: debian/copyright N: N: P: libart-2.0-dev: copyright-refers-to-symlink-license usr/share/common-licenses/LGPL N: P: libart-lgpl 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: libart-lgpl source: no-homepage-field N: N: This non-native package lacks a Homepage field. If the package has an N: upstream home page that contains useful information or resources for the N: end user, consider adding a Homepage control field to debian/control. N: N: Please refer to Homepage (Section 5.6.23) in the Debian Policy Manual for N: details. N: N: Visibility: pedantic N: Show-Always: no N: Check: fields/homepage N: N: P: libart-2.0-dev: old-style-config-script [usr/bin/libart2-config] N: N: The following file is an old style config file, used to retrieve N: information about installed libraries in the system. It is typically used N: to compile and link against one or more libraries. N: N: Using this kind of system to pass compile file is obsolete and will likely N: introduce bugs in a multi-arch system. Particularly, this kind of script N: could only belong to a package that is not Multi-Arch. N: N: You should consider to move to pkg-config file and warn your user to not N: use this script, and open a bug upstream. N: N: You should also consider to implement this file as a compatibility wrapper N: over pkg-config. N: N: After fixing every reverse depends of your package and use pkg-config N: reverse depends makefile, you should consider to put this script, as a N: temporary convenience of your users, under N: /usr/lib/$DEB_HOST_MULTIARCH/$PACKAGE/bin where $DEB_HOST_MULTIARCH is the N: multi-arch triplet and $PACKAGE is the package name. You should also N: consider to add a NEWS.Debian entry. N: N: Please refer to the pkg-config(1) manual page and N: http://sources.debian.net/src/imagemagick/8:6.8.9.9-6/debian/NEWS/ for N: details. N: N: Visibility: pedantic N: Show-Always: no N: Check: files/config-scripts N: N: P: libart-lgpl 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: X: libart-2.0-2: exit-in-shared-library [usr/lib/arm-linux-gnueabihf/libart_lgpl_2.so.2.3.21] N: N: The listed shared library calls the C library exit() or _exit() functions. N: N: In the case of an error, the library should instead return an appropriate N: error code to the calling program which can then determine how to handle N: the error, including performing any required clean-up. N: N: In most cases, removing the call should be discussed with upstream, N: particularly as it may produce an ABI change. N: N: Visibility: info N: Show-Always: no N: Check: libraries/shared/exit N: Renamed from: shlib-calls-exit N: This tag is experimental. N: N: X: libart-lgpl 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: libart-2.0-2: 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: libart-2.0-dev: control-tarball-compression-format zst N: C: libart-2.0-2: 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: libart-2.0-dev: data-tarball-compression-format zst N: C: libart-lgpl 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: libart-lgpl 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: libart-lgpl 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: libart-2.0-2: mail-contact Maintainer "TDE Debian Team" N: C: libart-2.0-dev: mail-contact Maintainer "TDE Debian Team" N: C: libart-2.0-2: 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: libart-2.0-dev: no-ctrl-scripts N: C: libart-lgpl 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: libart-lgpl source: 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: libart-2.0-2: package-is-maintained-by-individual N: C: libart-2.0-dev: package-is-maintained-by-individual N: C: libart-lgpl 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: libart-lgpl source: rules-do-not-require-root [debian/control] N: N: The sources can build the installation packages without using fakeroot(1) N: or similar. 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: classification N: Show-Always: no N: Check: debian/control/field/rules-requires-root N: Renamed from: rules-does-not-require-root N: This tag is a classification. There is no issue in your package. N: N: C: libart-lgpl 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: libart-lgpl 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: libart-lgpl source: trimmed-deb822-field §1 Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build [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: libart-lgpl source: trimmed-deb822-field §1 Maintainer TDE Debian Team [debian/control:4] N: C: libart-lgpl source: trimmed-deb822-field §1 Priority optional [debian/control:3] N: C: libart-lgpl source: trimmed-deb822-field §1 Section devel [debian/control:2] N: C: libart-lgpl source: trimmed-deb822-field §1 Source libart-lgpl [debian/control:1] N: C: libart-lgpl source: trimmed-deb822-field §1 Standards-Version 3.8.4 [debian/control:6] N: C: libart-lgpl source: trimmed-deb822-field §1 XSBC-Original-Maintainer Josselin Mouette [debian/control:5] N: C: libart-lgpl source: trimmed-deb822-field §2 Architecture any [debian/control:10] N: C: libart-lgpl source: trimmed-deb822-field §2 Breaks libart-2.0-2 (<< 4:14.0.0~) [debian/control:14] N: C: libart-lgpl source: trimmed-deb822-field §2 Depends ${misc:Depends},\n ${shlibs:Depends} [debian/control:16] N: C: libart-lgpl source: trimmed-deb822-field §2 Description Library of functions for 2D graphics - runtime files\n A library of functions for 2D graphics supporting a superset of the\n PostScript imaging model, designed to be integrated with graphics, artwork,\n and illustration programs. It is written in optimized C, and is fully\n compatible with C++. With a small footprint of 10,000 lines of code, it is\n especially suitable for embedded applications. [debian/control:18] N: C: libart-lgpl source: trimmed-deb822-field §2 Multi-Arch same [debian/control:11] N: C: libart-lgpl source: trimmed-deb822-field §2 Package libart-2.0-2 [debian/control:9] N: C: libart-lgpl source: trimmed-deb822-field §2 Pre-Depends ${misc:Pre-Depends} [debian/control:15] N: C: libart-lgpl source: trimmed-deb822-field §2 Replaces libart-2.0-2 (<< 4:14.0.0~) [debian/control:13] N: C: libart-lgpl source: trimmed-deb822-field §2 Section libs [debian/control:12] N: C: libart-lgpl source: trimmed-deb822-field §3 Architecture any [debian/control:26] N: C: libart-lgpl source: trimmed-deb822-field §3 Breaks libart-2.0-dev (<< 4:14.0.0~) [debian/control:29] N: C: libart-lgpl source: trimmed-deb822-field §3 Depends ${misc:Depends},\n ${shlibs:Depends},\n libart-2.0-2 (= ${binary:Version}),\n pkgconf [debian/control:30] N: C: libart-lgpl source: trimmed-deb822-field §3 Description Library of functions for 2D graphics - development files\n A library of functions for 2D graphics supporting a superset of the\n PostScript imaging model, designed to be integrated with graphics, artwork,\n and illustration programs. It is written in optimized C, and is fully\n compatible with C++. With a small footprint of 10,000 lines of code, it is\n especially suitable for embedded applications. [debian/control:34] N: C: libart-lgpl source: trimmed-deb822-field §3 Package libart-2.0-dev [debian/control:25] N: C: libart-lgpl source: trimmed-deb822-field §3 Replaces libart-2.0-dev (<< 4:14.0.0~) [debian/control:28] N: C: libart-lgpl source: trimmed-deb822-field §3 Section libdevel [debian/control:27] N: C: libart-lgpl 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: libart-lgpl source: trimmed-field Binary libart-2.0-2, libart-2.0-dev N: C: libart-lgpl source: trimmed-field Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build N: C: libart-lgpl source: trimmed-field Checksums-Sha1 511ffca2a8875c8411c7be68266175e12ad51dac 94184 libart-lgpl_14.2.0~pre7.orig.tar.xz\n af48572c1cf0a5ff05df3c8f525b16598da23efa 4544 libart-lgpl_14.2.0~pre7-0ubuntu26.04.0+9~a.debian.tar.xz N: C: libart-lgpl source: trimmed-field Checksums-Sha256 ae35bf74e3a8a6701d678070d3027492513e3d408780a356a8b995428efce8d1 94184 libart-lgpl_14.2.0~pre7.orig.tar.xz\n e780c92284c9e227c40b1c5f3e6da1793d7cfb29336361b83ac0fd076a0ff742 4544 libart-lgpl_14.2.0~pre7-0ubuntu26.04.0+9~a.debian.tar.xz N: C: libart-lgpl source: trimmed-field Files 0196009183522d3abcc169bf8cf3dc2a 94184 libart-lgpl_14.2.0~pre7.orig.tar.xz\n 539cc4f3dc6190252ec42c301a1ddf4d 4544 libart-lgpl_14.2.0~pre7-0ubuntu26.04.0+9~a.debian.tar.xz N: C: libart-lgpl source: trimmed-field Format 3.0 (quilt) N: C: libart-lgpl source: trimmed-field Maintainer TDE Debian Team N: C: libart-lgpl source: trimmed-field Original-Maintainer Josselin Mouette N: C: libart-lgpl source: trimmed-field Package-List libart-2.0-2 deb libs optional arch=any\n libart-2.0-dev deb libdevel optional arch=any N: C: libart-lgpl source: trimmed-field Source libart-lgpl N: C: libart-lgpl source: trimmed-field Standards-Version 3.8.4 N: C: libart-lgpl source: trimmed-field Version 4:14.2.0~pre7-0ubuntu26.04.0+9~a N: C: libart-2.0-2: trimmed-field Architecture armhf N: C: libart-2.0-2: trimmed-field Breaks libart-2.0-2 (<< 4:14.0.0~) N: C: libart-2.0-2: trimmed-field Depends libc6 (>= 2.35) N: C: libart-2.0-2: trimmed-field Description Library of functions for 2D graphics - runtime files\n A library of functions for 2D graphics supporting a superset of the\n PostScript imaging model, designed to be integrated with graphics, artwork,\n and illustration programs. It is written in optimized C, and is fully\n compatible with C++. With a small footprint of 10,000 lines of code, it is\n especially suitable for embedded applications. N: C: libart-2.0-2: trimmed-field Installed-Size 98 N: C: libart-2.0-2: trimmed-field Maintainer TDE Debian Team N: C: libart-2.0-2: trimmed-field Multi-Arch same N: C: libart-2.0-2: trimmed-field Original-Maintainer Josselin Mouette N: C: libart-2.0-2: trimmed-field Package libart-2.0-2 N: C: libart-2.0-2: trimmed-field Priority optional N: C: libart-2.0-2: trimmed-field Replaces libart-2.0-2 (<< 4:14.0.0~) N: C: libart-2.0-2: trimmed-field Section libs N: C: libart-2.0-2: trimmed-field Source libart-lgpl N: C: libart-2.0-2: trimmed-field Version 4:14.2.0~pre7-0ubuntu26.04.0+9~a N: C: libart-2.0-dev: trimmed-field Architecture armhf N: C: libart-2.0-dev: trimmed-field Breaks libart-2.0-dev (<< 4:14.0.0~) N: C: libart-2.0-dev: trimmed-field Depends libart-2.0-2 (= 4:14.2.0~pre7-0ubuntu26.04.0+9~a), pkgconf N: C: libart-2.0-dev: trimmed-field Description Library of functions for 2D graphics - development files\n A library of functions for 2D graphics supporting a superset of the\n PostScript imaging model, designed to be integrated with graphics, artwork,\n and illustration programs. It is written in optimized C, and is fully\n compatible with C++. With a small footprint of 10,000 lines of code, it is\n especially suitable for embedded applications. N: C: libart-2.0-dev: trimmed-field Installed-Size 234 N: C: libart-2.0-dev: trimmed-field Maintainer TDE Debian Team N: C: libart-2.0-dev: trimmed-field Original-Maintainer Josselin Mouette N: C: libart-2.0-dev: trimmed-field Package libart-2.0-dev N: C: libart-2.0-dev: trimmed-field Priority optional N: C: libart-2.0-dev: trimmed-field Replaces libart-2.0-dev (<< 4:14.0.0~) N: C: libart-2.0-dev: trimmed-field Section libdevel N: C: libart-2.0-dev: trimmed-field Source libart-lgpl N: C: libart-2.0-dev: trimmed-field Version 4:14.2.0~pre7-0ubuntu26.04.0+9~a N: O: libart-lgpl source: binary-nmu-debian-revision-in-source 4:14.2.0~pre7-0ubuntu26.04.0+9~a 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: N: We want XZ regardless of the default compression. O: libart-lgpl 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: N: We want XZ regardless of the default compression. O: libart-lgpl source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] --------------------