[Python-modules-commits] [flask-restless] 02/06: Import Debian patch 1.0.0b1-1

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Sep 13 11:28:10 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository flask-restless.

commit 4beee2d15212d8f823a8c4b112293db7472fb6fb
Author: Jeffrey Finkelstein <jeffrey.finkelstein at gmail.com>
Date:   Tue Sep 13 12:50:39 2016 +0200

    Import Debian patch 1.0.0b1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 30 ++++++++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 6 files changed, 49 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..332f3e7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-restless (1.0.0b1-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Jeffrey Finkelstein <jeffrey.finkelstein at gmail.com>  Tue, 13 Sep 2016 12:50:39 +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..3aad491
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: flask-restless
+Maintainer: Jeffrey Finkelstein <jeffrey.finkelstein at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://github.com/jfinkels/flask-restless
+
+Package: python-flask-restless
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: A Flask extension for easy ReSTful API generation
+ Flask-Restless is a `Flask`_ extension that provides simple
+ generation of ReSTful APIs that satisfy the `JSON API`_ specification
+ given database models defined using `SQLAlchemy`_ (or
+ `Flask-SQLAlchemy`_).
+ .
+ For more information, see the `documentation`_, `pypi`_, or the `source
+ code`_ repository.
+ .
+ .. _Flask: http://flask.pocoo.org
+ .. _SQLAlchemy: https://sqlalchemy.org
+ .. _Flask-SQLAlchemy: https://pypi.python.org/pypi/Flask-SQLAlchemy
+ .. _JSON API: http://jsonapi.org
+ .. _documentation: https://flask-restless.readthedocs.org
+ .. _pypi: https://pypi.python.org/pypi/Flask-Restless
+ .. _source code: https://github.com/jfinkels/flask-restless
+ .
+ .
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6bcaa82
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Tue, 13 Sep 2016 12:50:39 +0200
+export PYBUILD_NAME=flask-restless
+%:
+	dh $@ --with python2 --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..dc7f901
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/Flask-Restless/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/Flask-Restless/Flask-Restless-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list