Merge pull request #61 from morphis/f/remove-deb-packaging
Remove all debian packaging as its outdated and not used
This commit is contained in:
commit
3f34c059ea
7 changed files with 0 additions and 167 deletions
26
debian/anbox.postinst
vendored
26
debian/anbox.postinst
vendored
|
|
@ -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
|
||||
5
debian/changelog
vendored
5
debian/changelog
vendored
|
|
@ -1,5 +0,0 @@
|
|||
anbox (0.1) vivid; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Simon Fels <simon.fels@canonical.com> Thu, 30 Jun 2016 17:30:21 +0200
|
||||
1
debian/compat
vendored
1
debian/compat
vendored
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
47
debian/control
vendored
47
debian/control
vendored
|
|
@ -1,47 +0,0 @@
|
|||
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,
|
||||
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.
|
||||
68
debian/copyright
vendored
68
debian/copyright
vendored
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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.
|
||||
19
debian/rules
vendored
19
debian/rules
vendored
|
|
@ -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
|
||||
1
debian/source/format
vendored
1
debian/source/format
vendored
|
|
@ -1 +0,0 @@
|
|||
3.0 (native)
|
||||
Loading…
Add table
Add a link
Reference in a new issue