cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-aie6f9gz/smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc' '/tmp/debusine-fetch-exec-upload-aie6f9gz/smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb' output (contains stderr only, stdout was captured): Files in working directory: lintian.txt -------------------- E: smartcardauth source: epoch-changed-but-upstream-version-did-not-go-backwards 1.0-3ubuntu5 -> 4:14.1.6~pre1-0raspbian11.0.0+1 N: E: epoch-changed-but-upstream-version-did-not-go-backwards N: N: The previous version of this package had a different version epoch to N: the current version but the upstream version did not go "backwards". N: For example, the previous package version was "1:1.0-1" and the N: current version is "2:2.0-1". N: N: This was likely an accidental bump or addition of an epoch. N: N: Epochs exist to cope with changes to the upstream version numbering N: scheme. Whilst they are a powerful tool, increasing or adding an epoch N: has many downsides including causing issues with versioned N: dependencies, being misleading to users and being aesthetically N: unappealing. Whilst they should be avoided, valid reasons to add or N: increment the epoch include: N: N: - Upstream changed their versioning scheme in a way that makes the N: latest version lower than the previous one. N: - You need to permanently revert to a lower upstream version. N: N: Temporary revertions (eg. after an NMU) should use not modify or N: introduce an epoch - please use the CURRENT+reallyFORMER until you can N: upload the latest version again. N: N: If you are unsure whether you need to increase the epoch for a N: package, please consult the debian-devel mailing list. N: N: Severity: error N: N: Check: debian/changelog N: E: smartcardauth source: missing-build-dependency cdbs N: E: missing-build-dependency N: N: The package doesn't specify a build dependency on a package that is N: used in debian/rules. N: N: Lintian intentionally does not take into account transitive N: dependencies. Even if the package build-depends on some package that N: in turn depends on the needed package, an explicit build dependency N: should be added. Otherwise, a latent bug is created that will appear N: without warning if the other package is ever updated to change its N: dependencies. Even if this seems unlikely, please always add explicit N: build dependencies on every non-essential, non-build-essential package N: that is used directly during the build. N: N: Refer to Debian Policy Manual section 4.2 (Package relationships) for N: details. N: N: Severity: error N: N: Check: debian/rules N: E: smartcardauth: no-copyright-file N: E: no-copyright-file N: N: Each binary package has to include a plain file N: /usr/share/doc/*pkg*/copyright N: N: Refer to Debian Policy Manual section 12.5 (Copyright information) for N: details. N: N: Severity: error N: N: Check: debian/copyright N: E: smartcardauth: unstripped-binary-or-object usr/bin/cardpincheck N: E: unstripped-binary-or-object N: N: The package installs an unstripped binary or object file. N: N: Please note, that shared libraries have to be stripped with the N: --strip-unneeded option. N: N: Refer to Debian Policy Manual section 10.1 (Binaries) and Debian N: Policy Manual section 10.2 (Libraries) for details. N: N: Severity: error N: N: Check: binaries N: W: smartcardauth source: ancient-standards-version 3.8.4 (released 2010-01-27) (current is 4.5.1) N: W: ancient-standards-version N: N: The source package refers to a Standards-Version that has been N: obsolete for more than two years. Please update your package to latest N: Policy and set this control field appropriately. N: N: If the package is already compliant with the current standards, you N: don't have to re-upload the package just to adjust the N: Standards-Version control field. However, please remember to update N: this field next time you upload the package. N: N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the N: debian-policy package for a summary of changes in newer versions of N: Policy. N: N: Refer to N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for N: details. N: N: Severity: warning N: N: Check: fields/standards-version N: W: smartcardauth source: binary-nmu-debian-revision-in-source 4:14.1.6~pre1-0raspbian11.0.0+1 N: W: binary-nmu-debian-revision-in-source N: N: The version number of your source package ends in +b and a number or N: has a Debian revision containing three parts. These version numbers N: are used by binary NMUs and should not be used as the source version. N: (The +b form is the current standard; the three-part version number N: now obsolete.) N: N: Refer to Debian Developer's Reference section 5.10.2.1 (Recompilation N: or binary-only NMU) for details. N: N: Severity: warning N: N: Check: fields/version N: W: smartcardauth source: custom-compression-in-debian-source-options compression = "xz" (line 2) N: W: custom-compression-in-debian-source-options N: N: This package selects a custom compression level or algorithm in N: debian/source/options. Please remove the call and let dpkg-deb(1) N: select suitable defaults. N: N: Custom compression settings are usually chosen for one of two reasons: N: N: Higher compression levels or more advanced algorithms shrink the sizes N: of large files, but they can cause problems in the resource N: constrained environments used in Debian's buildd infrastructure. For N: example, higher than expected memory consumption may trigger an FTBFS N: or a failure to install. N: N: Lower compression levels or less advanced algorithms are sometimes N: needed to support older Debian version. Unfortunately, they also make N: it harder to change the defauls on an archive-wide basis. N: N: Some legitimate use cases trigger this tag. Please override it. N: N: Refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) N: manual page for details. N: N: Severity: warning N: N: Check: debian/source-dir N: N: Renamed from: debian-source-options-has-custom-compression-settings N: W: smartcardauth source: custom-compression-in-debian-source-options compression-level = 9 (line 3) W: smartcardauth source: debhelper-but-no-misc-depends smartcardauth N: W: debhelper-but-no-misc-depends N: N: The source package uses debhelper, but it does not include N: ${misc:Depends} in the given binary package's debian/control entry. N: Any debhelper command may add dependencies to ${misc:Depends} that are N: required for the work that it does, so recommended best practice is to N: always add ${misc:Depends} to the dependencies of each binary package N: if debhelper is in use. N: N: Refer to the debhelper(7) manual page for details. N: N: Severity: warning N: N: Check: debhelper N: W: smartcardauth source: debian-rules-sets-DEB_BUILD_OPTIONS line 6 N: W: debian-rules-sets-DEB_BUILD_OPTIONS N: N: The debian/rules file sets the DEB_BUILD_OPTIONS variable, which will N: override any user-specified build profile. N: N: Please replace with DEB_BUILD_MAINT_OPTIONS. N: N: Refer to the dpkg-buildflags(1) manual page for details. N: N: Severity: warning N: N: Check: debian/rules N: W: smartcardauth source: debian-rules-sets-DEB_BUILD_OPTIONS line 7 W: smartcardauth source: epoch-change-without-comment 1.0-3ubuntu5 -> 4:14.1.6~pre1-0raspbian11.0.0+1 N: W: epoch-change-without-comment N: N: The previous version of this package had a different version epoch N: (eg. 2:1.0-1) to the current version but there's no reference to this N: in the changelog entry. N: N: Epochs exist to cope with changes to the upstream version numbering N: scheme. Whilst they are a powerful tool, increasing or adding an epoch N: has many downsides including causing issues with versioned N: dependencies, being misleading to users and being aesthetically N: unappealing. Whilst they should be avoided, valid reasons to add or N: increment the epoch include: N: N: - Upstream changed their versioning scheme in a way that makes the N: latest version lower than the previous one. N: - You need to permanently revert to a lower upstream version. N: N: Temporary revertions (eg. after an NMU) should use not modify or N: introduce an epoch - please use the CURRENT+reallyFORMER until you can N: upload the latest version again. N: N: If you are unsure whether you need to increase the epoch for a N: package, please consult the debian-devel mailing list. N: N: Lintian looks in this version's changelog entry for the phrase N: "epoch". N: N: Severity: warning N: N: Check: debian/changelog N: W: smartcardauth: extended-description-line-too-long line 1 N: W: extended-description-line-too-long N: N: One or more lines in the extended part of the "Description:" field N: have been found to contain more than 80 characters. For the benefit of N: users of 80x25 terminals, it is recommended that the lines do not N: exceed 80 characters. N: N: Refer to Debian Policy Manual section 3.4.1 (The single line synopsis) N: for details. N: N: Severity: warning N: N: Check: fields/description N: W: smartcardauth: extended-description-line-too-long line 4 W: smartcardauth: hardening-no-pie usr/bin/cardpincheck N: W: hardening-no-pie N: N: This package provides an ELF executable that was not compiled as a N: position independent executable (PIE). N: N: In Debian, since version 6.2.0-7 of the gcc-6 package GCC will compile N: ELF binaries with PIE by default. In most cases a simple rebuild will N: be sufficient to remove this tag. N: N: PIE is required for fully enabling Address Space Layout Randomization N: (ASLR), which makes "Return-oriented" attacks more difficult. N: N: Historically, PIE has been associated with noticeable performance N: overhead on i386. However, GCC >= 5 has implemented an optimization N: that can reduce the overhead significantly. N: N: If you use dpkg-buildflags with hardening=+all,-pie in N: DEB_BUILD_MAINT_OPTIONS, remove the -pie. N: N: Refer to https://wiki.debian.org/Hardening, N: https://gcc.gnu.org/gcc-5/changes.html, and N: https://software.intel.com/en-us/blogs/2014/12/26/new-optimizations-for-x86-in-upcoming-gcc-50-32bit-pic-mode N: for details. N: N: Severity: warning N: N: Check: binaries N: W: smartcardauth source: no-debian-copyright-in-source N: W: no-debian-copyright-in-source N: N: Every package must include the file /usr/share/doc/*pkg*/copyright. A N: copy of this file should be in debian/copyright in the source package. N: N: Refer to Debian Policy Manual section 12.5 (Copyright information) for N: details. N: N: Severity: warning N: N: Check: debian/copyright N: N: Renamed from: no-debian-copyright N: W: smartcardauth: no-manual-page usr/bin/cardpincheck N: W: no-manual-page N: N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should N: have a manual page N: N: Note that though the man program has the capability to check for N: several program names in the NAMES section, each of these programs N: should have its own manual page (a symbolic link to the appropriate N: manual page is sufficient) because other manual page viewers such as N: xman or tkman don't support this. N: N: If the name of the manual page differs from the binary by case, man N: may be able to find it anyway; however, it is still best practice to N: match the exact capitalization of the executable in the manual page. N: N: If the manual pages are provided by another package on which this N: package depends, Lintian may not be able to determine that manual N: pages are available. In this case, after confirming that all binaries N: do have manual pages after this package and its dependencies are N: installed, please add a Lintian override. N: N: Refer to Debian Policy Manual section 12.1 (Manual pages) for details. N: N: Severity: warning N: N: Check: documentation/manual N: N: Renamed from: binary-without-manpage N: W: smartcardauth: no-manual-page usr/bin/cryptosmartcard.sh W: smartcardauth source: no-nmu-in-changelog N: W: no-nmu-in-changelog N: N: When you NMU a package, that fact should be mentioned on the first N: line in the changelog entry. Use the words "NMU" or "Non-maintainer N: upload" (case insensitive). N: N: Maybe you didn't intend this upload to be a NMU, in that case, please N: double-check that the most recent entry in the changelog is N: byte-for-byte identical to the maintainer or one of the uploaders. If N: this is a local package (not intended for Debian), you can suppress N: this warning by putting "local" in the version number or "local N: package" on the first line of the changelog entry. N: N: Refer to Debian Developer's Reference section 5.11.3 (Using the N: DELAYED/ queue) for details. N: N: Severity: warning N: N: Check: nmu N: N: Renamed from: changelog-should-mention-nmu N: W: smartcardauth: package-relation-with-self Breaks: smartcardauth (<< 4:14.0.0~) N: W: package-relation-with-self N: N: The package declares a relationship with itself. This is not very N: useful except in the case of a package Conflicting with itself if its N: package name doubles as a virtual package. N: N: Severity: warning N: N: Check: fields/package-relations N: W: smartcardauth: possible-unindented-list-in-extended-description N: W: possible-unindented-list-in-extended-description N: N: The package "Description:" contains an unindented line which starts N: with a dash (-) or asterisk (*). If this was meant to be a list of N: items these lines need to be indented (dselect would word-wrap these N: lines otherwise). N: N: Refer to Debian Policy Manual section 5.6.13 (Description) for N: details. N: N: Severity: warning N: N: Check: fields/description N: W: smartcardauth: priority-extra-is-replaced-by-priority-optional N: W: priority-extra-is-replaced-by-priority-optional N: N: Since Debian Policy version 4.0.1, the priority extra has been N: deprecated. N: N: Please update debian/control and replace all instances of Priority: N: extra with Priority: optional. N: N: Refer to Debian Policy Manual section 2.5 (Priorities) for details. N: N: Severity: warning N: N: Check: fields/priority N: W: smartcardauth: script-with-language-extension usr/bin/cryptosmartcard.sh N: W: script-with-language-extension N: N: When scripts are installed into a directory in the system PATH, the N: script name should not include an extension such as .sh or .pl that N: denotes the scripting language currently used to implement it. The N: implementation language may change; if it does, leaving the name the N: same would be confusing and changing it would be disruptive. N: N: Refer to Debian Policy Manual section 10.4 (Scripts) for details. N: N: Severity: warning N: N: Check: files/scripts N: W: smartcardauth source: source-nmu-has-incorrect-version-number 4:14.1.6~pre1-0raspbian11.0.0+1 N: W: source-nmu-has-incorrect-version-number N: N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a N: native package). This is to prevent stealing version numbers from the N: maintainer. N: N: Maybe you didn't intend this upload to be a NMU, in that case, please N: double-check that the most recent entry in the changelog is N: byte-for-byte identical to the maintainer or one of the uploaders. If N: this is a local package (not intended for Debian), you can suppress N: this warning by putting "local" in the version number or "local N: package" on the first line of the changelog entry. N: N: Refer to Debian Developer's Reference section 5.11.2 (NMUs and N: debian/changelog) for details. N: N: Severity: warning N: N: Check: nmu N: W: smartcardauth: unknown-section tde N: W: unknown-section N: N: The "Section:" field in this package's control file is not one of the N: sections in use on the ftp archive. Valid sections are currently N: admin, comm, cli-mono, database, debug, devel, doc, editors, N: electronics, embedded, fonts, games, gnome, gnu-r, gnustep, graphics, N: hamradio, haskell, httpd, interpreters, java, javascript, kde, N: libdevel, libs, lisp, localization, kernel, mail, math, misc, net, N: news, ocaml, oldlibs, otherosfs, perl, php, python, ruby, rust, N: science, shells, sound, tex, text, utils, vcs, video, web, x11, xfce, N: zope. N: N: The section name should be preceded by "non-free/" if the package is N: in the non-free archive area, and by "contrib/" if the package is in N: the contrib archive area. N: N: Refer to Debian Policy Manual section 2.4 (Sections) for details. N: N: Severity: warning N: N: Check: fields/section N: W: smartcardauth: uses-implicit-await-trigger activate update-initramfs (line 1) N: W: uses-implicit-await-trigger N: N: The listed trigger is present in the control file of the package. The N: trigger is an await trigger, which may not be obvious from its name. N: N: Await triggers place rather strong requirements on dpkg that often N: lead to trigger cycles due to changes in other packages. N: N: If the package does not need the guarantees that dpkg provides to N: await triggers, please use the "-noawait" variant of the trigger. This N: is often the case for packages that use the trigger to compile a form N: of cache. N: N: If the package does need the guarantees provided by dpkg, then please N: document the rationale in a comment above the trigger and use the N: "-await" variant of the trigger to avoid this warning. N: N: Refer to the deb-triggers(5) manual page and Bug#774559 for details. N: N: Severity: warning N: N: Check: triggers N: I: smartcardauth source: debian-watch-file-is-missing N: I: debian-watch-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/watch file. This file is used for automatic detection of new N: upstream versions by the Debian External Health Status project and N: other project infrastructure. If this package is maintained upstream, N: please consider adding a debian/watch file to detect new releases. N: N: If the package is not maintained upstream or if upstream uses a N: distribution mechanism that cannot be meaningfully monitored by uscan N: and the Debian External Health Status project, please consider adding N: a debian/watch file containing only comments documenting the N: situation. N: N: Refer to Debian Policy Manual section 4.11 (Optional upstream source N: location: debian/watch) and the uscan(1) manual page for details. N: N: Severity: info N: N: Check: debian/watch N: I: smartcardauth: hardening-no-bindnow usr/bin/cardpincheck N: I: hardening-no-bindnow N: N: This package provides an ELF binary that lacks the "bindnow" linker N: flag. N: N: This is needed (together with "relro") to make the "Global Offset N: Table" (GOT) fully read-only. The bindnow feature trades startup time N: for improved security. Please consider enabling this feature or N: consider overriding the tag (possibly with a comment about why). N: N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. N: N: The relevant compiler flags are set in LDFLAGS. N: N: Refer to https://wiki.debian.org/Hardening for details. N: N: Severity: info N: N: Check: binaries N: I: smartcardauth source: no-dh-sequencer N: I: no-dh-sequencer N: N: This package does not use the dh sequencer in debian/rules. N: N: While maintainers may use a variety of build systems, this one is by N: far the most popular. N: N: Maintainers are strongly encouraged to use the dh sequencer in new N: packages and convert existing ones when appropriate. N: N: Severity: info N: N: Check: debian/rules/dh-sequencer N: I: smartcardauth: spelling-error-in-description ISO ISO (duplicate word) ISO N: I: spelling-error-in-description N: N: Lintian found a spelling error in the package description. Lintian has N: a list of common misspellings that it looks for. It does not have a N: dictionary like a spelling checker does. It is particularly picky N: about spelling and capitalization in package descriptions since N: they're very visible to end users. N: N: Severity: info N: N: Check: fields/description N: P: smartcardauth source: no-homepage-field N: P: no-homepage-field N: N: This non-native package lacks a Homepage field. If the package has an N: upstream home page that contains useful information or resources for N: the end user, consider adding a Homepage control field to N: debian/control. N: N: Refer to Debian Policy Manual section 5.6.23 (Homepage) for details. N: N: Severity: pedantic N: N: Check: fields/homepage N: P: smartcardauth: odd-mark-in-description comma not followed by whitespace N: P: odd-mark-in-description N: N: A punction mark was placed oddly in the description. N: N: This tag is currently only issued for a comma that is not followed by N: a whitespace character or a number (eg. for "300,000"). N: N: Refer to Bug#591665 and Bug#591664 for details. N: N: Severity: pedantic N: N: Check: fields/description N: P: smartcardauth source: package-uses-old-debhelper-compat-version 10 N: P: package-uses-old-debhelper-compat-version N: N: This package uses a debhelper compatibility level that is no longer N: recommended. Please consider using the recommended level. N: N: For most packages, the best way to set the compatibility level is to N: specify debhelper-compat (= X) as a Build-Depends in debian/control. N: You can also use the debian/compat file or export DH_COMPAT in N: debian/rules. N: N: If no level is selected debhelper defaults to level 1, which is N: deprecated. N: N: Refer to the debhelper(7) manual page for details. N: N: Severity: pedantic N: N: Check: debhelper N: P: smartcardauth source: silent-on-rules-requiring-root N: P: silent-on-rules-requiring-root N: N: The debian/control file is missing an explicit Rules-Requires-Root N: field. N: N: Traditionally, Debian packages have required root privileges for some N: debian/rules target requiring a split between build and binary N: targets. This makes the builds slower due to the increased amount of N: invocations as well as the overhead of fakeroot itself. N: N: Please specify (eg.) Rules-Requires-Root: no in the debian/control N: source stanza, but packagers should verify using diffoscope(1) that N: the binaries built with this field present are identical. N: N: Refer to /usr/share/doc/dpkg-dev/rootless-builds.txt.gz, Debian Policy N: Manual section 4.9.2 (debian/rules and Rules-Requires-Root), and N: Debian Policy Manual section 5.6.31 (Rules-Requires-Root) for details. N: N: Severity: pedantic N: N: Check: debian/control N: N: Renamed from: rules-requires-root-missing N: X: smartcardauth source: upstream-metadata-file-is-missing N: P: upstream-metadata-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/upstream/metadata file. N: N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an N: effort to collect meta-information about upstream projects from any N: source package. This file is in YAML format and it is used in to feed N: the data in the UltimateDebianDatabase. For example, it can contains N: the way the authors want their software be cited in publications and N: some bibliographic references about the software. N: N: Please add a debian/upstream/metadata file. N: N: Refer to https://dep-team.pages.debian.net/deps/dep12/ and N: https://wiki.debian.org/UpstreamMetadata for details. N: N: Severity: pedantic N: N: Check: debian/upstream/metadata N: N: This tag is experimental. N: C: smartcardauth: control-tarball-compression-format xz N: C: control-tarball-compression-format N: N: This is the compressor format used for the control.tar tarball. N: N: Severity: classification N: N: Check: deb-format N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth: data-tarball-compression-format xz N: C: data-tarball-compression-format N: N: This is the compressor format used for the data.tar tarball. N: N: Severity: classification N: N: Check: deb-format N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: debhelper-compat-level 10 N: C: debhelper-compat-level N: N: This is the debhelper compat level used specified by this package. N: N: Severity: classification N: N: Check: debhelper N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: debian-build-system cdbs-with-debhelper.mk N: C: debian-build-system N: N: This is the build system that Lintian believes the package is using. N: N: Severity: classification N: N: Check: debhelper N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: mail-contact Maintainer "TDE Debian Team" N: C: mail-contact N: N: This person is a contact in the named group for this package. N: N: Severity: classification N: N: Check: fields/mail-address N: N: Renamed from: maintainer uploader N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth: mail-contact Maintainer "TDE Debian Team" C: smartcardauth: no-ctrl-scripts N: C: no-ctrl-scripts N: N: The package does not rely on any maintainer scripts (or other N: executable control files). N: N: Severity: classification N: N: Check: control-files N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: number-of-patches 0 N: C: number-of-patches N: N: The number of patches according to the debian/patches/series file. N: N: Severity: classification N: N: Check: debian/patches/count N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 .pc/.quilt_patches N: C: octal-permissions N: N: The named file has the octal permissions shown. N: N: Refer to Bug#945869 and Bug#796257 for details. N: N: Severity: classification N: N: Check: files/permissions N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 .pc/.quilt_series C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 .pc/.version C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 .pc/applied-patches C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 .tdescminfo C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 CMakeLists.txt C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 ConfigureChecks.cmake C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 INSTALL C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 README.md C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 config.h.cmake C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/changelog C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/compat C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/control C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/dirs C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/docs C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/patches/series C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/source/format C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/source/options C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 debian/triggers C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 gpl.txt C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 src/CMakeLists.txt C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 src/cardpincheck.c C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 usr/bin/CMakeLists.txt C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 666 usr/share/initramfs-tools/hooks/CMakeLists.txt C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 .pc/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 debian/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 debian/patches/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 debian/rules C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 debian/source/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 src/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/bin/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/bin/cryptosmartcard.sh C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/share/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/share/initramfs-tools/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/share/initramfs-tools/hooks/ C: smartcardauth source: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.dsc 777 usr/share/initramfs-tools/hooks/cryptlukssc C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/smartcardauth/README.md C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 644 usr/share/doc/smartcardauth/changelog.Debian.gz C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/bin/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/bin/cardpincheck C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/bin/cryptosmartcard.sh C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/doc/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/doc/smartcardauth/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/initramfs-tools/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/initramfs-tools/hooks/ C: smartcardauth: octal-permissions smartcardauth_14.1.6~pre1-0raspbian11.0.0+1_armhf.deb 755 usr/share/initramfs-tools/hooks/cryptlukssc C: smartcardauth source: package-is-maintained-by-individual N: C: package-is-maintained-by-individual N: N: The package is maintained by an individual according to the N: maintainer/uploaders fields in the debian/control file. N: N: Severity: classification N: N: Check: fields/vcs N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth: package-is-maintained-by-individual C: smartcardauth source: patch-system quilt N: C: patch-system N: N: This package uses the specified patch system (eg. "quilt" or N: "dpatch"). N: N: Severity: classification N: N: Check: debian/patches N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: source-format 3.0 (quilt) N: C: source-format N: N: This is the source format declared in the package. N: N: Severity: classification N: N: Check: debian/source-dir N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: standards-version 3.8.4 N: C: standards-version N: N: The standards version of the package according to Standards-Version N: field in the debian/control file. N: N: Severity: classification N: N: Check: fields/standards-version N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: trimmed-deb822-field debian/control §1 Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkgconf, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev N: C: trimmed-deb822-field N: N: The raw but trimmed contents of the named field in the given Deb822 N: file. The number indicates the section from the top, starting at 1. N: N: Severity: classification N: N: Check: fields/deb822 N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: trimmed-deb822-field debian/control §1 Maintainer TDE Debian Team C: smartcardauth source: trimmed-deb822-field debian/control §1 Priority extra C: smartcardauth source: trimmed-deb822-field debian/control §1 Section tde C: smartcardauth source: trimmed-deb822-field debian/control §1 Source smartcardauth C: smartcardauth source: trimmed-deb822-field debian/control §1 Standards-Version 3.8.4 C: smartcardauth source: trimmed-deb822-field debian/control §2 Architecture any C: smartcardauth source: trimmed-deb822-field debian/control §2 Breaks smartcardauth (<< 4:14.0.0~) C: smartcardauth source: trimmed-deb822-field debian/control §2 Conflicts openct C: smartcardauth source: trimmed-deb822-field debian/control §2 Depends ${shlibs:Depends}, pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal, psmisc, xxd C: smartcardauth source: trimmed-deb822-field debian/control §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) C: smartcardauth source: trimmed-deb822-field debian/control §2 Package smartcardauth C: smartcardauth source: trimmed-deb822-field debian/control §2 Recommends libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount C: smartcardauth source: trimmed-deb822-field debian/control §2 Replaces smartcardauth (<< 4:14.0.0~) C: smartcardauth source: trimmed-field Architecture any N: C: trimmed-field N: N: These are the raw but trimmed contents of the named field in the N: package's primary control file. N: N: Severity: classification N: N: Check: fields/trimmed N: N: This tag is a classification. There is no issue in your package. N: C: smartcardauth source: trimmed-field Binary smartcardauth C: 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 C: smartcardauth source: trimmed-field Checksums-Sha1 30aa0894a8648b6d73caec1639ffc041e391573c 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n 2f3abe84e4a91c4df1d5181ed2fabfebab1f4c7a 1772 smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.debian.tar.xz C: smartcardauth source: trimmed-field Checksums-Sha256 8e341b1a0b6ef5d06c83a76d90f5750b89d0edb9fbcd91fbc3dbb39c979078a2 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n 9f637fca5b22e487294ae077d1d7fe02be964dfb52a1bca45a5fed3d6f85754b 1772 smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.debian.tar.xz C: smartcardauth source: trimmed-field Files 16113d5e172d0e061c7ffc41b2fbb850 20132 smartcardauth_14.1.6~pre1.orig.tar.xz\n a050f52dfef4b93601dbf550501639ea 1772 smartcardauth_14.1.6~pre1-0raspbian11.0.0+1.debian.tar.xz C: smartcardauth source: trimmed-field Format 3.0 (quilt) C: smartcardauth source: trimmed-field Maintainer TDE Debian Team C: smartcardauth source: trimmed-field Package-List smartcardauth deb tde extra arch=any C: smartcardauth source: trimmed-field Source smartcardauth C: smartcardauth source: trimmed-field Standards-Version 3.8.4 C: smartcardauth source: trimmed-field Version 4:14.1.6~pre1-0raspbian11.0.0+1 C: smartcardauth: trimmed-field Architecture armhf C: smartcardauth: trimmed-field Breaks smartcardauth (<< 4:14.0.0~) C: smartcardauth: trimmed-field Conflicts openct C: smartcardauth: trimmed-field Depends libc6 (>= 2.4), libpkcs11-helper1 (>= 1.05), libssl1.1 (>= 1.1.0), pcsc-tools, pcscd (>= 1.7~), initramfs-tools, libpcsc-perl, libpcsclite1, libccid, opensc, libpam-heimdal, psmisc, xxd C: 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) C: smartcardauth: trimmed-field Installed-Size 65 C: smartcardauth: trimmed-field Maintainer TDE Debian Team C: smartcardauth: trimmed-field Package smartcardauth C: smartcardauth: trimmed-field Priority extra C: smartcardauth: trimmed-field Recommends libpam-ccreds, libpam-ck-connector, libpam-pkcs11, libpam-mount C: smartcardauth: trimmed-field Replaces smartcardauth (<< 4:14.0.0~) C: smartcardauth: trimmed-field Section tde C: smartcardauth: trimmed-field Version 4:14.1.6~pre1-0raspbian11.0.0+1 --------------------