Import Debian changes 0.20201028-ok1
mini-soong (0.20201028-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
a3134ccad1
commit
b210267a9a
|
@ -0,0 +1,5 @@
|
|||
mini-soong (0.20201028-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1,30 @@
|
|||
Source: mini-soong
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
|
||||
Uploaders: Andrej Shadura <andrewsh@debian.org>
|
||||
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.
|
|
@ -0,0 +1,48 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files: *
|
||||
Copyright: 2020 Andrej Shadura <andrewsh@debian.org>
|
||||
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.
|
|
@ -0,0 +1 @@
|
|||
README.md
|
|
@ -0,0 +1 @@
|
|||
soong.pm usr/share/perl5/Debian/Debhelper/Buildsystem
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
Loading…
Reference in New Issue