[Python-modules-commits] [quark-sphinx-theme] 03/10: Add more packaging.
Felix Krull
fkrull-guest at moszumanska.debian.org
Sat Aug 13 15:41:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
fkrull-guest pushed a commit to branch master
in repository quark-sphinx-theme.
commit 6f12a367e1d491fe9bbf1417aab4395e8cb1ce28
Author: Felix Krull <f_krull at gmx.de>
Date: Fri Jul 22 01:05:08 2016 +0200
Add more packaging.
---
debian/control | 38 ++++++++++++++++++++++++++++++++++++++
debian/copyright | 39 +++++++++++++++++++++++++++++++++++++++
debian/docs | 2 ++
debian/rules | 7 +++++++
debian/watch | 4 ++++
5 files changed, 90 insertions(+)
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b065469
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: quark-sphinx-theme
+Maintainer: Felix Krull <f_krull at gmx.de>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>=9),
+ dh-python,
+ python-all, python-setuptools,
+ python3-all, python3-setuptools,
+ python-sphinx, python-html5lib,
+ python3-sphinx, python3-html5lib
+Homepage: https://pypi.python.org/pypi/quark-sphinx-theme
+Standards-Version: 3.9.8
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+
+Package: python-quark-sphinx-theme
+Architecture: all
+Depends: python-sphinx (>= 1.1), ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Sphinx theme designed for QTextBrowser (Python 2)
+ Quark is a Sphinx theme specifically designed to look and work well within the
+ limitations of the Qt toolkit’s QTextBrowser. This theme was originally
+ designed for the bundled manual of SpeedCrunch.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-quark-sphinx-theme
+Architecture: all
+Depends: python3-sphinx (>= 1.1), ${python3:Depends}, ${misc:Depends}
+Provides: ${python3:Provides}
+Description: Sphinx theme designed for QTextBrowser (Python 3)
+ Quark is a Sphinx theme specifically designed to look and work well within the
+ limitations of the Qt toolkit’s QTextBrowser. This theme was originally
+ designed for the bundled manual of SpeedCrunch.
+ .
+ This is the Python 3 version of the package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7145a87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: quark-sphinx-theme
+Upstream-Contact: Felix Krull <f_krull at gmx.de>
+Source: https://pypi.python.org/pypi/quark-sphinx-theme
+
+Files: *
+Copyright: 2016 Felix Krull
+License: BSD-2-clause
+
+Files: quark_sphinx_theme/_lovelace.py
+Copyright: 2006-2015 by the Pygments team
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2016 Felix Krull
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ THIS SOFTWARE IS PROVIDED "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 THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS 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/docs b/debian/docs
new file mode 100644
index 0000000..2e92505
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.rst
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..74de696
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export PYBUILD_NAME=quark-sphinx-theme
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3b274ae
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/quark-sphinx-theme/quark-sphinx-theme-(.+)\.(?: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/quark-sphinx-theme.git
More information about the Python-modules-commits
mailing list