...
1Source: docker-credential-helpers
2Section: admin
3Priority: optional
4Maintainer: Docker <support@docker.com>
5Homepage: https://dockerproject.org
6Standards-Version: 3.9.6
7Vcs-Browser: https://github.com/docker/docker-credential-helpers
8Vcs-Git: git://github.com/docker/docker-credential-helpers.git
9Build-Depends: debhelper
10 , dh-make
11 , libsecret-1-dev
12
13Package: docker-credential-secretservice
14Architecture: any
15Depends: libsecret-1-0
16 , ${misc:Depends}
17Description: docker-credential-secretservice is a credential helper backend
18 which uses libsecret to keep Docker credentials safe.
19
20Package: docker-credential-pass
21Architecture: any
22Depends: pass
23 , ${misc:Depends}
24Description: docker-credential-secretservice is a credential helper backend
25 which uses the pass utility to keep Docker credentials safe.
View as plain text