Bug#831786: dh-exec: breaks dh_install --fail-missing

2023-09-22 Thread Craig Small
On Sat, 23 Sept 2023 at 08:09, Michael Biebl wrote: > Is there some work being done to support this in dh-exec? > Is there a way I can work around this issue for now? > The short answer is, that no work has been done on that issue. The main use-case I have seen for dh-exec was for the multiarch

Bug#831786: dh-exec: breaks dh_install --fail-missing

2023-09-22 Thread Michael Biebl
On Sat, 26 Aug 2017 08:04:00 + Niels Thykier wrote: The new interface is that: * dh_install records what it installs where for all packages (even packages not acted on to support -a/-i builds) * dh_missing checks the logs from dh_install (among other) and compares it with what is

Bug#831786: dh-exec: breaks dh_install --fail-missing

2017-08-26 Thread Niels Thykier
Ferenc Wágner: > On Sun, 09 Oct 2016 08:06:00 + Niels Thykier wrote: > >> I will have a look at fixing the debhelper side of this, so it becomes >> less magic. As it is, I cannot quite grok the proposed solution in >> dh-exec - which I am pretty sure is no fault of

Bug#831786: dh-exec: breaks dh_install --fail-missing

2017-08-25 Thread Ferenc Wágner
On Sun, 09 Oct 2016 08:06:00 + Niels Thykier wrote: > I will have a look at fixing the debhelper side of this, so it becomes > less magic. As it is, I cannot quite grok the proposed solution in > dh-exec - which I am pretty sure is no fault of dh-exec itself, but > rather

Bug#831786: dh-exec: breaks dh_install --fail-missing

2016-10-09 Thread Niels Thykier
Gergely Nagy: > Control: tag -1 pending > > Hi! > > To summarize the case quickly for Niels: if we have a package that has > an arch:all and an arch:any binary, and uses dh_install --fail-missing, > and dh-exec in either (or both) binary packages' .install file, and we > do an arch-indep or

Bug#831786: dh-exec: breaks dh_install --fail-missing

2016-10-07 Thread Ferenc Wágner
Won't this reintroduce a variant of #698054? To keep --fail-missing and --list-missing working, dh-exec absolutely has to run all executable .install files, also for the side effects of the renames (as far as I understand the current implementation). Making it work differently when -[ai] or -p

Bug#831786: dh-exec: breaks dh_install --fail-missing

2016-10-07 Thread Gergely Nagy
Control: tag -1 pending Hi! To summarize the case quickly for Niels: if we have a package that has an arch:all and an arch:any binary, and uses dh_install --fail-missing, and dh-exec in either (or both) binary packages' .install file, and we do an arch-indep or arch-only build, --fail-missing

Bug#831786: dh-exec: breaks dh_install --fail-missing

2016-07-19 Thread Ferenc Wágner
Package: dh-exec Version: 0.23 Severity: normal Hi, dh_install --fail-missing seems to break with dh-exec in sid, while it works in jessie. I suspect it was broken by DH_CONFIG_ACT_ON_PACKAGES support in dh-exec. The demo package at http://apt.niif.hu/dh-test/ does not build with