[Python-modules-commits] r31791 - in packages/manuel/trunk (12 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Fri Feb 6 11:19:15 UTC 2015
Date: Friday, February 6, 2015 @ 11:19:14
Author: danstender-guest
Revision: 31791
[svn-inject] Applying Debian modifications (1.8.0-1) to trunk
Added:
packages/manuel/trunk/debian/
packages/manuel/trunk/debian/changelog
packages/manuel/trunk/debian/compat
packages/manuel/trunk/debian/control
packages/manuel/trunk/debian/copyright
packages/manuel/trunk/debian/python-manuel.doc-base
packages/manuel/trunk/debian/python3-manuel.doc-base
packages/manuel/trunk/debian/rules
packages/manuel/trunk/debian/source/
packages/manuel/trunk/debian/source/format
packages/manuel/trunk/debian/source/options
packages/manuel/trunk/debian/watch
Property changes on: packages/manuel/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/manuel/trunk/debian/changelog
===================================================================
--- packages/manuel/trunk/debian/changelog (rev 0)
+++ packages/manuel/trunk/debian/changelog 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,5 @@
+manuel (1.8.0-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #776871).
+
+ -- Daniel Stender <debian at danielstender.com> Wed, 04 Feb 2015 16:20:07 +0100
Added: packages/manuel/trunk/debian/compat
===================================================================
--- packages/manuel/trunk/debian/compat (rev 0)
+++ packages/manuel/trunk/debian/compat 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1 @@
+9
\ No newline at end of file
Added: packages/manuel/trunk/debian/control
===================================================================
--- packages/manuel/trunk/debian/control (rev 0)
+++ packages/manuel/trunk/debian/control 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,54 @@
+Source: manuel
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-six,
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ python-zope.testing,
+ python3-all,
+ python3-setuptools,
+ python3-six,
+ python3-zope.testing
+Standards-Version: 3.9.6
+Homepage: http://pythonhosted.org//manuel/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/manuel/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/manuel/trunk/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+
+Package: python-manuel
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${sphinxdoc:Depends}
+Description: Python library for testable documents and documented tests
+ Manuel is a Python library for writing tested documentation which
+ makes it possible to mix traditional doctests with custom test syntax.
+ Several plug-ins providing different test features are included, but
+ Manuel is also open to create custom plugins. Currently, unittests and
+ zope.testing are the supported test runners.
+ .
+ This package contains the modules for Python.
+
+Package: python3-manuel
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${sphinxdoc:Depends}
+Description: Python3 library for testable documents and documented tests
+ Manuel is a Python library for writing tested documentation which
+ makes it possible to mix traditional doctests with custom test syntax.
+ Several plug-ins providing different test features are included, but
+ Manuel is also open to create custom plugins. Currently, unittests and
+ zope.testing are the supported test runners.
+ .
+ This package contains the modules for Python3.
Added: packages/manuel/trunk/debian/copyright
===================================================================
--- packages/manuel/trunk/debian/copyright (rev 0)
+++ packages/manuel/trunk/debian/copyright 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: manuel
+Upstream-Contact: Benji York <benji at benjiyork.com>
+Source: https://github.com/benji-york/manuel/
+
+Files: *
+Copyright: 2008-2014 Benji York and contributors
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0
+ can be found in the file `/usr/share/common-licenses/Apache-2.0'.`
Added: packages/manuel/trunk/debian/python-manuel.doc-base
===================================================================
--- packages/manuel/trunk/debian/python-manuel.doc-base (rev 0)
+++ packages/manuel/trunk/debian/python-manuel.doc-base 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,10 @@
+Document: python-manuel
+Title: Documentation of Manuel
+Author: Benji York <benji at benjiyork.com>
+Abstract: This manual describes the Manuel Python module.
+ Manuel lets you mix and match traditional doctests with custom test syntax.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-manuel/html/index.html
+Files: /usr/share/doc/python-manuel/html/*.html
Added: packages/manuel/trunk/debian/python3-manuel.doc-base
===================================================================
--- packages/manuel/trunk/debian/python3-manuel.doc-base (rev 0)
+++ packages/manuel/trunk/debian/python3-manuel.doc-base 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,10 @@
+Document: python3-manuel
+Title: Documentation of Manuel
+Author: Benji York <benji at benjiyork.com>
+Abstract: This manual describes the Manuel Python module.
+ Manuel lets you mix and match traditional doctests with custom test syntax.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python3-manuel/html/index.html
+Files: /usr/share/doc/python3-manuel/html/*.html
Added: packages/manuel/trunk/debian/rules
===================================================================
--- packages/manuel/trunk/debian/rules (rev 0)
+++ packages/manuel/trunk/debian/rules 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=manuel
+
+%:
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -f debian/python*-manuel/usr/lib/python*/dist-packages/manuel/*.txt
+ rm -f debian/python*-manuel/usr/lib/python*/dist-packages/manuel/tests.py
+ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+ PYTHONPATH=. http_proxy='127.0.0.1:9' \
+ sphinx-build -N -bhtml -c sphinx src/manuel debian/python-manuel/usr/share/doc/python-manuel/html && \
+ sphinx-build -N -bhtml -c sphinx src/manuel debian/python3-manuel/usr/share/doc/python3-manuel/html
+endif
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES.rst
Property changes on: packages/manuel/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/manuel/trunk/debian/source/format
===================================================================
--- packages/manuel/trunk/debian/source/format (rev 0)
+++ packages/manuel/trunk/debian/source/format 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
Added: packages/manuel/trunk/debian/source/options
===================================================================
--- packages/manuel/trunk/debian/source/options (rev 0)
+++ packages/manuel/trunk/debian/source/options 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1 @@
+extend-diff-ignore="^src/[^/]+\.egg-info/"
\ No newline at end of file
Added: packages/manuel/trunk/debian/watch
===================================================================
--- packages/manuel/trunk/debian/watch (rev 0)
+++ packages/manuel/trunk/debian/watch 2015-02-06 11:19:14 UTC (rev 31791)
@@ -0,0 +1,4 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/manuel-$1.tar.gz/" \
+https://github.com/benji-york/manuel/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz
+# better than Pypi tarball (contains complete prebuild documentation)
More information about the Python-modules-commits
mailing list