[Python-modules-commits] [tinydb] 03/03: Initial release (Closes: #819649)

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Thu Aug 11 02:54:39 UTC 2016


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

alvesadrian-guest pushed a commit to tag debian/unknown
in repository tinydb.

commit 220ec53f5d1b664b76eef1837915d19d093cf0a2
Author: Adrian Alves <aalves at gmail.com>
Date:   Wed Aug 10 23:53:40 2016 -0300

    Initial release (Closes: #819649)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 24 ++++++++++++++++++++++++
 debian/copyright | 27 +++++++++++++++++++++++++++
 debian/doc       |  1 +
 debian/rules     |  3 +++
 debian/watch     |  4 ++++
 7 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d3adfd3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+tinydb  (3.2.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #819649)
+
+ -- Adrian Alves <aalves at gmail.com>  Wed, 10 Aug 2016 14:18:48 -0400
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..f89604a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: tinydb
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Adrian Alves <aalves at gmail.com>
+Build-Depends: debhelper (>= 9.0.0),
+               dh-python,
+               python-all,
+               python-setuptools,
+Standards-Version: 3.9.7
+Homepage: https://github.com/msiemens/tinydb
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/tinydb.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/tinydb.git
+#X-Python-Version: >= 2.7
+
+Package: tinydb
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: document oriented database optimized
+ TinyDB is a tiny, document oriented database optimized
+ for your happiness :) It's written in pure Python and
+ has no external requirements. The target are small apps
+ that would be blown away by a SQL-DB or an external
+ database server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7c78221
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tinydb
+Source: https://github.com/msiemens/tinydb/releases
+
+Files: *
+Copyright: 2013 Markus Siemens <markus at m-siemens.de>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+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/doc b/debian/doc
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/doc
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..71f6ec1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+        dh $@ --with python2
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9a95bb0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/tinydb-$1\.tar\.gz/ \
+  https://github.com/msiemens/tinydb/tags .*/v?(\d\S*)\.tar\.gz
+

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



More information about the Python-modules-commits mailing list