From b210267a9ac4bebd039edcd00b39926d90c39065 Mon Sep 17 00:00:00 2001 From: openKylinBot Date: Mon, 25 Apr 2022 22:03:04 +0800 Subject: [PATCH] Import Debian changes 0.20201028-ok1 mini-soong (0.20201028-ok1) yangtze; urgency=medium * Build for openKylin. --- debian/changelog | 5 +++++ debian/control | 30 +++++++++++++++++++++++++++ debian/copyright | 48 ++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/install | 1 + debian/rules | 4 ++++ debian/source/format | 1 + 7 files changed, 90 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2def70f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mini-soong (0.20201028-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- openKylinBot Mon, 25 Apr 2022 22:03:04 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1adbf3e --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: mini-soong +Section: devel +Priority: optional +Maintainer: Android Tools Maintainers +Uploaders: Andrej Shadura +Build-Depends: debhelper-compat (= 12), + dh-python, + python3-all (>= 3.8~), + python3-debian, + python3-pyparsing, + python3-setuptools (>= 0.6b3), + python3-sh +Standards-Version: 4.5.0 +Homepage: https://salsa.debian.org/android-tools-team/mini-soong +Vcs-Git: https://salsa.debian.org/android-tools-team/mini-soong.git +Vcs-Browser: https://salsa.debian.org/android-tools-team/mini-soong +Rules-Requires-Root: no + +Package: mini-soong +Architecture: all +Depends: python3-pkg-resources, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Provides: dh-soong +Description: minimalist Soong build system reimplementation + Mini-Soong is a minimalist and incomplete reimplementation of Soong, the + Android build system. It is intended to simplify the packaging of parts + of Android for Debian. It is not intended to be a complete replacement + for Soong. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ed4c545 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,48 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2020 Andrej Shadura +License: Expat + +Files: mini-soong +Copyright: + 2006, 2007, 2016 Paul McGuire + 2020 Andrej Shadura +License: Expat + +Files: soong.pm +Copyright: + 2008 Joey Hess + 2008-2009 Modestas Vainius + 2020 Andrej Shadura +License: GPL-2+ + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + On Debian systems, the complete text of the GPL version 2 + can be found in /usr/share/common-licenses/GPL-2. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..e02018b --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +soong.pm usr/share/perl5/Debian/Debhelper/Buildsystem diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..641186e --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python3 --buildsystem=pybuild diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)