Control: tags 948976 + patch
Dear maintainer, I've prepared an NMU for python-argcomplete (versioned as 1.8.1-1.2). 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-14 16:48:14.000000000 -0500 +++ python-argcomplete-1.8.1/debian/changelog 2020-01-16 16:06:17.000000000 -0500 @@ -1,3 +1,10 @@ +python-argcomplete (1.8.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add Breaks+Replace on python-argcomplete (<< 1.8.1-1); Closes: #948976 + + -- Sandro Tosi <mo...@debian.org> Thu, 16 Jan 2020 16:06:17 -0500 + python-argcomplete (1.8.1-1.1) 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-14 16:47:49.000000000 -0500 +++ python-argcomplete-1.8.1/debian/control 2020-01-16 16:05:55.000000000 -0500 @@ -12,6 +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) Description: bash tab completion for argparse (for Python 3) Argcomplete provides easy, extensible command line tab completion of arguments for your Python script.