Running your command I get:
kamailio-dev$ dpkg-buildpackage -rfakeroot -b -us -uc
tail: cannot open 'debian/changelog' for reading: No such file or directory dpkg-buildpackage: error: tail of debian/changelog gave error exit status 1
Anyhow, it guess you try to build deb packages. In this case the rules are from the debian specs, not from kamailio Makefiles, and they were not updated, hopefully Victor Seva (or someone else with deb packaging experience) will get the time to work on them very soon.
Maybe you can try running in src/ ... but I expect to fail there as well, as files were relocated.
Daniel
On 09/12/2016 12:55, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
If you don't give the exact command you run and where, it's hard to guess and impossible to help.
The command I run at root is
dpkg-buildpackage -rfakeroot -b -us -uc
i.e., I try to build debian package. It produces
/usr/bin/make maintainer-clean make[1]: Entering directory '/usr/src/opensipg/trunk/src/opensipg-sip-proxy' /usr/bin/make -C src/ maintainer-clean make[2]: Entering directory '/usr/src/opensipg/trunk/src/opensipg-sip-proxy/src' target architecture <x86_64>, host architecture <x86_64> rm -f TAGS tags *.dbg .*.swp rm -f log_systemd.d log_systemd.d log_systemd.d *~ rm -f TAGS tags *.dbg .*.swp rm -f blst.d blst.d blst.d *~ rm -f TAGS tags *.dbg .*.swp rm -f xmpp.d xmpp.d xmpp.d *~ rm -f TAGS tags *.dbg .*.swp ...
and the rm commands seem to go on forever.
-- Juha