Build from source with custom nginx module

Hi !

I need to build kong (from source) with with theses modules:

I see a lot of docs such as :

I succeeded compile kong from source with custom nginx module but I fail on packaging Kong as debian package.

After install and start kong, there is no custom ip2location module on /usr/local/openresty/nginx/sbin/nginx -V commande.

How can I compile and package Kong from kong-build-tools repo with these custom module ?

Thank’s