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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: hippotat
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
Section: net
Priority: optional
Homepage: https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/
Vcs-Git: https://salsa.debian.org/iwj/hippotat
Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx,
python3-recommonmark, python3-sphinx-markdown-tables,
moreutils, libssl-dev (>= 1.1), pkg-config,
# debian/update-build-deps manages these:
librust-backtrace-dev <!upstream-cargo>,
librust-base64-dev <!upstream-cargo>,
librust-clap-3+derive-dev <!upstream-cargo>,
librust-easy-ext-dev <!upstream-cargo>,
librust-educe-dev <!upstream-cargo>,
librust-either-dev <!upstream-cargo>,
librust-env-logger+default-dev <!upstream-cargo>,
librust-eyre-dev <!upstream-cargo>,
librust-fehler-dev <!upstream-cargo>,
librust-futures-dev <!upstream-cargo>,
librust-heck-dev <!upstream-cargo>,
librust-hyper-dev <!upstream-cargo>,
librust-hyper-tls-dev <!upstream-cargo>,
librust-indenter-dev <!upstream-cargo>,
librust-ipnet-dev <!upstream-cargo>,
librust-itertools-dev <!upstream-cargo>,
librust-lazy-regex-dev <!upstream-cargo>,
librust-lazy-static-dev <!upstream-cargo>,
librust-libc-dev <!upstream-cargo>,
librust-log-dev <!upstream-cargo>,
librust-memchr-dev <!upstream-cargo>,
librust-mime-dev <!upstream-cargo>,
librust-nix-dev <!upstream-cargo>,
librust-parking-lot-dev <!upstream-cargo>,
librust-pin-project-lite-dev <!upstream-cargo>,
librust-regex-dev <!upstream-cargo>,
librust-sha2-dev <!upstream-cargo>,
librust-subtle-dev <!upstream-cargo>,
librust-syslog-dev <!upstream-cargo>,
librust-thiserror-dev <!upstream-cargo>,
librust-tokio-dev <!upstream-cargo>,
librust-void-dev <!upstream-cargo>,
Standards-Version: 4.6.1
Package: hippotat-client
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, hippotat-common
Recommends: hippotat-doc,
userv, userv-utils (>= 0.6.0~~iwj4),
libnetaddr-ip-perl, net-tools
Description: IP Over HTTP (Asinine) - client
IP-over-HTTP client.
.
Hippotat is a system to allow you to use your normal VPN, ssh, and
other applications, even in broken network environments that are only
ever tested with “web stuff”.
.
This package contains the client, which you typically run on your
laptop as and when required.
Package: hippotat-server
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, hippotat-common, lsb-base
Pre-Depends: ${misc:Pre-Depends}
Recommends: hippotat-doc,
userv, userv-utils (>= 0.6.0~~iwj4),
libnetaddr-ip-perl, net-tools,
iptables, rsyslog | system-log-daemon
Suggests: authbind
Description: IP Over HTTP (Asinine) - server
IP-over-HTTP server.
.
Hippotat is a system to allow you to use your normal VPN, ssh, and
other applications, even in broken network environments that are only
ever tested with “web stuff”.
.
This package contains the server, which you would typically keep
running on a stable and well-connected machine.
Package: hippotat-common
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
Recommends: ${sphinxdoc:Depends}
Description: IP Over HTTP (Asinine) - common files, including docs
IP-over-HTTP system common files, including documentation.
.
Hippotat is a system to allow you to use your normal VPN, ssh, and
other applications, even in broken network environments that are only
ever tested with “web stuff”.
.
This package contains the common files need by both client and
server, and the documentation.
|