[Python-modules-commits] [sphinx-celery] 03/09: source package automatically created by stdeb 0.8.5. Closes: #854947
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sun Feb 12 14:29:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository sphinx-celery.
commit 00b1574d8d5dbfc98138c3b52473a83a1c46c003
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sun Feb 12 13:37:01 2017 +0000
source package automatically created by stdeb 0.8.5. Closes: #854947
---
debian/changelog | 5 +++++
debian/clean | 1 +
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 40 ++++++++++++++++++++++++++++++++++++++++
debian/rules | 8 ++++++++
debian/tests/control | 3 +++
debian/upstream/signing-key.asc | 30 ++++++++++++++++++++++++++++++
debian/watch | 4 ++++
9 files changed, 116 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a10c3ca
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sphinx-celery (1.3.1-1) unstable; urgency=low
+
+ * source package automatically created by stdeb 0.8.5. Closes: #854947
+
+ -- Christopher Hoskin <mans0954 at debian.org> Sat, 11 Feb 2017 21:37:07 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..b3d851c
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+sphinx_celery.egg-info/
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..a311859
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: sphinx-celery
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christopher Hoskin <mans0954 at debian.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
+ python3-sphinx (>= 1.4)
+Standards-Version: 3.9.8
+Homepage: http://github.com/celery/sphinx_celery
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sphinx-celery.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/sphinx-celery.git
+
+Package: python3-sphinx-celery
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Sphinx Celery theme
+ This package provides the Celery sphinx theme and common Sphinx utilities,
+ including:
+ .
+ * Autodoc coverage checker builder extension - makes sure all modules in the
+ documented package are represented in the autodoc API reference
+ * Configuration Reference Checker builder extension - makes sure all settings
+ in the documented package are represented in the configuration reference
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2ef00a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sphinx_celery
+Source: https://github.com/celery/sphinx_celery
+
+Files: *
+Copyright: 2012-2016 Ask Solem <ask at celeryproject.org> & contributors
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2017 Christopher Hoskin <mans0954 at debian.org>
+License: BSD-3-Clause
+
+Files: sphinx_celery/static/celery.css_t
+Copyright: 2010 Armin Ronacher
+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 Ask Solem, 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 Ask Solem 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/rules b/debian/rules
new file mode 100755
index 0000000..f221201
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Sat, 11 Feb 2017 21:37:07 +0000
+export PYBUILD_NAME=sphinx-celery
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..20e333c
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import sphinx_celery; print(sphinx_celery)" ; done
+Depends: python3-all, python3-sphinx-celery
+
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..fbda6bb
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,30 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.15 (Darwin)
+
+mQENBFJpWDkBCADFIc9/Fpgse4owLNvsTC7GYfnJL19XO0hnL99sPx+DPbfr+cSE
+9wiU+Wp2TfUX7pCLEGrODiEP6ZCZbgtiPgId+JYvMxpP6GXbjiIlHRw1EQNH8RlX
+cVxy3rQfVv8PGGiJuyBBjxzvETHW25htVAZ5TI1+CkxmuyyEYqgZN2fNd0wEU19D
++c10G1gSECbCQTCbacLSzdpngAt1Gkrc96r7wGHBBSvDaGDD2pFSkVuTLMbIRrVp
+lnKOPMsUijiip2EMr2DvfuXiUIUvaqInTPNWkDynLoh69ib5xC19CSVLONjkKBsr
+Pe+qAY29liBatatpXsydY7GIUzyBT3MzgMJlABEBAAG0MUNlbGVyeSBTZWN1cml0
+eSBUZWFtIDxzZWN1cml0eUBjZWxlcnlwcm9qZWN0Lm9yZz6JATgEEwECACIFAlJp
+WDkCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEOArFOUDCicIw1IH/26f
+CViDC7/P13jr+srRdjAsWvQztia9HmTlY8cUnbmkR9w6b6j3F2ayw8VhkyFWgYEJ
+wtPBv8mHKADiVSFARS+0yGsfCkia5wDSQuIv6XqRlIrXUyqJbmF4NUFTyCZYoh+C
+ZiQpN9xGhFPr5QDlMx2izWg1rvWlG1jY2Es1v/xED3AeCOB1eUGvRe/uJHKjGv7J
+rj0pFcptZX+WDF22AN235WYwgJM6TrNfSu8sv8vNAQOVnsKcgsqhuwomSGsOfMQj
+LFzIn95MKBBU1G5wOs7JtwiV9jefGqJGBO2FAvOVbvPdK/saSnB+7K36dQcIHqms
+5hU4Xj0RIJiod5idlRC5AQ0EUmlYOQEIAJs8OwHMkrdcvy9kk2HBVbdqhgAREMKy
+gmphDp7prRL9FqSY/dKpCbG0u82zyJypdb7QiaQ5pfPzPpQcd2dIcohkkh7G3E+e
+hS2L9AXHpwR26/PzMBXyr2iNnNc4vTksHvGVDxzFnRpka6vbI/hrrZmYNYh9EAiv
+uhE54b3/XhXwFgHjZXb9i8hgJ3nsO0pRwvUAM1bRGMbvf8e9F+kqgV0yWYNnh6QL
+4Vpl1+epqp2RKPHyNQftbQyrAHXT9kQF9pPlx013MKYaFTADscuAp4T3dy7xmiwS
+crqMbZLzfrxfFOsNxTUGE5vmJCcm+mybAtRo4aV6ACohAO9NevMx8pUAEQEAAYkB
+HwQYAQIACQUCUmlYOQIbDAAKCRDgKxTlAwonCNFbB/9esir/f7TufE+isNqErzR/
+aZKZo2WzZR9c75kbqo6J6DYuUHe6xI0OZ2qZ60iABDEZAiNXGulysFLCiPdatQ8x
+8zt3DF9BMkEck54ZvAjpNSern6zfZb1jPYWZq3TKxlTs/GuCgBAuV4i5vDTZ7xK/
+aF+OFY5zN7ciZHkqLgMiTZ+RhqRcK6FhVBP/Y7d9NlBOcDBTxxE1ZO1ute6n7guJ
+ciw4hfoRk8qNN19szZuq3UU64zpkM2sBsIFM9tGF2FADRxiOaOWZHmIyVZriPFqW
+RUwjSjs7jBVNq0Vy4fCu/5+e+XLOUBOoqtM5W7ELt0t1w9tXebtPEetV86in8fU2
+=0chn
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..44fff84
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/sphinx_celery/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/sphinx_celery/sphinx_celery-(.+)\.(?: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/sphinx-celery.git
More information about the Python-modules-commits
mailing list