Hi. On Tue, 1 Sep 2020 08:27:34 +0300 Adrian Bunk <b...@debian.org> wrote: > please always Cc people in the BTS, except for the maintainer noone gets > automatically subscribed.
Will do. > > On Thu, 27 Aug 2020 11:41:48 +0300 Adrian Bunk <b...@debian.org> wrote: > > > > * debian/rules: replaced override_dh_auto_install with > > > > dh_bash-completion > > > > for the installation of bash-completion code. > > > > > > This is not the correct name for the installed file: > > > /usr/share/bash-completion/completions/devtodo.bash-completion > > > > I think that the phrase just looks a bit confusing (my bad). What > > I meant is replaced override_dh_auto_install with dh_bash-completion > > addon. > > But it isn't doing the same. > > What I meant is that debdiff says when comparing 0.1.20-7 with 0.1.20-8: > > Files in first .deb but not in second > ------------------------------------- > -rw-r--r-- root/root /usr/share/bash-completion/completioins/devtodo > > Files in second .deb but not in first > ------------------------------------- > -rw-r--r-- root/root > /usr/share/bash-completion/completions/devtodo.bash-completion > > Your change fixes the typo in the directory name (good), > but it installs the file with the wrong name (bad). Yes, I really missed that filename on the debdiff. It's fixed now, thanks. Regards, Charles