[Python-modules-commits] [flask-mongoengine] 04/04: Prepare first release

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Thu Mar 24 00:51:41 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository flask-mongoengine.

commit fbbd929f645d66dbcbb805b373bfabc3e117c057
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Thu Mar 24 01:48:03 2016 +0100

    Prepare first release
---
 debian/changelog                             |  5 ++
 debian/compat                                |  1 +
 debian/control                               | 73 ++++++++++++++++++++++++++++
 debian/copyright                             | 40 +++++++++++++++
 debian/python-flask-mongoengine-doc.doc-base |  9 ++++
 debian/python-flask-mongoengine-doc.docs     |  1 +
 debian/rules                                 | 10 ++++
 debian/watch                                 |  3 ++
 8 files changed, 142 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dd8ee2a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-mongoengine (0.7.5-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #817766).
+
+ -- Orestis Ioannou <orestis at oioannou.com>  Thu, 24 Mar 2016 01:38:13 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2fd046e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,73 @@
+Source: flask-mongoengine
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Orestis Ioannou <orestis at oioannou.com>,
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-coverage,
+ python-flask,
+ python-flaskext.wtf,
+ python-mongoengine,
+ python-nose,
+ python-rednose,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-coverage,
+ python3-flask,
+ python3-flaskext.wtf,
+ python3-mongoengine,
+ python3-nose,
+ python3-rednose,
+ python3-setuptools,
+ python3-sphinx,
+Standards-Version: 3.9.7
+Homepage: https://flask-mongoengine.readthedocs.org
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-mongoengine.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-mongoengine.git
+
+Package: python-flask-mongoengine
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Provides:
+ ${python:Provides},
+Description: Python 2 Flask extension that provides integration with MongoEngine
+ Flask-MongoEngine is a Flask extension that provides integration with
+ MongoEngine. It handles connection management for your app. You can also use
+ WTForms as model forms for your models.
+ .
+ This is a Python 2 package
+
+Package: python3-flask-mongoengine
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Provides:
+ ${python:Provides},
+Description: Python 3 Flask extension that provides integration with MongoEngine
+ Flask-MongoEngine is a Flask extension that provides integration with
+ MongoEngine. It handles connection management for your app. You can also use
+ WTForms as model forms for your models.
+ .
+ This is a Python 3 package
+
+Package: python-flask-mongoengine-doc
+Architecture: all
+Depends:
+ ${misc:Depends},
+Section: doc
+Description: Flask extension that provides integration with MongoEngine (doc)
+ Flask-MongoEngine is a Flask extension that provides integration with
+ MongoEngine. It handles connection management for your app. You can also use
+ WTForms as model forms for your models.
+ .
+ This package contains the HTML documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a1b7b0d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-mongoengine
+Source: https://github.com/MongoEngine/flask-mongoengine
+
+Files: *
+Copyright: Copyright (c) 2010-2012 See AUTHORS
+License: BSD-3
+
+Files: docs/_themes/*
+Copyright: Copyright (c) 2010 by Armin Ronacher
+License: BSD-3
+
+Files: debian/*
+Copyright: 2016 by Orestis Ioannou <orestis at oioannou.com>
+License: BSD-3
+
+License: BSD-3
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are
+    met:
+    * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+    * The names of the contributors may not be used to endorse or
+    promote products derived from this software without specific
+    prior written permission.
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/python-flask-mongoengine-doc.doc-base b/debian/python-flask-mongoengine-doc.doc-base
new file mode 100644
index 0000000..9e24389
--- /dev/null
+++ b/debian/python-flask-mongoengine-doc.doc-base
@@ -0,0 +1,9 @@
+Document: python-flask-mongoengine-doc
+Title: MongoEngine User Documentation
+Author: Harry Marr
+Abstract: Flask extension that provides integration with MongoEngine
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-flask-mongoengine-doc/html/index.html
+Files: /usr/share/doc/python-flask-mongoengine-doc/html/*.html
diff --git a/debian/python-flask-mongoengine-doc.docs b/debian/python-flask-mongoengine-doc.docs
new file mode 100644
index 0000000..4ecc793
--- /dev/null
+++ b/debian/python-flask-mongoengine-doc.docs
@@ -0,0 +1 @@
+docs/_build/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..449ea3f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=flask-mongoengine
+
+%:
+	dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild
+
+override_dh_auto_build:
+	$(MAKE) -C docs html
+	dh_auto_build
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..60cc2e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/flask-mongoengine-$1\.tar\.gz/ \
+  https://github.com/MongoEngine/flask-mongoengine/tags .*/v?(\d\S*)\.tar\.gz

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



More information about the Python-modules-commits mailing list