- Update debian/.gitignore file.
- Switch to automatic debug symbol packages.
- Let debhelper handle DEB_BUILD_OPTIONS by itself.
- Do not specify init script runlevels, we use the LSB metadata instead.
Change-Id: I77aab74becf0dedc5922ba7f7c3489c6793495d3
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Canonicalize Homepage URL.
- New debian/.gitignore file.
Change-Id: I41785c6cfafb71b4f012e8bbcc91f6202dadc131
This is the Kaspch specification for LNP. This is
asynchronous so We've added some pv command helper
functions in order to copy $var -> $xavp and
$xavp -> $var
upstream/pv-pv_var_to_xavp.patch was merged upstream at
https://github.com/kamailio/kamailio/pull/309
upstream/pv-pv-xavp_to_var.patch was merged upstream at
https://github.com/kamailio/kamailio/pull/316
upstream/pv-pv_xavp_to_var.patch was merged upstream at
https://github.com/kamailio/kamailio/pull/320
tcap: added inap_extract_var() in order to get the info
from a var. Info needs to be a binary string in hexadecimal
NO SPACES!!
Change-Id: I346c98a877085feeeff3ca49d3625304dfe5e344
Since we invoke the ngcp-virt-identify command (see commit
d3001c9e7a which introduced the according Pre-Dependency)
only in the init scripts it's ought to be enough to depend on
the ngcp-system-tools-* package.
Change-Id: Ie88bb50730a4694a565a4cd80ef0d0c1dc5bcf5e
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. :)