diff --git a/debian/anbox.postinst b/debian/anbox.postinst deleted file mode 100644 index 036d6441da3afa802a884960ee073cd614f08fd9..0000000000000000000000000000000000000000 --- a/debian/anbox.postinst +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# postinst script for anbox -# -# see: dh_installdeb(1) - -case "$1" in - configure) - usermod --add-subuids 100000-65536 phablet - usermod --add-subgids 100000-65536 phablet - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cfec5c830d5427da3371c75bceb0e78ce2b1e9c6..0000000000000000000000000000000000000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -anbox (0.1) vivid; urgency=medium - - * Initial release. - - -- Simon Fels Thu, 30 Jun 2016 17:30:21 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f60048986bc560c5576355344005e6e7..0000000000000000000000000000000000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index c754c38c0ed73ef59aa13efb79ca63d021e460d1..0000000000000000000000000000000000000000 --- a/debian/control +++ /dev/null @@ -1,47 +0,0 @@ -Source: anbox -Section: utils -Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Simon Fels -Build-Depends: cmake, - cmake-data, - debhelper (>= 9), - dbus, - google-mock, - libboost-dev, - libboost-filesystem-dev, - libboost-log-dev, - libboost-iostreams-dev, - libboost-program-options-dev, - libboost-system-dev, - libboost-test-dev, -# boost log needs exactly one symbol from boost-thread for resolving -# thread-specific storage locations. - libboost-thread-dev, - libcap-dev, - libdbus-1-dev, - libdbus-cpp-dev, - libegl1-mesa-dev, - libgles2-mesa-dev, - libglib2.0-dev, - libgtest-dev, - libprotobuf-dev, - libsdl2-dev, - lxc-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} -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 27eabaf3481603f17c91d742f62806bfc16643bd..0000000000000000000000000000000000000000 --- a/debian/copyright +++ /dev/null @@ -1,68 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: anbox -Source: http://launchpad.net/anbox - -Files: * -Copyright: 2015-2016 Canonical Ltd. -License: GPL-3 - This program is free software: you can redistribute it and/or modify it - under the terms of the the GNU General Public License version 3, as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranties of - MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR - PURPOSE. See the applicable version of the GNU Lesser General Public - License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-3' - -Files: external/process-cpp-minimal/* -Copyright: 2014-2016 Canonical Ltd. -License: LGPL-3 - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License version 3, - as published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . - -Files: external/bubblewrap/* -Copyright: 2016 Alexander Larsson -License: GPL-2 - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - . - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public - License along with this library. If not, see . - -files: external/android-emugl/* -Copyright: 2011 The Android Open Source Project -License: Apache-2.0 - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - . - http://www.apache.org/licenses/LICENSE-2.0 - . - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 37d65b414f6aa7d8a5e46858d9984fe43293c9b4..0000000000000000000000000000000000000000 --- a/debian/rules +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 - -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) - -export DPKG_GENSYMBOLS_CHECK_LEVEL=4 - -include /usr/share/dpkg/default.mk - -%: - dh $@ --parallel --fail-missing diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db8f88b823b6a7eabf55e203658739da122..0000000000000000000000000000000000000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)