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

Michael Fladischer fladi at moszumanska.debian.org
Mon Oct 16 20:02:40 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-lti.

commit 538e9efea9cbb0cb22837c87073489e5394f625e
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Oct 16 22:00:17 2017 +0200

    Initial release (Closes: #878791).
---
 debian/changelog               |  5 +++++
 debian/clean                   |  6 ++++++
 debian/compat                  |  1 +
 debian/control                 | 29 +++++++++++++++++++++++++++++
 debian/copyright               | 35 +++++++++++++++++++++++++++++++++++
 debian/gbp.conf                |  2 ++
 debian/python-lti-doc.doc-base |  8 ++++++++
 debian/python-lti-doc.docs     |  1 +
 debian/python-lti.docs         |  1 +
 debian/python3-lti.docs        |  1 +
 debian/rules                   |  9 +++++++++
 debian/source/format           |  1 +
 debian/watch                   |  4 ++++
 13 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3d7d756
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-lti (0.9.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #878791).
+
+ -- Michael Fladischer <fladi at debian.org>  Mon, 16 Oct 2017 17:44:08 +0200
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..2bb23ab
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,6 @@
+src/lti.egg-info/PKG-INFO
+src/lti.egg-info/SOURCES.txt
+src/lti.egg-info/dependency_links.txt
+src/lti.egg-info/requires.txt
+src/lti.egg-info/top_level.txt
+src/lti.egg-info/zip-safe
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f43e3d5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-lti
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 10),
+               dh-python,
+               python3-all,
+               python3-django,
+               python3-lxml,
+               python3-requests,
+               python3-requests-oauthlib,
+               python3-setuptools
+Standards-Version: 4.1.1
+X-Python3-Version: >= 3.5
+Homepage: https://github.com/pylti/lti/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-lti.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-lti.git
+
+Package: python3-lti
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Learning Tools Interoperability implementation (Python3 version)
+ The primary goal of this library is to provide classes for building Python LTI
+ tool providers (LTI apps). It is designed to be generic but can easily
+ integrated into frameworks like Django or Flask.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..260b9e1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-lti
+Upstream-Contact: Ryan Hiebert <ryan at ryanhiebert.com>
+Source: https://github.com/pylti/lti/
+
+Files: *
+Copyright:
+ 2017, Ryan Hiebert <ryan at ryanhiebert.com>
+ 2016, Python LTI Initiative
+ 2015, President and Fellows of Harvard College
+ 2011, Top Hat Monocle Corp.
+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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/debian/python-lti-doc.doc-base b/debian/python-lti-doc.doc-base
new file mode 100644
index 0000000..fd8dd39
--- /dev/null
+++ b/debian/python-lti-doc.doc-base
@@ -0,0 +1,8 @@
+Document: python-lti-doc
+Title: lti Documentation
+Author: Ryan Hiebert <ryan at ryanhiebert.com>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-lti-doc/html/index.html
+Files: /usr/share/doc/python-lti-doc/html/*.html
diff --git a/debian/python-lti-doc.docs b/debian/python-lti-doc.docs
new file mode 100644
index 0000000..00c30ba
--- /dev/null
+++ b/debian/python-lti-doc.docs
@@ -0,0 +1 @@
+/.build/html
diff --git a/debian/python-lti.docs b/debian/python-lti.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python-lti.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/python3-lti.docs b/debian/python3-lti.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-lti.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2bfde2a
--- /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=lti
+
+%:
+	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..61b06c9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.*\/([\d\.]+.*)$/python-lti-$1/ \
+https://github.com/pylti/lti/releases \
+/pylti/lti/archive/([\d\.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list