diff -Nru google-android-ndk-installer-21b+1/debian/changelog google-android-ndk-installer-21d/debian/changelog --- google-android-ndk-installer-21b+1/debian/changelog 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/changelog 2020-08-03 20:19:46.000000000 +0000 @@ -1,3 +1,21 @@ +google-android-ndk-installer (21d) unstable; urgency=medium + + [ Hans-Christoph Steiner ] + * Team upload. + * New binary release: r21d + * install location now follows official: /usr/lib/android-sdk/ndk-bundle + * include autopkgtest smoke test + * describe download/install size in description (Closes: #834421) + + [ Roger Shimizu ] + * Update debian/.gitlab-ci.yml to disable CI on tags + + [ Manas Kashyap ] + * standard version update (no changes needed) + * debhelper-compat bumped to version 13 + + -- Hans-Christoph Steiner Mon, 03 Aug 2020 22:19:46 +0200 + google-android-ndk-installer (21b+1) unstable; urgency=medium * Team upload. diff -Nru google-android-ndk-installer-21b+1/debian/compat google-android-ndk-installer-21d/debian/compat --- google-android-ndk-installer-21b+1/debian/compat 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru google-android-ndk-installer-21b+1/debian/control google-android-ndk-installer-21d/debian/control --- google-android-ndk-installer-21b+1/debian/control 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/control 2020-08-03 20:19:46.000000000 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Android tools Maintainer Uploaders: Mouaad Aallam -Build-Depends: debhelper (>=9) -Standards-Version: 3.9.8 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://developer.android.com/ndk/index.html Vcs-Git: https://salsa.debian.org/android-tools-team/google-android-ndk-installer.git @@ -15,14 +15,15 @@ Depends: ${googleAndroidInstallers:Depends}, ${misc:Depends} Description: Google Android Native Development Kit (NDK) Installer - This package will download the Google Android NDK package and create a Debian - package. + This package will download the Google Android NDK package, create a + Debian package, then install it. The binary package that is + downloaded is approximately 1GB, and it unpacks about 3GB of files. . The Android NDK is a toolset that lets you implement parts of your app using native-code languages such as C and C++. For certain types of apps, this can help you reuse existing code libraries written in those languages. . - WARNING: Installing this Debian package causes android-ndk-r12-linux-x86_64.zip + WARNING: Installing this package causes android-ndk-r21d-linux-x86_64.zip to be downloaded from dl.google.com and/or from other suggested mirrors. The End User License Agreement of this binary package is available at developer.android.com. diff -Nru google-android-ndk-installer-21b+1/debian/copyright google-android-ndk-installer-21d/debian/copyright --- google-android-ndk-installer-21b+1/debian/copyright 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/copyright 2020-08-03 20:19:46.000000000 +0000 @@ -1,6 +1,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: google-android-installers Source: http://anonscm.debian.org/gitweb/?p=android-tools/google-android-installers.git +Comment: + This is a standard binary installer package for the Google binaries. + Unlike packages like like pepperflashplugin-nonfree, this package + installs binaries from software whose source is freely available. + Only the binaries have a non-free license. Building from source + currently requires Google "prebuilt" tools, so it is a massive + undertaken, as proven by other Android Tools packages. Note that + this package does not contain any software from Google. Files: * Copyright: public-domain diff -Nru google-android-ndk-installer-21b+1/debian/.gitlab-ci.yml google-android-ndk-installer-21d/debian/.gitlab-ci.yml --- google-android-ndk-installer-21b+1/debian/.gitlab-ci.yml 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/.gitlab-ci.yml 2020-08-03 20:17:52.000000000 +0000 @@ -7,3 +7,5 @@ expire_in: 1 day script: - gitlab-ci-git-buildpackage-all + except: + - tags diff -Nru google-android-ndk-installer-21b+1/debian/google-android-ndk-installer.lintian-overrides google-android-ndk-installer-21d/debian/google-android-ndk-installer.lintian-overrides --- google-android-ndk-installer-21b+1/debian/google-android-ndk-installer.lintian-overrides 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/google-android-ndk-installer.lintian-overrides 2020-08-03 20:19:46.000000000 +0000 @@ -1 +1,5 @@ +google-android-ndk-installer: package-contains-empty-directory usr/lib/android-sdk/ndk-bundle/ google-android-ndk-installer: package-contains-empty-directory usr/share/doc/google-android-ndk/ + +# the binaries that this package downloads are arch-dependent +google-android-ndk-installer: package-contains-no-arch-dependent-files \ No newline at end of file diff -Nru google-android-ndk-installer-21b+1/debian/install google-android-ndk-installer-21d/debian/install --- google-android-ndk-installer-21b+1/debian/install 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/install 2020-08-03 20:19:46.000000000 +0000 @@ -1,2 +1,2 @@ for-postinst/Makefile usr/share/google-android-ndk-installer/ -for-postinst/android-ndk-r21b-linux-x86_64.zip.sha1 usr/share/google-android-ndk-installer/ +for-postinst/android-ndk-r21d-linux-x86_64.zip.sha1 usr/share/google-android-ndk-installer/ diff -Nru google-android-ndk-installer-21b+1/debian/po/cs.po google-android-ndk-installer-21d/debian/po/cs.po --- google-android-ndk-installer-21b+1/debian/po/cs.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/cs.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,13 +1,11 @@ -# Czech PO debconf template translation of google-android-m2repository-installer. +# Czech PO debconf template translation of google-android-ndk-installer. # Copyright (C) 2016 Michal Simunek -# This file is distributed under the same license as the google-android-m2repository-installer package. +# This file is distributed under the same license as the google-android-ndk-installer package. # Michal Simunek , 2016. # msgid "" msgstr "" -"Project-Id-Version: google-android-m2repository-installer 35\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" +"Project-Id-Version: google-android-ndk-installer\n" "POT-Creation-Date: 2016-07-19 20:36+0000\n" "PO-Revision-Date: 2016-08-12 09:02+0200\n" "Last-Translator: Michal Simunek \n" @@ -19,19 +17,15 @@ #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" +#: ../templates:1001 +msgid "Mirror to download packages?" msgstr "Ze kterého zrcadla se mají stahovat balíčky?" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 +#: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" "Vyberte si prosím upřednostňované zrcadlo, ze kterého se mají stahovat " diff -Nru google-android-ndk-installer-21b+1/debian/po/da.po google-android-ndk-installer-21d/debian/po/da.po --- google-android-ndk-installer-21b+1/debian/po/da.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/da.po 2020-08-03 20:19:46.000000000 +0000 @@ -6,8 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: google-android-ndk-installer\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-24 14:32+0000\n" +"POT-Creation-Date: 2016-07-19 20:36+0000\n" "PO-Revision-Date: 2017-03-04 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -16,17 +15,18 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" + #. Type: select #. Description #: ../templates:1001 -msgid "Mirror to download packages ?" +msgid "Mirror to download packages?" msgstr "Spejl til at hente pakker?" #. Type: select #. Description #: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" "Vælg venligst dit foretrukne spejl hvor Googles Androidpakker skal hentes " diff -Nru google-android-ndk-installer-21b+1/debian/po/de.po google-android-ndk-installer-21d/debian/po/de.po --- google-android-ndk-installer-21b+1/debian/po/de.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/de.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,37 +1,31 @@ -# German translation of google-android-m2repository-installer. +# German translation of google-android-ndk-installer. # This file is distributed under the same license as the -# google-android-m2repository-installer package. +# google-android-ndk-installer package. # Copyright (C) of this file Chris Leick , 2016. # msgid "" msgstr "" -"Project-Id-Version: google-android-m2repository-installer Rev.35\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" +"Project-Id-Version: google-android-ndk-installer\n" "POT-Creation-Date: 2016-07-19 20:36+0000\n" "PO-Revision-Date: 2016-08-05 13:20+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: Debian German \n" -"Language: \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.10\n" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" +msgid "Mirror to download packages?" msgstr "Von welchem Spiegelserver sollen die Pakete heruntergeladen werden?" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 +#: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" "Bitte wählen Sie Ihren bevorzugten Spiegelserver aus, von dem Googles " diff -Nru google-android-ndk-installer-21b+1/debian/po/fr.po google-android-ndk-installer-21d/debian/po/fr.po --- google-android-ndk-installer-21b+1/debian/po/fr.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/fr.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,39 +1,35 @@ -# Translation of oogle-android-m2repository-installer debconf templates to french. +# Translation of oogle-android-ndk-installer debconf templates to french. # Copyright (C) 2016, French l10n team . -# This file is distributed under the same license as the google-android-m2repository-installer package. +# This file is distributed under the same license as the google-android-ndk-installer package. # Julien Patriarca , 2016. -# -msgid "" -msgstr "" -"Project-Id-Version: google-android-m2repository-installer\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" -"POT-Creation-Date: 2016-07-19 20:36+0000\n" -"PO-Revision-Date: 2016-08-09 14:16+0100\n" -"Last-Translator: Julien Patriarca \n" -"Language-Team: FRENCH \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" - -#. Type: select -#. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" -msgstr "Quel miroir pour télécharger les paquets ?" - -#. Type: select -#. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "" -"Please select your prefered mirror to download Google's Android packages " -"from." -msgstr "" -"Veuillez choisir votre miroir préféré pour télécharger les paquets Android " -"de Google." +# +msgid "" +msgstr "" +"Project-Id-Version: google-android-ndk-installer\n" +"Report-Msgid-Bugs-To: google-android-ndk-installer@packages.debian." +"org\n" +"POT-Creation-Date: 2016-07-18 13:32+0000\n" +"PO-Revision-Date: 2020-08-03 09:42+0200\n" +"Last-Translator: Julien Patriarca \n" +"Language-Team: FRENCH \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.10\n" + +#. Type: select +#. Description +#: ../templates:1001 +msgid "Mirror to download packages?" +msgstr "Quel miroir pour télécharger les paquets ?" + +#. Type: select +#. Description +#: ../templates:1001 +msgid "" +"Please select your preferred mirror to download Google's Android packages " +"from." +msgstr "" +"Veuillez choisir votre miroir préféré pour télécharger les paquets Android " +"de Google." diff -Nru google-android-ndk-installer-21b+1/debian/po/id.po google-android-ndk-installer-21d/debian/po/id.po --- google-android-ndk-installer-21b+1/debian/po/id.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/id.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,13 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the google-android-m2repository-installer package. +# This file is distributed under the same license as the google-android-ndk-installer package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: google-android-m2repository-installer\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" +"Project-Id-Version: google-android-ndk-installer\n" "POT-Creation-Date: 2016-07-19 20:36+0000\n" "PO-Revision-Date: 2016-08-04 02:34+0700\n" "Last-Translator: Izharul Haq \n" @@ -22,19 +20,15 @@ #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" +#: ../templates:1001 +msgid "Mirror to download packages?" msgstr "Cermin untuk mengunduh paket?" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 +#: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" "Harap memilih cermin yang Anda sukai untuk mengunduh paket dari Google " diff -Nru google-android-ndk-installer-21b+1/debian/po/nl.po google-android-ndk-installer-21d/debian/po/nl.po --- google-android-ndk-installer-21b+1/debian/po/nl.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/nl.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,16 +1,14 @@ -# Dutch translation of google-android-build-tools-installer debconf templates. +# Dutch translation of google-android-ndk-installer debconf templates. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the google-android-build-tools-installer package. +# This file is distributed under the same license as the google-android-ndk-installer package. # FIRST AUTHOR , YEAR. # Frans Spiesschaert , 2016. # msgid "" msgstr "" -"Project-Id-Version: google-android-build-tools-installer\n" -"Report-Msgid-Bugs-To: google-android-build-tools-installer@packages.debian." -"org\n" -"POT-Creation-Date: 2016-07-18 14:17+0000\n" -"PO-Revision-Date: 2016-09-08 21:03+0200\n" +"Project-Id-Version: google-android-ndk-installer\n" +"POT-Creation-Date: 2016-07-19 20:36+0000\n" +"PO-Revision-Date: 2016-08-03 16:06+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" "Language: nl\n" @@ -23,15 +21,15 @@ #. Type: select #. Description #: ../templates:1001 -msgid "Mirror to download packages ?" -msgstr "Pakketten downloaden van welke spiegelserver?" +msgid "Mirror to download packages?" +msgstr "Welke spiegelserver gebruiken voor het downloaden van pakketten?" #. Type: select #. Description #: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" -"Kies de spiegelserver waar u bij voorkeur Google's Android pakketten gaat " +"Selecteer de spiegelserver waar u Googles Android-pakketten het liefst gaat " "ophalen." diff -Nru google-android-ndk-installer-21b+1/debian/po/pt.po google-android-ndk-installer-21d/debian/po/pt.po --- google-android-ndk-installer-21b+1/debian/po/pt.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/pt.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,13 +1,11 @@ -# Portuguese translation for google-android-m2repository-installer package +# Portuguese translation for google-android-ndk-installer package # Copyright (C) 2016 Miguel Figueiredo -# This file is distributed under the same license as the google-android-m2repository-installer package. +# This file is distributed under the same license as the google-android-ndk-installer package. # Miguel Figueiredo , 2016 # msgid "" msgstr "" -"Project-Id-Version: google-android-m2repository-installer\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" +"Project-Id-Version: google-android-ndk-installer\n" "POT-Creation-Date: 2016-07-19 20:36+0000\n" "PO-Revision-Date: 2016-08-04 19:30+0100\n" "Last-Translator: Miguel Figueiredo \\nLanguage-Team: " @@ -19,19 +17,15 @@ #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" +#: ../templates:1001 +msgid "Mirror to download packages?" msgstr "Mirror de onde descarregar os pacotes ?" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 +#: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" "Por favor escolha o seu mirror preferido de onde descarregar os pacotes " diff -Nru google-android-ndk-installer-21b+1/debian/po/ru.po google-android-ndk-installer-21d/debian/po/ru.po --- google-android-ndk-installer-21b+1/debian/po/ru.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/ru.po 2020-08-03 20:19:46.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-24 14:32+0000\n" -"PO-Revision-Date: 2017-12-03 17:54+0500\n" +"PO-Revision-Date: 2020-08-03 23:26+0200\n" "Last-Translator: Lev Lamberov \n" "Language-Team: \n" "Language: ru\n" @@ -22,13 +22,13 @@ #. Type: select #. Description #: ../templates:1001 -msgid "Mirror to download packages ?" +msgid "Mirror to download packages?" msgstr "Зеркало для загрузки пакетов?" #. Type: select #. Description #: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "Выберите зеркало для загрузки пакетов Google Android." diff -Nru google-android-ndk-installer-21b+1/debian/po/sv.po google-android-ndk-installer-21d/debian/po/sv.po --- google-android-ndk-installer-21b+1/debian/po/sv.po 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/sv.po 2020-08-03 20:19:46.000000000 +0000 @@ -1,34 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-19 13:31+0100\n" -"PO-Revision-Date: 2017-01-19 13:32+0100\n" +"POT-Creation-Date: 2017-01-19 13:20+0100\n" +"PO-Revision-Date: 2017-05-16 20:02+0200\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" -"Last-Translator: \n" +"Last-Translator: Jonatan Nyberg \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Language: sv\n" #. Type: select #. Description #: ../templates:1001 -msgid "Mirror to download packages ?" -msgstr "Spegel för att ladda ner paket?" +msgid "Mirror to download packages?" +msgstr "Spegel för att hämta paket?" #. Type: select #. Description #: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." -msgstr "" -"Välj din föredragna spegel att ladda ner Googles Android-paket från." +msgstr "Välj din föredragna spegel att hämta Googles Android-paket från." diff -Nru google-android-ndk-installer-21b+1/debian/po/templates.pot google-android-ndk-installer-21d/debian/po/templates.pot --- google-android-ndk-installer-21b+1/debian/po/templates.pot 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/po/templates.pot 2020-08-03 20:19:46.000000000 +0000 @@ -1,16 +1,15 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the google-android-platform-installers package. +# This file is distributed under the same license as the google-android-ndk-installer package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: google-android-platform-installers\n" -"Report-Msgid-Bugs-To: google-android-platform-installers@packages.debian." -"org\n" -"POT-Creation-Date: 2016-07-19 20:36+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: google-android-ndk-installer\n" +"Report-Msgid-Bugs-To: google-android-ndk-installer@packages.debian.org\n" +"POT-Creation-Date: 2016-07-16 20:24+0000\n" +"PO-Revision-Date: 2020-08-03 09:37+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -20,18 +19,14 @@ #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 -msgid "Mirror to download packages ?" +#: ../templates:1001 +msgid "Mirror to download packages?" msgstr "" #. Type: select #. Description -#: ../google-android-platform-24-installer.templates:1001 -#: ../google-android-platform-23-installer.templates:1001 -#: ../google-android-platform-22-installer.templates:1001 +#: ../templates:1001 msgid "" -"Please select your prefered mirror to download Google's Android packages " +"Please select your preferred mirror to download Google's Android packages " "from." msgstr "" diff -Nru google-android-ndk-installer-21b+1/debian/postinst google-android-ndk-installer-21d/debian/postinst --- google-android-ndk-installer-21b+1/debian/postinst 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/postinst 2020-08-03 20:19:46.000000000 +0000 @@ -3,9 +3,9 @@ set -e PKG_NAME="ndk" -INS_DIR="" -TRG_DIR="android-ndk/" -PKG_SOURCE="android-ndk-r21b-linux-x86_64.zip" +INS_DIR="android-sdk/" +TRG_DIR="ndk-bundle/" +PKG_SOURCE="android-ndk-r21d-linux-x86_64.zip" # Source debconf library. . /usr/share/debconf/confmodule diff -Nru google-android-ndk-installer-21b+1/debian/rules google-android-ndk-installer-21d/debian/rules --- google-android-ndk-installer-21b+1/debian/rules 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/rules 2020-08-03 20:19:46.000000000 +0000 @@ -5,3 +5,7 @@ override_dh_gencontrol: dh_gencontrol -- -Tdebian/substvars + +# to update: +# find * -type f|xargs sed -Ei 's,r[12][0-9][a-f]?,r21d,g' +# get SHA1 from https://developer.android.com/ndk/downloads/ diff -Nru google-android-ndk-installer-21b+1/debian/templates google-android-ndk-installer-21d/debian/templates --- google-android-ndk-installer-21b+1/debian/templates 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/debian/templates 2020-08-03 20:19:46.000000000 +0000 @@ -1,6 +1,6 @@ Template: google-android-installers/mirror Type: select -Choices: https://dl.google.com, http://mirrors.neusoft.edu.cn, http://android-mirror.bugly.qq.com:8080 +Choices: https://dl.google.com, http://mirrors.neusoft.edu.cn Default: https://dl.google.com -_Description: Mirror to download packages ? - Please select your prefered mirror to download Google's Android packages from. +_Description: Mirror to download packages? + Please select your preferred mirror to download Google's Android packages from. diff -Nru google-android-ndk-installer-21b+1/debian/tests/control google-android-ndk-installer-21d/debian/tests/control --- google-android-ndk-installer-21b+1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ google-android-ndk-installer-21d/debian/tests/control 2020-08-03 20:19:46.000000000 +0000 @@ -0,0 +1 @@ +Test-Command: `/usr/lib/android-sdk/ndk-bundle/ndk-which readelf` -d /usr/lib/android-sdk/ndk-bundle/platforms/android-29/arch-x86/usr/lib/libdl.so diff -Nru google-android-ndk-installer-21b+1/for-postinst/android-ndk-r21b-linux-x86_64.zip.sha1 google-android-ndk-installer-21d/for-postinst/android-ndk-r21b-linux-x86_64.zip.sha1 --- google-android-ndk-installer-21b+1/for-postinst/android-ndk-r21b-linux-x86_64.zip.sha1 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/for-postinst/android-ndk-r21b-linux-x86_64.zip.sha1 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -50250fcba479de477b45801e2699cca47f7e1267 android-ndk-r21b-linux-x86_64.zip diff -Nru google-android-ndk-installer-21b+1/for-postinst/android-ndk-r21d-linux-x86_64.zip.sha1 google-android-ndk-installer-21d/for-postinst/android-ndk-r21d-linux-x86_64.zip.sha1 --- google-android-ndk-installer-21b+1/for-postinst/android-ndk-r21d-linux-x86_64.zip.sha1 1970-01-01 00:00:00.000000000 +0000 +++ google-android-ndk-installer-21d/for-postinst/android-ndk-r21d-linux-x86_64.zip.sha1 2020-08-03 20:19:46.000000000 +0000 @@ -0,0 +1 @@ +bcf4023eb8cb6976a4c7cff0a8a8f145f162bf4d android-ndk-r21d-linux-x86_64.zip diff -Nru google-android-ndk-installer-21b+1/for-postinst/Makefile google-android-ndk-installer-21d/for-postinst/Makefile --- google-android-ndk-installer-21b+1/for-postinst/Makefile 2020-05-10 05:51:08.000000000 +0000 +++ google-android-ndk-installer-21d/for-postinst/Makefile 2020-08-03 20:19:46.000000000 +0000 @@ -21,6 +21,8 @@ install -d -m0755 $(INSTALL_DIR) @if [ ! -d $(INSTALL_DIR)$(TRG_DIR) ]; then \ mv $(UNPACK_DIR) $(INSTALL_DIR)${TRG_DIR} ;\ + ln -s /usr/lib/android-sdk/ndk-bundle /usr/lib/android-ndk ;\ + echo /usr/lib/android-ndk >> /var/lib/dpkg/info/google-android-${PKG_NAME}-installer.list ;\ find ${INSTALL_DIR}${TRG_DIR} | sort >> /var/lib/dpkg/info/google-android-${PKG_NAME}-installer.list ;\ else\ echo "\033[0;31m$(INSTALL_DIR)${TRG_DIR} already exists.\033[0m" ; \