diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b59472b --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: icevault +Section: net +Priority: extra +Maintainer: Guilhem Moulin <guilhem@guilhem.org> +Build-Depends: debhelper (>= 9), mozilla-devscripts +Standards-Version: 3.9.6 +Vcs-Git: https://git.guilhem.org/icevault +Vcs-Browser: https://gitweb.guilhem.org/icevault + +Package: icevault +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends}, libjson-perl | libjson-xs-perl, libyaml-tiny-perl, + gnupg2 | gnupg, xul-ext-icevault +Recommends: pwgen, gnupg2, git, xclip +Description: external password manager for Iceweasel/Firefox (CLI) + Stores, generates, and fills HTTP forms securely through a UNIX socket, using + gpg and pwgen. + +Package: xul-ext-icevault +Architecture: all +Depends: ${misc:Depends}, ${xpi:Depends} +Recommends: ${xpi:Recommends}, icevault +Provides: ${xpi:Provides} +Enhances: ${xpi:Enhances} +Breaks: ${xpi:Breaks} +Description: external password manager for Iceweasel/Firefox (XUL extension) + Stores, generates, and fills HTTP forms securely through a UNIX socket, using + gpg and pwgen. + . + This extensions make Iceweasel/Firefox listen for IceVault directives on a + UNIX socket. |