Skip to content

Commit

Permalink
Test deb
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Oct 6, 2023
1 parent 49f62a3 commit 0bc3371
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Homepage: https://github.com/web-eid/web-eid-app

Package: web-eid
Architecture: all
Depends: web-eid-native
Depends: web-eid-native (>= ${source:Version})
Recommends: web-eid-firefox, web-eid-chrome
Replaces: chrome-token-signing
Breaks: chrome-token-signing
Expand All @@ -27,29 +27,35 @@ Description: Web eID application suite (metapackage)

Package: web-eid-native
Architecture: any
Multi-Arch: allowed
Depends: pcscd, ${shlibs:Depends}, ${misc:Depends}
Replaces: token-signing-native
Breaks: token-signing-native
Suggests: web-eid-firefox, web-eid-chrome
Description: Web eID browser extension helper application
Native messaging host for Web eID Chrome and Firefox extensions that performs
cryptographic digital signing and authentication operations with electronic ID
smart cards. Also works standalone without extensions in command-line mode.

Package: web-eid-firefox
Architecture: all
Depends: jq, web-eid-native (= ${binary:Version})
Depends: jq, web-eid-native (>= ${source:Version})
Replaces: token-signing-firefox
Breaks: token-signing-firefox
Suggests: firefox
Enhances: firefox
Description: Web eID browser extension for Firefox
The Web eID extension for Firefox communicates with the Web eID native
application using Native messaging to enable usage of electronic ID smart
cards for secure authentication and digital signing of documents on the web.

Package: web-eid-chrome
Architecture: all
Depends: web-eid-native (= ${binary:Version})
Depends: web-eid-native (>= ${source:Version})
Replaces: token-signing-chrome
Breaks: token-signing-chrome
Suggests: chromium, chromium-browser, chrome
Enhances: chromium, chromium-browser, chrome
Description: Web eID browser extension for Chrome
The Web eID extension for Chrome communicates with the Web eID native
application using Native messaging to enable usage of electronic ID smart
Expand Down

0 comments on commit 0bc3371

Please sign in to comment.