@adubovikov - thanks for testing and feedback! Signing is a matter of providing a certificate to sign the packages, not offered by `make deb`, iirc, its about a dpkg-buildpackage parameter.
@linuxmaniac - will you push your patch and backport to 5.0?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1143#issuecomment-305739832
Yep. all good, only problem with sign, but this is IMHO different issue...
```
make[5]: *** No rule to make target 'maintainer-clean'. Stop.
/usr/bin/make --no-print-directory -C lib maintainer-clean
Making maintainer-clean in srdb1
Making maintainer-clean in srdb2
Making maintainer-clean in ims
Making maintainer-clean in xcap
Making maintainer-clean in trie
Making maintainer-clean in print
Making maintainer-clean in cds
Making maintainer-clean in presence
Making maintainer-clean in srutils
Making maintainer-clean in shm_regex
Making maintainer-clean in binrpc
rm -f config.mak
rm -f modules.lst
make[4]: Leaving directory '/home/shurik/KAMAILIO/kamailio-5.0.1/src'
make[3]: Leaving directory '/home/shurik/KAMAILIO/kamailio-5.0.1'
dh_clean
make[2]: Leaving directory '/home/shurik/KAMAILIO/kamailio-5.0.1'
dpkg-source --after-build kamailio-5.0.1
dpkg-buildpackage: full upload; Debian-native package (full source is included)
signfile kamailio_5.0.1.dsc
gpg: skipped "Victor Seva <vseva(a)debian.org>": No secret key
gpg: dpkg-sign.UQsQaC5d/kamailio_5.0.1.dsc: clearsign failed: No secret key
dpkg-buildpackage: error: failed to sign .dsc and .changes file
make[1]: Leaving directory '/home/shurik/KAMAILIO/kamailio-5.0.1/src'
```
```
ls kamailio*.deb
kamailio_5.0.1_amd64.deb kamailio-dnssec-modules_5.0.1_amd64.deb kamailio-ldap-modules_5.0.1_amd64.deb kamailio-postgres-modules_5.0.1_amd64.deb kamailio-sqlite-modules_5.0.1_amd64.deb
kamailio-autheph-modules_5.0.1_amd64.deb kamailio-erlang-modules_5.0.1_amd64.deb kamailio-lua-modules_5.0.1_amd64.deb kamailio-presence-modules_5.0.1_amd64.deb kamailio-systemd-modules_5.0.1_amd64.deb
kamailio-berkeley-bin_5.0.1_amd64.deb kamailio-extra-modules_5.0.1_amd64.deb kamailio-memcached-modules_5.0.1_amd64.deb kamailio-python-modules_5.0.1_amd64.deb kamailio-tls-modules_5.0.1_amd64.deb
kamailio-berkeley-modules_5.0.1_amd64.deb kamailio-geoip-modules_5.0.1_amd64.deb kamailio-mono-modules_5.0.1_amd64.deb kamailio-rabbitmq-modules_5.0.1_amd64.deb kamailio-unixodbc-modules_5.0.1_amd64.deb
kamailio-carrierroute-modules_5.0.1_amd64.deb kamailio-ims-modules_5.0.1_amd64.deb kamailio-mysql-modules_5.0.1_amd64.deb kamailio-radius-modules_5.0.1_amd64.deb kamailio-utils-modules_5.0.1_amd64.deb
kamailio-cnxcc-modules_5.0.1_amd64.deb kamailio-java-modules_5.0.1_amd64.deb kamailio-nth_5.0.1_amd64.deb kamailio-redis-modules_5.0.1_amd64.deb kamailio-websocket-modules_5.0.1_amd64.deb
kamailio-cpl-modules_5.0.1_amd64.deb kamailio-json-modules_5.0.1_amd64.deb kamailio-outbound-modules_5.0.1_amd64.deb kamailio-sctp-modules_5.0.1_amd64.deb kamailio-xml-modules_5.0.1_amd64.deb
kamailio-dbg_5.0.1_amd64.deb kamailio-kazoo-modules_5.0.1_amd64.deb kamailio-perl-modules_5.0.1_amd64.deb kamailio-snmpstats-modules_5.0.1_amd64.deb kamailio-xmpp-modules_5.0.1_amd64.deb
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1143#issuecomment-305737722
@linuxmaniac - I guessed that, the `make deb` was added for convenience, I use it sometimes when doing releases to see it compiles ok, or run directly dpkg-buildpackage, which I guess I did for v5.0.
@adubovikov - have you had the time to check the patch from @linuxmaniac? If all ok, then it should be pushed to git repository.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1143#issuecomment-305729868