lintian.txt

lintian.txt
1N: 2I: akode source: adopted-extended-field (in section for source) XSBC-Original-Maintainer [debian/control:5] 3N: 4N: A field in debian/control has an extension prefix but is also known 5N: without it. 6N: 7N: Extension prefixes like XS-* or XC-* allow experimental fields to 8N: propagate to the right place when packages are built with dpkg. In this 9N: case, however, the field is also known without the prefix. In all 10N: likelihood the field was permanently adopted, and dpkg learned how to deal 11N: with it. 12N: 13N: Please consider removing the extension prefix for the field name. 14N: 15N: Visibility: info 16N: Show-Always: no 17N: Check: debian/control/field/adopted 18N: Renamed from: xc-package-type-in-debian-control 19N: xs-testsuite-field-in-debian-control xs-vcs-field-in-debian-control 20N: 21N: 22I: libakode2-bin: conflicts-with-version libakode2 (<< 4:14.1.6~) 23N: 24N: An earlier-than version clause is normally an indication that Breaks 25N: should be used instead of Conflicts. Breaks is a weaker requirement that 26N: provides the package manager more leeway to find a valid upgrade path. 27N: Conflicts should only be used if two packages can never be unpacked at the 28N: same time, or for some situations involving virtual packages (where a 29N: version clause is not appropriate). In particular, when moving files 30N: between packages, use Breaks plus Replaces, not Conflicts plus Replaces. 31N: 32N: Please refer to Conflicting binary packages - Conflicts (Section 7.4) in 33N: the Debian Policy Manual for details. 34N: 35N: Visibility: info 36N: Show-Always: no 37N: Check: fields/package-relations 38N: 39N: 40I: akode source: debian-control-has-obsolete-dbg-package (in section for akode-dbg) Package [debian/control:116] 41N: 42N: The debian/control file declares a -dbg package. 43N: 44N: Debug packages are now generated automatically. It reduces the space 45N: requirements for archive mirrors for regular operations. 46N: 47N: Please drop the -dbg package the debian/control file. Do not change it to 48N: a dummy package that depends on the -dbgsym package. 49N: 50N: Please refer to https://wiki.debian.org/AutomaticDebugPackages for 51N: details. 52N: 53N: Visibility: info 54N: Show-Always: no 55N: Check: debug/obsolete 56N: 57N: 58I: akode source: debian-watch-file-is-missing 59N: 60N: This source package is not Debian-native but it does not have a 61N: debian/watch file. This file is used for automatic detection of new 62N: upstream versions by the Debian External Health Status project and other 63N: project infrastructure. If this package is maintained upstream, please 64N: consider adding a debian/watch file to detect new releases. 65N: 66N: If the package is not maintained upstream or if upstream uses a 67N: distribution mechanism that cannot be meaningfully monitored by uscan and 68N: the Debian External Health Status project, please consider adding a 69N: debian/watch file containing only comments documenting the situation. 70N: 71N: Please refer to Upstream source location: debian/watch (Section 4.11) in 72N: the Debian Policy Manual and the uscan(1) manual page for details. 73N: 74N: Visibility: info 75N: Show-Always: no 76N: Check: debian/watch 77N: 78N: 79I: akode source: duplicate-short-description libakode2 libakode2-bin [debian/control] 80N: 81N: The listed binary packages all share the same short description, i.e. the 82N: first line of the Description field in debian/control. 83N: 84N: Please add a word or two, in parentheses if needed, to describe to users 85N: what they are installing. 86N: 87N: It is not okay to rely solely on package naming conventions to indicate 88N: what is inside. 89N: 90N: Visibility: info 91N: Show-Always: no 92N: Check: debian/control/field/description/duplicate 93N: 94N: 95I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0] 96N: 97N: This package provides an ELF binary that lacks the "bindnow" linker flag. 98N: 99N: This is needed (together with "relro") to make the "Global Offset Table" 100N: (GOT) fully read-only. The bindnow feature trades startup time for 101N: improved security. Please consider enabling this feature or consider 102N: overriding the tag (possibly with a comment about why). 103N: 104N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or 105N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. 106N: 107N: The relevant compiler flags are set in LDFLAGS. 108N: 109N: Please refer to https://wiki.debian.org/Hardening for details. 110N: 111N: Visibility: info 112N: Show-Always: no 113N: Check: binaries/hardening 114N: 115N: 116I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_alsa_sink.so] 117N: 118I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_mpc_decoder.so] 119N: 120I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_oss_sink.so] 121N: 122I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_src_resampler.so] 123N: 124I: libakode2: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_xiph_decoder.so] 125N: 126I: libakode2-ffmpeg: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_ffmpeg_decoder.so] 127N: 128I: libakode2-jack: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_jack_sink.so] 129N: 130I: libakode2-mpeg: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_mpeg_decoder.so] 131N: 132I: libakode2-pulse: hardening-no-bindnow [usr/lib/arm-linux-gnueabihf/libakode_pulse_sink.so] 133N: 134I: libakode2: hardening-no-fortify-functions [usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0] 135N: 136N: This package provides an ELF binary that lacks the use of fortified libc 137N: functions. Either there are no potentially unfortified functions called by 138N: any routines, all unfortified calls have already been fully validated at 139N: compile-time, or the package was not built with the default Debian 140N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags 141N: directly, be sure to import CPPFLAGS. 142N: 143N: NB: Due to false-positives, Lintian ignores some unprotected functions 144N: (e.g. memcpy). 145N: 146N: Please refer to https://wiki.debian.org/Hardening and Bug#673112 for 147N: details. 148N: 149N: Visibility: info 150N: Show-Always: no 151N: Check: binaries/hardening 152N: 153N: 154I: akode source: installable-field-mirrors-source (in section for akode-dbg) Priority [debian/control:119] 155N: 156N: The named field for an installation package in debian/control has the same 157N: value as the one inherited from the source paragraph. 158N: 159N: In the interest of shorter and clearer files, you may wish to take 160N: advantage of the inheritance rules. This field is redundant. 161N: 162N: Visibility: info 163N: Show-Always: no 164N: Check: debian/control/field/redundant 165N: Renamed from: binary-control-field-duplicates-source 166N: 167N: 168I: akode source: no-dh-sequencer [debian/rules] 169N: 170N: This package does not use the dh sequencer in debian/rules. 171N: 172N: While maintainers may use a variety of build systems, this one is by far 173N: the most popular. 174N: 175N: Maintainers are strongly encouraged to use the dh sequencer in new 176N: packages and convert existing ones when appropriate. 177N: 178N: Visibility: info 179N: Show-Always: no 180N: Check: debian/rules/dh-sequencer 181N: 182N: 183I: libakode2: no-symbols-control-file usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0 184N: 185N: Although the package includes a shared library, the package does not have 186N: a symbols control file. 187N: 188N: dpkg can use symbols files in order to generate more accurate library 189N: dependencies for applications, based on the symbols from the library that 190N: are actually used by the application. 191N: 192N: Please refer to the dpkg-gensymbols(1) manual page and 193N: https://wiki.debian.org/UsingSymbolsFiles for details. 194N: 195N: Visibility: info 196N: Show-Always: no 197N: Check: debian/shlibs 198N: 199N: 200I: akode source: out-of-date-standards-version 3.7.3 (released 2007-12-03) (current is 4.6.2) 201N: 202N: The source package refers to a Standards-Version older than the one that 203N: was current at the time the package was created (according to the 204N: timestamp of the latest debian/changelog entry). Please consider updating 205N: the package to current Policy and setting this control field 206N: appropriately. 207N: 208N: If the package is already compliant with the current standards, you don't 209N: have to re-upload the package just to adjust the Standards-Version control 210N: field. However, please remember to update this field next time you upload 211N: the package. 212N: 213N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 214N: debian-policy package for a summary of changes in newer versions of 215N: Policy. 216N: 217N: Please refer to 218N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 219N: details. 220N: 221N: Visibility: info 222N: Show-Always: no 223N: Check: fields/standards-version 224N: 225N: 226I: libakode-dev: spelling-error-in-description runing running 227N: 228N: Lintian found a spelling error in the package description. Lintian has a 229N: list of common misspellings that it looks for. It does not have a 230N: dictionary like a spelling checker does. It is particularly picky about 231N: spelling and capitalization in package descriptions since they're very 232N: visible to end users. 233N: 234N: Visibility: info 235N: Show-Always: no 236N: Check: fields/description 237N: 238N: 239I: libakode2: spelling-error-in-description runing running 240N: 241I: libakode2-bin: spelling-error-in-description runing running 242N: 243I: libakode2-ffmpeg: spelling-error-in-description runing running 244N: 245I: libakode2-jack: spelling-error-in-description runing running 246N: 247I: libakode2-mpeg: spelling-error-in-description runing running 248N: 249I: libakode2-pulse: spelling-error-in-description runing running 250N: 251I: akode source: unused-override unknown-field Original-Maintainer [debian/source/lintian-overrides:12] 252N: 253N: Your package specifies the named override but there were no tags that 254N: could have been silenced by it. 255N: 256N: Maybe you fixed an underlying condition but forgot to remove the override. 257N: It is also possible that the Lintian maintainers fixed a false positive. 258N: 259N: If the override is now unused, please remove it. 260N: 261N: This tag is similar to mismatched-override except there a tag could have 262N: been silenced if the context had matched. 263N: 264N: Sometimes, overrides end up not being used because a tag appears only on 265N: some architectures. In that case, overrides can be equipped with an 266N: architecture qualifier. 267N: 268N: Please refer to Architecture specific overrides (Section 2.4.3) in the 269N: Lintian User's Manual for details. 270N: 271N: Visibility: info 272N: Show-Always: yes 273N: Check: lintian 274N: 275N: 276I: akode-dbg: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/akode-dbg:2] 277N: 278I: libakode-dev: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode-dev:5] 279N: 280I: libakode2: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2:9] 281N: 282I: libakode2-bin: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2-bin:5] 283N: 284I: libakode2-ffmpeg: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2-ffmpeg:5] 285N: 286I: libakode2-jack: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2-jack:5] 287N: 288I: libakode2-mpeg: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2-mpeg:5] 289N: 290I: libakode2-pulse: unused-override unknown-field Original-Maintainer [usr/share/lintian/overrides/libakode2-pulse:5] 291N: 292I: akode-dbg: wrong-section-according-to-package-name libdevel => debug 293N: 294N: This package has a name suggesting that it belongs to a section other than 295N: the one it is currently categorized in. 296N: 297N: Visibility: info 298N: Show-Always: no 299N: Check: fields/section 300N: 301N: 302P: akode source: co-maintained-package-with-no-vcs-fields 303N: 304N: Based on the content of the maintainer and uploader fields this package is 305N: co-maintained but there are no Vcs-* fields. 306N: 307N: It is recommended that shared maintenance of packages are co-ordinated via 308N: a revision control system. 309N: 310N: Visibility: pedantic 311N: Show-Always: no 312N: Check: fields/vcs 313N: Renamed from: co-maintained-package-with-no-vcs-headers 314N: 315N: 316P: akode source: no-dep5-copyright [debian/copyright] 317N: 318N: This package does not use a machine-readable debian/copyright file. 319N: 320N: This format makes it easier to review licenses and can be easily parsed by 321N: Lintian. 322N: 323N: Please refer to 324N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for 325N: details. 326N: 327N: Visibility: pedantic 328N: Show-Always: no 329N: Check: debian/copyright/dep5 330N: 331N: 332P: akode source: no-homepage-field 333N: 334N: This non-native package lacks a Homepage field. If the package has an 335N: upstream home page that contains useful information or resources for the 336N: end user, consider adding a Homepage control field to debian/control. 337N: 338N: Please refer to Homepage (Section 5.6.23) in the Debian Policy Manual for 339N: details. 340N: 341N: Visibility: pedantic 342N: Show-Always: no 343N: Check: fields/homepage 344N: 345N: 346P: libakode-dev: old-style-config-script [usr/bin/akode-config] 347N: 348N: The following file is an old style config file, used to retrieve 349N: information about installed libraries in the system. It is typically used 350N: to compile and link against one or more libraries. 351N: 352N: Using this kind of system to pass compile file is obsolete and will likely 353N: introduce bugs in a multi-arch system. Particularly, this kind of script 354N: could only belong to a package that is not Multi-Arch. 355N: 356N: You should consider to move to pkg-config file and warn your user to not 357N: use this script, and open a bug upstream. 358N: 359N: You should also consider to implement this file as a compatibility wrapper 360N: over pkg-config. 361N: 362N: After fixing every reverse depends of your package and use pkg-config 363N: reverse depends makefile, you should consider to put this script, as a 364N: temporary convenience of your users, under 365N: /usr/lib/$DEB_HOST_MULTIARCH/$PACKAGE/bin where $DEB_HOST_MULTIARCH is the 366N: multi-arch triplet and $PACKAGE is the package name. You should also 367N: consider to add a NEWS.Debian entry. 368N: 369N: Please refer to the pkg-config(1) manual page and 370N: http://sources.debian.net/src/imagemagick/8:6.8.9.9-6/debian/NEWS/ for 371N: details. 372N: 373N: Visibility: pedantic 374N: Show-Always: no 375N: Check: files/config-scripts 376N: 377N: 378P: akode source: package-uses-old-debhelper-compat-version 10 379N: 380N: This package uses a debhelper compatibility level that is no longer 381N: recommended. Please consider using the recommended level. 382N: 383N: For most packages, the best way to set the compatibility level is to 384N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 385N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 386N: 387N: If no level is selected debhelper defaults to level 1, which is 388N: deprecated. 389N: 390N: Please refer to the debhelper(7) manual page for details. 391N: 392N: Visibility: pedantic 393N: Show-Always: no 394N: Check: debhelper 395N: 396N: 397P: akode source: redundant-control-relation (in section for libakode-dev) Depends libflac-dev, libflac-dev (>= 1.1.1-3) [debian/control:106] 398N: 399N: The named field in the debian/control file lists multiple package 400N: relationships when one would be sufficient. 401N: 402N: The less restrictive declaration can be removed. The tools dpkg-source and 403N: dpkg-gencontrol do that automatically, so it does not affect the package 404N: generated from this source. 405N: 406N: Visibility: pedantic 407N: Show-Always: no 408N: Check: debian/control/field/relation 409N: Renamed from: duplicate-in-relation-field 410N: 411N: 412P: akode source: silent-on-rules-requiring-root [debian/control] 413N: 414N: The field Rules-Requires-Root is missing from the file debian/control. 415N: 416N: Over time, Debian has successively narrowed the steps for which elevated 417N: privileges are required. It speeds up the building of installation 418N: packages in the archive. Eventually, Debian will switch the default 419N: archive-wide behaviour to expedite the build process further. 420N: 421N: Please declare explicitly that the sources do not require root privileges. 422N: You can use the setting Rules-Requires-Root: no in the source stanza of 423N: debian/control, but please verify with diffoscope(1) that the installation 424N: packages produced are in fact identical. 425N: 426N: Please refer to usr/share/doc/dpkg/spec/rootless-builds.txt, debian/rules 427N: and Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and 428N: Rules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for 429N: details. 430N: 431N: Visibility: pedantic 432N: Show-Always: no 433N: Check: debian/control/field/rules-requires-root 434N: Renamed from: rules-requires-root-missing 435N: 436N: 437P: akode source: trailing-whitespace [debian/changelog:112] 438N: 439N: This file contains lines with trailing whitespace characters. 440N: 441N: Whilst often harmless and unsightly, such extra whitespaces can also cause 442N: tools to interpret the whitespace characters literally. The tool diff(1) 443N: does not like them, either. They are best avoided. 444N: 445N: Some of these problems can be hard to track down. 446N: 447N: Whitespace at the end of lines may be removed with the following: 448N: 449N: $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog 450N: 451N: If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup). 452N: 453N: However, if you wish to only remove trailing spaces and leave trailing 454N: tabs (eg. for Makefiles), you can use the following code snippet: 455N: 456N: $ sed -i -e 's@[ ]*$@@g' debian/rules 457N: 458N: To remove empty lines from the end of a file, you can use: 459N: 460N: $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules 461N: 462N: Visibility: pedantic 463N: Show-Always: no 464N: Check: debian/trailing-whitespace 465N: Renamed from: file-contains-trailing-whitespace 466N: 467N: 468P: akode source: trailing-whitespace [debian/changelog:79] 469N: 470X: akode source: upstream-metadata-file-is-missing 471N: 472N: This source package is not Debian-native but it does not have a 473N: debian/upstream/metadata file. 474N: 475N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 476N: collect meta-information about upstream projects from any source package. 477N: This file is in YAML format and it is used in to feed the data in the 478N: UltimateDebianDatabase. For example, it can contains the way the authors 479N: want their software be cited in publications and some bibliographic 480N: references about the software. 481N: 482N: Please add a debian/upstream/metadata file. 483N: 484N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 485N: https://wiki.debian.org/UpstreamMetadata for details. 486N: 487N: Visibility: pedantic 488N: Show-Always: no 489N: Check: debian/upstream/metadata 490N: This tag is experimental. 491N: 492N: 493C: akode-dbg: control-tarball-compression-format zst 494N: 495N: This is the compressor format used for the control.tar tarball. 496N: 497N: Visibility: classification 498N: Show-Always: no 499N: Check: deb-format 500N: This tag is a classification. There is no issue in your package. 501N: 502N: 503C: libakode-dev: control-tarball-compression-format zst 504N: 505C: libakode2: control-tarball-compression-format zst 506N: 507C: libakode2-bin: control-tarball-compression-format zst 508N: 509C: libakode2-ffmpeg: control-tarball-compression-format zst 510N: 511C: libakode2-jack: control-tarball-compression-format zst 512N: 513C: libakode2-mpeg: control-tarball-compression-format zst 514N: 515C: libakode2-pulse: control-tarball-compression-format zst 516N: 517C: akode-dbg: data-tarball-compression-format zst 518N: 519N: This is the compressor format used for the data.tar tarball. 520N: 521N: Visibility: classification 522N: Show-Always: no 523N: Check: deb-format 524N: This tag is a classification. There is no issue in your package. 525N: 526N: 527C: libakode-dev: data-tarball-compression-format zst 528N: 529C: libakode2: data-tarball-compression-format zst 530N: 531C: libakode2-bin: data-tarball-compression-format zst 532N: 533C: libakode2-ffmpeg: data-tarball-compression-format zst 534N: 535C: libakode2-jack: data-tarball-compression-format zst 536N: 537C: libakode2-mpeg: data-tarball-compression-format zst 538N: 539C: libakode2-pulse: data-tarball-compression-format zst 540N: 541C: akode source: debhelper-compat-level 10 542N: 543N: This is the debhelper compat level used specified by this package. 544N: 545N: Visibility: classification 546N: Show-Always: no 547N: Check: debhelper 548N: This tag is a classification. There is no issue in your package. 549N: 550N: 551C: akode source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 552N: 553N: This is the build system that Lintian believes the package is using. 554N: 555N: Visibility: classification 556N: Show-Always: no 557N: Check: debhelper 558N: This tag is a classification. There is no issue in your package. 559N: 560N: 561C: akode source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 562N: 563N: This person is a contact in the named group for this package. 564N: 565N: Visibility: classification 566N: Show-Always: no 567N: Check: fields/mail-address 568N: Renamed from: maintainer uploader 569N: This tag is a classification. There is no issue in your package. 570N: 571N: 572C: akode source: mail-contact Uploaders "Adeodato Simó" <dato@net.com.org.es> 573N: 574C: akode source: mail-contact Uploaders "Christopher Martin" <chrsmrtn@debian.org> 575N: 576C: akode source: mail-contact Uploaders "Isaac Clerencia" <isaac@debian.org> 577N: 578C: akode-dbg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 579N: 580C: libakode-dev: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 581N: 582C: libakode2: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 583N: 584C: libakode2-bin: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 585N: 586C: libakode2-ffmpeg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 587N: 588C: libakode2-jack: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 589N: 590C: libakode2-mpeg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 591N: 592C: libakode2-pulse: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 593N: 594C: akode-dbg: no-ctrl-scripts 595N: 596N: The package does not rely on any maintainer scripts (or other executable 597N: control files). 598N: 599N: Visibility: classification 600N: Show-Always: no 601N: Check: control-files 602N: This tag is a classification. There is no issue in your package. 603N: 604N: 605C: libakode-dev: no-ctrl-scripts 606N: 607C: libakode2: no-ctrl-scripts 608N: 609C: libakode2-bin: no-ctrl-scripts 610N: 611C: libakode2-ffmpeg: no-ctrl-scripts 612N: 613C: libakode2-jack: no-ctrl-scripts 614N: 615C: libakode2-mpeg: no-ctrl-scripts 616N: 617C: libakode2-pulse: no-ctrl-scripts 618N: 619C: akode source: number-of-patches 0 [debian/patches/series] 620N: 621N: The number of patches according to the debian/patches/series file. 622N: 623N: Visibility: classification 624N: Show-Always: no 625N: Check: debian/patches/count 626N: This tag is a classification. There is no issue in your package. 627N: 628N: 629C: akode source: package-is-co-maintained (with 3 uploaders) 630N: 631N: The package is co-maintained but not team-maintained according to the 632N: maintainer/uploaders fields in the debian/control file. 633N: 634N: Visibility: classification 635N: Show-Always: no 636N: Check: fields/vcs 637N: This tag is a classification. There is no issue in your package. 638N: 639N: 640C: akode-dbg: package-is-maintained-by-individual 641N: 642N: The package is maintained by an individual according to the 643N: maintainer/uploaders fields in the debian/control file. 644N: 645N: Visibility: classification 646N: Show-Always: no 647N: Check: fields/vcs 648N: This tag is a classification. There is no issue in your package. 649N: 650N: 651C: libakode-dev: package-is-maintained-by-individual 652N: 653C: libakode2: package-is-maintained-by-individual 654N: 655C: libakode2-bin: package-is-maintained-by-individual 656N: 657C: libakode2-ffmpeg: package-is-maintained-by-individual 658N: 659C: libakode2-jack: package-is-maintained-by-individual 660N: 661C: libakode2-mpeg: package-is-maintained-by-individual 662N: 663C: libakode2-pulse: package-is-maintained-by-individual 664N: 665C: akode source: patch-system quilt 666N: 667N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 668N: 669N: Visibility: classification 670N: Show-Always: no 671N: Check: debian/patches 672N: This tag is a classification. There is no issue in your package. 673N: 674N: 675C: akode source: source-format 3.0 (quilt) 676N: 677N: This is the source format declared in the package. 678N: 679N: Visibility: classification 680N: Show-Always: no 681N: Check: debian/source-dir 682N: This tag is a classification. There is no issue in your package. 683N: 684N: 685C: akode source: standards-version 3.7.3 686N: 687N: The standards version of the package according to Standards-Version field 688N: in the debian/control file. 689N: 690N: Visibility: classification 691N: Show-Always: no 692N: Check: fields/standards-version 693N: This tag is a classification. There is no issue in your package. 694N: 695N: 696C: akode source: trimmed-deb822-field §1 Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!hurd-i386], libsamplerate0-dev, libspeex-dev, libpulse-dev, libjack-dev, libavformat-dev [debian/control:7] 697N: 698N: The raw but trimmed contents of the named field in the given Deb822 file. 699N: The number indicates the section from the top, starting at 1. 700N: 701N: Visibility: classification 702N: Show-Always: no 703N: Check: fields/deb822 704N: This tag is a classification. There is no issue in your package. 705N: 706N: 707C: akode source: trimmed-deb822-field §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> [debian/control:4] 708N: 709C: akode source: trimmed-deb822-field §1 Priority optional [debian/control:3] 710N: 711C: akode source: trimmed-deb822-field §1 Section sound [debian/control:2] 712N: 713C: akode source: trimmed-deb822-field §1 Source akode [debian/control:1] 714N: 715C: akode source: trimmed-deb822-field §1 Standards-Version 3.7.3 [debian/control:8] 716N: 717C: akode source: trimmed-deb822-field §1 Uploaders Isaac Clerencia <isaac@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Adeodato Simó <dato@net.com.org.es> [debian/control:6] 718N: 719C: akode source: trimmed-deb822-field §1 XSBC-Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> [debian/control:5] 720N: 721C: akode source: trimmed-deb822-field §2 Architecture any [debian/control:12] 722N: 723C: akode source: trimmed-deb822-field §2 Conflicts akode [debian/control:15] 724N: 725C: akode source: trimmed-deb822-field §2 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:14] 726N: 727C: akode source: trimmed-deb822-field §2 Description akode plugin for aRts\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode. [debian/control:19] 728N: 729C: akode source: trimmed-deb822-field §2 Enhances libarts1c2, libarts1c2a-trinity, libarts1t64-trinity [debian/control:18] 730N: 731C: akode source: trimmed-deb822-field §2 Multi-Arch same [debian/control:13] 732N: 733C: akode source: trimmed-deb822-field §2 Package libakode2 [debian/control:10] 734N: 735C: akode source: trimmed-deb822-field §2 Recommends libakode2-bin [debian/control:17] 736N: 737C: akode source: trimmed-deb822-field §2 Replaces akode [debian/control:16] 738N: 739C: akode source: trimmed-deb822-field §2 Section libs [debian/control:11] 740N: 741C: akode source: trimmed-deb822-field §3 Architecture any [debian/control:27] 742N: 743C: akode source: trimmed-deb822-field §3 Conflicts akode, libakode2 (<< 4:14.1.6~) [debian/control:29] 744N: 745C: akode source: trimmed-deb822-field §3 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:28] 746N: 747C: akode source: trimmed-deb822-field §3 Description akode plugin for aRts\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package contains the akodeplay binary for playing via akode. [debian/control:31] 748N: 749C: akode source: trimmed-deb822-field §3 Package libakode2-bin [debian/control:25] 750N: 751C: akode source: trimmed-deb822-field §3 Replaces akode [debian/control:30] 752N: 753C: akode source: trimmed-deb822-field §3 Section libs [debian/control:26] 754N: 755C: akode source: trimmed-deb822-field §4 Architecture any [debian/control:41] 756N: 757C: akode source: trimmed-deb822-field §4 Conflicts akode [debian/control:44] 758N: 759C: akode source: trimmed-deb822-field §4 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:43] 760N: 761C: akode source: trimmed-deb822-field §4 Description ffmpeg plugins for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides for akode formats supported by FFMPEG. [debian/control:47] 762N: 763C: akode source: trimmed-deb822-field §4 Enhances libarts1c2, libarts1c2a-trinity [debian/control:46] 764N: 765C: akode source: trimmed-deb822-field §4 Multi-Arch same [debian/control:42] 766N: 767C: akode source: trimmed-deb822-field §4 Package libakode2-ffmpeg [debian/control:39] 768N: 769C: akode source: trimmed-deb822-field §4 Replaces akode [debian/control:45] 770N: 771C: akode source: trimmed-deb822-field §4 Section libs [debian/control:40] 772N: 773C: akode source: trimmed-deb822-field §5 Architecture any [debian/control:57] 774N: 775C: akode source: trimmed-deb822-field §5 Conflicts akode [debian/control:60] 776N: 777C: akode source: trimmed-deb822-field §5 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:59] 778N: 779C: akode source: trimmed-deb822-field §5 Description mpeg plugins for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides MP3 and other MPEG formats for akode. [debian/control:63] 780N: 781C: akode source: trimmed-deb822-field §5 Enhances libarts1c2, libarts1c2a-trinity [debian/control:62] 782N: 783C: akode source: trimmed-deb822-field §5 Multi-Arch same [debian/control:58] 784N: 785C: akode source: trimmed-deb822-field §5 Package libakode2-mpeg [debian/control:55] 786N: 787C: akode source: trimmed-deb822-field §5 Replaces akode [debian/control:61] 788N: 789C: akode source: trimmed-deb822-field §5 Section libs [debian/control:56] 790N: 791C: akode source: trimmed-deb822-field §6 Architecture any [debian/control:73] 792N: 793C: akode source: trimmed-deb822-field §6 Conflicts akode [debian/control:76] 794N: 795C: akode source: trimmed-deb822-field §6 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:75] 796N: 797C: akode source: trimmed-deb822-field §6 Description pulseaudio sink for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides PulseAudio sink for akode. [debian/control:79] 798N: 799C: akode source: trimmed-deb822-field §6 Enhances libarts1c2, libarts1c2a-trinity [debian/control:78] 800N: 801C: akode source: trimmed-deb822-field §6 Multi-Arch same [debian/control:74] 802N: 803C: akode source: trimmed-deb822-field §6 Package libakode2-pulse [debian/control:71] 804N: 805C: akode source: trimmed-deb822-field §6 Replaces akode [debian/control:77] 806N: 807C: akode source: trimmed-deb822-field §6 Section libs [debian/control:72] 808N: 809C: akode source: trimmed-deb822-field §7 Architecture any [debian/control:89] 810N: 811C: akode source: trimmed-deb822-field §7 Conflicts akode [debian/control:92] 812N: 813C: akode source: trimmed-deb822-field §7 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:91] 814N: 815C: akode source: trimmed-deb822-field §7 Description jack sink for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides JACK sink for akode. [debian/control:95] 816N: 817C: akode source: trimmed-deb822-field §7 Enhances libarts1c2, libarts1c2a-trinity [debian/control:94] 818N: 819C: akode source: trimmed-deb822-field §7 Multi-Arch same [debian/control:90] 820N: 821C: akode source: trimmed-deb822-field §7 Package libakode2-jack [debian/control:87] 822N: 823C: akode source: trimmed-deb822-field §7 Replaces akode [debian/control:93] 824N: 825C: akode source: trimmed-deb822-field §7 Section libs [debian/control:88] 826N: 827C: akode source: trimmed-deb822-field §8 Architecture any [debian/control:105] 828N: 829C: akode source: trimmed-deb822-field §8 Depends ${shlibs:Depends}, ${misc:Depends}, libakode2 (= ${binary:Version}), pkgconf, libflac-dev (>= 1.1.1-3), libflac-dev, libmad0-dev, libogg-dev, libvorbis-dev, ${alsa-dev}, libsamplerate0-dev, libspeex-dev [debian/control:106] 830N: 831C: akode source: trimmed-deb822-field §8 Description development files for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package contains the development files for libakode. [debian/control:108] 832N: 833C: akode source: trimmed-deb822-field §8 Package libakode-dev [debian/control:103] 834N: 835C: akode source: trimmed-deb822-field §8 Replaces kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4) [debian/control:107] 836N: 837C: akode source: trimmed-deb822-field §8 Section libdevel [debian/control:104] 838N: 839C: akode source: trimmed-deb822-field §9 Architecture any [debian/control:118] 840N: 841C: akode source: trimmed-deb822-field §9 Depends ${shlibs:Depends}, ${misc:Depends}, libakode2 (= ${binary:Version}) [debian/control:120] 842N: 843C: akode source: trimmed-deb822-field §9 Description debugging symbols for akode\n This package contains the debugging symbols associated with akode.\n They will automatically be used by gdb for debugging akode-related\n issues. [debian/control:121] 844N: 845C: akode source: trimmed-deb822-field §9 Package akode-dbg [debian/control:116] 846N: 847C: akode source: trimmed-deb822-field §9 Priority optional [debian/control:119] 848N: 849C: akode source: trimmed-deb822-field §9 Section libdevel [debian/control:117] 850N: 851C: akode source: trimmed-field Architecture any 852N: 853N: These are the raw but trimmed contents of the named field in the package's 854N: primary control file. 855N: 856N: Visibility: classification 857N: Show-Always: no 858N: Check: fields/trimmed 859N: This tag is a classification. There is no issue in your package. 860N: 861N: 862C: akode source: trimmed-field Binary libakode2, libakode2-bin, libakode2-ffmpeg, libakode2-mpeg, libakode2-pulse, libakode2-jack, libakode-dev, akode-dbg 863N: 864C: akode source: trimmed-field Build-Depends cdbs, tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, libflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!hurd-i386], libsamplerate0-dev, libspeex-dev, libpulse-dev, libjack-dev, libavformat-dev 865N: 866C: akode source: trimmed-field Checksums-Sha1 92c62b54f1eef198a2658465bc50ac10f4ae6670 74940 akode_14.2.0~pre14.orig.tar.xz\n d06d624810414c6a7cab283b319db2c8d04122b3 5508 akode_14.2.0~pre14-0ubuntu24.04.0+9.debian.tar.xz 867N: 868C: akode source: trimmed-field Checksums-Sha256 f56e4e8737061a08694c14df30cea3e64c534c0b77317b2fbea8155d52624f27 74940 akode_14.2.0~pre14.orig.tar.xz\n 5a9d8a9285980a7ef01f65ed2ce7375068934cc3968cbd95f975a622b2d0cb9c 5508 akode_14.2.0~pre14-0ubuntu24.04.0+9.debian.tar.xz 869N: 870C: akode source: trimmed-field Files da5542f378d843df9648860f72da6b43 74940 akode_14.2.0~pre14.orig.tar.xz\n f56569fe7bc7f7b9d4fdab181c48b88d 5508 akode_14.2.0~pre14-0ubuntu24.04.0+9.debian.tar.xz 871N: 872C: akode source: trimmed-field Format 3.0 (quilt) 873N: 874C: akode source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 875N: 876C: akode source: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 877N: 878C: akode source: trimmed-field Package-List akode-dbg deb libdevel optional arch=any\n libakode-dev deb libdevel optional arch=any\n libakode2 deb libs optional arch=any\n libakode2-bin deb libs optional arch=any\n libakode2-ffmpeg deb libs optional arch=any\n libakode2-jack deb libs optional arch=any\n libakode2-mpeg deb libs optional arch=any\n libakode2-pulse deb libs optional arch=any 879N: 880C: akode source: trimmed-field Source akode 881N: 882C: akode source: trimmed-field Standards-Version 3.7.3 883N: 884C: akode source: trimmed-field Uploaders Isaac Clerencia <isaac@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Adeodato Simó <dato@net.com.org.es> 885N: 886C: akode source: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 887N: 888C: akode-dbg: trimmed-field Architecture armhf 889N: 890C: akode-dbg: trimmed-field Build-Ids 0320314c06a7efaa9ae6c0a0c5bab31c588b7776 039b0753faada11847a92e2616b3c3f53c1a4dbb 088079d12ebd23d82241723ae24d07be6a32c917 2f6b53a955f6c1face1eb8731b1a5ed8f02b8d03 ae7d517334f5ceb31c361cfedbd575ae82a4be1f fd1a17812baf31b3d18301056c360dbca84c4c32 55604f9bec81e36bf1d0c6a19455d98f06ea1f71 2585b0d27205faaa8bf5a7267f563282c6bb105e a8b9f575816fb4ed3056c022d92e8a322f7788ec d0904371ddadea1919911cfdd92a5c2898125f20 ba759b6fa9886567428de1d8b0a0c4daa3b8f67f 891N: 892C: akode-dbg: trimmed-field Depends libakode2 (= 4:14.2.0~pre14-0ubuntu24.04.0+9) 893N: 894C: akode-dbg: trimmed-field Description debugging symbols for akode\n This package contains the debugging symbols associated with akode.\n They will automatically be used by gdb for debugging akode-related\n issues. 895N: 896C: akode-dbg: trimmed-field Installed-Size 885 897N: 898C: akode-dbg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 899N: 900C: akode-dbg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 901N: 902C: akode-dbg: trimmed-field Package akode-dbg 903N: 904C: akode-dbg: trimmed-field Priority optional 905N: 906C: akode-dbg: trimmed-field Section libdevel 907N: 908C: akode-dbg: trimmed-field Source akode 909N: 910C: akode-dbg: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 911N: 912C: libakode-dev: trimmed-field Architecture armhf 913N: 914C: libakode-dev: trimmed-field Depends libakode2 (= 4:14.2.0~pre14-0ubuntu24.04.0+9), pkgconf, libflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev 915N: 916C: libakode-dev: trimmed-field Description development files for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package contains the development files for libakode. 917N: 918C: libakode-dev: trimmed-field Installed-Size 100 919N: 920C: libakode-dev: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 921N: 922C: libakode-dev: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 923N: 924C: libakode-dev: trimmed-field Package libakode-dev 925N: 926C: libakode-dev: trimmed-field Priority optional 927N: 928C: libakode-dev: trimmed-field Replaces kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4) 929N: 930C: libakode-dev: trimmed-field Section libdevel 931N: 932C: libakode-dev: trimmed-field Source akode 933N: 934C: libakode-dev: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 935N: 936C: libakode2: trimmed-field Architecture armhf 937N: 938C: libakode2: trimmed-field Conflicts akode 939N: 940C: libakode2: trimmed-field Depends libasound2t64 (>= 1.0.16), libc6 (>= 2.34), libflac12t64 (>= 1.3.0), libgcc-s1 (>= 3.5), libogg0 (>= 1.0rc3), libsamplerate0 (>= 0.1.7), libspeex1 (>= 1.2~), libstdc++6 (>= 13.1), libvorbisfile3 (>= 1.1.2) 941N: 942C: libakode2: trimmed-field Description akode plugin for aRts\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode. 943N: 944C: libakode2: trimmed-field Enhances libarts1c2, libarts1c2a-trinity, libarts1t64-trinity 945N: 946C: libakode2: trimmed-field Installed-Size 162 947N: 948C: libakode2: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 949N: 950C: libakode2: trimmed-field Multi-Arch same 951N: 952C: libakode2: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 953N: 954C: libakode2: trimmed-field Package libakode2 955N: 956C: libakode2: trimmed-field Priority optional 957N: 958C: libakode2: trimmed-field Recommends libakode2-bin 959N: 960C: libakode2: trimmed-field Replaces akode 961N: 962C: libakode2: trimmed-field Section libs 963N: 964C: libakode2: trimmed-field Source akode 965N: 966C: libakode2: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 967N: 968C: libakode2-bin: trimmed-field Architecture armhf 969N: 970C: libakode2-bin: trimmed-field Conflicts akode, libakode2 (<< 4:14.1.6~) 971N: 972C: libakode2-bin: trimmed-field Depends libakode2 (>= 2-rc1-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) 973N: 974C: libakode2-bin: trimmed-field Description akode plugin for aRts\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package contains the akodeplay binary for playing via akode. 975N: 976C: libakode2-bin: trimmed-field Installed-Size 22 977N: 978C: libakode2-bin: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 979N: 980C: libakode2-bin: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 981N: 982C: libakode2-bin: trimmed-field Package libakode2-bin 983N: 984C: libakode2-bin: trimmed-field Priority optional 985N: 986C: libakode2-bin: trimmed-field Replaces akode 987N: 988C: libakode2-bin: trimmed-field Section libs 989N: 990C: libakode2-bin: trimmed-field Source akode 991N: 992C: libakode2-bin: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 993N: 994C: libakode2-ffmpeg: trimmed-field Architecture armhf 995N: 996C: libakode2-ffmpeg: trimmed-field Conflicts akode 997N: 998C: libakode2-ffmpeg: trimmed-field Depends libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) 999N: 1000C: libakode2-ffmpeg: trimmed-field Description ffmpeg plugins for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides for akode formats supported by FFMPEG. 1001N: 1002C: libakode2-ffmpeg: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1003N: 1004C: libakode2-ffmpeg: trimmed-field Installed-Size 27 1005N: 1006C: libakode2-ffmpeg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1007N: 1008C: libakode2-ffmpeg: trimmed-field Multi-Arch same 1009N: 1010C: libakode2-ffmpeg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1011N: 1012C: libakode2-ffmpeg: trimmed-field Package libakode2-ffmpeg 1013N: 1014C: libakode2-ffmpeg: trimmed-field Priority optional 1015N: 1016C: libakode2-ffmpeg: trimmed-field Replaces akode 1017N: 1018C: libakode2-ffmpeg: trimmed-field Section libs 1019N: 1020C: libakode2-ffmpeg: trimmed-field Source akode 1021N: 1022C: libakode2-ffmpeg: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 1023N: 1024C: libakode2-jack: trimmed-field Architecture armhf 1025N: 1026C: libakode2-jack: trimmed-field Conflicts akode 1027N: 1028C: libakode2-jack: trimmed-field Depends libakode2 (>= 2-rc1-1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libstdc++6 (>= 13.1) 1029N: 1030C: libakode2-jack: trimmed-field Description jack sink for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides JACK sink for akode. 1031N: 1032C: libakode2-jack: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1033N: 1034C: libakode2-jack: trimmed-field Installed-Size 23 1035N: 1036C: libakode2-jack: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1037N: 1038C: libakode2-jack: trimmed-field Multi-Arch same 1039N: 1040C: libakode2-jack: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1041N: 1042C: libakode2-jack: trimmed-field Package libakode2-jack 1043N: 1044C: libakode2-jack: trimmed-field Priority optional 1045N: 1046C: libakode2-jack: trimmed-field Replaces akode 1047N: 1048C: libakode2-jack: trimmed-field Section libs 1049N: 1050C: libakode2-jack: trimmed-field Source akode 1051N: 1052C: libakode2-jack: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 1053N: 1054C: libakode2-mpeg: trimmed-field Architecture armhf 1055N: 1056C: libakode2-mpeg: trimmed-field Conflicts akode 1057N: 1058C: libakode2-mpeg: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libmad0 (>= 0.15.1b-3), libstdc++6 (>= 5) 1059N: 1060C: libakode2-mpeg: trimmed-field Description mpeg plugins for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides MP3 and other MPEG formats for akode. 1061N: 1062C: libakode2-mpeg: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1063N: 1064C: libakode2-mpeg: trimmed-field Installed-Size 23 1065N: 1066C: libakode2-mpeg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1067N: 1068C: libakode2-mpeg: trimmed-field Multi-Arch same 1069N: 1070C: libakode2-mpeg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1071N: 1072C: libakode2-mpeg: trimmed-field Package libakode2-mpeg 1073N: 1074C: libakode2-mpeg: trimmed-field Priority optional 1075N: 1076C: libakode2-mpeg: trimmed-field Replaces akode 1077N: 1078C: libakode2-mpeg: trimmed-field Section libs 1079N: 1080C: libakode2-mpeg: trimmed-field Source akode 1081N: 1082C: libakode2-mpeg: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 1083N: 1084C: libakode2-pulse: trimmed-field Architecture armhf 1085N: 1086C: libakode2-pulse: trimmed-field Conflicts akode 1087N: 1088C: libakode2-pulse: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpulse0 (>= 0.99.1), libstdc++6 (>= 13.1) 1089N: 1090C: libakode2-pulse: trimmed-field Description pulseaudio sink for akode\n aKode is a new multithreaded audio library that provides aRts with\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\n FLAC and Speex. aKode also focuses on performance, and so it means a\n big enhancement for users runing aRts in non-realtime mode.\n .\n This package provides PulseAudio sink for akode. 1091N: 1092C: libakode2-pulse: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1093N: 1094C: libakode2-pulse: trimmed-field Installed-Size 23 1095N: 1096C: libakode2-pulse: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1097N: 1098C: libakode2-pulse: trimmed-field Multi-Arch same 1099N: 1100C: libakode2-pulse: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1101N: 1102C: libakode2-pulse: trimmed-field Package libakode2-pulse 1103N: 1104C: libakode2-pulse: trimmed-field Priority optional 1105N: 1106C: libakode2-pulse: trimmed-field Replaces akode 1107N: 1108C: libakode2-pulse: trimmed-field Section libs 1109N: 1110C: libakode2-pulse: trimmed-field Source akode 1111N: 1112C: libakode2-pulse: trimmed-field Version 4:14.2.0~pre14-0ubuntu24.04.0+9 1113N: 1114O: akode source: binary-nmu-debian-revision-in-source 4:14.2.0~pre14-0ubuntu24.04.0+9 1115N: 1116N: The version number of your source package ends in +b and a number or has a 1117N: Debian revision containing three parts. These version numbers are used by 1118N: binary NMUs and should not be used as the source version. (The +b form is 1119N: the current standard; the three-part version number now obsolete.) 1120N: 1121N: Please refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the 1122N: Debian Developer's Reference for details. 1123N: 1124N: Visibility: warning 1125N: Show-Always: no 1126N: Check: fields/version 1127N: 1128N: 1129N: We want XZ regardless of the default compression. 1130O: akode source: custom-compression-in-debian-source-options compression = "xz" [debian/source/options:2] 1131N: 1132N: This package selects a custom compression level or algorithm in 1133N: debian/source/options. Please remove the call and let dpkg-deb(1) select 1134N: suitable defaults. 1135N: 1136N: Custom compression settings are usually chosen for one of two reasons: 1137N: 1138N: Higher compression levels or more advanced algorithms shrink the sizes of 1139N: large files, but they can cause problems in the resource constrained 1140N: environments used in Debian's buildd infrastructure. For example, higher 1141N: than expected memory consumption may trigger an FTBFS or a failure to 1142N: install. 1143N: 1144N: Lower compression levels or less advanced algorithms are sometimes needed 1145N: to support older Debian version. Unfortunately, they also make it harder 1146N: to change the defaults on an archive-wide basis. 1147N: 1148N: Some legitimate use cases trigger this tag. Please override it. 1149N: 1150N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 1151N: manual page for details. 1152N: 1153N: Visibility: warning 1154N: Show-Always: no 1155N: Check: debian/source-dir 1156N: Renamed from: debian-source-options-has-custom-compression-settings 1157N: 1158N: 1159N: We want XZ regardless of the default compression. 1160O: akode source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] 1161N: 1162N: The manual page is not available, this may be addressed sometime in the 1163N: future. 1164O: libakode-dev: no-manual-page [usr/bin/akode-config] 1165N: 1166N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have 1167N: a manual page 1168N: 1169N: Note that though the man program has the capability to check for several 1170N: program names in the NAMES section, each of these programs should have its 1171N: own manual page (a symbolic link to the appropriate manual page is 1172N: sufficient) because other manual page viewers such as xman or tkman don't 1173N: support this. 1174N: 1175N: If the name of the manual page differs from the binary by case, man may be 1176N: able to find it anyway; however, it is still best practice to match the 1177N: exact capitalization of the executable in the manual page. 1178N: 1179N: If the manual pages are provided by another package on which this package 1180N: depends, Lintian may not be able to determine that manual pages are 1181N: available. In this case, after confirming that all binaries do have manual 1182N: pages after this package and its dependencies are installed, please add a 1183N: Lintian override. 1184N: 1185N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual 1186N: for details. 1187N: 1188N: Visibility: warning 1189N: Show-Always: no 1190N: Check: documentation/manual 1191N: Renamed from: binary-without-manpage 1192N: 1193N: 1194N: The manual page is not available, this may be addressed sometime in the 1195N: future. 1196O: libakode2-bin: no-manual-page [usr/bin/akodeplay] 1197N: 1198N: These are akode plugins, not regular shared libraries. 1199O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_alsa_sink.so] 1200N: 1201N: A shared object was identified in a library directory (a directory in the 1202N: standard linker path) which doesn't have a SONAME. This is usually an 1203N: error. 1204N: 1205N: SONAMEs are set with something like gcc -Wl,-soname,libfoo.so.0, where 0 1206N: is the major version of the library. If your package uses libtool, then 1207N: libtool invoked with the right options should be doing this. 1208N: 1209N: To view the SONAME of a shared library, run readelf -d on the shared 1210N: library and look for the tag of type SONAME. 1211N: 1212N: Visibility: error 1213N: Show-Always: no 1214N: Check: libraries/shared/soname/missing 1215N: 1216N: 1217N: These are akode plugins, not regular shared libraries. 1218O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_mpc_decoder.so] 1219N: 1220N: These are akode plugins, not regular shared libraries. 1221O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_oss_sink.so] 1222N: 1223N: These are akode plugins, not regular shared libraries. 1224O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_src_resampler.so] 1225N: 1226N: These are akode plugins, not regular shared libraries. 1227O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_xiph_decoder.so] 1228N: 1229N: These are akode plugins, not regular shared libraries. 1230O: libakode2-ffmpeg: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_ffmpeg_decoder.so] 1231N: 1232N: These are akode plugins, not regular shared libraries. 1233O: libakode2-jack: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_jack_sink.so] 1234N: 1235N: These are akode plugins, not regular shared libraries. 1236O: libakode2-mpeg: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_mpeg_decoder.so] 1237N: 1238N: These are akode plugins, not regular shared libraries. 1239O: libakode2-pulse: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_pulse_sink.so]