#989849#5
Date:
2021-06-14 19:11:52 UTC
From:
To:
If empty directories are in the source package, gbp import-dsc
silently skips them, which may cause build failures later on.
This applies for the following packages, on Ubuntu, for example:
erlang, gettext, protobuf, ...
It could be really useful if gbp supported empty directories. It could
generate '.gitkeep' files inside those empty directories, so that git
can version control them.