diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 36 | ||||
-rw-r--r-- | debian/copyright | 47 | ||||
-rw-r--r-- | debian/tests/control | 5 |
4 files changed, 57 insertions, 44 deletions
diff --git a/debian/changelog b/debian/changelog index 8b523bc..eb4c748 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +prompt-toolkit (3.0.43-2) sid; urgency=medium + + * Uploading to sid. + * Running 'wrap-and-sort -bast' for git friendlier formating of debian + packaging files. + * Updating to standards-version 4.7.0. + * Removing pre-oldstable breaks. + * Updating formating of copyright file. + * Updating years for upstream in copyright. + * Adding myself in copyright. + + -- Daniel Baumann <mail@daniel-baumann.ch> Tue, 30 Apr 2024 19:39:33 +0200 + prompt-toolkit (3.0.43-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 25ae640..228fae4 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: prompt-toolkit Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org> XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org> XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org> -XSBC-Original-Uploaders: Lennart Weller <lhw@ring0.de>, - Gordon Ball <gordon@chronitis.net>, - Daniel Baumann <daniel.baumann@progress-linux.org>, +XSBC-Original-Uploaders: + Lennart Weller <lhw@ring0.de>, + Gordon Ball <gordon@chronitis.net>, + Daniel Baumann <daniel.baumann@progress-linux.org>, Bugs: mailto:maintainers@lists.progress-linux.org Section: python Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/prompt-toolkit @@ -13,26 +14,25 @@ XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/prompt- XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/prompt-toolkit.git Priority: optional Homepage: https://github.com/prompt-toolkit/python-prompt-toolkit -Build-Depends: debhelper-compat (= 13), - dh-python, - python3-all, - python3-asyncssh <!nocheck>, - python3-pytest <!nocheck>, - python3-setuptools, - python3-wcwidth, -Standards-Version: 4.6.2 +Build-Depends: + debhelper-compat (= 13), + dh-python, + python3-all, + python3-asyncssh <!nocheck>, + python3-pytest <!nocheck>, + python3-setuptools, + python3-wcwidth, +Standards-Version: 4.7.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-python Package: python3-prompt-toolkit Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Breaks: mycli (<< 1.19~), - pgcli (<< 2~), - python3-ipython (<< 7~), - python3-jupyter-console (<< 6~), - python3-softlayer (<< 5.8~) -Recommends: python3-pygments +Depends: + ${misc:Depends}, + ${python3:Depends}, +Recommends: + python3-pygments, 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 diff --git a/debian/copyright b/debian/copyright index 42b2346..991b2a9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,40 +3,37 @@ Upstream-Name: prompt_toolkit Source: https://github.com/prompt-toolkit/python-prompt-toolkit Files: * -Copyright: Copyright (c) 2014 Jonathan Slenders +Copyright: 2014-2023 Jonathan Slenders License: BSD-3-clause Files: debian/* -Copyright: Copyright (c) 2015 Lennart Weller <lhw@ring0.de> - Copyright (c) 2015-2016 Scott Kitterman <scott@kitterman.com> +Copyright: 2015 Lennart Weller <lhw@ring0.de> + 2015-2016 Scott Kitterman <scott@kitterman.com> + 2021-2024 Daniel Baumann <mail@daniel-baumann.ch> 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: + 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 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. + * 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. + * Neither the name of dbcli 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 + 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. diff --git a/debian/tests/control b/debian/tests/control index 0781c84..2f97a3a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,5 @@ Tests: pt -Depends: @, python3-all, python3-pytest +Depends: + python3-all, + python3-pytest, + @, |