[Python-modules-commits] [python-flask-restful-swagger] 03/03: Initial release (Closes: #819647)

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Sun Jul 3 02:40:31 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-flask-restful-swagger.

commit ce5fbb2739689daf5acbf2d073bad060be4dab94
Author: Adrian Alves <aalves at gmail.com>
Date:   Sat Jul 2 23:39:30 2016 -0300

    Initial release (Closes: #819647)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 21 +++++++++++++++++++++
 debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++
 debian/docs      |  2 ++
 debian/rules     |  8 ++++++++
 6 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b17bb3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-flask-restful-swagger (0.19-2) trusty; urgency=low
+
+  * Initial release (Closes: #819647)
+
+ -- Adrian Alves <adrian at gluu.org>  Wed, 20 May 2015 14:00:59 -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..a8ec472
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: python-flask-restful-swagger
+Section: python
+Priority: optional
+Maintainer: Adrian Alves <adrian at gluu.org>
+Build-Depends: debhelper (>= 9.0.0),
+ python,
+ python-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/rantav/flask-restful-swagger
+X-Python-Version: >= 2.7
+
+Package: python-flask-restful-swagger
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Swagger spec extractor for flask-restful
+ flask-restful-swagger is a wrapper for flask-restful 
+ which enables swagger support. In essense, you just need
+ to wrap the Api instance and add a few python decorators
+ to get full swagger support.
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bafd14c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-flask-restful-swagger
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2015 Adrian Alves <adrian at gluu.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..5a01470
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..de1bd88
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2

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



More information about the Python-modules-commits mailing list