[Python-modules-commits] [pylint-flask] 03/04: add debian/
Daniel Stender
danstender-guest at moszumanska.debian.org
Sat Jan 23 19:12:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pylint-flask.
commit 120389fd0d57b906c4843228b8e99e95d325f067
Author: Daniel Stender <debian at danielstender.com>
Date: Sat Jan 23 19:35:19 2016 +0100
add debian/
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/rules | 11 +++++++++++
debian/source/options | 1 +
debian/watch | 3 +++
7 files changed, 100 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b9ae136
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pylint-flask (0.1-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #795038).
+
+ -- Daniel Stender <debian at danielstender.com> Sat, 23 Jan 2016 18:48:16 +0100
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..e9eca38
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: pylint-flask
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniel Stender <debian at danielstender.com>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-pylint-plugin-utils,
+ pylint (>= 1.0),
+ python-astroid,
+ python-logilab-common,
+ python3-all,
+ python3-setuptools,
+ python3-pylint-plugin-utils,
+ pylint3,
+ python3-astroid,
+ python3-logilab-common
+Standards-Version: 3.9.6
+Homepage: https://github.com/jschaf/pylint-flask
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pylint-flask.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pylint-flask.git
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+Package: python-pylint-flask
+Architecture: all
+Enhances: pylint
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Description: Pylint plugin for analyzing Flask applications (Python 2)
+ This is a plugin which improves the static code analyzer Pylint
+ when checking Flask (Python web framework) applications code.
+ .
+ This package includes the plugin for Pylint running on Python 2.
+
+Package: python3-pylint-flask
+Architecture: all
+Enhances: pylint3
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Pylint plugin for analyzing Flask applications (Python 3)
+ This is a plugin which improves the static code analyzer Pylint
+ when checking Flask (Python web framework) applications code.
+ .
+ This package includes the plugin for Pylint running on Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7932663
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pylint-flask
+Source: https://pypi.python.org/pypi/pylint-flask
+
+Files: *
+Copyright: 2015 Joe Schafer <joe at jschaf.com>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2016 Daniel Stender <debian at danielstender.com>
+License: GPL-2
+
+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 version 2 as
+ published by the Free Software Foundation.
+ .
+ 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8aae292
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export PYBUILD_NAME=pylint-flask
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+ PYBUILD_SYSTEM=custom \
+ PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. {interpreter} test/test_func.py" \
+ dh_auto_test
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..6e88e49
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8e78c98
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pylint-flask/pylint-flask-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-flask.git
More information about the Python-modules-commits
mailing list