Recently i debianized the latest release of bulmages (acounting and
invoicing program) in Qt5:
http://gnuinos.org/release16/?dir=devuan/pool/main/b/bulmages
And i had the following issue: the resulting packages were all empty!
This was due to the fact that the latest release is located in
/usr/local, so i had to comment with some lines in the dh_usrlocal
script, written in perl by Joey Hess. For example:
## doit("rmdir $tmp/usr/local");
Is there any way avoid that? Is this a bug in dh?
Thanks in advance.
Aitor.