Currently ngcp-services-ce fails to install on Debian/squeeze
for release-trunk-squeeze because of:
| # apt-get install ngcp-services-ce
| [...]
| The following packages have unmet dependencies:
| ngcp-services-ce : Depends: kamailio-mysql-modules but it is not going to be installed
| Depends: mysql-client or
| percona-server-client-5.1 but it is not going to be installed
| Depends: mysql-server or
| percona-server-server-5.1 but it is not going to be installed
I might be totally wrong but I don't see any reason why it should
fail besides apt not being able to fully resolve the percona
packages as valid mysql-client package:
| # apt-cache show percona-server-client-5.1 | grep Provides
| Provides: mysql-client
since:
| # apt-get install ngcp-services-ce percona-server-client-5.1 percona-server-server-5.1
just works™. :-/
So at least give it a try before we dig deeper into apt's
resolver...
Let's see whether this solves:
| MAIN_NAME=kamailio ./sip-router_cert.sh -d /tmp/buildd/kamailio-3.3+ngcp2.8.0+0~1367239454.423+wheezy~1.gbp8b35cf/debian/kamailio-tls-modules/etc/kamailio/
| Could not find openssl command
The symlink debian causes git log to fail in git-dch calls:
| gbp:debug: ['git', 'log', '--pretty=format:%H', '-1', '--', 'debian/changelog']
So finally get rid of this wrong thing. :)