[Python-modules-commits] [flask-multistatic] 03/04: Initial release of flask-multistatic.
Sergio Durigan Junior
sergiodj-guest at moszumanska.debian.org
Sun Jul 3 22:42:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
sergiodj-guest pushed a commit to branch master
in repository flask-multistatic.
commit 4f4631e3511d4bea3ab10f65b1f67ee2becf4cef
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date: Sun Jul 3 18:33:37 2016 -0400
Initial release of flask-multistatic.
Closes: #829506
---
debian/.git-dpm | 3 +++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 35 ++++++++++++++++++++++++++++++++
debian/copyright | 28 +++++++++++++++++++++++++
debian/python-flaskext.multistatic.docs | 1 +
debian/python3-flaskext.multistatic.docs | 1 +
debian/rules | 6 ++++++
debian/watch | 2 ++
9 files changed, 82 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
index 6a2435d..4e563a1 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
flask-multistatic_1.0.orig.tar.gz
50d8d6a4aeff0f7eead858441bec4d727aee0859
15487
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b4ac318
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-multistatic (1.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Sergio Durigan Junior <sergiodj at sergiodj.net> Sun, 03 Jul 2016 17:57:41 -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..e4a0e9b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: flask-multistatic
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sergio Durigan Junior <sergiodj at sergiodj.net>
+Build-Depends: debhelper (>=9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://pagure.io/flask-multistatic
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-multistatic.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-multistatic.git
+
+Package: python-flaskext.multistatic
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Simple Flask plugin for overriding static files (Python 2)
+ A simple flask plugin allowing to override static files, making
+ theming flask applications really easy.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-flaskext.multistatic
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Simple flask plugin for overriding static files (Python 3)
+ A simple flask plugin allowing to override static files, making
+ theming flask applications really easy.
+ .
+ This package installs the library for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7a65b17
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-multistatic
+Source: https://pagure.io/flask-multistatic
+
+Files: *
+Copyright: 2015 Red Hat, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Sergio Durigan Junior <sergiodj at sergiodj.net>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/python-flaskext.multistatic.docs b/debian/python-flaskext.multistatic.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-flaskext.multistatic.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-flaskext.multistatic.docs b/debian/python3-flaskext.multistatic.docs
new file mode 120000
index 0000000..dcc8c1f
--- /dev/null
+++ b/debian/python3-flaskext.multistatic.docs
@@ -0,0 +1 @@
+python-flaskext.multistatic.docs
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..36e35f6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME = flaskext.multistatic
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7c4fb55
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://pagure.io/releases/flask-multistatic/flask-multistatic-([\d\.]+).tar.gz debian uupdate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-multistatic.git
More information about the Python-modules-commits
mailing list