/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Teddy Hogeborn
  • Date: 2012-06-22 23:33:56 UTC
  • Revision ID: teddy@recompile.se-20120622233356-odoqqt2ki2gssn37
* Makefile (check): Also check mandos-ctl.
* mandos-ctl: All options taking a time interval argument can now take
              an RFC 3339 duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
  (main): New "--check" option.
* mandos-ctl.xml (SYNOPSIS, OPTIONS): Document new "--check" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Mandos Maintainers <mandos@recompile.se>
5
5
Uploaders: Teddy Hogeborn <teddy@recompile.se>,
6
6
           Björn Påhlsson <belorn@recompile.se>
7
 
Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl,
 
7
Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl,
8
8
        libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc,
9
9
        pkg-config
10
 
Build-Depends-Indep: systemd, python (>=2.6), python-gnutls,
11
 
        python-dbus, python-avahi, python-gobject,
12
 
        python (>=2.7) | python-argparse
13
 
Standards-Version: 3.9.5
 
10
Standards-Version: 3.9.3
14
11
Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk
15
12
Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files
16
13
Homepage: http://www.recompile.se/mandos
 
14
DM-Upload-Allowed: yes
17
15
 
18
16
Package: mandos
19
17
Architecture: all
20
18
Depends: ${misc:Depends}, python (>=2.6), python-gnutls, python-dbus,
21
19
        python-avahi, python-gobject, avahi-daemon, adduser,
22
 
        python-urwid, python (>=2.7) | python-argparse, gnupg (<< 2),
23
 
        initscripts (>= 2.88dsf-13.3)
24
 
Recommends: fping | ssh-client
 
20
        python-urwid, python (>=2.7) | python-argparse,
 
21
        python-gnupginterface
 
22
Recommends: fping
25
23
Description: server giving encrypted passwords to Mandos clients
26
24
 This is the server part of the Mandos system, which allows
27
25
 computers to have encrypted root file systems and at the
40
38
Package: mandos-client
41
39
Architecture: linux-any
42
40
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, cryptsetup,
43
 
        gnupg (<< 2), initramfs-tools, dpkg-dev (>=1.16.0)
44
 
Recommends: ssh
 
41
        gnupg (<< 2), initramfs-tools
45
42
Breaks: dropbear (<= 0.53.1-1)
46
43
Enhances: cryptsetup
47
44
Description: do unattended reboots with an encrypted root file system