[Python-modules-commits] r32884 - in packages/zzzeeksphinx/trunk (10 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Jun 6 13:13:50 UTC 2015
Date: Saturday, June 6, 2015 @ 13:13:49
Author: piotr
Revision: 32884
[svn-inject] Applying Debian modifications (1.0.17-1) to trunk
Added:
packages/zzzeeksphinx/trunk/debian/
packages/zzzeeksphinx/trunk/debian/changelog
packages/zzzeeksphinx/trunk/debian/compat
packages/zzzeeksphinx/trunk/debian/control
packages/zzzeeksphinx/trunk/debian/copyright
packages/zzzeeksphinx/trunk/debian/rules
packages/zzzeeksphinx/trunk/debian/source/
packages/zzzeeksphinx/trunk/debian/source/format
packages/zzzeeksphinx/trunk/debian/source/lintian-overrides
packages/zzzeeksphinx/trunk/debian/watch
Property changes on: packages/zzzeeksphinx/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/zzzeeksphinx/trunk/debian/changelog
===================================================================
--- packages/zzzeeksphinx/trunk/debian/changelog (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/changelog 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,5 @@
+zzzeeksphinx (1.0.17-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 06 Jun 2015 13:43:45 +0200
Added: packages/zzzeeksphinx/trunk/debian/compat
===================================================================
--- packages/zzzeeksphinx/trunk/debian/compat (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/compat 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1 @@
+9
Added: packages/zzzeeksphinx/trunk/debian/control
===================================================================
--- packages/zzzeeksphinx/trunk/debian/control (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/control 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,77 @@
+Source: zzzeeksphinx
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9), dh-python,
+ python-all, python3-all,
+ python-setuptools, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://bitbucket.org/zzzeek/zzzeeksphinx
+#Vcs-Git: git://anonscm.debian.org/python-modules/packages/zzzeeksphinx.git
+#Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/zzzeeksphinx.git
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/zzzeeksphinx/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/zzzeeksphinx/trunk/
+X-Python-Version: >= 2.7
+
+Package: python-zzzeeksphinx
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-pygments
+Enhances: python-sphinx
+Description: Zzzeek's Sphinx layout and utilities
+ This layout is first and foremost pulled in for the SQLAlchemy documentation
+ builds (and possibly other related projects), but is also usable as a
+ standalone theme / utility set for any project.
+ .
+ Features include:
+ .
+ * uses Mako templates instead of Jinja, for more programmatic capabilities
+ inside of templates
+ * layout includes an independently scrollable sidebar
+ * unique (to Sphinx) âcontextualâ sidebar contents that shows the current
+ page in context with all sibling pages
+ * modifications to autodoc which illustrate inherited classes, bases, method
+ documentation illustrates if a method is only inherited from the base or
+ overridden
+ * âdynamic baseâ feature that will, under ReadTheDocs, pull in optional
+ .mako and .py files from the website of your choice that will serve as an
+ alternate base template and a source of extra config setup, respectively,
+ allowing the layout to be integrated into the layout of an external site
+ when viewing on the web
+ * âviewsourceâ extension that can provide highlighted sourcecode to any
+ Python file arbitrarily
+ * SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info
+ directives
+ * scss support using pyscss
+
+Package: python3-zzzeeksphinx
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pygments
+Enhances: python3-sphinx
+Description: Zzzeek's Sphinx layout and utilities
+ This layout is first and foremost pulled in for the SQLAlchemy documentation
+ builds (and possibly other related projects), but is also usable as a
+ standalone theme / utility set for any project.
+ .
+ Features include:
+ .
+ * uses Mako templates instead of Jinja, for more programmatic capabilities
+ inside of templates
+ * layout includes an independently scrollable sidebar
+ * unique (to Sphinx) âcontextualâ sidebar contents that shows the current
+ page in context with all sibling pages
+ * modifications to autodoc which illustrate inherited classes, bases, method
+ documentation illustrates if a method is only inherited from the base or
+ overridden
+ * âdynamic baseâ feature that will, under ReadTheDocs, pull in optional
+ .mako and .py files from the website of your choice that will serve as an
+ alternate base template and a source of extra config setup, respectively,
+ allowing the layout to be integrated into the layout of an external site
+ when viewing on the web
+ * âviewsourceâ extension that can provide highlighted sourcecode to any
+ Python file arbitrarily
+ * SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info
+ directives
+ * scss support using pyscss
Added: packages/zzzeeksphinx/trunk/debian/copyright
===================================================================
--- packages/zzzeeksphinx/trunk/debian/copyright (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/copyright 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zzzeeksphinx
+Upstream-Contact: Michael Bayer <mike at zzzcomputing.com>
+Source: https://pypi.python.org/pypi/zzzeeksphinx
+
+Files: *
+Copyright: 2012, Michael Bayer <mike at zzzcomputing.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Piotr Ożarowski <piotr at debian.org>
+License: Expat
+
+Files: zzzeeksphinx/themes/zzzeeksphinx/static/detectmobile.js
+Copyright: Chad Smith <chad at developer.email>
+Comment: downloaded from http://detectmobilebrowsers.com/
+License: UNLICENSE
+ This is free and unencumbered software released into the public domain.
+ .
+ Anyone is free to copy, modify, publish, use, compile, sell, or
+ distribute this software, either in source code form or as a compiled
+ binary, for any purpose, commercial or non-commercial, and by any
+ means.
+ .
+ In jurisdictions that recognize copyright laws, the author or authors
+ of this software dedicate any and all copyright interest in the
+ software to the public domain. We make this dedication for the benefit
+ of the public at large and to the detriment of our heirs and
+ successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ software under copyright law.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+ .
+ For more information, please refer to <http://unlicense.org/>
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
+ software and associated documentation files (the "Software"), to deal in the Software
+ without restriction, including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
+ to whom the Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
Added: packages/zzzeeksphinx/trunk/debian/rules
===================================================================
--- packages/zzzeeksphinx/trunk/debian/rules (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/rules 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=zzzeeksphinx
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
Property changes on: packages/zzzeeksphinx/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/zzzeeksphinx/trunk/debian/source/format
===================================================================
--- packages/zzzeeksphinx/trunk/debian/source/format (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/source/format 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/zzzeeksphinx/trunk/debian/source/lintian-overrides
===================================================================
--- packages/zzzeeksphinx/trunk/debian/source/lintian-overrides (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/source/lintian-overrides 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,3 @@
+# this is how upstream is distrubuting source of this regexp,
+# see http://detectmobilebrowsers.com/download/jquery
+source-is-missing zzzeeksphinx/themes/zzzeeksphinx/static/detectmobile.js
Added: packages/zzzeeksphinx/trunk/debian/watch
===================================================================
--- packages/zzzeeksphinx/trunk/debian/watch (rev 0)
+++ packages/zzzeeksphinx/trunk/debian/watch 2015-06-06 13:13:49 UTC (rev 32884)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/zzzeeksphinx/zzzeeksphinx-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list