[Python-modules-commits] [python-dropbox] 02/02: Initial release (Closes: #828940).

Michael Fladischer fladi at moszumanska.debian.org
Mon Jul 31 19:42:04 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository python-dropbox.

commit 637ae38728b0a69746da688a282a9b08283cdf60
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Jul 31 21:37:37 2017 +0200

    Initial release (Closes: #828940).
---
 debian/changelog            |  5 +++++
 debian/compat               |  1 +
 debian/control              | 28 ++++++++++++++++++++++++++++
 debian/copyright            | 32 ++++++++++++++++++++++++++++++++
 debian/python3-dropbox.docs |  1 +
 debian/rules                |  9 +++++++++
 debian/source/format        |  1 +
 debian/watch                |  3 +++
 8 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..22a4244
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-dropbox (8.0.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #828940).
+
+ -- Michael Fladischer <fladi at debian.org>  Mon, 31 Jul 2017 21:30:40 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0023001
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: python-dropbox
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-pytest-runner,
+               python3-requests,
+               python3-setuptools
+Standards-Version: 4.0.0
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dropbox.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dropbox.git
+Homepage: http://www.dropbox.com/developers
+X-Python3-Version: >= 3.3
+
+Package: python3-dropbox
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Official Dropbox API Client (Python3 version)
+ A Python SDK for integrating with the Dropbox API v2. You need to create an
+ Dropbox Application to make API requests. All requests need to be made with an
+ OAuth 2 access token. To get started, once you've created an app, you can go to
+ the app's console and generate an access token for your own Dropbox account.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa76f07
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-dropbox
+Upstream-Contact: Dropbox Inc. <dev-platform at dropbox.com>
+Source: http://www.dropbox.com/developers
+
+Files: *
+Copyright: 2015-2017, Dropbox Inc. <dev-platform at dropbox.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2017, Michael Fladischer <fladi at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/python3-dropbox.docs b/debian/python3-dropbox.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-dropbox.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bf29e8f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=dropbox
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..48cca8c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/dropbox/dropbox-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-dropbox.git



More information about the Python-modules-commits mailing list