diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:18:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:18:09 +0000 |
commit | 9f0bbbf1860ea2d6e7533a009d2702c262b22bc1 (patch) | |
tree | cff66b528767ebb406a395fc11f78b830b5a39f1 /debian/control | |
parent | Releasing progress-linux version 3.0.43-1~progress7.99u1. (diff) | |
download | prompt-toolkit-9f0bbbf1860ea2d6e7533a009d2702c262b22bc1.tar.xz prompt-toolkit-9f0bbbf1860ea2d6e7533a009d2702c262b22bc1.zip |
Merging debian version 3.0.43-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 36 |
1 files changed, 18 insertions, 18 deletions
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 |