[Debian-iot-packaging] [pyicloud] 01/01: Import Debian changes 0.9.1-2
Thorsten Alteholz
alteholz at moszumanska.debian.org
Tue Mar 7 21:23:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository pyicloud.
commit 787005203ba2ae6bcfc1869dea8c6e13794d82a2
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Thu Feb 23 19:54:20 2017 +0100
Import Debian changes 0.9.1-2
pyicloud (0.9.1-2) unstable; urgency=medium
* debian/control: improve description
* debian/control: set maintainer to iot-team
* debian/control: add VCS URLs
---
debian/changelog | 8 ++++++++
debian/control | 33 ++++++++++++++++++++++++---------
2 files changed, 32 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af21b34..fa0ea1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyicloud (0.9.1-2) unstable; urgency=medium
+
+ * debian/control: improve description
+ * debian/control: set maintainer to iot-team
+ * debian/control: add VCS URLs
+
+ -- Thorsten Alteholz <debian at alteholz.de> Thu, 23 Feb 2017 19:54:20 +0100
+
pyicloud (0.9.1-1) unstable; urgency=medium
* initial upload (Closes: #855524)
diff --git a/debian/control b/debian/control
index 059a503..55ab7e3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
Source: pyicloud
-Maintainer: Thorsten Alteholz <debian at alteholz.de>
+Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <debian at alteholz.de>
Section: python
Priority: optional
Build-Depends: dh-python
@@ -14,15 +15,29 @@ Build-Depends: dh-python
, python3-click
Standards-Version: 3.9.8
Homepage: https://github.com/picklepete/pyicloud
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/pyicloud.git
+Vcs-Git: https://anonscm.debian.org/git/debian-iot/pyicloud.git
Package: python3-pyicloud
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: module to allow interaction with iCloud webservices
- PyiCloud is a module which allows pythonistas to interact with iCloud
- webservices.
- It's powered by the fantastic
- `requests <https://github.com/kennethreitz/requests>` HTTP library.
- .
- At its core, PyiCloud connects to iCloud using your username and password,
- then performs calendar and iPhone queries against their API.
+Description: wrapper to access iPhone and Calendar data in the iCloud
+ PyiCloud is a module which allows one to interact with iCloud webservices.
+ It is written in Python and you can access your iCloud either with
+ password/username or with Two-factor authentication (2FA).
+ You can:
+ - list which devices are associated with your account
+ - obtain the device's last known location. The Find My iPhone app
+ must have been installed and initialized.
+ - send a request to the device to play a sound
+ - activate the 'lost mode'
+ Lost mode is slightly different to the "Play Sound" functionality
+ in that it allows the person who picks up the phone to call a
+ specific phone number without having to enter the passcode. Just
+ like "Play Sound" you may pass a custom message which the device
+ will display, if it's not overridden the custom message of
+ "This iPhone has been lost. Please call me." is used.
+ - fetch events from the calendar webservice
+ - access your iCloud contacts/address book
+ - access documents stored in your iCloud account
+ - access the iCloud Photo Library
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/pyicloud.git
More information about the Debian-iot-packaging
mailing list