/mandos/release

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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Teddy Hogeborn
  • Date: 2025-06-14 15:37:45 UTC
  • mto: This revision was merged to the branch mainline in revision 414.
  • Revision ID: teddy@recompile.se-20250614153745-1labvcqq11fuijy4
debian/control: Require cryptsetup support in systemd

* debian/control (Package: mandos-client/Depends): Add dependency on
  "systemd-cryptsetup" (for newer systemd), or "systemd (<< 256-2)"
  for when cryptsetup support was included in the systemd package
  itself, or "sysvinit-core" for installations without systemd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        initramfs-tools (>= 0.99) | dracut (>= 044+241-3),
52
52
        dpkg-dev (>=1.16.0),
53
53
        gnutls-bin (>= 3.6.6) | libgnutls30 (<< 3.6.0),
54
 
        debconf (>= 1.5.5) | debconf-2.0
 
54
        debconf (>= 1.5.5) | debconf-2.0,
 
55
        systemd-cryptsetup | systemd (<< 256-2) | sysvinit-core
55
56
Recommends: ssh
56
57
Breaks: dropbear (<= 0.53.1-1)
57
58
Enhances: cryptsetup