1cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-a4un3s2z/tde-cmake_14.2.0~pre36-0raspbian12.0.2+10.dsc' '/tmp/debusine-fetch-exec-upload-a4un3s2z/tde-cmake_14.2.0~pre36-0raspbian12.0.2+10_all.deb' 2output (contains stderr only, stdout was captured): 3 4Files in working directory: 5lintian.txt 6-------------------- 7N: 8E: tde-cmake: depends-on-essential-package-without-using-version Depends: perl-base 9N: 10N: The package declares a depends on an essential package, e.g. dpkg, without 11N: using a versioned depends. Packages do not need to depend on essential 12N: packages; essential means that they will always be present. The only 13N: reason to list an explicit dependency on an essential package is if you 14N: need a particular version of that package, in which case the version 15N: should be given in the dependency. 16N: 17N: Please refer to Dependencies (Section 3.5) in the Debian Policy Manual for 18N: details. 19N: 20N: Visibility: error 21N: Show-Always: no 22N: Check: fields/package-relations 23N: 24N: 25E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/FindTDE.cmake] 26N: 27N: The package ships a file in a location reserved for CMake. It usually 28N: means you shipped a Find module. 29N: 30N: Libraries should not ship Find modules Config files. Config files should 31N: be installed in the unversioned path 32N: usr/(lib/<arch>|lib|share)/cmake/<name>*/ 33N: 34N: When CMake Config files are installed in an unversioned path, your package 35N: will continue to work when a new version of CMake is uploaded. 36N: 37N: Please refer to https://wiki.debian.org/CMake and 38N: https://cmake.org/cmake/help/v3.10/manual/cmake-packages.7.html#config-file-packages 39N: for details. 40N: 41N: Visibility: error 42N: Show-Always: no 43N: Check: build-systems/cmake 44N: 45N: 46E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/FindTQt.cmake] 47N: 48E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/TDEL10n.cmake] 49N: 50E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/TDEMacros.cmake] 51N: 52E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/TDESetupPaths.cmake] 53N: 54E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/TDEVersion.cmake] 55N: 56E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/tde_automoc.cmake] 57N: 58E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/tde_l10n_merge.pl] 59N: 60E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Modules/tde_uic.cmake] 61N: 62E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Templates/tde_dummy_cpp.cmake] 63N: 64E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Templates/tde_export_library.cmake] 65N: 66E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Templates/tde_libtool_file.cmake] 67N: 68E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Templates/tde_tdeinit_executable.cmake] 69N: 70E: tde-cmake: package-contains-cmake-private-file [usr/share/cmake-3.25/Templates/tde_tdeinit_module.cmake] 71N: 72E: tde-cmake source: rules-require-build-prerequisite (does not satisfy cdbs:any) [debian/rules] 73N: 74N: 75N: The code in debian/rules requires a prerequisite 76N: that is not presently listed in the package's Build-Depends. 77N: 78N: In the special case of Python, affected packages should Build-Depend on 79N: one of python3, python3-all, python3-dev, or python3-all-dev. Which one 80N: depends on whether a package supports multiple Python versions, and also 81N: whether the package builds Python modules or uses Python only as part of 82N: the build process. 83N: 84N: Packages that depend on a specific Python version may build-depend on any 85N: appropriate pythonX.Y or pythonX.Y-dev package instead. 86N: 87N: The condition you see in the context is not a recommendation on what to 88N: add. If you see a list, more than likely only one member is needed to make 89N: this tag go away. You probably also do not need the :any multiarch 90N: qualifier, if you see one. 91N: 92N: Please refer to Package relationships (Section 4.2) in the Debian Policy 93N: Manual for details. 94N: 95N: Visibility: error 96N: Show-Always: no 97N: Check: debian/rules 98N: Renamed from: missing-build-dependency missing-python-build-dependency 99N: 100N: 101W: tde-cmake source: binary-nmu-debian-revision-in-source 4:14.2.0~pre36-0raspbian12.0.2+10 102N: 103N: The version number of your source package ends in +b and a number or has a 104N: Debian revision containing three parts. These version numbers are used by 105N: binary NMUs and should not be used as the source version. (The +b form is 106N: the current standard; the three-part version number now obsolete.) 107N: 108N: Please refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the 109N: Debian Developer's Reference for details. 110N: 111N: Visibility: warning 112N: Show-Always: no 113N: Check: fields/version 114N: 115N: 116W: tde-cmake: copyright-refers-to-versionless-license-file usr/share/common-licenses/GPL 117N: 118N: The copyright file refers to the versionless symlink in 119N: /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL 120N: license, but the package does not appear to allow distribution under later 121N: versions of the license. This symlink will change with each release of a 122N: new version of the license and may therefore point to a different version 123N: than the package is released under. debian/copyright should instead refers 124N: to the specific version of the license that the package references. 125N: 126N: For example, if the package says something like "you can redistribute it 127N: and/or modify it under the terms of the GNU General Public License as 128N: published by the Free Software Foundation; version 2 dated June, 1991," 129N: the debian/copyright file should refer to 130N: /usr/share/common-licenses/GPL-2, not /GPL. 131N: 132N: Visibility: warning 133N: Show-Always: no 134N: Check: debian/copyright 135N: 136N: 137W: tde-cmake: copyright-without-copyright-notice 138N: 139N: The copyright file for this package does not appear to contain a copyright 140N: notice. You should copy the copyright notice from the upstream source (or 141N: add one of your own for a native package). A copyright notice must consist 142N: of Copyright, Copr., or the Unicode symbol of C in a circle followed by 143N: the years and the copyright holder. A copyright notice is not required for 144N: a work to be copyrighted, but Debian requires the copyright file include 145N: the authors and years of copyright, and including a valid copyright notice 146N: is the best way to do that. Examples: 147N: 148N: Copyright YYYY Firstname Lastname <address@example.com> 149N: Copr. YYYY-YYYY Firstname Lastname <address@example.com> 150N: © YYYY,YYYY Firstname Lastname <address@example.com> 151N: 152N: If the package is in the public domain rather than copyrighted, be sure to 153N: mention "public domain" in the copyright file. Please be aware that this 154N: is very rare and not the same as a DFSG-free license. True public domain 155N: software is generally limited to such special cases as a work product of a 156N: United States government agency. 157N: 158N: Please refer to https://ftp-master.debian.org/REJECT-FAQ.html for details. 159N: 160N: Visibility: warning 161N: Show-Always: no 162N: Check: debian/copyright 163N: 164N: 165W: tde-cmake source: custom-compression-in-debian-source-options compression = "xz" [debian/source/options:2] 166N: 167N: This package selects a custom compression level or algorithm in 168N: debian/source/options. Please remove the call and let dpkg-deb(1) select 169N: suitable defaults. 170N: 171N: Custom compression settings are usually chosen for one of two reasons: 172N: 173N: Higher compression levels or more advanced algorithms shrink the sizes of 174N: large files, but they can cause problems in the resource constrained 175N: environments used in Debian's buildd infrastructure. For example, higher 176N: than expected memory consumption may trigger an FTBFS or a failure to 177N: install. 178N: 179N: Lower compression levels or less advanced algorithms are sometimes needed 180N: to support older Debian version. Unfortunately, they also make it harder 181N: to change the defaults on an archive-wide basis. 182N: 183N: Some legitimate use cases trigger this tag. Please override it. 184N: 185N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 186N: manual page for details. 187N: 188N: Visibility: warning 189N: Show-Always: no 190N: Check: debian/source-dir 191N: Renamed from: debian-source-options-has-custom-compression-settings 192N: 193N: 194W: tde-cmake source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] 195N: 196W: tde-cmake source: debhelper-but-no-misc-depends tde-cmake 197N: 198N: The source package uses debhelper, but it does not include ${misc:Depends} 199N: in the given binary package's debian/control entry. Any debhelper command 200N: may add dependencies to ${misc:Depends} that are required for the work 201N: that it does, so recommended best practice is to always add 202N: ${misc:Depends} to the dependencies of each binary package if debhelper is 203N: in use. 204N: 205N: Please refer to the debhelper(7) manual page for details. 206N: 207N: Visibility: warning 208N: Show-Always: no 209N: Check: debhelper 210N: 211N: 212W: tde-cmake source: no-nmu-in-changelog [debian/changelog:1] 213N: 214N: When you NMU a package, that fact should be mentioned on the first line in 215N: the changelog entry. Use the words "NMU" or "Non-maintainer upload" (case 216N: insensitive). 217N: 218N: Maybe you didn't intend this upload to be a NMU, in that case, please 219N: double-check that the most recent entry in the changelog is byte-for-byte 220N: identical to the maintainer or one of the uploaders. If this is a local 221N: package (not intended for Debian), you can suppress this warning by 222N: putting "local" in the version number or "local package" on the first line 223N: of the changelog entry. 224N: 225N: Please refer to Using the DELAYED/ queue (Section 5.11.3) in the Debian 226N: Developer's Reference for details. 227N: 228N: Visibility: warning 229N: Show-Always: no 230N: Check: nmu 231N: Renamed from: changelog-should-mention-nmu 232N: 233N: 234W: tde-cmake: script-not-executable [usr/share/cmake-3.25/Modules/tde_l10n_merge.pl] 235N: 236N: This file starts with the #! sequence that marks interpreted scripts, but 237N: it is not executable. 238N: 239N: There has been some discussion to allow such files in paths other than 240N: /usr/bin but there was ultimately no broad support for it. 241N: 242N: Please refer to Bug#368792 for details. 243N: 244N: Visibility: warning 245N: Show-Always: no 246N: Check: scripts 247N: 248N: 249W: tde-cmake source: source-nmu-has-incorrect-version-number 4:14.2.0~pre36-0raspbian12.0.2+10 [debian/changelog:1] 250N: 251N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a 252N: native package). This is to prevent stealing version numbers from the 253N: maintainer. 254N: 255N: Maybe you didn't intend this upload to be a NMU, in that case, please 256N: double-check that the most recent entry in the changelog is byte-for-byte 257N: identical to the maintainer or one of the uploaders. If this is a local 258N: package (not intended for Debian), you can suppress this warning by 259N: putting "local" in the version number or "local package" on the first line 260N: of the changelog entry. 261N: 262N: Please refer to NMUs and debian/changelog (Section 5.11.2) in the Debian 263N: Developer's Reference for details. 264N: 265N: Visibility: warning 266N: Show-Always: no 267N: Check: nmu 268N: 269N: 270W: tde-cmake: unknown-section tde 271N: 272N: The "Section:" field in this package's control file is not one of the 273N: sections in use on the ftp archive. Valid sections are currently admin, 274N: comm, cli-mono, database, debug, devel, doc, editors, electronics, 275N: embedded, fonts, games, gnome, gnu-r, gnustep, graphics, hamradio, 276N: haskell, httpd, interpreters, java, javascript, kde, libdevel, libs, lisp, 277N: localization, kernel, mail, math, misc, net, news, ocaml, oldlibs, 278N: otherosfs, perl, php, python, ruby, rust, science, shells, sound, tex, 279N: text, utils, vcs, video, web, x11, xfce, zope. 280N: 281N: The section name should be preceded by either "contrib/", "non-free/" or 282N: "non-free-firmware/" if the package is in the according archive area. 283N: 284N: Please refer to Sections (Section 2.4) in the Debian Policy Manual for 285N: details. 286N: 287N: Visibility: warning 288N: Show-Always: no 289N: Check: fields/section 290N: 291N: 292I: tde-cmake source: debian-watch-file-is-missing 293N: 294N: This source package is not Debian-native but it does not have a 295N: debian/watch file. This file is used for automatic detection of new 296N: upstream versions by the Debian External Health Status project and other 297N: project infrastructure. If this package is maintained upstream, please 298N: consider adding a debian/watch file to detect new releases. 299N: 300N: If the package is not maintained upstream or if upstream uses a 301N: distribution mechanism that cannot be meaningfully monitored by uscan and 302N: the Debian External Health Status project, please consider adding a 303N: debian/watch file containing only comments documenting the situation. 304N: 305N: Please refer to Upstream source location: debian/watch (Section 4.11) in 306N: the Debian Policy Manual and the uscan(1) manual page for details. 307N: 308N: Visibility: info 309N: Show-Always: no 310N: Check: debian/watch 311N: 312N: 313I: tde-cmake source: no-dh-sequencer [debian/rules] 314N: 315N: This package does not use the dh sequencer in debian/rules. 316N: 317N: While maintainers may use a variety of build systems, this one is by far 318N: the most popular. 319N: 320N: Maintainers are strongly encouraged to use the dh sequencer in new 321N: packages and convert existing ones when appropriate. 322N: 323N: Visibility: info 324N: Show-Always: no 325N: Check: debian/rules/dh-sequencer 326N: 327N: 328I: tde-cmake source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.6.2) 329N: 330N: The source package refers to a Standards-Version older than the one that 331N: was current at the time the package was created (according to the 332N: timestamp of the latest debian/changelog entry). Please consider updating 333N: the package to current Policy and setting this control field 334N: appropriately. 335N: 336N: If the package is already compliant with the current standards, you don't 337N: have to re-upload the package just to adjust the Standards-Version control 338N: field. However, please remember to update this field next time you upload 339N: the package. 340N: 341N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 342N: debian-policy package for a summary of changes in newer versions of 343N: Policy. 344N: 345N: Please refer to 346N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 347N: details. 348N: 349N: Visibility: info 350N: Show-Always: no 351N: Check: fields/standards-version 352N: 353N: 354I: tde-cmake source: quilt-patch-missing-description [debian/patches/bp000-add-tde-file-glob.diff] 355N: 356N: quilt patch files should start with a description of patch. All lines 357N: before the start of the patch itself are considered part of the 358N: description. You can edit the description with quilt header -e when the 359N: patch is at the top of the stack. 360N: 361N: As well as a description of the purpose and function of the patch, the 362N: description should ideally contain author information, a URL for the bug 363N: report (if any), Debian or upstream bugs fixed by it, upstream status, the 364N: Debian version and date the patch was first included, and any other 365N: information that would be useful if someone were investigating the patch 366N: and underlying problem. Please consider using the DEP 3 format for this 367N: information. 368N: 369N: Please refer to https://dep-team.pages.debian.net/deps/dep3/ for details. 370N: 371N: Visibility: info 372N: Show-Always: no 373N: Check: debian/patches/quilt 374N: 375N: 376P: tde-cmake source: no-dep5-copyright [debian/copyright] 377N: 378N: This package does not use a machine-readable debian/copyright file. 379N: 380N: This format makes it easier to review licenses and can be easily parsed by 381N: Lintian. 382N: 383N: Please refer to 384N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for 385N: details. 386N: 387N: Visibility: pedantic 388N: Show-Always: no 389N: Check: debian/copyright/dep5 390N: 391N: 392P: tde-cmake source: no-homepage-field 393N: 394N: This non-native package lacks a Homepage field. If the package has an 395N: upstream home page that contains useful information or resources for the 396N: end user, consider adding a Homepage control field to debian/control. 397N: 398N: Please refer to Homepage (Section 5.6.23) in the Debian Policy Manual for 399N: details. 400N: 401N: Visibility: pedantic 402N: Show-Always: no 403N: Check: fields/homepage 404N: 405N: 406P: tde-cmake source: package-uses-old-debhelper-compat-version 10 407N: 408N: This package uses a debhelper compatibility level that is no longer 409N: recommended. Please consider using the recommended level. 410N: 411N: For most packages, the best way to set the compatibility level is to 412N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 413N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 414N: 415N: If no level is selected debhelper defaults to level 1, which is 416N: deprecated. 417N: 418N: Please refer to the debhelper(7) manual page for details. 419N: 420N: Visibility: pedantic 421N: Show-Always: no 422N: Check: debhelper 423N: 424N: 425P: tde-cmake source: silent-on-rules-requiring-root [debian/control] 426N: 427N: The field Rules-Requires-Root is missing from the file debian/control. 428N: 429N: Over time, Debian has successively narrowed the steps for which elevated 430N: privileges are required. It speeds up the building of installation 431N: packages in the archive. Eventually, Debian will switch the default 432N: archive-wide behaviour to expedite the build process further. 433N: 434N: Please declare explicitly that the sources do not require root privileges. 435N: You can use the setting Rules-Requires-Root: no in the source stanza of 436N: debian/control, but please verify with diffoscope(1) that the installation 437N: packages produced are in fact identical. 438N: 439N: Please refer to usr/share/doc/dpkg/rootless-builds.txt.gz, debian/rules 440N: and Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and 441N: Rules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for 442N: details. 443N: 444N: Visibility: pedantic 445N: Show-Always: no 446N: Check: debian/control/field/rules-requires-root 447N: Renamed from: rules-requires-root-missing 448N: 449N: 450X: tde-cmake source: upstream-metadata-file-is-missing 451N: 452N: This source package is not Debian-native but it does not have a 453N: debian/upstream/metadata file. 454N: 455N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 456N: collect meta-information about upstream projects from any source package. 457N: This file is in YAML format and it is used in to feed the data in the 458N: UltimateDebianDatabase. For example, it can contains the way the authors 459N: want their software be cited in publications and some bibliographic 460N: references about the software. 461N: 462N: Please add a debian/upstream/metadata file. 463N: 464N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 465N: https://wiki.debian.org/UpstreamMetadata for details. 466N: 467N: Visibility: pedantic 468N: Show-Always: no 469N: Check: debian/upstream/metadata 470N: This tag is experimental. 471N: 472N: 473C: tde-cmake: control-tarball-compression-format xz 474N: 475N: This is the compressor format used for the control.tar tarball. 476N: 477N: Visibility: classification 478N: Show-Always: no 479N: Check: deb-format 480N: This tag is a classification. There is no issue in your package. 481N: 482N: 483C: tde-cmake: data-tarball-compression-format xz 484N: 485N: This is the compressor format used for the data.tar tarball. 486N: 487N: Visibility: classification 488N: Show-Always: no 489N: Check: deb-format 490N: This tag is a classification. There is no issue in your package. 491N: 492N: 493C: tde-cmake source: debhelper-compat-level 10 494N: 495N: This is the debhelper compat level used specified by this package. 496N: 497N: Visibility: classification 498N: Show-Always: no 499N: Check: debhelper 500N: This tag is a classification. There is no issue in your package. 501N: 502N: 503C: tde-cmake source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 504N: 505N: This is the build system that Lintian believes the package is using. 506N: 507N: Visibility: classification 508N: Show-Always: no 509N: Check: debhelper 510N: This tag is a classification. There is no issue in your package. 511N: 512N: 513C: tde-cmake source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 514N: 515N: This person is a contact in the named group for this package. 516N: 517N: Visibility: classification 518N: Show-Always: no 519N: Check: fields/mail-address 520N: Renamed from: maintainer uploader 521N: This tag is a classification. There is no issue in your package. 522N: 523N: 524C: tde-cmake: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 525N: 526C: tde-cmake: no-ctrl-scripts 527N: 528N: The package does not rely on any maintainer scripts (or other executable 529N: control files). 530N: 531N: Visibility: classification 532N: Show-Always: no 533N: Check: control-files 534N: This tag is a classification. There is no issue in your package. 535N: 536N: 537C: tde-cmake source: number-of-patches 1 [debian/patches/series] 538N: 539N: The number of patches according to the debian/patches/series file. 540N: 541N: Visibility: classification 542N: Show-Always: no 543N: Check: debian/patches/count 544N: This tag is a classification. There is no issue in your package. 545N: 546N: 547C: tde-cmake source: package-is-maintained-by-individual 548N: 549N: The package is maintained by an individual according to the 550N: maintainer/uploaders fields in the debian/control file. 551N: 552N: Visibility: classification 553N: Show-Always: no 554N: Check: fields/vcs 555N: This tag is a classification. There is no issue in your package. 556N: 557N: 558C: tde-cmake: package-is-maintained-by-individual 559N: 560C: tde-cmake source: patch-system quilt 561N: 562N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 563N: 564N: Visibility: classification 565N: Show-Always: no 566N: Check: debian/patches 567N: This tag is a classification. There is no issue in your package. 568N: 569N: 570C: tde-cmake source: source-format 3.0 (quilt) 571N: 572N: This is the source format declared in the package. 573N: 574N: Visibility: classification 575N: Show-Always: no 576N: Check: debian/source-dir 577N: This tag is a classification. There is no issue in your package. 578N: 579N: 580C: tde-cmake source: standards-version 3.8.4 581N: 582N: The standards version of the package according to Standards-Version field 583N: in the debian/control file. 584N: 585N: Visibility: classification 586N: Show-Always: no 587N: Check: fields/standards-version 588N: This tag is a classification. There is no issue in your package. 589N: 590N: 591C: tde-cmake source: trimmed-deb822-field §1 Build-Depends tde-cdbs, debhelper (>= 10~), quilt, cmake (>= 3.10~) [debian/control:5] 592N: 593N: The raw but trimmed contents of the named field in the given Deb822 file. 594N: The number indicates the section from the top, starting at 1. 595N: 596N: Visibility: classification 597N: Show-Always: no 598N: Check: fields/deb822 599N: This tag is a classification. There is no issue in your package. 600N: 601N: 602C: tde-cmake source: trimmed-deb822-field §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> [debian/control:4] 603N: 604C: tde-cmake source: trimmed-deb822-field §1 Priority optional [debian/control:3] 605N: 606C: tde-cmake source: trimmed-deb822-field §1 Section tde [debian/control:2] 607N: 608C: tde-cmake source: trimmed-deb822-field §1 Source tde-cmake [debian/control:1] 609N: 610C: tde-cmake source: trimmed-deb822-field §1 Standards-Version 3.8.4 [debian/control:6] 611N: 612C: tde-cmake source: trimmed-deb822-field §2 Architecture all [debian/control:9] 613N: 614C: tde-cmake source: trimmed-deb822-field §2 Breaks cmake-trinity (<< 4:14.1.0~) [debian/control:12] 615N: 616C: tde-cmake source: trimmed-deb822-field §2 Depends cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl [debian/control:10] 617N: 618C: tde-cmake source: trimmed-deb822-field §2 Description TDE CMake modules\n TDE uses its own set of modules and macros to simplify CMake rules.\n .\n This also includes the TDEL10n module that is used to generate and\n update templates for translations and the modified version of\n intltool-merge used to merge translations into desktop files. [debian/control:14] 619N: 620C: tde-cmake source: trimmed-deb822-field §2 Package tde-cmake [debian/control:8] 621N: 622C: tde-cmake source: trimmed-deb822-field §2 Provides cmake-trinity (= ${source:Version}) [debian/control:13] 623N: 624C: tde-cmake source: trimmed-deb822-field §2 Replaces cmake-trinity (<< 4:14.1.0~) [debian/control:11] 625N: 626C: tde-cmake source: trimmed-field Architecture all 627N: 628N: These are the raw but trimmed contents of the named field in the package's 629N: primary control file. 630N: 631N: Visibility: classification 632N: Show-Always: no 633N: Check: fields/trimmed 634N: This tag is a classification. There is no issue in your package. 635N: 636N: 637C: tde-cmake source: trimmed-field Binary tde-cmake 638N: 639C: tde-cmake source: trimmed-field Build-Depends tde-cdbs, debhelper (>= 10~), quilt, cmake (>= 3.10~) 640N: 641C: tde-cmake source: trimmed-field Checksums-Sha1 e939efe0b894e31ccc9577c4f760744527f1e339 37412 tde-cmake_14.2.0~pre36.orig.tar.xz\n 091c9c12a4fe88ae4268f5b6777919a34f22154b 3632 tde-cmake_14.2.0~pre36-0raspbian12.0.2+10.debian.tar.xz 642N: 643C: tde-cmake source: trimmed-field Checksums-Sha256 87133ab52b0e2c5d39020c8bfbfa16126e8f91237bf7c2b5a227e59c996ff22b 37412 tde-cmake_14.2.0~pre36.orig.tar.xz\n 5d2e5a0b2aa17c94680c8a42de1cb2d81e5788c510df9d4343515a0eeecded17 3632 tde-cmake_14.2.0~pre36-0raspbian12.0.2+10.debian.tar.xz 644N: 645C: tde-cmake source: trimmed-field Files 54d304ce311d166e108cfe8cbd8d85a2 37412 tde-cmake_14.2.0~pre36.orig.tar.xz\n c3e842960cd197aa5dae63d8abf5923a 3632 tde-cmake_14.2.0~pre36-0raspbian12.0.2+10.debian.tar.xz 646N: 647C: tde-cmake source: trimmed-field Format 3.0 (quilt) 648N: 649C: tde-cmake source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 650N: 651C: tde-cmake source: trimmed-field Package-List tde-cmake deb tde optional arch=all 652N: 653C: tde-cmake source: trimmed-field Source tde-cmake 654N: 655C: tde-cmake source: trimmed-field Standards-Version 3.8.4 656N: 657C: tde-cmake source: trimmed-field Version 4:14.2.0~pre36-0raspbian12.0.2+10 658N: 659C: tde-cmake: trimmed-field Architecture all 660N: 661C: tde-cmake: trimmed-field Breaks cmake-trinity (<< 4:14.1.0~) 662N: 663C: tde-cmake: trimmed-field Depends cmake (>= 3.25~), cmake (<< 3.26~), perl-base, libxml-parser-perl 664N: 665C: tde-cmake: trimmed-field Description TDE CMake modules\n TDE uses its own set of modules and macros to simplify CMake rules.\n .\n This also includes the TDEL10n module that is used to generate and\n update templates for translations and the modified version of\n intltool-merge used to merge translations into desktop files. 666N: 667C: tde-cmake: trimmed-field Installed-Size 227 668N: 669C: tde-cmake: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 670N: 671C: tde-cmake: trimmed-field Package tde-cmake 672N: 673C: tde-cmake: trimmed-field Priority optional 674N: 675C: tde-cmake: trimmed-field Provides cmake-trinity (= 4:14.2.0~pre36-0raspbian12.0.2+10) 676N: 677C: tde-cmake: trimmed-field Replaces cmake-trinity (<< 4:14.1.0~) 678N: 679C: tde-cmake: trimmed-field Section tde 680N: 681C: tde-cmake: trimmed-field Version 4:14.2.0~pre36-0raspbian12.0.2+10 682 683--------------------