[Python-modules-commits] r32392 - in packages/python-guacamole/trunk (16 files)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Tue Apr 21 13:14:10 UTC 2015
Date: Tuesday, April 21, 2015 @ 13:14:09
Author: zyga-guest
Revision: 32392
[svn-inject] Applying Debian modifications (0.8-1) to trunk
Added:
packages/python-guacamole/trunk/debian/
packages/python-guacamole/trunk/debian/changelog
packages/python-guacamole/trunk/debian/compat
packages/python-guacamole/trunk/debian/control
packages/python-guacamole/trunk/debian/copyright
packages/python-guacamole/trunk/debian/python-guacamole-doc.doc-base
packages/python-guacamole/trunk/debian/python-guacamole-doc.docs
packages/python-guacamole/trunk/debian/python-guacamole-doc.examples
packages/python-guacamole/trunk/debian/rules
packages/python-guacamole/trunk/debian/source/
packages/python-guacamole/trunk/debian/source/format
packages/python-guacamole/trunk/debian/tests/
packages/python-guacamole/trunk/debian/tests/control
packages/python-guacamole/trunk/debian/tests/unit-tests-py2
packages/python-guacamole/trunk/debian/tests/unit-tests-py3
packages/python-guacamole/trunk/debian/watch
Property changes on: packages/python-guacamole/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-guacamole/trunk/debian/changelog
===================================================================
--- packages/python-guacamole/trunk/debian/changelog (rev 0)
+++ packages/python-guacamole/trunk/debian/changelog 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,5 @@
+python-guacamole (0.8-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #783065)
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Tue, 21 Apr 2015 15:06:56 +0200
Added: packages/python-guacamole/trunk/debian/compat
===================================================================
--- packages/python-guacamole/trunk/debian/compat (rev 0)
+++ packages/python-guacamole/trunk/debian/compat 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1 @@
+9
Added: packages/python-guacamole/trunk/debian/control
===================================================================
--- packages/python-guacamole/trunk/debian/control (rev 0)
+++ packages/python-guacamole/trunk/debian/control 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,75 @@
+Source: python-guacamole
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+ python3-sphinx
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+XS-Testsuite: autopkgtest
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-guacamole/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-guacamole/trunk/
+Homepage: https://github.com/zyga/guacamole/
+
+Package: python-guacamole
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: library for command line applications for Python 2
+ Guacamole is a flexible, modular system for creating command line
+ applications. Guacamole comes with built-in support for writing command line
+ applications that integrate well with the running system. A short list of
+ supported features (ingredients) includes:
+ .
+ - handling flat and hierarchical commands
+ - hassle-free crash detection
+ - hassle-free logging
+ - internationalization and localization
+ .
+ The guacamole ingredient system allows for third party add-ons.
+ .
+ This package contains the Python 2.x version of the library
+
+Package: python-guacamole-doc
+Architecture: all
+Section: doc
+Priority: extra
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: library for command line applications for Python (documentation)
+ Guacamole is a flexible, modular system for creating command line
+ applications. Guacamole comes with built-in support for writing command line
+ applications that integrate well with the running system. A short list of
+ supported features (ingredients) includes:
+ .
+ - handling flat and hierarchical commands
+ - hassle-free crash detection
+ - hassle-free logging
+ - internationalization and localization
+ .
+ The guacamole ingredient system allows for third party add-ons.
+ .
+ This package contains the HTML documentation and example applications.
+
+Package: python3-guacamole
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: library for command line applications for Python 3
+ Guacamole is a flexible, modular system for creating command line
+ applications. Guacamole comes with built-in support for writing command line
+ applications that integrate well with the running system. A short list of
+ supported features (ingredients) includes:
+ .
+ - handling flat and hierarchical commands
+ - hassle-free crash detection
+ - hassle-free logging
+ - internationalization and localization
+ .
+ The guacamole ingredient system allows for third party add-ons.
+ .
+ This package contains the Python 3.x version of the library
Added: packages/python-guacamole/trunk/debian/copyright
===================================================================
--- packages/python-guacamole/trunk/debian/copyright (rev 0)
+++ packages/python-guacamole/trunk/debian/copyright 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,54 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: guacamole
+Source: https://github.com/zyga/guacamole
+
+Files: *
+Copyright: 2012-2015 Canonical Ltd.
+License: LGPL-3
+ This file is part of Guacamole.
+ .
+ Guacamole is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License version 3,
+ as published by the Free Software Foundation.
+ .
+ Guacamole is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with Guacamole. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian-based systems the full text of the GPL, version 3, can be found at
+ /usr/share/common-licenses/LGPL-3.
+
+Files: examples/*
+Copyright: 2015 Canonical Ltd.
+License: LGPL-3
+ 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.
+ .
+ 3. Neither the name of the copyright holder 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 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.
+
Added: packages/python-guacamole/trunk/debian/python-guacamole-doc.doc-base
===================================================================
--- packages/python-guacamole/trunk/debian/python-guacamole-doc.doc-base (rev 0)
+++ packages/python-guacamole/trunk/debian/python-guacamole-doc.doc-base 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,9 @@
+Document: guacamole
+Title: Guacamole Developer Manual
+Author: Canonical Ltd.
+Abstract: This manual explains how to use Guacamole to create command line applications.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-guacamole-doc/html/index.html
+Files: /usr/share/doc/python-guacamole-doc/html/*.html
Added: packages/python-guacamole/trunk/debian/python-guacamole-doc.docs
===================================================================
--- packages/python-guacamole/trunk/debian/python-guacamole-doc.docs (rev 0)
+++ packages/python-guacamole/trunk/debian/python-guacamole-doc.docs 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1 @@
+build/sphinx/html
Added: packages/python-guacamole/trunk/debian/python-guacamole-doc.examples
===================================================================
--- packages/python-guacamole/trunk/debian/python-guacamole-doc.examples (rev 0)
+++ packages/python-guacamole/trunk/debian/python-guacamole-doc.examples 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1 @@
+examples/*.py
Added: packages/python-guacamole/trunk/debian/rules
===================================================================
--- packages/python-guacamole/trunk/debian/rules (rev 0)
+++ packages/python-guacamole/trunk/debian/rules 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=guacamole
+
+%:
+ dh $@ --with=python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+ dh_auto_build --buildsystem=pybuild
+ python3 setup.py build_sphinx -b html
Property changes on: packages/python-guacamole/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-guacamole/trunk/debian/source/format
===================================================================
--- packages/python-guacamole/trunk/debian/source/format (rev 0)
+++ packages/python-guacamole/trunk/debian/source/format 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-guacamole/trunk/debian/tests/control
===================================================================
--- packages/python-guacamole/trunk/debian/tests/control (rev 0)
+++ packages/python-guacamole/trunk/debian/tests/control 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,2 @@
+Tests: unit-tests-py2 unit-tests-py3
+Depends: @, python-unittest2
Added: packages/python-guacamole/trunk/debian/tests/unit-tests-py2
===================================================================
--- packages/python-guacamole/trunk/debian/tests/unit-tests-py2 (rev 0)
+++ packages/python-guacamole/trunk/debian/tests/unit-tests-py2 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# autopkgtest check: run guacamole unit tests and ensure everything passes
+# (C) 2015 Canonical Ltd.
+# Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+
+set -e
+
+cd $ADTTMP
+python -m unittest2 discover guacamole 2>&1
+echo "unit-tests: OK"
Added: packages/python-guacamole/trunk/debian/tests/unit-tests-py3
===================================================================
--- packages/python-guacamole/trunk/debian/tests/unit-tests-py3 (rev 0)
+++ packages/python-guacamole/trunk/debian/tests/unit-tests-py3 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# autopkgtest check: run guacamole unit tests and ensure everything passes
+# (C) 2015 Canonical Ltd.
+# Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+
+set -e
+
+cd $ADTTMP
+python3 -m unittest discover guacamole 2>&1
+echo "unit-tests: OK"
Added: packages/python-guacamole/trunk/debian/watch
===================================================================
--- packages/python-guacamole/trunk/debian/watch (rev 0)
+++ packages/python-guacamole/trunk/debian/watch 2015-04-21 13:14:09 UTC (rev 32392)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/guacamole/guacamole-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list