aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-03-23 13:41:31 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-03-25 20:16:58 +0100
commitbc4d8b7ec95c85935547338cf4c1ca5f58e08309 (patch)
tree27d11ff8e878e6e73a6c4047f0c14ba1c7944b91 /debian/control
parentbc180068995181b4c633e5082dc2568431461623 (diff)
Debianization.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
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.