When bundling additional files in .release/debian/files and they go to the same parent dir as the application itself, the mv command in the debian include method fails.
Example
Bundling additional files in
.release/debian/files/opt/jackrabbit
When the APPROOT is
/opt/example
the mv of the opt/jackrabbit folder fails, as "mv" complains about a non-empty directory.
When bundling additional files in .release/debian/files and they go to the same parent dir as the application itself, the mv command in the debian include method fails.
Example
Bundling additional files in
.release/debian/files/opt/jackrabbit
When the APPROOT is
/opt/example
the mv of the opt/jackrabbit folder fails, as "mv" complains about a non-empty directory.