1cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-o1jjarg7/akode_14.1.6~pre2-0raspbian13.0.0+3.dsc' '/tmp/debusine-fetch-exec-upload-o1jjarg7/akode-dbg_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode-dev_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2-bin_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2-ffmpeg_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2-jack_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2-mpeg_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2-pulse_14.1.6~pre2-0raspbian13.0.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-o1jjarg7/libakode2_14.1.6~pre2-0raspbian13.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.7.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: trailing-whitespace [debian/changelog:112] 389N: 390N: This file contains lines with trailing whitespace characters. 391N: 392N: Whilst often harmless and unsightly, such extra whitespaces can also cause 393N: tools to interpret the whitespace characters literally. The tool diff(1) 394N: does not like them, either. They are best avoided. 395N: 396N: Some of these problems can be hard to track down. 397N: 398N: Whitespace at the end of lines may be removed with the following: 399N: 400N: $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog 401N: 402N: If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup). 403N: 404N: However, if you wish to only remove trailing spaces and leave trailing 405N: tabs (eg. for Makefiles), you can use the following code snippet: 406N: 407N: $ sed -i -e 's@[ ]*$@@g' debian/rules 408N: 409N: To remove empty lines from the end of a file, you can use: 410N: 411N: $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules 412N: 413N: Visibility: pedantic 414N: Show-Always: no 415N: Check: debian/trailing-whitespace 416N: Renamed from: file-contains-trailing-whitespace 417N: 418N: 419P: akode source: trailing-whitespace [debian/changelog:79] 420N: 421X: akode source: upstream-metadata-file-is-missing 422N: 423N: This source package is not Debian-native but it does not have a 424N: debian/upstream/metadata file. 425N: 426N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 427N: collect meta-information about upstream projects from any source package. 428N: This file is in YAML format and it is used in to feed the data in the 429N: UltimateDebianDatabase. For example, it can contains the way the authors 430N: want their software be cited in publications and some bibliographic 431N: references about the software. 432N: 433N: Please add a debian/upstream/metadata file. 434N: 435N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 436N: https://wiki.debian.org/UpstreamMetadata for details. 437N: 438N: Visibility: pedantic 439N: Show-Always: no 440N: Check: debian/upstream/metadata 441N: This tag is experimental. 442N: 443N: 444C: akode-dbg: control-tarball-compression-format xz 445N: 446N: This is the compressor format used for the control.tar tarball. 447N: 448N: Visibility: classification 449N: Show-Always: no 450N: Check: deb-format 451N: This tag is a classification. There is no issue in your package. 452N: 453N: 454C: libakode-dev: control-tarball-compression-format xz 455N: 456C: libakode2: control-tarball-compression-format xz 457N: 458C: libakode2-bin: control-tarball-compression-format xz 459N: 460C: libakode2-ffmpeg: control-tarball-compression-format xz 461N: 462C: libakode2-jack: control-tarball-compression-format xz 463N: 464C: libakode2-mpeg: control-tarball-compression-format xz 465N: 466C: libakode2-pulse: control-tarball-compression-format xz 467N: 468C: akode-dbg: data-tarball-compression-format xz 469N: 470N: This is the compressor format used for the data.tar tarball. 471N: 472N: Visibility: classification 473N: Show-Always: no 474N: Check: deb-format 475N: This tag is a classification. There is no issue in your package. 476N: 477N: 478C: libakode-dev: data-tarball-compression-format xz 479N: 480C: libakode2: data-tarball-compression-format xz 481N: 482C: libakode2-bin: data-tarball-compression-format xz 483N: 484C: libakode2-ffmpeg: data-tarball-compression-format xz 485N: 486C: libakode2-jack: data-tarball-compression-format xz 487N: 488C: libakode2-mpeg: data-tarball-compression-format xz 489N: 490C: libakode2-pulse: data-tarball-compression-format xz 491N: 492C: akode source: debhelper-compat-level 10 493N: 494N: This is the debhelper compat level used specified by this package. 495N: 496N: Visibility: classification 497N: Show-Always: no 498N: Check: debhelper 499N: This tag is a classification. There is no issue in your package. 500N: 501N: 502C: akode source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 503N: 504N: This is the build system that Lintian believes the package is using. 505N: 506N: Visibility: classification 507N: Show-Always: no 508N: Check: debhelper 509N: This tag is a classification. There is no issue in your package. 510N: 511N: 512C: akode source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 513N: 514N: This person is a contact in the named group for this package. 515N: 516N: Visibility: classification 517N: Show-Always: no 518N: Check: fields/mail-address 519N: Renamed from: maintainer uploader 520N: This tag is a classification. There is no issue in your package. 521N: 522N: 523C: akode source: mail-contact Uploaders "Adeodato Simó" <dato@net.com.org.es> 524N: 525C: akode source: mail-contact Uploaders "Christopher Martin" <chrsmrtn@debian.org> 526N: 527C: akode source: mail-contact Uploaders "Isaac Clerencia" <isaac@debian.org> 528N: 529C: akode-dbg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 530N: 531C: libakode-dev: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 532N: 533C: libakode2: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 534N: 535C: libakode2-bin: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 536N: 537C: libakode2-ffmpeg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 538N: 539C: libakode2-jack: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 540N: 541C: libakode2-mpeg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 542N: 543C: libakode2-pulse: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 544N: 545C: akode-dbg: no-ctrl-scripts 546N: 547N: The package does not rely on any maintainer scripts (or other executable 548N: control files). 549N: 550N: Visibility: classification 551N: Show-Always: no 552N: Check: control-files 553N: This tag is a classification. There is no issue in your package. 554N: 555N: 556C: libakode-dev: no-ctrl-scripts 557N: 558C: libakode2: no-ctrl-scripts 559N: 560C: libakode2-bin: no-ctrl-scripts 561N: 562C: libakode2-ffmpeg: no-ctrl-scripts 563N: 564C: libakode2-jack: no-ctrl-scripts 565N: 566C: libakode2-mpeg: no-ctrl-scripts 567N: 568C: libakode2-pulse: no-ctrl-scripts 569N: 570C: akode source: number-of-patches 0 [debian/patches/series] 571N: 572N: The number of patches according to the debian/patches/series file. 573N: 574N: Visibility: classification 575N: Show-Always: no 576N: Check: debian/patches/count 577N: This tag is a classification. There is no issue in your package. 578N: 579N: 580C: akode source: package-is-co-maintained (with 3 uploaders) 581N: 582N: The package is co-maintained but not team-maintained according to the 583N: maintainer/uploaders fields in the debian/control file. 584N: 585N: Visibility: classification 586N: Show-Always: no 587N: Check: fields/vcs 588N: This tag is a classification. There is no issue in your package. 589N: 590N: 591C: akode-dbg: package-is-maintained-by-individual 592N: 593N: The package is maintained by an individual according to the 594N: maintainer/uploaders fields in the debian/control file. 595N: 596N: Visibility: classification 597N: Show-Always: no 598N: Check: fields/vcs 599N: This tag is a classification. There is no issue in your package. 600N: 601N: 602C: libakode-dev: package-is-maintained-by-individual 603N: 604C: libakode2: package-is-maintained-by-individual 605N: 606C: libakode2-bin: package-is-maintained-by-individual 607N: 608C: libakode2-ffmpeg: package-is-maintained-by-individual 609N: 610C: libakode2-jack: package-is-maintained-by-individual 611N: 612C: libakode2-mpeg: package-is-maintained-by-individual 613N: 614C: libakode2-pulse: package-is-maintained-by-individual 615N: 616C: akode source: patch-system quilt 617N: 618N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 619N: 620N: Visibility: classification 621N: Show-Always: no 622N: Check: debian/patches 623N: This tag is a classification. There is no issue in your package. 624N: 625N: 626C: akode source: silent-on-rules-requiring-root [debian/control] 627N: 628N: The field Rules-Requires-Root is not declared in the file debian/control. 629N: 630N: Please refer to usr/share/doc/dpkg/spec/rootless-builds.txt, debian/rules 631N: and Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and 632N: Rules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for 633N: details. 634N: 635N: Visibility: classification 636N: Show-Always: no 637N: Check: debian/control/field/rules-requires-root 638N: Renamed from: rules-requires-root-missing 639N: This tag is a classification. There is no issue in your package. 640N: 641N: 642C: akode source: source-format 3.0 (quilt) 643N: 644N: This is the source format declared in the package. 645N: 646N: Visibility: classification 647N: Show-Always: no 648N: Check: debian/source-dir 649N: This tag is a classification. There is no issue in your package. 650N: 651N: 652C: akode source: standards-version 3.7.3 653N: 654N: The standards version of the package according to Standards-Version field 655N: in the debian/control file. 656N: 657N: Visibility: classification 658N: Show-Always: no 659N: Check: fields/standards-version 660N: This tag is a classification. There is no issue in your package. 661N: 662N: 663C: 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] 664N: 665N: The raw but trimmed contents of the named field in the given Deb822 file. 666N: The number indicates the section from the top, starting at 1. 667N: 668N: Visibility: classification 669N: Show-Always: no 670N: Check: fields/deb822 671N: This tag is a classification. There is no issue in your package. 672N: 673N: 674C: akode source: trimmed-deb822-field §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> [debian/control:4] 675N: 676C: akode source: trimmed-deb822-field §1 Priority optional [debian/control:3] 677N: 678C: akode source: trimmed-deb822-field §1 Section sound [debian/control:2] 679N: 680C: akode source: trimmed-deb822-field §1 Source akode [debian/control:1] 681N: 682C: akode source: trimmed-deb822-field §1 Standards-Version 3.7.3 [debian/control:8] 683N: 684C: 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] 685N: 686C: akode source: trimmed-deb822-field §1 XSBC-Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> [debian/control:5] 687N: 688C: akode source: trimmed-deb822-field §2 Architecture any [debian/control:12] 689N: 690C: akode source: trimmed-deb822-field §2 Conflicts akode [debian/control:15] 691N: 692C: akode source: trimmed-deb822-field §2 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:14] 693N: 694C: 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] 695N: 696C: akode source: trimmed-deb822-field §2 Enhances libarts1c2, libarts1c2a-trinity, libarts1t64-trinity [debian/control:18] 697N: 698C: akode source: trimmed-deb822-field §2 Multi-Arch same [debian/control:13] 699N: 700C: akode source: trimmed-deb822-field §2 Package libakode2 [debian/control:10] 701N: 702C: akode source: trimmed-deb822-field §2 Recommends libakode2-bin [debian/control:17] 703N: 704C: akode source: trimmed-deb822-field §2 Replaces akode [debian/control:16] 705N: 706C: akode source: trimmed-deb822-field §2 Section libs [debian/control:11] 707N: 708C: akode source: trimmed-deb822-field §3 Architecture any [debian/control:27] 709N: 710C: akode source: trimmed-deb822-field §3 Conflicts akode, libakode2 (<< 4:14.1.6~) [debian/control:29] 711N: 712C: akode source: trimmed-deb822-field §3 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:28] 713N: 714C: 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] 715N: 716C: akode source: trimmed-deb822-field §3 Package libakode2-bin [debian/control:25] 717N: 718C: akode source: trimmed-deb822-field §3 Replaces akode [debian/control:30] 719N: 720C: akode source: trimmed-deb822-field §3 Section libs [debian/control:26] 721N: 722C: akode source: trimmed-deb822-field §4 Architecture any [debian/control:41] 723N: 724C: akode source: trimmed-deb822-field §4 Conflicts akode [debian/control:44] 725N: 726C: akode source: trimmed-deb822-field §4 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:43] 727N: 728C: 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] 729N: 730C: akode source: trimmed-deb822-field §4 Enhances libarts1c2, libarts1c2a-trinity [debian/control:46] 731N: 732C: akode source: trimmed-deb822-field §4 Multi-Arch same [debian/control:42] 733N: 734C: akode source: trimmed-deb822-field §4 Package libakode2-ffmpeg [debian/control:39] 735N: 736C: akode source: trimmed-deb822-field §4 Replaces akode [debian/control:45] 737N: 738C: akode source: trimmed-deb822-field §4 Section libs [debian/control:40] 739N: 740C: akode source: trimmed-deb822-field §5 Architecture any [debian/control:57] 741N: 742C: akode source: trimmed-deb822-field §5 Conflicts akode [debian/control:60] 743N: 744C: akode source: trimmed-deb822-field §5 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:59] 745N: 746C: 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] 747N: 748C: akode source: trimmed-deb822-field §5 Enhances libarts1c2, libarts1c2a-trinity [debian/control:62] 749N: 750C: akode source: trimmed-deb822-field §5 Multi-Arch same [debian/control:58] 751N: 752C: akode source: trimmed-deb822-field §5 Package libakode2-mpeg [debian/control:55] 753N: 754C: akode source: trimmed-deb822-field §5 Replaces akode [debian/control:61] 755N: 756C: akode source: trimmed-deb822-field §5 Section libs [debian/control:56] 757N: 758C: akode source: trimmed-deb822-field §6 Architecture any [debian/control:73] 759N: 760C: akode source: trimmed-deb822-field §6 Conflicts akode [debian/control:76] 761N: 762C: akode source: trimmed-deb822-field §6 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:75] 763N: 764C: 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] 765N: 766C: akode source: trimmed-deb822-field §6 Enhances libarts1c2, libarts1c2a-trinity [debian/control:78] 767N: 768C: akode source: trimmed-deb822-field §6 Multi-Arch same [debian/control:74] 769N: 770C: akode source: trimmed-deb822-field §6 Package libakode2-pulse [debian/control:71] 771N: 772C: akode source: trimmed-deb822-field §6 Replaces akode [debian/control:77] 773N: 774C: akode source: trimmed-deb822-field §6 Section libs [debian/control:72] 775N: 776C: akode source: trimmed-deb822-field §7 Architecture any [debian/control:89] 777N: 778C: akode source: trimmed-deb822-field §7 Conflicts akode [debian/control:92] 779N: 780C: akode source: trimmed-deb822-field §7 Depends ${shlibs:Depends}, ${misc:Depends} [debian/control:91] 781N: 782C: 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] 783N: 784C: akode source: trimmed-deb822-field §7 Enhances libarts1c2, libarts1c2a-trinity [debian/control:94] 785N: 786C: akode source: trimmed-deb822-field §7 Multi-Arch same [debian/control:90] 787N: 788C: akode source: trimmed-deb822-field §7 Package libakode2-jack [debian/control:87] 789N: 790C: akode source: trimmed-deb822-field §7 Replaces akode [debian/control:93] 791N: 792C: akode source: trimmed-deb822-field §7 Section libs [debian/control:88] 793N: 794C: akode source: trimmed-deb822-field §8 Architecture any [debian/control:105] 795N: 796C: 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] 797N: 798C: 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] 799N: 800C: akode source: trimmed-deb822-field §8 Package libakode-dev [debian/control:103] 801N: 802C: akode source: trimmed-deb822-field §8 Replaces kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4) [debian/control:107] 803N: 804C: akode source: trimmed-deb822-field §8 Section libdevel [debian/control:104] 805N: 806C: akode source: trimmed-deb822-field §9 Architecture any [debian/control:118] 807N: 808C: akode source: trimmed-deb822-field §9 Depends ${shlibs:Depends}, ${misc:Depends}, libakode2 (= ${binary:Version}) [debian/control:120] 809N: 810C: 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] 811N: 812C: akode source: trimmed-deb822-field §9 Package akode-dbg [debian/control:116] 813N: 814C: akode source: trimmed-deb822-field §9 Priority optional [debian/control:119] 815N: 816C: akode source: trimmed-deb822-field §9 Section libdevel [debian/control:117] 817N: 818C: akode source: trimmed-field Architecture any 819N: 820N: These are the raw but trimmed contents of the named field in the package's 821N: primary control file. 822N: 823N: Visibility: classification 824N: Show-Always: no 825N: Check: fields/trimmed 826N: This tag is a classification. There is no issue in your package. 827N: 828N: 829C: akode source: trimmed-field Binary libakode2, libakode2-bin, libakode2-ffmpeg, libakode2-mpeg, libakode2-pulse, libakode2-jack, libakode-dev, akode-dbg 830N: 831C: 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 832N: 833C: akode source: trimmed-field Checksums-Sha1 6b13f7dd575f553513724be151bc8401d03f67a5 74988 akode_14.1.6~pre2.orig.tar.xz\n 673d787f805a48016acc245b01456b6c46860c9a 5496 akode_14.1.6~pre2-0raspbian13.0.0+3.debian.tar.xz 834N: 835C: akode source: trimmed-field Checksums-Sha256 10fdba8229949cb2863a62f9c0b45cd9efeff1814d8c7fa5c2d88250aa9b12f9 74988 akode_14.1.6~pre2.orig.tar.xz\n c98eefc7a8620ad0117f749baca2c7e6553da3d21957cd726d133f57cd72d063 5496 akode_14.1.6~pre2-0raspbian13.0.0+3.debian.tar.xz 836N: 837C: akode source: trimmed-field Files 27c3fcdeeb71646b5e5619e1fd131437 74988 akode_14.1.6~pre2.orig.tar.xz\n e2cef4f4469885eabb75ecab0dd9dfb8 5496 akode_14.1.6~pre2-0raspbian13.0.0+3.debian.tar.xz 838N: 839C: akode source: trimmed-field Format 3.0 (quilt) 840N: 841C: akode source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 842N: 843C: akode source: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 844N: 845C: 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 846N: 847C: akode source: trimmed-field Source akode 848N: 849C: akode source: trimmed-field Standards-Version 3.7.3 850N: 851C: akode source: trimmed-field Uploaders Isaac Clerencia <isaac@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Adeodato Simó <dato@net.com.org.es> 852N: 853C: akode source: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 854N: 855C: akode-dbg: trimmed-field Architecture armhf 856N: 857C: akode-dbg: trimmed-field Build-Ids 2cf037f4f69d90e12fc5fddfa8e447cff5fc220d 673873ed3aa1732d01e1c1dd6d3324308449de5d 87b3fb734dbde09e42e4ee09e99e32996fd39e5c ab3d5c240ed4006ead78be8343286e8a202da51a f8c7964a2f7a1ec5aad9bc93c6fce8650e8fc738 fc0b1613466c828a621ceef4e43b6c5e1f4b888e 251ea5a136d9135455c6f670b603f201b3d001e9 aca3ef56ef6d8f951b344967b001a6e3695f3327 f2e8cdaa3960b2a5df0ce80a42bc8c7cf448e9c1 c1bc2a90025c97a22564016c287364c7e101621c 808d1e3c7058f10c1c3a64a13d1d602a8fa2c15a 858N: 859C: akode-dbg: trimmed-field Depends libakode2 (= 4:14.1.6~pre2-0raspbian13.0.0+3) 860N: 861C: 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. 862N: 863C: akode-dbg: trimmed-field Installed-Size 891 864N: 865C: akode-dbg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 866N: 867C: akode-dbg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 868N: 869C: akode-dbg: trimmed-field Package akode-dbg 870N: 871C: akode-dbg: trimmed-field Priority optional 872N: 873C: akode-dbg: trimmed-field Section libdevel 874N: 875C: akode-dbg: trimmed-field Source akode 876N: 877C: akode-dbg: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 878N: 879C: libakode-dev: trimmed-field Architecture armhf 880N: 881C: libakode-dev: trimmed-field Depends libakode2 (= 4:14.1.6~pre2-0raspbian13.0.0+3), pkgconf, libflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev 882N: 883C: 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. 884N: 885C: libakode-dev: trimmed-field Installed-Size 100 886N: 887C: libakode-dev: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 888N: 889C: libakode-dev: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 890N: 891C: libakode-dev: trimmed-field Package libakode-dev 892N: 893C: libakode-dev: trimmed-field Priority optional 894N: 895C: libakode-dev: trimmed-field Replaces kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4) 896N: 897C: libakode-dev: trimmed-field Section libdevel 898N: 899C: libakode-dev: trimmed-field Source akode 900N: 901C: libakode-dev: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 902N: 903C: libakode2: trimmed-field Architecture armhf 904N: 905C: libakode2: trimmed-field Conflicts akode 906N: 907C: libakode2: trimmed-field Depends libasound2t64 (>= 1.0.16), libc6 (>= 2.34), libflac14 (>= 1.5.0), libgcc-s1 (>= 3.5), libogg0 (>= 1.0rc3), libsamplerate0 (>= 0.1.7), libspeex1 (>= 1.2~), libstdc++6 (>= 13.1), libvorbisfile3 (>= 1.1.2) 908N: 909C: 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. 910N: 911C: libakode2: trimmed-field Enhances libarts1c2, libarts1c2a-trinity, libarts1t64-trinity 912N: 913C: libakode2: trimmed-field Installed-Size 479 914N: 915C: libakode2: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 916N: 917C: libakode2: trimmed-field Multi-Arch same 918N: 919C: libakode2: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 920N: 921C: libakode2: trimmed-field Package libakode2 922N: 923C: libakode2: trimmed-field Priority optional 924N: 925C: libakode2: trimmed-field Recommends libakode2-bin 926N: 927C: libakode2: trimmed-field Replaces akode 928N: 929C: libakode2: trimmed-field Section libs 930N: 931C: libakode2: trimmed-field Source akode 932N: 933C: libakode2: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 934N: 935C: libakode2-bin: trimmed-field Architecture armhf 936N: 937C: libakode2-bin: trimmed-field Conflicts akode, libakode2 (<< 4:14.1.6~) 938N: 939C: libakode2-bin: trimmed-field Depends libakode2 (>= 2-rc1-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) 940N: 941C: 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. 942N: 943C: libakode2-bin: trimmed-field Installed-Size 78 944N: 945C: libakode2-bin: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 946N: 947C: libakode2-bin: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 948N: 949C: libakode2-bin: trimmed-field Package libakode2-bin 950N: 951C: libakode2-bin: trimmed-field Priority optional 952N: 953C: libakode2-bin: trimmed-field Replaces akode 954N: 955C: libakode2-bin: trimmed-field Section libs 956N: 957C: libakode2-bin: trimmed-field Source akode 958N: 959C: libakode2-bin: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 960N: 961C: libakode2-ffmpeg: trimmed-field Architecture armhf 962N: 963C: libakode2-ffmpeg: trimmed-field Conflicts akode 964N: 965C: libakode2-ffmpeg: trimmed-field Depends libavcodec61 (>= 7:7.1.3), libavformat61 (>= 7:7.1.3), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1) 966N: 967C: 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. 968N: 969C: libakode2-ffmpeg: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 970N: 971C: libakode2-ffmpeg: trimmed-field Installed-Size 79 972N: 973C: libakode2-ffmpeg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 974N: 975C: libakode2-ffmpeg: trimmed-field Multi-Arch same 976N: 977C: libakode2-ffmpeg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 978N: 979C: libakode2-ffmpeg: trimmed-field Package libakode2-ffmpeg 980N: 981C: libakode2-ffmpeg: trimmed-field Priority optional 982N: 983C: libakode2-ffmpeg: trimmed-field Replaces akode 984N: 985C: libakode2-ffmpeg: trimmed-field Section libs 986N: 987C: libakode2-ffmpeg: trimmed-field Source akode 988N: 989C: libakode2-ffmpeg: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 990N: 991C: libakode2-jack: trimmed-field Architecture armhf 992N: 993C: libakode2-jack: trimmed-field Conflicts akode 994N: 995C: 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) 996N: 997C: 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. 998N: 999C: libakode2-jack: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1000N: 1001C: libakode2-jack: trimmed-field Installed-Size 79 1002N: 1003C: libakode2-jack: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1004N: 1005C: libakode2-jack: trimmed-field Multi-Arch same 1006N: 1007C: libakode2-jack: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1008N: 1009C: libakode2-jack: trimmed-field Package libakode2-jack 1010N: 1011C: libakode2-jack: trimmed-field Priority optional 1012N: 1013C: libakode2-jack: trimmed-field Replaces akode 1014N: 1015C: libakode2-jack: trimmed-field Section libs 1016N: 1017C: libakode2-jack: trimmed-field Source akode 1018N: 1019C: libakode2-jack: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 1020N: 1021C: libakode2-mpeg: trimmed-field Architecture armhf 1022N: 1023C: libakode2-mpeg: trimmed-field Conflicts akode 1024N: 1025C: libakode2-mpeg: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libmad0 (>= 0.15.1b-3), libstdc++6 (>= 5) 1026N: 1027C: 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. 1028N: 1029C: libakode2-mpeg: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1030N: 1031C: libakode2-mpeg: trimmed-field Installed-Size 79 1032N: 1033C: libakode2-mpeg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1034N: 1035C: libakode2-mpeg: trimmed-field Multi-Arch same 1036N: 1037C: libakode2-mpeg: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1038N: 1039C: libakode2-mpeg: trimmed-field Package libakode2-mpeg 1040N: 1041C: libakode2-mpeg: trimmed-field Priority optional 1042N: 1043C: libakode2-mpeg: trimmed-field Replaces akode 1044N: 1045C: libakode2-mpeg: trimmed-field Section libs 1046N: 1047C: libakode2-mpeg: trimmed-field Source akode 1048N: 1049C: libakode2-mpeg: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 1050N: 1051C: libakode2-pulse: trimmed-field Architecture armhf 1052N: 1053C: libakode2-pulse: trimmed-field Conflicts akode 1054N: 1055C: libakode2-pulse: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpulse0 (>= 0.99.1), libstdc++6 (>= 13.1) 1056N: 1057C: 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. 1058N: 1059C: libakode2-pulse: trimmed-field Enhances libarts1c2, libarts1c2a-trinity 1060N: 1061C: libakode2-pulse: trimmed-field Installed-Size 79 1062N: 1063C: libakode2-pulse: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1064N: 1065C: libakode2-pulse: trimmed-field Multi-Arch same 1066N: 1067C: libakode2-pulse: trimmed-field Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> 1068N: 1069C: libakode2-pulse: trimmed-field Package libakode2-pulse 1070N: 1071C: libakode2-pulse: trimmed-field Priority optional 1072N: 1073C: libakode2-pulse: trimmed-field Replaces akode 1074N: 1075C: libakode2-pulse: trimmed-field Section libs 1076N: 1077C: libakode2-pulse: trimmed-field Source akode 1078N: 1079C: libakode2-pulse: trimmed-field Version 4:14.1.6~pre2-0raspbian13.0.0+3 1080N: 1081O: akode source: binary-nmu-debian-revision-in-source 4:14.1.6~pre2-0raspbian13.0.0+3 1082N: 1083N: The version number of your source package ends in +b and a number or has a 1084N: Debian revision containing three parts. These version numbers are used by 1085N: binary NMUs and should not be used as the source version. (The +b form is 1086N: the current standard; the three-part version number now obsolete.) 1087N: 1088N: Please refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the 1089N: Debian Developer's Reference for details. 1090N: 1091N: Visibility: warning 1092N: Show-Always: no 1093N: Check: fields/version 1094N: 1095N: 1096N: We want XZ regardless of the default compression. 1097O: akode source: custom-compression-in-debian-source-options compression = "xz" [debian/source/options:2] 1098N: 1099N: This package selects a custom compression level or algorithm in 1100N: debian/source/options. Please remove the call and let dpkg-deb(1) select 1101N: suitable defaults. 1102N: 1103N: Custom compression settings are usually chosen for one of two reasons: 1104N: 1105N: Higher compression levels or more advanced algorithms shrink the sizes of 1106N: large files, but they can cause problems in the resource constrained 1107N: environments used in Debian's buildd infrastructure. For example, higher 1108N: than expected memory consumption may trigger an FTBFS or a failure to 1109N: install. 1110N: 1111N: Lower compression levels or less advanced algorithms are sometimes needed 1112N: to support older Debian version. Unfortunately, they also make it harder 1113N: to change the defaults on an archive-wide basis. 1114N: 1115N: Some legitimate use cases trigger this tag. Please override it. 1116N: 1117N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 1118N: manual page for details. 1119N: 1120N: Visibility: warning 1121N: Show-Always: no 1122N: Check: debian/source-dir 1123N: Renamed from: debian-source-options-has-custom-compression-settings 1124N: 1125N: 1126N: We want XZ regardless of the default compression. 1127O: akode source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] 1128N: 1129N: The manual page is not available, this may be addressed sometime in the 1130N: future. 1131O: libakode-dev: no-manual-page [usr/bin/akode-config] 1132N: 1133N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have 1134N: a manual page 1135N: 1136N: Note that though the man program has the capability to check for several 1137N: program names in the NAMES section, each of these programs should have its 1138N: own manual page (a symbolic link to the appropriate manual page is 1139N: sufficient) because other manual page viewers such as xman or tkman don't 1140N: support this. 1141N: 1142N: If the name of the manual page differs from the binary by case, man may be 1143N: able to find it anyway; however, it is still best practice to match the 1144N: exact capitalization of the executable in the manual page. 1145N: 1146N: If the manual pages are provided by another package on which this package 1147N: depends, Lintian may not be able to determine that manual pages are 1148N: available. In this case, after confirming that all binaries do have manual 1149N: pages after this package and its dependencies are installed, please add a 1150N: Lintian override. 1151N: 1152N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual 1153N: for details. 1154N: 1155N: Visibility: warning 1156N: Show-Always: no 1157N: Check: documentation/manual 1158N: Renamed from: binary-without-manpage 1159N: 1160N: 1161N: The manual page is not available, this may be addressed sometime in the 1162N: future. 1163O: libakode2-bin: no-manual-page [usr/bin/akodeplay] 1164N: 1165O: akode source: no-nmu-in-changelog [debian/changelog:1] 1166N: 1167N: When you NMU a package, that fact should be mentioned on the first line in 1168N: the changelog entry. Use the words "NMU" or "Non-maintainer upload" (case 1169N: insensitive). 1170N: 1171N: Maybe you didn't intend this upload to be a NMU, in that case, please 1172N: double-check that the most recent entry in the changelog is byte-for-byte 1173N: identical to the maintainer or one of the uploaders. If this is a local 1174N: package (not intended for Debian), you can suppress this warning by 1175N: putting "local" in the version number or "local package" on the first line 1176N: of the changelog entry. 1177N: 1178N: Please refer to Using the DELAYED/ queue (Section 5.11.3) in the Debian 1179N: Developer's Reference for details. 1180N: 1181N: Visibility: warning 1182N: Show-Always: no 1183N: Check: nmu 1184N: Renamed from: changelog-should-mention-nmu 1185N: 1186N: 1187N: These are akode plugins, not regular shared libraries. 1188O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_alsa_sink.so] 1189N: 1190N: A shared object was identified in a library directory (a directory in the 1191N: standard linker path) which doesn't have a SONAME. This is usually an 1192N: error. 1193N: 1194N: SONAMEs are set with something like gcc -Wl,-soname,libfoo.so.0, where 0 1195N: is the major version of the library. If your package uses libtool, then 1196N: libtool invoked with the right options should be doing this. 1197N: 1198N: To view the SONAME of a shared library, run readelf -d on the shared 1199N: library and look for the tag of type SONAME. 1200N: 1201N: Visibility: error 1202N: Show-Always: no 1203N: Check: libraries/shared/soname/missing 1204N: 1205N: 1206N: These are akode plugins, not regular shared libraries. 1207O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_mpc_decoder.so] 1208N: 1209N: These are akode plugins, not regular shared libraries. 1210O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_oss_sink.so] 1211N: 1212N: These are akode plugins, not regular shared libraries. 1213O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_src_resampler.so] 1214N: 1215N: These are akode plugins, not regular shared libraries. 1216O: libakode2: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_xiph_decoder.so] 1217N: 1218N: These are akode plugins, not regular shared libraries. 1219O: libakode2-ffmpeg: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_ffmpeg_decoder.so] 1220N: 1221N: These are akode plugins, not regular shared libraries. 1222O: libakode2-jack: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_jack_sink.so] 1223N: 1224N: These are akode plugins, not regular shared libraries. 1225O: libakode2-mpeg: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_mpeg_decoder.so] 1226N: 1227N: These are akode plugins, not regular shared libraries. 1228O: libakode2-pulse: sharedobject-in-library-directory-missing-soname [usr/lib/arm-linux-gnueabihf/libakode_pulse_sink.so] 1229N: 1230N: We build for many distribution versions and therefore need the 1231N: distribution version as part of the package version, which is 1232N: unintentionally understood as NMU. 1233O: akode source: source-nmu-has-incorrect-version-number 4:14.1.6~pre2-0raspbian13.0.0+3 [debian/changelog:1] 1234N: 1235N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a 1236N: native package). This is to prevent stealing version numbers from the 1237N: maintainer. 1238N: 1239N: Maybe you didn't intend this upload to be a NMU, in that case, please 1240N: double-check that the most recent entry in the changelog is byte-for-byte 1241N: identical to the maintainer or one of the uploaders. If this is a local 1242N: package (not intended for Debian), you can suppress this warning by 1243N: putting "local" in the version number or "local package" on the first line 1244N: of the changelog entry. 1245N: 1246N: Please refer to NMUs and debian/changelog (Section 5.11.2) in the Debian 1247N: Developer's Reference for details. 1248N: 1249N: Visibility: warning 1250N: Show-Always: no 1251N: Check: nmu 1252N: 1253N: 1254N: We keep it for historical reasons. 1255O: akode source: unknown-field Original-Maintainer 1256N: 1257N: See the Policy Manual for a list of the possible fields in a package 1258N: control files. 1259N: 1260N: Please refer to Binary package control files – DEBIAN/control (Section 1261N: 5.3) in the Debian Policy Manual and Debian source control files – .dsc 1262N: (Section 5.4) in the Debian Policy Manual for details. 1263N: 1264N: Visibility: warning 1265N: Show-Always: no 1266N: Check: fields/unknown 1267N: Renamed from: unknown-field-in-dsc unknown-field-in-control 1268N: 1269N: 1270N: We keep it for historical reasons. 1271O: akode-dbg: unknown-field Original-Maintainer 1272N: 1273N: We keep it for historical reasons. 1274O: libakode-dev: unknown-field Original-Maintainer 1275N: 1276N: We keep it for historical reasons. 1277O: libakode2: unknown-field Original-Maintainer 1278N: 1279N: We keep it for historical reasons. 1280O: libakode2-bin: unknown-field Original-Maintainer 1281N: 1282N: We keep it for historical reasons. 1283O: libakode2-ffmpeg: unknown-field Original-Maintainer 1284N: 1285N: We keep it for historical reasons. 1286O: libakode2-jack: unknown-field Original-Maintainer 1287N: 1288N: We keep it for historical reasons. 1289O: libakode2-mpeg: unknown-field Original-Maintainer 1290N: 1291N: We keep it for historical reasons. 1292O: libakode2-pulse: unknown-field Original-Maintainer 1293 1294--------------------