1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: dropbear
Section: net
Priority: optional
Maintainer: Guilhem Moulin <guilhem@debian.org>
Uploaders: Gerrit Pape <pape@smarden.org>
Build-Depends: libz-dev, debhelper (>= 9), dh-exec, dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://matt.ucc.asn.au/dropbear/dropbear.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/dropbear.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dropbear.git
Package: dropbear-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: openssh-client, xauth
Breaks: dropbear (<< 2015.68-1)
Replaces: dropbear (<< 2015.68-1)
Provides: ssh-server
Multi-Arch: foreign
Description: lightweight SSH2 server and client - command line tools
dropbear is a SSH 2 server and client designed to be small enough to
be used in small memory environments, while still being functional and
secure enough for general use.
.
It implements most required features of the SSH 2 protocol, and other
features such as X11 and authentication agent forwarding.
.
This package provides dropbear, dbclient, dropbearkey and dropbearconvert.
Package: dropbear-run
Architecture: all
Depends: ${misc:Depends}, dropbear-bin (>= ${source:Version}),
lsb-base (>= 3.0-6)
Suggests: runit
Breaks: dropbear (<< 2015.68-1)
Replaces: dropbear (<< 2015.68-1)
Multi-Arch: foreign
Description: lightweight SSH2 server and client - startup scripts
dropbear is a SSH 2 server and client designed to be small enough to
be used in small memory environments, while still being functional and
secure enough for general use.
.
It implements most required features of the SSH 2 protocol, and other
features such as X11 and authentication agent forwarding.
Package: dropbear-initramfs
Architecture: all
Depends: ${misc:Depends}, dropbear-bin (>= ${source:Version}),
initramfs-tools (>= 0.94), busybox | busybox-static, udev
Recommends: cryptsetup
Breaks: dropbear (<< 2015.68-1)
Replaces: dropbear (<< 2015.68-1)
Multi-Arch: foreign
Description: lightweight SSH2 server and client - initramfs integration
dropbear is a SSH 2 server and client designed to be small enough to
be used in small memory environments, while still being functional and
secure enough for general use.
.
It implements most required features of the SSH 2 protocol, and other
features such as X11 and authentication agent forwarding.
.
This package provides initramfs integration.
Package: dropbear
Architecture: all
Priority: extra
Section: oldlibs
Pre-Depends: dpkg (>= 1.17.14)
Depends: ${misc:Depends}, dropbear-run (>= 2015.68-1), dropbear-initramfs (>= 2015.68-1)
Multi-Arch: foreign
Description: transitional dummy package for dropbear-{run,initramfs}
This is a transitional dummy package to get upgrading systems to install the
dropbear-run and dropbear-initramfs packages. It can safely be removed once no
other package depends on it.
|