[libfile-dropbox-perl] 01/03: Fill in full description

Alex Muntada alexm at alexm.org
Mon Dec 12 00:06:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository libfile-dropbox-perl.

commit f6d5590cadaad6b51bcd79e9fabc89e26f4db003
Author: Alex Muntada <alexm at alexm.org>
Date:   Mon Dec 12 01:03:20 2016 +0100

    Fill in full description
    
    Gbp-Dch: Ignore
---
 debian/control | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 99448b8..b2b1965 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,15 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libio-socket-ssl-perl (>= 1.4),
  libjson-perl (>= 2.0),
  libnet-dns-lite-perl (>= 0.1)
-Description: Convenient and fast Dropbox API abstraction
- (no description was found)
+Description: convenient and fast Dropbox API abstraction
+ File::Dropbox provides high-level Dropbox API abstraction based on
+ Tie::Handle. Code required to get access_token and access_secret for
+ signed OAuth 1.0 requests or access_token for OAuth 2.0 requests is
+ not included in this module. To get app_key and app_secret you need
+ to register your application with Dropbox.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ At this moment Dropbox API is not fully supported, File::Dropbox
+ covers file read/write and directory listing methods. If you need full
+ API support take look at WebService::Dropbox. File::Dropbox main
+ purpose is not 100% API coverage, but simple and high-performance
+ file operations.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-dropbox-perl.git



More information about the Pkg-perl-cvs-commits mailing list