cmd-output.log

cmd-output.log
1cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-3vh0nl13/tqca_14.1.6~pre2-0ubuntu22.04.0+1.dsc' '/tmp/debusine-fetch-exec-upload-3vh0nl13/libtqca-dev_14.1.6~pre2-0ubuntu22.04.0+1_arm64.deb' '/tmp/debusine-fetch-exec-upload-3vh0nl13/libtqca1_14.1.6~pre2-0ubuntu22.04.0+1_arm64.deb' '/tmp/debusine-fetch-exec-upload-3vh0nl13/tqca-tls_14.1.6~pre2-0ubuntu22.04.0+1_arm64.deb' 2output (contains stderr only, stdout was captured): 3 4Files in working directory: 5lintian.txt 6-------------------- 7N: 8I: tqca-tls: capitalization-error-in-description debian Debian 9N: 10N: Lintian found a possible capitalization error in the package description. 11N: Lintian has a list of common capitalization errors, primarily of upstream 12N: projects, that it looks for. It does not have a dictionary like a spelling 13N: checker does. 14N: 15N: This is a particularly picky check of capitalization in package 16N: descriptions, since they're very visible to end users, but it will have 17N: false positives for project names used in a context where they should be 18N: lowercase, such as package names or executable names. 19N: 20N: Visibility: info 21N: Show-Always: no 22N: Check: fields/description 23N: 24N: 25I: tqca source: debian-watch-file-is-missing 26N: 27N: This source package is not Debian-native but it does not have a 28N: debian/watch file. This file is used for automatic detection of new 29N: upstream versions by the Debian External Health Status project and other 30N: project infrastructure. If this package is maintained upstream, please 31N: consider adding a debian/watch file to detect new releases. 32N: 33N: If the package is not maintained upstream or if upstream uses a 34N: distribution mechanism that cannot be meaningfully monitored by uscan and 35N: the Debian External Health Status project, please consider adding a 36N: debian/watch file containing only comments documenting the situation. 37N: 38N: Please refer to Debian Policy Manual section 4.11 and the uscan(1) manual 39N: page for details. 40N: 41N: Visibility: info 42N: Show-Always: no 43N: Check: debian/watch 44N: 45N: 46I: tqca source: duplicate-short-description libtqca-dev libtqca1 47N: 48N: The listed binary packages all share the same short description, i.e. the 49N: first line of the Description field in debian/control. 50N: 51N: Please add a word or two, in parentheses if needed, to describe to users 52N: what they are installing. 53N: 54N: It is not okay to rely solely on package naming conventions to indicate 55N: what is inside. 56N: 57N: Visibility: info 58N: Show-Always: no 59N: Check: debian/control/field/description/duplicate 60N: 61N: 62I: libtqca1: extended-description-is-probably-too-short 63N: 64N: The extended description (the lines after the first line of the 65N: "Description:" field) is only one or two lines long. The extended 66N: description should provide a user with enough information to decide 67N: whether they want to install this package, what it contains, and how it 68N: compares to similar packages. One or two lines is normally not enough to 69N: do this. 70N: 71N: Please refer to Debian Developer's Reference section 6.2.1 and Debian 72N: Developer's Reference section 6.2.3 for details. 73N: 74N: Visibility: info 75N: Show-Always: no 76N: Check: fields/description 77N: 78N: 79I: libtqca1: hardening-no-bindnow [usr/lib/aarch64-linux-gnu/libtqca.so.1.0.0] 80N: 81N: This package provides an ELF binary that lacks the "bindnow" linker flag. 82N: 83N: This is needed (together with "relro") to make the "Global Offset Table" 84N: (GOT) fully read-only. The bindnow feature trades startup time for 85N: improved security. Please consider enabling this feature or consider 86N: overriding the tag (possibly with a comment about why). 87N: 88N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or 89N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. 90N: 91N: The relevant compiler flags are set in LDFLAGS. 92N: 93N: Please refer to https://wiki.debian.org/Hardening for details. 94N: 95N: Visibility: info 96N: Show-Always: no 97N: Check: binaries/hardening 98N: 99N: 100I: tqca-tls: hardening-no-bindnow [usr/lib/aarch64-linux-gnu/tqt3/plugins/crypto/libtqca-tls.so] 101N: 102I: tqca-tls: hardening-no-fortify-functions [usr/lib/aarch64-linux-gnu/tqt3/plugins/crypto/libtqca-tls.so] 103N: 104N: This package provides an ELF binary that lacks the use of fortified libc 105N: functions. Either there are no potentially unfortified functions called by 106N: any routines, all unfortified calls have already been fully validated at 107N: compile-time, or the package was not built with the default Debian 108N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags 109N: directly, be sure to import CPPFLAGS. 110N: 111N: NB: Due to false-positives, Lintian ignores some unprotected functions 112N: (e.g. memcpy). 113N: 114N: Please refer to https://wiki.debian.org/Hardening and Bug#673112 for 115N: details. 116N: 117N: Visibility: info 118N: Show-Always: no 119N: Check: binaries/hardening 120N: 121N: 122I: tqca source: installable-field-mirrors-source (in section for libtqca1) Section [debian/control:11] 123N: 124N: The named field for an installation package in debian/control has the same 125N: value as the one inherited from the source paragraph. 126N: 127N: In the interest of shorter and clearer files, you may wish to take 128N: advantage of the inheritance rules. This field is redundant. 129N: 130N: Visibility: info 131N: Show-Always: no 132N: Check: debian/control/field/redundant 133N: Renamed from: binary-control-field-duplicates-source 134N: 135N: 136I: tqca source: installable-field-mirrors-source (in section for tqca-tls) Section [debian/control:30] 137N: 138I: tqca source: no-dh-sequencer 139N: 140N: This package does not use the dh sequencer in debian/rules. 141N: 142N: While maintainers may use a variety of build systems, this one is by far 143N: the most popular. 144N: 145N: Maintainers are strongly encouraged to use the dh sequencer in new 146N: packages and convert existing ones when appropriate. 147N: 148N: Visibility: info 149N: Show-Always: no 150N: Check: debian/rules/dh-sequencer 151N: 152N: 153I: libtqca1: no-symbols-control-file usr/lib/aarch64-linux-gnu/libtqca.so.1.0.0 154N: 155N: Although the package includes a shared library, the package does not have 156N: a symbols control file. 157N: 158N: dpkg can use symbols files in order to generate more accurate library 159N: dependencies for applications, based on the symbols from the library that 160N: are actually used by the application. 161N: 162N: Please refer to the dpkg-gensymbols(1) manual page and 163N: https://wiki.debian.org/UsingSymbolsFiles for details. 164N: 165N: Visibility: info 166N: Show-Always: no 167N: Check: debian/shlibs 168N: 169N: 170I: tqca source: out-of-date-standards-version 3.8.3 (released 2009-08-16) (current is 4.6.0.1) 171N: 172N: The source package refers to a Standards-Version older than the one that 173N: was current at the time the package was created (according to the 174N: timestamp of the latest debian/changelog entry). Please consider updating 175N: the package to current Policy and setting this control field 176N: appropriately. 177N: 178N: If the package is already compliant with the current standards, you don't 179N: have to re-upload the package just to adjust the Standards-Version control 180N: field. However, please remember to update this field next time you upload 181N: the package. 182N: 183N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 184N: debian-policy package for a summary of changes in newer versions of 185N: Policy. 186N: 187N: Please refer to 188N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 189N: details. 190N: 191N: Visibility: info 192N: Show-Always: no 193N: Check: fields/standards-version 194N: 195N: 196P: tqca source: no-dep5-copyright [debian/copyright] 197N: 198N: This package does not use a machine-readable debian/copyright file. 199N: 200N: This format makes it easier to review licenses and can be easily parsed by 201N: Lintian. 202N: 203N: Please refer to 204N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for 205N: details. 206N: 207N: Visibility: pedantic 208N: Show-Always: no 209N: Check: debian/copyright/dep5 210N: 211N: 212P: tqca source: no-homepage-field 213N: 214N: This non-native package lacks a Homepage field. If the package has an 215N: upstream home page that contains useful information or resources for the 216N: end user, consider adding a Homepage control field to debian/control. 217N: 218N: Please refer to Debian Policy Manual section 5.6.23 for details. 219N: 220N: Visibility: pedantic 221N: Show-Always: no 222N: Check: fields/homepage 223N: 224N: 225P: tqca source: package-does-not-install-examples examples/ 226N: 227N: The original source tarball contains the specified examples directory. 228N: However, no examples are installed in any binary packages. 229N: 230N: Please use dh_installexamples to install these to the most relevant 231N: package, for example by adding the directory name followed by a wildcard 232N: to a debian/pkgname.examples file. 233N: 234N: Lintian looks for any directory called examples under /usr/share/doc in 235N: all binary packages. 236N: 237N: Please refer to the dh_installexamples(1) manual page for details. 238N: 239N: Visibility: pedantic 240N: Show-Always: no 241N: Check: examples 242N: 243N: 244P: tqca source: package-uses-old-debhelper-compat-version 10 245N: 246N: This package uses a debhelper compatibility level that is no longer 247N: recommended. Please consider using the recommended level. 248N: 249N: For most packages, the best way to set the compatibility level is to 250N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 251N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 252N: 253N: If no level is selected debhelper defaults to level 1, which is 254N: deprecated. 255N: 256N: Please refer to the debhelper(7) manual page for details. 257N: 258N: Visibility: pedantic 259N: Show-Always: no 260N: Check: debhelper 261N: 262N: 263P: tqca source: silent-on-rules-requiring-root [debian/control] 264N: 265N: The field Rules-Requires-Root is missing from the file debian/control. 266N: 267N: Over time, Debian has sucessively narrowed the steps for which elevated 268N: privileges are required. It speeds up the building of installation 269N: packages in the archive. Eventually, Debian will switch the default 270N: archive-wide behaviour to expedite the build process further. 271N: 272N: Please declare explicitly that the sources do not require root privileges. 273N: You can use the setting Rules-Requires-Root: no in the source stanza of 274N: debian/control, but please verify with diffoscope(1) that the installation 275N: packages produced are in fact identical. 276N: 277N: Please refer to /usr/share/doc/dpkg/rootless-builds.txt.gz, Debian Policy 278N: Manual section 4.9.2, and Debian Policy Manual section 5.6.31 for details. 279N: 280N: Visibility: pedantic 281N: Show-Always: no 282N: Check: debian/control/field/rules-requires-root 283N: Renamed from: rules-requires-root-missing 284N: 285N: 286X: tqca source: upstream-metadata-file-is-missing 287N: 288N: This source package is not Debian-native but it does not have a 289N: debian/upstream/metadata file. 290N: 291N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 292N: collect meta-information about upstream projects from any source package. 293N: This file is in YAML format and it is used in to feed the data in the 294N: UltimateDebianDatabase. For example, it can contains the way the authors 295N: want their software be cited in publications and some bibliographic 296N: references about the software. 297N: 298N: Please add a debian/upstream/metadata file. 299N: 300N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 301N: https://wiki.debian.org/UpstreamMetadata for details. 302N: 303N: Visibility: pedantic 304N: Show-Always: no 305N: Check: debian/upstream/metadata 306N: This tag is experimental. 307N: 308N: 309C: libtqca-dev: control-tarball-compression-format zst 310N: 311N: This is the compressor format used for the control.tar tarball. 312N: 313N: Visibility: classification 314N: Show-Always: no 315N: Check: deb-format 316N: This tag is a classification. There is no issue in your package. 317N: 318N: 319C: libtqca1: control-tarball-compression-format zst 320N: 321C: tqca-tls: control-tarball-compression-format zst 322N: 323C: libtqca-dev: data-tarball-compression-format zst 324N: 325N: This is the compressor format used for the data.tar tarball. 326N: 327N: Visibility: classification 328N: Show-Always: no 329N: Check: deb-format 330N: This tag is a classification. There is no issue in your package. 331N: 332N: 333C: libtqca1: data-tarball-compression-format zst 334N: 335C: tqca-tls: data-tarball-compression-format zst 336N: 337C: tqca source: debhelper-compat-level 10 338N: 339N: This is the debhelper compat level used specified by this package. 340N: 341N: Visibility: classification 342N: Show-Always: no 343N: Check: debhelper 344N: This tag is a classification. There is no issue in your package. 345N: 346N: 347C: tqca source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 348N: 349N: This is the build system that Lintian believes the package is using. 350N: 351N: Visibility: classification 352N: Show-Always: no 353N: Check: debhelper 354N: This tag is a classification. There is no issue in your package. 355N: 356N: 357C: tqca source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 358N: 359N: This person is a contact in the named group for this package. 360N: 361N: Visibility: classification 362N: Show-Always: no 363N: Check: fields/mail-address 364N: Renamed from: maintainer uploader 365N: This tag is a classification. There is no issue in your package. 366N: 367N: 368C: libtqca-dev: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 369N: 370C: libtqca1: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 371N: 372C: tqca-tls: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 373N: 374C: libtqca-dev: no-ctrl-scripts 375N: 376N: The package does not rely on any maintainer scripts (or other executable 377N: control files). 378N: 379N: Visibility: classification 380N: Show-Always: no 381N: Check: control-files 382N: This tag is a classification. There is no issue in your package. 383N: 384N: 385C: libtqca1: no-ctrl-scripts 386N: 387C: tqca-tls: no-ctrl-scripts 388N: 389C: tqca source: number-of-patches 0 390N: 391N: The number of patches according to the debian/patches/series file. 392N: 393N: Visibility: classification 394N: Show-Always: no 395N: Check: debian/patches/count 396N: This tag is a classification. There is no issue in your package. 397N: 398N: 399C: tqca source: package-is-maintained-by-individual 400N: 401N: The package is maintained by an individual according to the 402N: maintainer/uploaders fields in the debian/control file. 403N: 404N: Visibility: classification 405N: Show-Always: no 406N: Check: fields/vcs 407N: This tag is a classification. There is no issue in your package. 408N: 409N: 410C: libtqca-dev: package-is-maintained-by-individual 411N: 412C: libtqca1: package-is-maintained-by-individual 413N: 414C: tqca-tls: package-is-maintained-by-individual 415N: 416C: tqca source: patch-system quilt 417N: 418N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 419N: 420N: Visibility: classification 421N: Show-Always: no 422N: Check: debian/patches 423N: This tag is a classification. There is no issue in your package. 424N: 425N: 426C: tqca-tls: possible-gpl-code-linked-with-openssl 427N: 428N: This package appears to be covered by the GNU GPL but depends on the 429N: OpenSSL libssl package and does not mention a license exemption or 430N: exception for OpenSSL in its copyright file. The GPL (including version 3) 431N: is incompatible with some terms of the OpenSSL license, and therefore 432N: Debian does not allow GPL-licensed code linked with OpenSSL libraries 433N: unless there is a license exception explicitly permitting this. 434N: 435N: If only the Debian packaging, or some other part of the package not linked 436N: with OpenSSL, is covered by the GNU GPL, please add a Lintian override for 437N: this tag. Lintian currently has no good way of distinguishing between that 438N: case and problematic packages. 439N: 440N: Please refer to Bug#972181 and 441N: http://meetbot.debian.net/debian-ftp/2020/debian-ftp.2020-03-13-20.02.html 442N: for details. 443N: 444N: Visibility: classification 445N: Show-Always: no 446N: Check: debian/copyright 447N: This tag is a classification. There is no issue in your package. 448N: 449N: 450C: tqca source: source-format 3.0 (quilt) 451N: 452N: This is the source format declared in the package. 453N: 454N: Visibility: classification 455N: Show-Always: no 456N: Check: debian/source-dir 457N: This tag is a classification. There is no issue in your package. 458N: 459N: 460C: tqca source: standards-version 3.8.3 461N: 462N: The standards version of the package according to Standards-Version field 463N: in the debian/control file. 464N: 465N: Visibility: classification 466N: Show-Always: no 467N: Check: fields/standards-version 468N: This tag is a classification. There is no issue in your package. 469N: 470N: 471C: tqca source: trimmed-deb822-field debian/control §1 Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libtqtinterface-dev, libssl-dev 472N: 473N: The raw but trimmed contents of the named field in the given Deb822 file. 474N: The number indicates the section from the top, starting at 1. 475N: 476N: Visibility: classification 477N: Show-Always: no 478N: Check: fields/deb822 479N: This tag is a classification. There is no issue in your package. 480N: 481N: 482C: tqca source: trimmed-deb822-field debian/control §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 483N: 484C: tqca source: trimmed-deb822-field debian/control §1 Priority optional 485N: 486C: tqca source: trimmed-deb822-field debian/control §1 Section libs 487N: 488C: tqca source: trimmed-deb822-field debian/control §1 Source tqca 489N: 490C: tqca source: trimmed-deb822-field debian/control §1 Standards-Version 3.8.3 491N: 492C: tqca source: trimmed-deb822-field debian/control §2 Architecture any 493N: 494C: tqca source: trimmed-deb822-field debian/control §2 Conflicts libtqca 495N: 496C: tqca source: trimmed-deb822-field debian/control §2 Depends ${shlibs:Depends}, ${misc:Depends} 497N: 498C: tqca source: trimmed-deb822-field debian/control §2 Description TQt Cryptographic Architecture (TQCA)\n libtqca provides TQt interface for security plugins 499N: 500C: tqca source: trimmed-deb822-field debian/control §2 Multi-Arch same 501N: 502C: tqca source: trimmed-deb822-field debian/control §2 Package libtqca1 503N: 504C: tqca source: trimmed-deb822-field debian/control §2 Provides libtqca (= ${binary:Version}) 505N: 506C: tqca source: trimmed-deb822-field debian/control §2 Replaces libtqca 507N: 508C: tqca source: trimmed-deb822-field debian/control §2 Section libs 509N: 510C: tqca source: trimmed-deb822-field debian/control §3 Architecture any 511N: 512C: tqca source: trimmed-deb822-field debian/control §3 Depends ${shlibs:Depends}, ${misc:Depends}, libtqca1 (= ${binary:Version}), libtqtinterface-dev 513N: 514C: tqca source: trimmed-deb822-field debian/control §3 Description TQt Cryptographic Architecture (TQCA)\n libtqca provides TQt interface for security plugins\n .\n This is the development package containing header files and link\n libraries for libtqca. 515N: 516C: tqca source: trimmed-deb822-field debian/control §3 Package libtqca-dev 517N: 518C: tqca source: trimmed-deb822-field debian/control §3 Section libdevel 519N: 520C: tqca source: trimmed-deb822-field debian/control §4 Architecture any 521N: 522C: tqca source: trimmed-deb822-field debian/control §4 Depends ${shlibs:Depends}, ${misc:Depends} 523N: 524C: tqca source: trimmed-deb822-field debian/control §4 Description TLS plugin for the TQt Cryptographic Architecture (TQCA)\n This is a plugin to provide SSL/TLS capability to programs that\n utilize the TQt Cryptographic Architecture (TQCA).\n .\n TQCA is a library providing an easy API for several cryptographic algorithms\n to TQt programs.\n .\n At the moment only the tqca-tls plugin is packaged for debian, as it's\n used by the package 'psi'. The generic library and several other plugins\n will be packaged when upstream releases them. 525N: 526C: tqca source: trimmed-deb822-field debian/control §4 Multi-Arch same 527N: 528C: tqca source: trimmed-deb822-field debian/control §4 Package tqca-tls 529N: 530C: tqca source: trimmed-deb822-field debian/control §4 Section libs 531N: 532C: tqca source: trimmed-field Architecture any 533N: 534N: These are the raw but trimmed contents of the named field in the package's 535N: primary control file. 536N: 537N: Visibility: classification 538N: Show-Always: no 539N: Check: fields/trimmed 540N: This tag is a classification. There is no issue in your package. 541N: 542N: 543C: tqca source: trimmed-field Binary libtqca1, libtqca-dev, tqca-tls 544N: 545C: tqca source: trimmed-field Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libtqtinterface-dev, libssl-dev 546N: 547C: tqca source: trimmed-field Checksums-Sha1 31263ddd1ba15f67459cf5c28a3c16d6c77a8fe3 34836 tqca_14.1.6~pre2.orig.tar.xz\n 0931445dc5e883ad2cb07bd4e8c9999a638b4b5b 2188 tqca_14.1.6~pre2-0ubuntu22.04.0+1.debian.tar.xz 548N: 549C: tqca source: trimmed-field Checksums-Sha256 e07bca080ea21b9f35a79ad3a42c2a3ab2224e1f2c73a66597cbfd6e4f01a4ab 34836 tqca_14.1.6~pre2.orig.tar.xz\n 750c64e419b04707d61509a67670e7179b520c9d456f50621396108416b75726 2188 tqca_14.1.6~pre2-0ubuntu22.04.0+1.debian.tar.xz 550N: 551C: tqca source: trimmed-field Files 59cb94fb55ad1526ab08c82920a5a967 34836 tqca_14.1.6~pre2.orig.tar.xz\n 95870a104fa8e2396fa594dfca0f4128 2188 tqca_14.1.6~pre2-0ubuntu22.04.0+1.debian.tar.xz 552N: 553C: tqca source: trimmed-field Format 3.0 (quilt) 554N: 555C: tqca source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 556N: 557C: tqca source: trimmed-field Package-List libtqca-dev deb libdevel optional arch=any\n libtqca1 deb libs optional arch=any\n tqca-tls deb libs optional arch=any 558N: 559C: tqca source: trimmed-field Source tqca 560N: 561C: tqca source: trimmed-field Standards-Version 3.8.3 562N: 563C: tqca source: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+1 564N: 565C: libtqca-dev: trimmed-field Architecture arm64 566N: 567C: libtqca-dev: trimmed-field Depends libtqca1 (= 4:14.1.6~pre2-0ubuntu22.04.0+1), libtqtinterface-dev 568N: 569C: libtqca-dev: trimmed-field Description TQt Cryptographic Architecture (TQCA)\n libtqca provides TQt interface for security plugins\n .\n This is the development package containing header files and link\n libraries for libtqca. 570N: 571C: libtqca-dev: trimmed-field Installed-Size 33 572N: 573C: libtqca-dev: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 574N: 575C: libtqca-dev: trimmed-field Package libtqca-dev 576N: 577C: libtqca-dev: trimmed-field Priority optional 578N: 579C: libtqca-dev: trimmed-field Section libdevel 580N: 581C: libtqca-dev: trimmed-field Source tqca 582N: 583C: libtqca-dev: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+1 584N: 585C: libtqca1: trimmed-field Architecture arm64 586N: 587C: libtqca1: trimmed-field Conflicts libtqca 588N: 589C: libtqca1: trimmed-field Depends libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre28) 590N: 591C: libtqca1: trimmed-field Description TQt Cryptographic Architecture (TQCA)\n libtqca provides TQt interface for security plugins 592N: 593C: libtqca1: trimmed-field Installed-Size 93 594N: 595C: libtqca1: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 596N: 597C: libtqca1: trimmed-field Multi-Arch same 598N: 599C: libtqca1: trimmed-field Package libtqca1 600N: 601C: libtqca1: trimmed-field Priority optional 602N: 603C: libtqca1: trimmed-field Provides libtqca (= 4:14.1.6~pre2-0ubuntu22.04.0+1) 604N: 605C: libtqca1: trimmed-field Replaces libtqca 606N: 607C: libtqca1: trimmed-field Section libs 608N: 609C: libtqca1: trimmed-field Source tqca 610N: 611C: libtqca1: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+1 612N: 613C: tqca-tls: trimmed-field Architecture arm64 614N: 615C: tqca-tls: trimmed-field Depends libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libssl3 (>= 3.0.0~~alpha1), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre28) 616N: 617C: tqca-tls: trimmed-field Description TLS plugin for the TQt Cryptographic Architecture (TQCA)\n This is a plugin to provide SSL/TLS capability to programs that\n utilize the TQt Cryptographic Architecture (TQCA).\n .\n TQCA is a library providing an easy API for several cryptographic algorithms\n to TQt programs.\n .\n At the moment only the tqca-tls plugin is packaged for debian, as it's\n used by the package 'psi'. The generic library and several other plugins\n will be packaged when upstream releases them. 618N: 619C: tqca-tls: trimmed-field Installed-Size 74 620N: 621C: tqca-tls: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 622N: 623C: tqca-tls: trimmed-field Multi-Arch same 624N: 625C: tqca-tls: trimmed-field Package tqca-tls 626N: 627C: tqca-tls: trimmed-field Priority optional 628N: 629C: tqca-tls: trimmed-field Section libs 630N: 631C: tqca-tls: trimmed-field Source tqca 632N: 633C: tqca-tls: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+1 634N: 635O: tqca source: binary-nmu-debian-revision-in-source 4:14.1.6~pre2-0ubuntu22.04.0+1 636N: 637N: The version number of your source package ends in +b and a number or has a 638N: Debian revision containing three parts. These version numbers are used by 639N: binary NMUs and should not be used as the source version. (The +b form is 640N: the current standard; the three-part version number now obsolete.) 641N: 642N: Please refer to Debian Developer's Reference section 5.10.2.1 for details. 643N: 644N: Visibility: warning 645N: Show-Always: no 646N: Check: fields/version 647N: 648N: 649N: We want XZ regardless of the default compression. 650O: tqca source: custom-compression-in-debian-source-options compression = "xz" (line 2) 651N: 652N: This package selects a custom compression level or algorithm in 653N: debian/source/options. Please remove the call and let dpkg-deb(1) select 654N: suitable defaults. 655N: 656N: Custom compression settings are usually chosen for one of two reasons: 657N: 658N: Higher compression levels or more advanced algorithms shrink the sizes of 659N: large files, but they can cause problems in the resource constrained 660N: environments used in Debian's buildd infrastructure. For example, higher 661N: than expected memory consumption may trigger an FTBFS or a failure to 662N: install. 663N: 664N: Lower compression levels or less advanced algorithms are sometimes needed 665N: to support older Debian version. Unfortunately, they also make it harder 666N: to change the defauls on an archive-wide basis. 667N: 668N: Some legitimate use cases trigger this tag. Please override it. 669N: 670N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 671N: manual page for details. 672N: 673N: Visibility: warning 674N: Show-Always: no 675N: Check: debian/source-dir 676N: Renamed from: debian-source-options-has-custom-compression-settings 677N: 678N: 679N: We want XZ regardless of the default compression. 680O: tqca source: custom-compression-in-debian-source-options compression-level = 9 (line 3) 681 682--------------------