1cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-n5r9jaiq/smartcardauth_14.1.6~pre1-0debian14.0.0+1~b.dsc' '/tmp/debusine-fetch-exec-upload-n5r9jaiq/smartcardauth_14.1.6~pre1-0debian14.0.0+1~b_armhf.deb' 2output (contains stderr only, stdout was captured): 3 4Files in working directory: 5lintian.txt 6-------------------- 7N: 8E: smartcardauth source: epoch-changed-but-upstream-version-did-not-go-backwards 1.0-3ubuntu5 -> 4:14.1.6~pre1-0debian14.0.0+1~b [debian/changelog:1] 9N: 10N: The previous version of this package had a different version epoch to the 11N: current version but the upstream version did not go "backwards". For 12N: example, the previous package version was "1:1.0-1" and the current 13N: version is "2:2.0-1". 14N: 15N: This was likely an accidental bump or addition of an epoch. 16N: 17N: Epochs exist to cope with changes to the upstream version numbering 18N: scheme. Whilst they are a powerful tool, increasing or adding an epoch has 19N: many downsides including causing issues with versioned dependencies, being 20N: misleading to users and being aesthetically unappealing. Whilst they 21N: should be avoided, valid reasons to add or increment the epoch include: 22N: 23N: - Upstream changed their versioning scheme in a way that makes the 24N: latest version lower than the previous one. 25N: - You need to permanently revert to a lower upstream version. 26N: 27N: Temporary revertions (eg. after an NMU) should use not modify or introduce 28N: an epoch - please use the CURRENT+reallyFORMER until you can upload the 29N: latest version again. 30N: 31N: If you are unsure whether you need to increase the epoch for a package, 32N: please consult the debian-devel mailing list. 33N: 34N: Visibility: error 35N: Show-Always: no 36N: Check: debian/changelog 37N: 38N: 39E: smartcardauth: no-copyright-file 40N: 41N: Each binary package has to include a plain file 42N: /usr/share/doc/*pkg*/copyright 43N: 44N: Please refer to Copyright information (Section 12.5) in the Debian Policy 45N: Manual for details. 46N: 47N: Visibility: error 48N: Show-Always: no 49N: Check: debian/copyright 50N: 51N: 52E: smartcardauth source: rules-require-build-prerequisite (does not satisfy cdbs:any) [debian/rules] 53N: 54N: 55N: The code in debian/rules requires a prerequisite 56N: that is not presently listed in the package's Build-Depends. 57N: 58N: In the special case of Python, affected packages should Build-Depend on 59N: one of python3, python3-all, python3-dev, or python3-all-dev. Which one 60N: depends on whether a package supports multiple Python versions, and also 61N: whether the package builds Python modules or uses Python only as part of 62N: the build process. 63N: 64N: Packages that depend on a specific Python version may build-depend on any 65N: appropriate pythonX.Y or pythonX.Y-dev package instead. 66N: 67N: The condition you see in the context is not a recommendation on what to 68N: add. If you see a list, more than likely only one member is needed to make 69N: this tag go away. You probably also do not need the :any multiarch 70N: qualifier, if you see one. 71N: 72N: Please refer to Package relationships (Section 4.2) in the Debian Policy 73N: Manual for details. 74N: 75N: Visibility: error 76N: Show-Always: no 77N: Check: debian/rules 78N: Renamed from: missing-build-dependency missing-python-build-dependency 79N: 80N: 81E: smartcardauth: unstripped-binary-or-object [usr/bin/cardpincheck] 82N: 83N: The package installs an unstripped binary or object file. 84N: 85N: Please note, that shared libraries have to be stripped with the 86N: --strip-unneeded option. 87N: 88N: Please refer to Binaries (Section 10.1) in the Debian Policy Manual and 89N: Libraries (Section 10.2) in the Debian Policy Manual for details. 90N: 91N: Visibility: error 92N: Show-Always: no 93N: Check: binaries/debug-symbols 94N: 95N: 96W: smartcardauth source: binary-nmu-debian-revision-in-source 4:14.1.6~pre1-0debian14.0.0+1~b 97N: 98N: The version number of your source package ends in +b and a number or has a 99N: Debian revision containing three parts. These version numbers are used by 100N: binary NMUs and should not be used as the source version. (The +b form is 101N: the current standard; the three-part version number now obsolete.) 102N: 103N: Please refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the 104N: Debian Developer's Reference for details. 105N: 106N: Visibility: warning 107N: Show-Always: no 108N: Check: fields/version 109N: 110N: 111W: smartcardauth source: custom-compression-in-debian-source-options compression = "xz" [debian/source/options:2] 112N: 113N: This package selects a custom compression level or algorithm in 114N: debian/source/options. Please remove the call and let dpkg-deb(1) select 115N: suitable defaults. 116N: 117N: Custom compression settings are usually chosen for one of two reasons: 118N: 119N: Higher compression levels or more advanced algorithms shrink the sizes of 120N: large files, but they can cause problems in the resource constrained 121N: environments used in Debian's buildd infrastructure. For example, higher 122N: than expected memory consumption may trigger an FTBFS or a failure to 123N: install. 124N: 125N: Lower compression levels or less advanced algorithms are sometimes needed 126N: to support older Debian version. Unfortunately, they also make it harder 127N: to change the defaults on an archive-wide basis. 128N: 129N: Some legitimate use cases trigger this tag. Please override it. 130N: 131N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 132N: manual page for details. 133N: 134N: Visibility: warning 135N: Show-Always: no 136N: Check: debian/source-dir 137N: Renamed from: debian-source-options-has-custom-compression-settings 138N: 139N: 140W: smartcardauth source: custom-compression-in-debian-source-options compression-level = 9 [debian/source/options:3] 141N: 142W: smartcardauth source: debhelper-but-no-misc-depends smartcardauth 143N: 144N: The source package uses debhelper, but it does not include ${misc:Depends} 145N: in the given binary package's debian/control entry. Any debhelper command 146N: may add dependencies to ${misc:Depends} that are required for the work 147N: that it does, so recommended best practice is to always add 148N: ${misc:Depends} to the dependencies of each binary package if debhelper is 149N: in use. 150N: 151N: Please refer to the debhelper(7) manual page for details. 152N: 153N: Visibility: warning 154N: Show-Always: no 155N: Check: debhelper 156N: 157N: 158W: smartcardauth source: debian-rules-sets-DEB_BUILD_OPTIONS [debian/rules:6] 159N: 160N: The debian/rules file sets the DEB_BUILD_OPTIONS variable, which will 161N: override any user-specified build profile. 162N: 163N: Please replace with DEB_BUILD_MAINT_OPTIONS. 164N: 165N: Please refer to the dpkg-buildflags(1) manual page for details. 166N: 167N: Visibility: warning 168N: Show-Always: no 169N: Check: debian/rules 170N: 171N: 172W: smartcardauth source: debian-rules-sets-DEB_BUILD_OPTIONS [debian/rules:7] 173N: 174W: smartcardauth source: epoch-change-without-comment 1.0-3ubuntu5 -> 4:14.1.6~pre1-0debian14.0.0+1~b [debian/changelog:1] 175N: 176N: The previous version of this package had a different version epoch (eg. 177N: 2:1.0-1) to the current version but there's no reference to this in the 178N: changelog entry. 179N: 180N: Epochs exist to cope with changes to the upstream version numbering 181N: scheme. Whilst they are a powerful tool, increasing or adding an epoch has 182N: many downsides including causing issues with versioned dependencies, being 183N: misleading to users and being aesthetically unappealing. Whilst they 184N: should be avoided, valid reasons to add or increment the epoch include: 185N: 186N: - Upstream changed their versioning scheme in a way that makes the 187N: latest version lower than the previous one. 188N: - You need to permanently revert to a lower upstream version. 189N: 190N: Temporary revertions (eg. after an NMU) should use not modify or introduce 191N: an epoch - please use the CURRENT+reallyFORMER until you can upload the 192N: latest version again. 193N: 194N: If you are unsure whether you need to increase the epoch for a package, 195N: please consult the debian-devel mailing list. 196N: 197N: Lintian looks in this version's changelog entry for the phrase "epoch". 198N: 199N: Visibility: warning 200N: Show-Always: no 201N: Check: debian/changelog 202N: 203N: 204W: smartcardauth: extended-description-line-too-long line 1 205N: 206N: One or more lines in the extended part of the "Description:" field have 207N: been found to contain more than 80 characters. For the benefit of users of 208N: 80x25 terminals, it is recommended that the lines do not exceed 80 209N: characters. 210N: 211N: Please refer to The single line synopsis (Section 3.4.1) in the Debian 212N: Policy Manual for details. 213N: 214N: Visibility: warning 215N: Show-Always: no 216N: Check: fields/description 217N: 218N: 219W: smartcardauth: extended-description-line-too-long line 4 220N: 221W: smartcardauth source: no-debian-copyright-in-source 222N: 223N: Every package must include the file /usr/share/doc/*pkg*/copyright. A copy 224N: of this file should be in debian/copyright in the source package. 225N: 226N: Please refer to Copyright information (Section 12.5) in the Debian Policy 227N: Manual for details. 228N: 229N: Visibility: warning 230N: Show-Always: no 231N: Check: debian/copyright 232N: Renamed from: no-debian-copyright 233N: 234N: 235W: smartcardauth: no-manual-page [usr/bin/cardpincheck] 236N: 237N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have 238N: a manual page 239N: 240N: Note that though the man program has the capability to check for several 241N: program names in the NAMES section, each of these programs should have its 242N: own manual page (a symbolic link to the appropriate manual page is 243N: sufficient) because other manual page viewers such as xman or tkman don't 244N: support this. 245N: 246N: If the name of the manual page differs from the binary by case, man may be 247N: able to find it anyway; however, it is still best practice to match the 248N: exact capitalization of the executable in the manual page. 249N: 250N: If the manual pages are provided by another package on which this package 251N: depends, Lintian may not be able to determine that manual pages are 252N: available. In this case, after confirming that all binaries do have manual 253N: pages after this package and its dependencies are installed, please add a 254N: Lintian override. 255N: 256N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual 257N: for details. 258N: 259N: Visibility: warning 260N: Show-Always: no 261N: Check: documentation/manual 262N: Renamed from: binary-without-manpage 263N: 264N: 265W: smartcardauth: no-manual-page [usr/bin/cryptosmartcard.sh] 266N: 267W: smartcardauth source: no-nmu-in-changelog [debian/changelog:1] 268N: 269N: When you NMU a package, that fact should be mentioned on the first line in 270N: the changelog entry. Use the words "NMU" or "Non-maintainer upload" (case 271N: insensitive). 272N: 273N: Maybe you didn't intend this upload to be a NMU, in that case, please 274N: double-check that the most recent entry in the changelog is byte-for-byte 275N: identical to the maintainer or one of the uploaders. If this is a local 276N: package (not intended for Debian), you can suppress this warning by 277N: putting "local" in the version number or "local package" on the first line 278N: of the changelog entry. 279N: 280N: Please refer to Using the DELAYED/ queue (Section 5.11.3) in the Debian 281N: Developer's Reference for details. 282N: 283N: Visibility: warning 284N: Show-Always: no 285N: Check: nmu 286N: Renamed from: changelog-should-mention-nmu 287N: 288N: 289W: smartcardauth: package-relation-with-self Breaks: smartcardauth (<< 4:14.0.0~) 290N: 291N: The package declares a relationship with itself. This is not very useful 292N: except in the case of a package Conflicting with itself if its package 293N: name doubles as a virtual package. 294N: 295N: Visibility: warning 296N: Show-Always: no 297N: Check: fields/package-relations 298N: 299N: 300W: smartcardauth: possible-unindented-list-in-extended-description line 6 301N: 302N: The package "Description:" contains an unindented line which starts with a 303N: dash (-) or asterisk (*). If this was meant to be a list of items these 304N: lines need to be indented (dselect would word-wrap these lines otherwise). 305N: 306N: Please refer to Description (Section 5.6.13) in the Debian Policy Manual 307N: for details. 308N: 309N: Visibility: warning 310N: Show-Always: no 311N: Check: fields/description 312N: 313N: 314W: smartcardauth: priority-extra-is-replaced-by-priority-optional 315N: 316N: Since Debian Policy version 4.0.1, the priority extra has been deprecated. 317N: 318N: Please update debian/control and replace all instances of Priority: extra 319N: with Priority: optional. 320N: 321N: Please refer to Priorities (Section 2.5) in the Debian Policy Manual for 322N: details. 323N: 324N: Visibility: warning 325N: Show-Always: no 326N: Check: fields/priority 327N: 328N: 329W: smartcardauth: script-with-language-extension [usr/bin/cryptosmartcard.sh] 330N: 331N: When scripts are installed into a directory in the system PATH, the script 332N: name should not include an extension such as .sh or .pl that denotes the 333N: scripting language currently used to implement it. The implementation 334N: language may change; if it does, leaving the name the same would be 335N: confusing and changing it would be disruptive. 336N: 337N: Please refer to Scripts (Section 10.4) in the Debian Policy Manual for 338N: details. 339N: 340N: Visibility: warning 341N: Show-Always: no 342N: Check: files/scripts 343N: 344N: 345W: smartcardauth source: source-nmu-has-incorrect-version-number 4:14.1.6~pre1-0debian14.0.0+1~b [debian/changelog:1] 346N: 347N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a 348N: native package). This is to prevent stealing version numbers from the 349N: maintainer. 350N: 351N: Maybe you didn't intend this upload to be a NMU, in that case, please 352N: double-check that the most recent entry in the changelog is byte-for-byte 353N: identical to the maintainer or one of the uploaders. If this is a local 354N: package (not intended for Debian), you can suppress this warning by 355N: putting "local" in the version number or "local package" on the first line 356N: of the changelog entry. 357N: 358N: Please refer to NMUs and debian/changelog (Section 5.11.2) in the Debian 359N: Developer's Reference for details. 360N: 361N: Visibility: warning 362N: Show-Always: no 363N: Check: nmu 364N: 365N: 366W: smartcardauth: unknown-section tde 367N: 368N: The "Section:" field in this package's control file is not one of the 369N: sections in use on the ftp archive. Valid sections are currently admin, 370N: comm, cli-mono, database, debug, devel, doc, editors, electronics, 371N: embedded, fonts, games, gnome, gnu-r, gnustep, graphics, hamradio, 372N: haskell, httpd, interpreters, java, javascript, kde, libdevel, libs, lisp, 373N: localization, kernel, mail, math, misc, net, news, ocaml, oldlibs, 374N: otherosfs, perl, php, python, ruby, rust, science, shells, sound, tex, 375N: text, utils, vcs, video, web, x11, xfce, zope. 376N: 377N: The section name should be preceded by either "contrib/", "non-free/" or 378N: "non-free-firmware/" if the package is in the according archive area. 379N: 380N: Please refer to Sections (Section 2.4) in the Debian Policy Manual for 381N: details. 382N: 383N: Visibility: warning 384N: Show-Always: no 385N: Check: fields/section 386N: 387N: 388W: smartcardauth: uses-implicit-await-trigger activate [triggers:1] 389N: 390N: The listed trigger is present in the control file of the package. The 391N: trigger is an await trigger, which may not be obvious from its name. 392N: 393N: The await triggers place rather strong requirements on dpkg that often 394N: lead to trigger cycles due to changes in other packages. 395N: 396N: If the package does not need the guarantees that dpkg provides to await 397N: triggers, please use the -noawait variant of the trigger. This is often 398N: the case for packages that use the trigger to compile a form of cache. 399N: 400N: If the package does need the guarantees provided by dpkg, then please 401N: document the rationale in a comment above the trigger and use the -await 402N: variant of the trigger to avoid this warning. 403N: 404N: Please refer to the deb-triggers(5) manual page and Bug#774559 for 405N: details. 406N: 407N: Visibility: warning 408N: Show-Always: no 409N: Check: triggers 410N: 411N: 412I: smartcardauth: bash-term-in-posix-shell '$HOSTTYPE' [usr/bin/cryptosmartcard.sh:49] 413N: 414N: This script is marked as running under /bin/sh, but it seems to use a 415N: feature found in bash but not in the SUSv3 or POSIX shell specification. 416N: 417N: Some examples are: 418N: 419N: - == in a test, it should use = instead - read without a variable in the 420N: argument - function to define a function - source instead of . - . command 421N: args, passing arguments to commands via source is not supported - 422N: {foo,bar} instead of foo bar - [[ test ]] instead of [ test ] (requires a 423N: Korn shell) - type instead of which or command -v 424N: 425N: Visibility: info 426N: Show-Always: no 427N: Check: shell/non-posix/bash-centric 428N: 429N: 430I: smartcardauth: bash-term-in-posix-shell '$HOSTTYPE' [usr/bin/cryptosmartcard.sh:50] 431N: 432I: smartcardauth: bash-term-in-posix-shell '$HOSTTYPE' [usr/share/initramfs-tools/hooks/cryptlukssc:43] 433N: 434I: smartcardauth: bash-term-in-posix-shell '$HOSTTYPE' [usr/share/initramfs-tools/hooks/cryptlukssc:44] 435N: 436I: smartcardauth: bash-term-in-posix-shell '$OSTYPE' [usr/bin/cryptosmartcard.sh:49] 437N: 438I: smartcardauth: bash-term-in-posix-shell '$OSTYPE' [usr/bin/cryptosmartcard.sh:50] 439N: 440I: smartcardauth: bash-term-in-posix-shell '$OSTYPE' [usr/share/initramfs-tools/hooks/cryptlukssc:43] 441N: 442I: smartcardauth: bash-term-in-posix-shell '$OSTYPE' [usr/share/initramfs-tools/hooks/cryptlukssc:44] 443N: 444I: smartcardauth: bash-term-in-posix-shell '&>' [usr/bin/cryptosmartcard.sh:159] 445N: 446I: smartcardauth: bash-term-in-posix-shell '&>' [usr/bin/cryptosmartcard.sh:162] 447N: 448I: smartcardauth: bash-term-in-posix-shell '&>' [usr/bin/cryptosmartcard.sh:170] 449N: 450I: smartcardauth: bash-term-in-posix-shell 'read -s' [usr/bin/cryptosmartcard.sh:219] 451N: 452I: smartcardauth source: debian-watch-file-is-missing 453N: 454N: This source package is not Debian-native but it does not have a 455N: debian/watch file. This file is used for automatic detection of new 456N: upstream versions by the Debian External Health Status project and other 457N: project infrastructure. If this package is maintained upstream, please 458N: consider adding a debian/watch file to detect new releases. 459N: 460N: If the package is not maintained upstream or if upstream uses a 461N: distribution mechanism that cannot be meaningfully monitored by uscan and 462N: the Debian External Health Status project, please consider adding a format 463N: 5 debian/watch file containing an Untrackable field documenting the 464N: situation. 465N: 466N: Please refer to Upstream source location: debian/watch (Section 4.11) in 467N: the Debian Policy Manual and the uscan(1) manual page for details. 468N: 469N: Visibility: info 470N: Show-Always: no 471N: Check: debian/watch 472N: 473N: 474I: smartcardauth: hardening-no-bindnow [usr/bin/cardpincheck] 475N: 476N: This package provides an ELF binary that lacks the "bindnow" linker flag. 477N: 478N: This is needed (together with "relro") to make the "Global Offset Table" 479N: (GOT) fully read-only. The bindnow feature trades startup time for 480N: improved security. Please consider enabling this feature or consider 481N: overriding the tag (possibly with a comment about why). 482N: 483N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or 484N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. 485N: 486N: The relevant compiler flags are set in LDFLAGS. 487N: 488N: Please refer to https://wiki.debian.org/Hardening for details. 489N: 490N: Visibility: info 491N: Show-Always: no 492N: Check: binaries/hardening 493N: 494N: 495I: smartcardauth source: no-dh-sequencer [debian/rules] 496N: 497N: This package does not use the dh sequencer in debian/rules. 498N: 499N: While maintainers may use a variety of build systems, this one is by far 500N: the most popular. 501N: 502N: Maintainers are strongly encouraged to use the dh sequencer in new 503N: packages and convert existing ones when appropriate. 504N: 505N: Visibility: info 506N: Show-Always: no 507N: Check: debian/rules/dh-sequencer 508N: 509N: 510I: smartcardauth source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.7.3) 511N: 512N: The source package refers to a Standards-Version older than the one that 513N: was current at the time the package was created (according to the 514N: timestamp of the latest debian/changelog entry). Please consider updating 515N: the package to current Policy and setting this control field 516N: appropriately. 517N: 518N: If the package is already compliant with the current standards, you don't 519N: have to re-upload the package just to adjust the Standards-Version control 520N: field. However, please remember to update this field next time you upload 521N: the package. 522N: 523N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 524N: debian-policy package for a summary of changes in newer versions of 525N: Policy. 526N: 527N: Please refer to 528N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 529N: details. 530N: 531N: Visibility: info 532N: Show-Always: no 533N: Check: fields/standards-version 534N: 535N: 536I: smartcardauth: spelling-error-in-description ISO ISO (duplicate word) ISO 537N: 538N: Lintian found a spelling error in the package description. Lintian has a 539N: list of common misspellings that it looks for. It does not have a 540N: dictionary like a spelling checker does. It is particularly picky about 541N: spelling and capitalization in package descriptions since they're very 542N: visible to end users. 543N: 544N: Visibility: info 545N: Show-Always: no 546N: Check: fields/description 547N: 548N: 549P: smartcardauth source: no-homepage-field 550N: 551N: This non-native package lacks a Homepage field. If the package has an 552N: upstream home page that contains useful information or resources for the 553N: end user, consider adding a Homepage control field to debian/control. 554N: 555N: Please refer to Homepage (Section 5.6.23) in the Debian Policy Manual for 556N: details. 557N: 558N: Visibility: pedantic 559N: Show-Always: no 560N: Check: fields/homepage 561N: 562N: 563P: smartcardauth: odd-mark-in-description comma not followed by whitespace (line 4) 564N: 565N: A punction mark was placed oddly in the description. 566N: 567N: This tag is currently only issued for a comma that is not followed by a 568N: whitespace character or a number (eg. for "300,000"). 569N: 570N: Please refer to Bug#591665 and Bug#591664 for details. 571N: 572N: Visibility: pedantic 573N: Show-Always: no 574N: Check: fields/description 575N: 576N: 577P: smartcardauth: odd-mark-in-description comma not followed by whitespace (line 6) 578N: 579P: smartcardauth source: package-uses-old-debhelper-compat-version 10 580N: 581N: This package uses a debhelper compatibility level that is no longer 582N: recommended. Please consider using the recommended level. 583N: 584N: For most packages, the best way to set the compatibility level is to 585N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 586N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 587N: 588N: If no level is selected debhelper defaults to level 1, which is 589N: deprecated. 590N: 591N: Please refer to the debhelper(7) manual page for details. 592N: 593N: Visibility: pedantic 594N: Show-Always: no 595N: Check: debhelper 596N: 597N: 598X: smartcardauth source: upstream-metadata-file-is-missing 599N: 600N: This source package is not Debian-native but it does not have a 601N: debian/upstream/metadata file. 602N: 603N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 604N: collect meta-information about upstream projects from any source package. 605N: This file is in YAML format and it is used in to feed the data in the 606N: UltimateDebianDatabase. For example, it can contains the way the authors 607N: want their software be cited in publications and some bibliographic 608N: references about the software. 609N: 610N: Please add a debian/upstream/metadata file. 611N: 612N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 613N: https://wiki.debian.org/UpstreamMetadata for details. 614N: 615N: Visibility: pedantic 616N: Show-Always: no 617N: Check: debian/upstream/metadata 618N: This tag is experimental. 619N: 620N: 621C: smartcardauth: control-tarball-compression-format xz 622N: 623N: This is the compressor format used for the control.tar tarball. 624N: 625N: Visibility: classification 626N: Show-Always: no 627N: Check: deb-format 628N: This tag is a classification. There is no issue in your package. 629N: 630N: 631C: smartcardauth: data-tarball-compression-format xz 632N: 633N: This is the compressor format used for the data.tar tarball. 634N: 635N: Visibility: classification 636N: Show-Always: no 637N: Check: deb-format 638N: This tag is a classification. There is no issue in your package. 639N: 640N: 641C: smartcardauth source: debhelper-compat-level 10 642N: 643N: This is the debhelper compat level used specified by this package. 644N: 645N: Visibility: classification 646N: Show-Always: no 647N: Check: debhelper 648N: This tag is a classification. There is no issue in your package. 649N: 650N: 651C: smartcardauth source: debian-build-system cdbs-with-debhelper.mk [debian/rules] 652N: 653N: This is the build system that Lintian believes the package is using. 654N: 655N: Visibility: classification 656N: Show-Always: no 657N: Check: debhelper 658N: This tag is a classification. There is no issue in your package. 659N: 660N: 661C: smartcardauth source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 662N: 663N: This person is a contact in the named group for this package. 664N: 665N: Visibility: classification 666N: Show-Always: no 667N: Check: fields/mail-address 668N: Renamed from: maintainer uploader 669N: This tag is a classification. There is no issue in your package. 670N: 671N: 672C: smartcardauth: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 673N: 674C: smartcardauth: no-ctrl-scripts 675N: 676N: The package does not rely on any maintainer scripts (or other executable 677N: control files). 678N: 679N: Visibility: classification 680N: Show-Always: no 681N: Check: control-files 682N: This tag is a classification. There is no issue in your package. 683N: 684N: 685C: smartcardauth source: number-of-patches 0 [debian/patches/series] 686N: 687N: The number of patches according to the debian/patches/series file. 688N: 689N: Visibility: classification 690N: Show-Always: no 691N: Check: debian/patches/count 692N: This tag is a classification. There is no issue in your package. 693N: 694N: 695C: smartcardauth source: package-is-maintained-by-individual 696N: 697N: The package is maintained by an individual according to the 698N: maintainer/uploaders fields in the debian/control file. 699N: 700N: Visibility: classification 701N: Show-Always: no 702N: Check: fields/vcs 703N: This tag is a classification. There is no issue in your package. 704N: 705N: 706C: smartcardauth: package-is-maintained-by-individual 707N: 708C: smartcardauth source: patch-system quilt 709N: 710N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 711N: 712N: Visibility: classification 713N: Show-Always: no 714N: Check: debian/patches 715N: This tag is a classification. There is no issue in your package. 716N: 717N: 718C: smartcardauth source: rules-do-not-require-root [debian/control] 719N: 720N: The sources can build the installation packages without using fakeroot(1) 721N: or similar. 722N: 723N: Please refer to usr/share/doc/dpkg/spec/rootless-builds.txt, debian/rules 724N: and Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and 725N: Rules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for 726N: details. 727N: 728N: Visibility: classification 729N: Show-Always: no 730N: Check: debian/control/field/rules-requires-root 731N: Renamed from: rules-does-not-require-root 732N: This tag is a classification. There is no issue in your package. 733N: 734N: 735C: smartcardauth source: source-format 3.0 (quilt) 736N: 737N: This is the source format declared in the package. 738N: 739N: Visibility: classification 740N: Show-Always: no 741N: Check: debian/source-dir 742N: This tag is a classification. There is no issue in your package. 743N: 744N: 745C: smartcardauth source: standards-version 3.8.4 746N: 747N: The standards version of the package according to Standards-Version field 748N: in the debian/control file. 749N: 750N: Visibility: classification 751N: Show-Always: no 752N: Check: fields/standards-version 753N: This tag is a classification. There is no issue in your package. 754N: 755N: 756C: smartcardauth source: trimmed-deb822-field §1 Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkgconf, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev [debian/control:5] 757N: 758N: The raw but trimmed contents of the named field in the given Deb822 file. 759N: The number indicates the section from the top, starting at 1. 760N: 761N: Visibility: classification 762N: Show-Always: no 763N: Check: fields/deb822 764N: This tag is a classification. There is no issue in your package. 765N: 766N: 767C: smartcardauth source: trimmed-deb822-field §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> [debian/control:4] 768N: 769C: smartcardauth source: trimmed-deb822-field §1 Priority extra [debian/control:3] 770N: 771C: smartcardauth source: trimmed-deb822-field §1 Section tde [debian/control:2] 772N: 773C: smartcardauth source: trimmed-deb822-field §1 Source smartcardauth [debian/control:1] 774N: 775C: smartcardauth source: trimmed-deb822-field §1 Standards-Version 3.8.4 [debian/control:6] 776N: 777C: smartcardauth source: trimmed-deb822-field §2 Architecture any [debian/control:9] 778N: 779C: smartcardauth source: trimmed-deb822-field §2 Breaks smartcardauth (<< 4:14.0.0~) [debian/control:13] 780N: 781C: smartcardauth source: trimmed-deb822-field §2 Conflicts openct [debian/control:14] 782N: 783C: smartcardauth source: trimmed-deb822-field §2 Depends ${shlibs:Depends}, pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal, psmisc, xxd [debian/control:10] 784N: 785C: smartcardauth source: trimmed-deb822-field §2 Description SmartCard Login and LUKS Decrypt, Setup Utility\n This utility will allow you to set up your computer to accept a SmartCard as an authentication source for:\n - Your encrypted LUKS partition\n - TDE R14.x, including automatic login, lock, and unlock features\n It is designed to work with any OpenSC-supported, ISO 7816-4,-8 compliant, PKCS#11 enabled smartcard\n Examples of such cards are:\n - The OpenPGP card (ISO ISO 7816-4,-8 compliant) [debian/control:15] 786N: 787C: smartcardauth source: trimmed-deb822-field §2 Package smartcardauth [debian/control:8] 788N: 789C: smartcardauth source: trimmed-deb822-field §2 Recommends libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount [debian/control:11] 790N: 791C: smartcardauth source: trimmed-deb822-field §2 Replaces smartcardauth (<< 4:14.0.0~) [debian/control:12] 792N: 793C: smartcardauth source: trimmed-field Architecture any 794N: 795N: These are the raw but trimmed contents of the named field in the package's 796N: primary control file. 797N: 798N: Visibility: classification 799N: Show-Always: no 800N: Check: fields/trimmed 801N: This tag is a classification. There is no issue in your package. 802N: 803N: 804C: smartcardauth source: trimmed-field Binary smartcardauth 805N: 806C: smartcardauth source: trimmed-field Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkgconf, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev 807N: 808C: smartcardauth source: trimmed-field Checksums-Sha1 30aa0894a8648b6d73caec1639ffc041e391573c 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n e99b322d3ee5e01aa14326c31f96fa2eba9d494c 1768 smartcardauth_14.1.6~pre1-0debian14.0.0+1~b.debian.tar.xz 809N: 810C: smartcardauth source: trimmed-field Checksums-Sha256 8e341b1a0b6ef5d06c83a76d90f5750b89d0edb9fbcd91fbc3dbb39c979078a2 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n fcb0ca1359889d479bbd2d8ed81077649af4db159c917f4f31426a5941bbadc1 1768 smartcardauth_14.1.6~pre1-0debian14.0.0+1~b.debian.tar.xz 811N: 812C: smartcardauth source: trimmed-field Files 16113d5e172d0e061c7ffc41b2fbb850 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n ff5bb0581dc01647ee60b3c12e80f9a8 1768 smartcardauth_14.1.6~pre1-0debian14.0.0+1~b.debian.tar.xz 813N: 814C: smartcardauth source: trimmed-field Format 3.0 (quilt) 815N: 816C: smartcardauth source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 817N: 818C: smartcardauth source: trimmed-field Package-List smartcardauth deb tde extra arch=any 819N: 820C: smartcardauth source: trimmed-field Source smartcardauth 821N: 822C: smartcardauth source: trimmed-field Standards-Version 3.8.4 823N: 824C: smartcardauth source: trimmed-field Version 4:14.1.6~pre1-0debian14.0.0+1~b 825N: 826C: smartcardauth: trimmed-field Architecture armhf 827N: 828C: smartcardauth: trimmed-field Breaks smartcardauth (<< 4:14.0.0~) 829N: 830C: smartcardauth: trimmed-field Conflicts openct 831N: 832C: smartcardauth: trimmed-field Depends libc6 (>= 2.34), libpkcs11-helper1t64 (>= 1.05), libssl3t64 (>= 3.0.0), pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal, psmisc, xxd 833N: 834C: smartcardauth: trimmed-field Description SmartCard Login and LUKS Decrypt, Setup Utility\n This utility will allow you to set up your computer to accept a SmartCard as an authentication source for:\n - Your encrypted LUKS partition\n - TDE R14.x, including automatic login, lock, and unlock features\n It is designed to work with any OpenSC-supported, ISO 7816-4,-8 compliant, PKCS#11 enabled smartcard\n Examples of such cards are:\n - The OpenPGP card (ISO ISO 7816-4,-8 compliant) 835N: 836C: smartcardauth: trimmed-field Installed-Size 116 837N: 838C: smartcardauth: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 839N: 840C: smartcardauth: trimmed-field Package smartcardauth 841N: 842C: smartcardauth: trimmed-field Priority extra 843N: 844C: smartcardauth: trimmed-field Recommends libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount 845N: 846C: smartcardauth: trimmed-field Replaces smartcardauth (<< 4:14.0.0~) 847N: 848C: smartcardauth: trimmed-field Section tde 849N: 850C: smartcardauth: trimmed-field Version 4:14.1.6~pre1-0debian14.0.0+1~b 851 852--------------------