Commits (2)
diffoscope (214) UNRELEASED; urgency=medium
diffoscope (214) unstable; urgency=medium
* WIP (generated upon release).
[ Chris Lamb ]
* Support both python-argcomplete 1.x and 2.x.
[ Vagrant Cascadian ]
* Add external tool on GNU Guix for xb-tool.
-- Chris Lamb <lamby@debian.org> Fri, 20 May 2022 08:16:58 -0700
-- Chris Lamb <lamby@debian.org> Fri, 27 May 2022 06:53:04 +0100
diffoscope (213) unstable; urgency=medium
......
......@@ -38,7 +38,7 @@ doc/%.1:
$(MAKE) -C doc $*.1
debian/diffoscope-minimal.bash-completion:
register-python-argcomplete3 diffoscope > $@
register-python-argcomplete diffoscope || register-python-argcomplete3 diffoscope > $@
execute_after_dh_auto_build: debian/diffoscope-minimal.bash-completion
dh_auto_build -O--buildsystem=makefile -Ddoc
......
......@@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
VERSION = "213"
VERSION = "214"