Skip to content

Commit

Permalink
Update deb source pacakge ignore list and add package suggestions
Browse files Browse the repository at this point in the history
IB-7983

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Jun 18, 2024
1 parent 65f8399 commit 5f8096e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,35 @@ Description: Web eID application suite (metapackage)

Package: web-eid-native
Architecture: any
Multi-Arch: foreign
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
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
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
3 changes: 2 additions & 1 deletion debian/source/options
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tar-ignore = "build/*"
tar-ignore
tar-ignore = build

0 comments on commit 5f8096e

Please sign in to comment.