Skip to content
Snippets Groups Projects
Commit b77563a4 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko Committed by Marc Dequènes
Browse files

Import Debian changes 1.12.3-0.2

python-argcomplete (1.12.3-0.2) unstable; urgency=medium
.
  * Non-maintainer upload.
  * debian/rules
    - provide workaround for tests to not fail (Closes: #1010941).
      Upstream issue: https://github.com/kislyuk/argcomplete/issues/337
parent ee61dcd4
No related branches found
Tags debian/1.12.3-0.2
No related merge requests found
python-argcomplete (1.12.3-0.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules
- provide workaround for tests to not fail (Closes: #1010941).
Upstream issue: https://github.com/kislyuk/argcomplete/issues/337
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 13 May 2022 13:07:30 -0400
python-argcomplete (1.12.3-0.1) unstable; urgency=medium
* Non-maintainer upload.
......
......@@ -26,6 +26,17 @@ override_dh_auto_install:
cp debian/$$i.1 debian/python3-argcomplete/usr/share/man/man1/$${i}3.1; \
done
# Workaround
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010941
# https://github.com/kislyuk/argcomplete/issues/337#issuecomment-771835184
override_dh_auto_test:
echo "set enable-bracketed-paste off" > .inputrc
INPUTRC=$(CURDIR)/.inputrc dh_auto_test
override_dh_auto_clean:
rm -f .inputrc
dh_auto_clean
generate_manpages:
VERSION=$$(./setup.py -V) ; \
for file in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment