Import patches from upstream:
* fe53372 - confpin: simple pin conference app (2 days ago) <Stefan Sayer>
* 63d6e04 - dsm:mod_conference: flushMixInList action, loop for mix in list (2 days ago) <Stefan Sayer>
* 666d389 - core:playlist: only notify if event receiver set (2 days ago) <Stefan Sayer>
* a94e856 - dsm:mod_groups: functions to get group participants and size (2 days ago) <Stefan Sayer>
* 7392ee5 - b/f: dsm:mod_groups: really lock the groups list (2 days ago) <Stefan Sayer>
* b1dfeab - dsm: logs(), dgb(), info(), warn(), error() actions for easy logging (2 days ago) <Stefan Sayer>
* f4204a7 - dsm:log event type when processing events (2 days ago) <Stefan Sayer>
* 34b7598 - dsm:syntax - allow @@,## and $$ for @, # and $$ in sets() action (2 days ago) <Stefan Sayer>
* 4ec1e1d - dsm: helper functions / macros for modules: replaceParams/SET_ERROR/CLR_ERROR (2 days ago) <Stefan Sayer>
* 0f3accb - dsm: another way for writing comments: lines starting with # (hash) (2 days ago) <Stefan Sayer>
(cherry picked from commit f3fe2dcb1b)
Change-Id: Ifc24a295a67f792f56186f6f9ef341937c13c010
Fixes:
| dpkg-source -b ngcp-sems-1.6.0~20140516~eaa616
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building ngcp-sems using existing ./ngcp-sems_1.6.0~20140516~eaa616.orig.tar.gz
| dpkg-source: error: cannot represent change to core/compat/getarch: binary file contents changed
| dpkg-source: error: add core/compat/getarch in debian/source/include-binaries if you want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to core/compat/getos: binary file contents changed
| dpkg-source: error: add core/compat/getos in debian/source/include-binaries if you want to store the modified binary in the debian tarball
| dpkg-source: error: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b ngcp-sems-1.6.0~20140516~eaa616 gave error exit status 2
Addressing:
| E: ngcp-sems-libsems1-dev: unstripped-binary-or-object usr/include/sems/compat/getarch
| E: ngcp-sems-libsems1-dev: unstripped-binary-or-object usr/include/sems/compat/getos
dh_strip doesn't work as reliable as lintian (e.g.
see #35733 and #468333 in Debian's BTS), so instruct
debian/rules to explicitly strip those files.