[Python-modules-commits] [flask-htmlmin] 04/04: Initial package version.
Adrian Vondendriesch
discostu-guest at moszumanska.debian.org
Wed May 10 13:44:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
discostu-guest pushed a commit to branch master
in repository flask-htmlmin.
commit a12fa4a68ca3fd2e9aa56433912bc949592166cf
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date: Tue Apr 4 17:45:10 2017 +0200
Initial package version.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 23 +++++++++++++++++++++++
debian/copyright | 35 +++++++++++++++++++++++++++++++++++
debian/rules | 8 ++++++++
debian/source/format | 1 +
debian/watch | 4 ++++
7 files changed, 77 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e743530
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-htmlmin (1.2-1) unstable; urgency=low
+
+ * Initial package version.
+
+ -- Adrian Vondendriesch <adrian.vondendriesch at credativ.de> Tue, 04 Apr 2017 08:06:17 +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..255b588
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: flask-htmlmin
+Maintainer: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Standards-Version: 3.9.8
+Homepage: https://github.com/hamidfzm/Flask-HTMLmin
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-htmlmin.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-htmlmin.git
+
+Package: python-flask-htmlmin
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Minimize render templates html
+ flask-htmlmin minifies flask text/html mime types responses using
+ htmlmin.
+
+Package: python3-flask-htmlmin
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Minimize render templates html
+ flask-htmlmin minifies flask text/html mime types responses using
+ htmlmin.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bb1dfe6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask-HTMLmin
+Upstream-Contact: Hamid Feizabadi <hamidfzm at gmail.com>
+Source: https://github.com/hamidfzm/Flask-HTMLmin
+
+Files: *
+Copyright: 2015-2016, Hamid Feizabadi
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2017, Adrian Vondendriesch
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.
+ * Neither the name of Hamid Feizabadi nor the
+ names of its contributors may 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 Hamid Feizabadi 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/rules b/debian/rules
new file mode 100755
index 0000000..a5773e9
--- /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, 04 Apr 2017 08:06:17 +0200
+export PYBUILD_NAME=flask-htmlmin
+%:
+ dh $@ --with python2,python3 --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..17314fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/Flask-HTMLmin/watch
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/Flask-HTMLmin-$1\.tar\.gz/ \
+ https://github.com/hamidfzm/Flask-HTMLmin/tags .*/v?(\d\S+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-htmlmin.git
More information about the Python-modules-commits
mailing list