purge all references to aapt and a specific JDK version

This commit is contained in:
Hans-Christoph Steiner 2020-10-08 10:08:09 +02:00
parent 55443aacc1
commit ab5bfc6067
4 changed files with 2 additions and 6 deletions

View File

@ -28,7 +28,6 @@ variables:
- *apt-template
- apt-get install
curl
default-jre-headless
git
libmagic1
python3-bleach

View File

@ -30,7 +30,6 @@ addons:
- pep8
- libjpeg-dev
- zlib1g-dev
- aapt
- fdroidserver
- npm

View File

@ -55,14 +55,13 @@ On Debian, you can simply run this:
* `keytool` from Java Runtime Environment (JRE)
* `apksigner` or alternatively jarsigner from Java Development Kit (JDK)
* Android Asset Packaging Tool (`aapt`)
* `libmagic` for mime-type detection
* `rsync` to publish repositories
* `git` to publish repositories to git mirrors
On Debian, you can simply run this:
`sudo apt install openjdk-8-jre-headless apksigner aapt libmagic1 rsync git`
`sudo apt install default-jre-headless apksigner libmagic1 rsync git`
### Install into virtual environment
@ -89,7 +88,7 @@ try to install `libssl-dev` with `apt install libssl-dev`.
If starting repomaker fail with the error ```Could not find `keytool` program.```,
you might run into [this known issue](https://gitlab.com/fdroid/repomaker/issues/192).
Try if `apt install openjdk-8-jdk-headless` fixes it for you.
Try if `apt install default-jdk-headless` fixes it for you.
If the graphical user interface fails to start,
you can try running `repomaker-server` and `repomaker-tasks`.

1
debian/control vendored
View File

@ -18,7 +18,6 @@ Package: repomaker
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
aapt,
apksigner,
fdroidserver,
fonts-materialdesignicons-webfont,