Apply multi-arch hints.

+ python-click-doc: Add Multi-Arch: foreign.

Changes-By: lintian-brush
This commit is contained in:
Debian Janitor 2020-09-02 21:20:01 +00:00
parent d70c001921
commit 026bb24294
No known key found for this signature in database
GPG key ID: 6F915003D1998D6A
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
python-click (7.1.2-2) UNRELEASED; urgency=low
* Apply multi-arch hints.
+ python-click-doc: Add Multi-Arch: foreign.
-- Debian Janitor <janitor@jelmer.uk> Wed, 02 Sep 2020 21:19:41 -0000
python-click (7.1.2-1) unstable; urgency=medium
[ Debian Janitor ]

1
debian/control vendored
View file

@ -43,6 +43,7 @@ Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
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