From bc4d8b7ec95c85935547338cf4c1ca5f58e08309 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 23 Mar 2015 13:41:31 +0100 Subject: Debianization. --- debian/control | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3