cmd-output.log

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