[Python-modules-commits] r34170 - in packages/prompt-toolkit/trunk (12 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Sep 6 04:52:07 UTC 2015


    Date: Sunday, September 6, 2015 @ 04:52:05
  Author: kitterman
Revision: 34170

[svn-inject] Applying Debian modifications (0.50-1) to trunk

Added:
  packages/prompt-toolkit/trunk/debian/
  packages/prompt-toolkit/trunk/debian/changelog
  packages/prompt-toolkit/trunk/debian/compat
  packages/prompt-toolkit/trunk/debian/control
  packages/prompt-toolkit/trunk/debian/copyright
  packages/prompt-toolkit/trunk/debian/gbp.conf
  packages/prompt-toolkit/trunk/debian/python-prompt-toolkit.docs
  packages/prompt-toolkit/trunk/debian/python3-prompt-toolkit.docs
  packages/prompt-toolkit/trunk/debian/rules
  packages/prompt-toolkit/trunk/debian/source/
  packages/prompt-toolkit/trunk/debian/source/format
  packages/prompt-toolkit/trunk/debian/watch


Property changes on: packages/prompt-toolkit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/prompt-toolkit/trunk/debian/changelog
===================================================================
--- packages/prompt-toolkit/trunk/debian/changelog	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/changelog	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,5 @@
+prompt-toolkit (0.50-1) unstable; urgency=medium
+
+  * Initial release (Closes: #794570)
+
+ -- Lennart Weller <lhw at ring0.de>  Sun, 06 Sep 2015 00:34:34 -0400

Added: packages/prompt-toolkit/trunk/debian/compat
===================================================================
--- packages/prompt-toolkit/trunk/debian/compat	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/compat	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1 @@
+9

Added: packages/prompt-toolkit/trunk/debian/control
===================================================================
--- packages/prompt-toolkit/trunk/debian/control	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/control	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,37 @@
+Source: prompt-toolkit
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Lennart Weller <lhw at ring0.de>, Scott Kitterman <scott at kitterman.com>
+Section: python
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/prompt-toolkit/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/prompt-toolkit/trunk/
+Priority: optional
+Homepage: https://github.com/jonathanslenders/python-prompt-toolkit
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3),
+               python-setuptools (>= 0.6b3),
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.6
+
+Package: python-prompt-toolkit
+Architecture: all
+Depends: python-pygments, python-six (>=1.9.0), python-wcwidth, ${misc:Depends}, ${python:Depends}
+Description: library for building interactive command lines (Python 2)
+ prompt_toolkit is a GNU readline replacement written in pure Python supporting
+ advanced features like syntax highlighting, multi line editing and code
+ completion.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-prompt-toolkit
+Architecture: all
+Depends: python3-wcwidth, python3-pygments, python3-six (>=1.9.0), ${misc:Depends}, ${python3:Depends}
+Description: library for building interactive command lines (Python 3)
+ prompt_toolkit is a GNU readline replacement written in pure Python supporting
+ advanced features like syntax highlighting, multi line editing and code
+ completion.
+ .
+ This package installs the library for Python 3.

Added: packages/prompt-toolkit/trunk/debian/copyright
===================================================================
--- packages/prompt-toolkit/trunk/debian/copyright	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/copyright	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prompt_toolkit
+Source: https://github.com/jonathanslenders/python-prompt-toolkit
+
+Files: *
+Copyright: Copyright (c) 2014 Jonathan Slenders
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: Copyright (c) 2015 Lennart Weller <lhw at ring0.de>
+           Copyright (c) 2015 Scott Kitterman <scott at kitterman.com>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ All rights reserved.
+ .
+ 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 the modp.com 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
+ OWNER 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/prompt-toolkit/trunk/debian/gbp.conf
===================================================================
--- packages/prompt-toolkit/trunk/debian/gbp.conf	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/gbp.conf	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True

Added: packages/prompt-toolkit/trunk/debian/python-prompt-toolkit.docs
===================================================================
--- packages/prompt-toolkit/trunk/debian/python-prompt-toolkit.docs	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/python-prompt-toolkit.docs	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1 @@
+README.rst

Added: packages/prompt-toolkit/trunk/debian/python3-prompt-toolkit.docs
===================================================================
--- packages/prompt-toolkit/trunk/debian/python3-prompt-toolkit.docs	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/python3-prompt-toolkit.docs	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1 @@
+README.rst

Added: packages/prompt-toolkit/trunk/debian/rules
===================================================================
--- packages/prompt-toolkit/trunk/debian/rules	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/rules	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=prompt-toolkit
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+


Property changes on: packages/prompt-toolkit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/prompt-toolkit/trunk/debian/source/format
===================================================================
--- packages/prompt-toolkit/trunk/debian/source/format	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/source/format	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/prompt-toolkit/trunk/debian/watch
===================================================================
--- packages/prompt-toolkit/trunk/debian/watch	                        (rev 0)
+++ packages/prompt-toolkit/trunk/debian/watch	2015-09-06 04:52:05 UTC (rev 34170)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/prompt_toolkit/prompt_toolkit-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list