On Wed, 17 Jul 2024 19:03:03 +0200 Petter Reinholdtsen <p...@hungry.com> wrote:
> You can for example test isenkram using 'apt install isenkram-cli && apt
> update && isenkram-lookup'.

I have a problem with isenkram-cli.
I was not able to find where to report bugs. There is no issue tracker on
https://salsa.debian.org/debian/isenkram

I am using this metainfo file in 
/usr/share/metainfo/fr.apdu.pcsclite.metainfo.xml
<?xml version="1.0" encoding="UTF-8"?>
<component>
  <id>fr.apdu.pcsclite</id>
  <metadata_license>MIT</metadata_license>
  <name>pcscd</name>
  <summary>Middleware to access a smart card using PC/SC</summary>
  <description>
    <p>The purpose of PC/SC Lite is to provide a Windows(R) SCard
    interface in a very small form factor for communicating to smart
    cards and smart cards readers.</p>

    <p>The PC/SC daemon is used to dynamically allocate/deallocate
    reader drivers at runtime and manage connections to the
    readers.</p>
  </description>
  <developer id="fr.apdu.pcsclite">
    <name>PCSC-lite project</name>
  </developer>
  <url type="homepage">https://pcsclite.apdu.fr/</url>
  <provides>
    <modalias>usb:*ic0Bisc00ip*</modalias>
    <modalias>usb:v058Fp9540d0120dc00dsc00dp00ic0Bisc00ip00in00</modalias>
  </provides>
</component>


It looks like it works fine with appstreamcli:
$ appstreamcli what-provides --details modalias 
"usb:v058Fp9540d0120dc00dsc00dp00ic0Bisc00ip00in00"
Identificateur: fr.apdu.pcsclite [generic]
Identifiant interne: system/package/os/fr.apdu.pcsclite/*
Nom: pcscd
Résumé: Middleware to access a smart card using PC/SC
Page d’accueil: https://pcsclite.apdu.fr/
Développeur: PCSC-lite project
Description: 
  The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a 
very small form factor
  for communicating to smart cards and smart cards readers.
  
  The PC/SC daemon is used to dynamically allocate/deallocate reader drivers at 
runtime and manage
  connections to the readers.
Éléments fournis: ↓
  Modalias: 
    - usb:*ic0Bisc00ip*
    - usb:v058Fp9540d0120dc00dsc00dp00ic0Bisc00ip00in00


But then isenkram-lookup does not find pcscd:
$ isenkram-lookup usb:v058Fp9540d0120dc00dsc00dp00ic0Bisc00ip00in00
scdaemon


I guess it is a cache file that is not updated or something like that.
But I have no idea how to debug that.

Can you help?

Reply via email to