1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 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 50 51 52 53 54 55
|
mini-soong (0.20201028) unstable; urgency=medium
* Do not relativise variable substitutions.
* Don’t try to depend on external libs.
* Fix the python-debian dependency (Closes: #973206).
-- Andrej Shadura <andrewsh@debian.org> Wed, 28 Oct 2020 19:04:02 +0100
mini-soong (0.20201018) unstable; urgency=medium
* Automagically detect the soname version.
* Depend on python3-debian.
* Correctly assign single-element arrays.
* Print a warning instead of crashing when unknown method is used.
* Parse all Android.bp recipes by default.
* Keep track of the current recipe.
* Clarify the class not being used.
* Don’t include soversion in the shlib prerequisites.
* Make SRCS and includes relative to the directory the recipe is in.
* Implement a proper argument parser.
* Enable the debhelper plugin to use all available recipes.
-- Andrej Shadura <andrewsh@debian.org> Sun, 18 Oct 2020 20:21:50 +0200
mini-soong (0.20200716) unstable; urgency=medium
* Add an empty java_defaults implementation.
* Depend on python3-pkg-resources.
-- Andrej Shadura <andrewsh@debian.org> Thu, 16 Jul 2020 09:16:21 +0200
mini-soong (0.20200712) unstable; urgency=medium
* Fix soong debhelper module, clean command.
-- Andrej Shadura <andrewsh@debian.org> Sun, 12 Jul 2020 22:21:26 +0200
mini-soong (0.20200708) unstable; urgency=medium
* Declare the dependency on python3-sh.
* Use setuptools.
* Make mini-soong modular.
* Properly support variables.
* Only statically link against build products.
* Fix detect_arch.
* Allow more complex clean rules.
* Improve shared library support (sonames, headers).
-- Andrej Shadura <andrewsh@debian.org> Sun, 12 Jul 2020 21:56:01 +0200
mini-soong (0.20200525) unstable; urgency=medium
* Initial release.
-- Andrej Shadura <andrewsh@debian.org> Sun, 24 May 2020 21:26:29 +0200
|