Merge branch 'multiarch-hints' into 'master'

Apply hints suggested by the multi-arch hinter

See merge request python-team/modules/python-click!2
This commit is contained in:
Jelmer Vernooij 2020-09-14 16:09:59 +00:00
commit 455eb084f2
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