diff -Nru pyjnius-1.0.3+1~201708221617-197/debian/bzr-builder.manifest pyjnius-1.0.3+1~201709222119-198/debian/bzr-builder.manifest --- pyjnius-1.0.3+1~201708221617-197/debian/bzr-builder.manifest 2017-08-22 16:17:29.000000000 +0000 +++ pyjnius-1.0.3+1~201709222119-198/debian/bzr-builder.manifest 2017-09-22 21:19:22.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version 1.0.3+1~201708221617-197-pkg5 -lp:pyjnius revid:git-v1:72be57a3bd3f32a6adc8604906c2677905093619 +# bzr-builder format 0.3 deb-version 1.0.3+1~201709222119-198-pkg5 +lp:pyjnius revid:git-v1:52ec55563efe5d8589b05a74a4a1650dbbf915f6 nest packaging lp:~kivy-team/pyjnius/packaging debian revid:thopiekar@googlemail.com-20151219185455-7bpxx11igbpc17z6 diff -Nru pyjnius-1.0.3+1~201708221617-197/debian/changelog pyjnius-1.0.3+1~201709222119-198/debian/changelog --- pyjnius-1.0.3+1~201708221617-197/debian/changelog 2017-08-22 16:17:29.000000000 +0000 +++ pyjnius-1.0.3+1~201709222119-198/debian/changelog 2017-09-22 21:19:22.000000000 +0000 @@ -1,8 +1,8 @@ -pyjnius (1.0.3+1~201708221617-197-pkg5~ubuntu14.04.1) trusty; urgency=low +pyjnius (1.0.3+1~201709222119-198-pkg5~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Thomas Karl Pietrowski Tue, 22 Aug 2017 16:17:29 +0000 + -- Thomas Karl Pietrowski Fri, 22 Sep 2017 21:19:22 +0000 pyjnius (0.0.1-1) unstable; urgency=low diff -Nru pyjnius-1.0.3+1~201708221617-197/docs/source/installation.rst pyjnius-1.0.3+1~201709222119-198/docs/source/installation.rst --- pyjnius-1.0.3+1~201708221617-197/docs/source/installation.rst 2017-08-22 16:17:29.000000000 +0000 +++ pyjnius-1.0.3+1~201709222119-198/docs/source/installation.rst 2017-09-22 21:19:21.000000000 +0000 @@ -28,10 +28,22 @@ Installation for Android ------------------------ -If you use `Python for android `, -you just need to compile a distribution with the pyjnius module:: +To use pyjnius in an Android app, you must include it in your compiled +Python distribution. This is done automatically if you build a `Kivy +`__ app, but you can also add it to your +requirements explicitly as follows. - ./distribute.sh -m 'pyjnius kivy' +If you use `buildozer +`__, add pyjnius to your +requirements in buildozer.spec:: + + requirements = pyjnius + +If you use `python-for-android +`__ directly, add +pyjnius to the requirements argument when creating a dist or apk:: + + p4a apk --requirements=pyjnius Installation for Windows