[sr-dev] [kamailio/kamailio] src/Makefile: fix make deb rules (d0bfefd)

Alexandr Dubovikov notifications at github.com
Fri Jun 9 14:57:47 CEST 2017


unfortunately this doesn't work on jessie because dpkg-buildpackage doesn't have --no-sign support:
```
make deb
make -C src/ deb
make[1]: Entering directory 'kamailio/src'
(cd ..; \
if [ -d debian ]; then \
        dpkg-buildpackage -rfakeroot -tc --no-sign; \
        rm debian; \
else \
        ln -s pkg/kamailio/deb/debian debian; \
        dpkg-buildpackage -rfakeroot -tc --no-sign; \
        rm debian; \
fi)
dpkg-buildpackage: unknown option or argument --no-sign
```

IMHO you should use -us or --unsigned-source


-- 
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/commit/d0bfefd0f03962b61162eeb65fe01e8dff91674f#commitcomment-22465390
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170609/cf9f6e2e/attachment.html>


More information about the sr-dev mailing list