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
|
Source: google-android-sdk-docs-installer
Section: contrib/devel
Priority: optional
Maintainer: Android tools Maintainer <android-tools-devel@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.9.6
Homepage: https://developer.android.com/sdk/index.html
Vcs-Git: https://alioth.debian.org/anonscm/git/android-tools/google-android-sdk-docs-installer.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=android-tools/google-android-sdk-docs-installer.git
Package: google-android-sdk-docs-installer
Architecture: all
Depends: wget,
unzip,
ca-certificates,
make | build-essential | dpkg-dev,
fonts-roboto,
${misc:Depends},
Description: Android SDK Documentation from Google
This package will download the Android SDK Documentation from Google and
create a Debian package. This package also aims to strip out all calls to
the networking, including tracking services like Google Analytics and
Doubleclick. These documentation files still require the Google "jsapi",
which is only available by fetching it each time from
http://www.google.com/jsapi. This package forces it to use https://, but
otherwise, these docs have to phone home in order for any of the javascript
to work.
.
WARNING: Installing this Debian package causes docs-L_r01.zip to be
downloaded from dl-ssl.google.com. The End User License Agreement of this
binary package is available at developer.android.com. The code in the
documentation is licensed under the Apache 2.0, and the content is licensed
under Creative Commons CC-BY 2.5. The CC-BY 2.5 license is non-free but can
be legally distributed by Debian. This package avoids the issue all together
since each user directly downloads the files from Google, and must agree to
Google's license.
|