- Package:
- git-buildpackage
- Source:
- git-buildpackage
- Submitter:
- Arnold Czeman
- Date:
- 2021-06-14 19:09:06 UTC
- Severity:
- normal
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.