Re: dpkg -V does not consider path-exclude config, fails on ubuntu-minimal

2020-11-23 Thread Andreas Hasenack
Hi, On Fri, Nov 20, 2020 at 1:25 PM Balint Reczey wrote: > > Hi Andreas, > > On Fri, Nov 20, 2020 at 3:29 PM Andreas Hasenack > wrote: > > Shouldn't `dpkg -V` take the path-{exclude,include} into > > consideration? Is this just a bug (which I can file), or was it a > > conscious decision? > >

Re: dpkg -V does not consider path-exclude config, fails on ubuntu-minimal

2020-11-20 Thread Balint Reczey
Hi Andreas, On Fri, Nov 20, 2020 at 3:29 PM Andreas Hasenack wrote: > > Hi, > > I noticed that `dpkg -V` does not take into consideration potential > exclusions defined in its configuration. > > An ubuntu-minimal image, for example, has this: > ``` > $ cat /etc/dpkg/dpkg.cfg.d/excludes > # Drop

dpkg -V does not consider path-exclude config, fails on ubuntu-minimal

2020-11-20 Thread Andreas Hasenack
Hi, I noticed that `dpkg -V` does not take into consideration potential exclusions defined in its configuration. An ubuntu-minimal image, for example, has this: ``` $ cat /etc/dpkg/dpkg.cfg.d/excludes # Drop all man pages path-exclude=/usr/share/man/* # Drop all translations