wrap-and-sort

This commit is contained in:
Sandro Tosi 2020-08-23 23:02:58 -04:00
parent cafa14918d
commit f14c451294
2 changed files with 13 additions and 8 deletions

4
debian/changelog vendored
View file

@ -11,8 +11,10 @@ python-click (7.1.2-1) UNRELEASED; urgency=medium
* debian/copyright
- extend packaging copyright years
- update upstream copyright information
* debian/control
- wrap-and-sort
-- Sandro Tosi <morph@debian.org> Wed, 22 Jul 2020 00:16:35 -0400
-- Sandro Tosi <morph@debian.org> Sun, 23 Aug 2020 23:02:47 -0400
python-click (7.0-3) unstable; urgency=medium

17
debian/control vendored
View file

@ -2,17 +2,17 @@ Source: python-click
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx,
python3-docutils,
python3-pallets-sphinx-themes,
Build-Depends-Indep: python3-requests,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep: python3-colorama,
python3-pytest,
python3-colorama
python3-requests,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-click
Vcs-Git: https://salsa.debian.org/python-team/modules/python-click.git
@ -21,7 +21,9 @@ Testsuite: autopkgtest-pkg-python
Package: python3-click
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-colorama
Depends: python3-colorama,
${misc:Depends},
${python3:Depends},
Description: Wrapper around optparse for command line utilities - Python 3.x
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
@ -37,7 +39,8 @@ Description: Wrapper around optparse for command line utilities - Python 3.x
Package: python-click-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: Wrapper around optparse for command line utilities - documentation
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command