I succeded in compiling a *.deb package using 'make deb' modifing a line in mk/wmii.mk, for LIBS9, I used the absolute path to the various lib/lib*.a
The package compiles and I got a *deb package, even if some warnings and an error remain. >From the output: dh: Unknown sequence .depend (choose from: binary binary-arch binary-indep build clean install) fakeroot debian/rules binary dh: Unknown sequence .depend (choose from: binary binary-arch binary-indep build clean install) dpkg-genchanges -b >../wmii-hg_hg2590_amd64.changes dpkg-genchanges: binary-only upload - not including any source code signfile wmii-hg_hg2590_amd64.changes gpg: skipped "Kris Maglione <k...@suckless.org>": secret key not available gpg: [stdin]: clearsign failed: secret key not available dpkg-buildpackage: binary only upload (no source included) dpkg-buildpackage: warning: Failed to sign .changes file make: *** [deb] Error 1 I don't know why is so, and hope that the descritpion may help. Davide