control 1.8 KB
Newer Older
S
Simon Fels 已提交
1 2 3 4 5 6
Source: anbox
Section: utils
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Simon Fels <simon.fels@canonical.com>
Build-Depends: cmake,
7
               cmake-data,
S
Simon Fels 已提交
8 9 10 11 12 13 14 15 16 17 18 19
               debhelper (>= 9),
               dbus,
               google-mock,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-log-dev,
               libboost-iostreams-dev,
               libboost-program-options-dev,
               libboost-system-dev,
# boost log needs exactly one symbol from boost-thread for resolving
# thread-specific storage locations.
               libboost-thread-dev,
S
Simon Fels 已提交
20 21
               libdbus-1-dev,
               libdbus-cpp-dev (>= 5.0.0),
22 23
               libegl1-mesa-dev,
               libgles2-mesa-dev,
S
Simon Fels 已提交
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
               libglib2.0-dev,
               libgtest-dev,
               libprotobuf-dev,
               pkg-config,
               protobuf-compiler
Standards-Version: 3.9.4
Homepage: http://launchpad.net/aethercast
# If you aren't a member of ~anbox-team but need to upload packaging changes,
# just go ahead.  ~anbox-team will notice and sync up the code again.
Vcs-Git: git+ssh://git.launchpad.net/anbox
Vcs-Browser: https://git.launchpad.net/anbox

Package: anbox
Architecture: i386 amd64 armhf arm64
Depends: ${misc:Depends},
         ${shlibs:Depends},
# Provides newuidmap/newgidmap setuid helpers to initialize
# a user namespace.
         uidmap,
# We depend on lxc-usernsexec as helper to spawn up the user
# namespace for our container.
         lxc
Description: Android in a Box
 Runtime for Android applications which runs a full Android system
 in a container using Linux namespaces (user, ipc, net, mount) to
 separate the Android system fully from the host.