Hi,
>You are correct, I've put debian/ktap.manpages statically. wonderful >s/dh_installmanpages/dh_installman/ yes, sure maybe something like override_dh_installman: help2man --no-discard-stderr -h-h --version-string $(VERSION) -n "$(DESCRIPTION)" ./ktap > debian/ktap.1 dh_installman the same for doc and examples. >So, is there anything that I need/can to do to ship it to debian >repository? sure, the package is almost ready, just the tweaks above, and to make it build on a clean environment. http://debomatic-amd64.debian.net/distribution#unstable/ktap/0.4-1/buildlog The following packages have unmet dependencies: sbuild-build-depends-ktap-dummy : Depends: linux-headers but it is not installable E: Unable to correct problems, you have held broken packages. cheers, G. P.S. you have some build warnings: CC [M] ktap-0.4/runtime/amalg.o In file included from ktap-0.4/runtime/amalg.c:28:0: ktap-0.4/runtime/kp_transport.c: In function ‘kp_printf’: ktap-0.4/runtime/kp_transport.c:574:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ userspace/kp_reader.c: In function ‘reader_thread’: userspace/kp_reader.c:87:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(out_fd, buf, len); ^ you might want to fix them too :)