Dear maintainer, I've prepared an NMU for python-argcomplete (versioned as 1.8.1-1.3). The diff is attached to this message. Regards.
diff -Nru python-argcomplete-1.8.1/debian/changelog python-argcomplete-1.8.1/debian/changelog --- python-argcomplete-1.8.1/debian/changelog 2020-01-16 16:06:17.000000000 -0500 +++ python-argcomplete-1.8.1/debian/changelog 2020-01-16 17:49:36.000000000 -0500 @@ -1,3 +1,11 @@ +python-argcomplete (1.8.1-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Actually, use an unversioned Breaks+Replace on python-argcomplete; + Closes: #948976 + + -- Sandro Tosi <mo...@debian.org> Thu, 16 Jan 2020 17:49:36 -0500 + python-argcomplete (1.8.1-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru python-argcomplete-1.8.1/debian/control python-argcomplete-1.8.1/debian/control --- python-argcomplete-1.8.1/debian/control 2020-01-16 16:05:55.000000000 -0500 +++ python-argcomplete-1.8.1/debian/control 2020-01-16 17:49:13.000000000 -0500 @@ -12,8 +12,8 @@ Package: python3-argcomplete Architecture: all Depends: ${misc:Depends}, ${python3:Depends} -Breaks: python-argcomplete (<< 1.8.1-1) -Replaces: python-argcomplete (<< 1.8.1-1) +Breaks: python-argcomplete +Replaces: python-argcomplete Description: bash tab completion for argparse (for Python 3) Argcomplete provides easy, extensible command line tab completion of arguments for your Python script.