Add missing dependencies, so that we can properly test everything. And
remove the override to disable testing during the package build.
Change-Id: I298a09af6c91ad27cffd740d35c5f211bbb20000
- the stats come from the perl URI module, which tries to require an
"implementor" for URIs with the "ngcp:" scheme
- such does not exist, so one solution is to add a dumm
yimplementationidentical to URI::_foreign
- after looking at the URI module, it turned out there is already a
built-in logic to prevent repeated require attempts
- it turned out there is a bug with this part, which can be fixed in
upstream code by inserting below line 140 of URI.pm v '1.71:
$uri_require_attempted{$ic} = 1;
- until this is fixed in the upstream code of the module, this is a
workaround in Data::HAL, which will effectively address the symptoms
- a testcase to verify the ngcp api response was used during debugging,
also added to Data::HAL testsuite
Change-Id: I84a7b38b79d2fe191fdd798b46b043f8540fb29a
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Bump source format to 3.0 (native).
- Wrap and sort debian/control fields.
- Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
- Update package description.
- Update copyright years.
- Use canonical debian/copyright file Format URL.
- Fix Upstrem-Contact field in debian/copyright.
- Merge Files stanzas for the same license in debian/copyright.
- Move license location in filesystem into a Comment field.
- Use proper balanced quotes in debian/copyright.
- Remove obsolete patch to declare the minimal Module::Build version,
because that is satisfied already in oldstable (wheezy).
- Coalesce Michael Prokop's copyright into Sipwise GmbH as the correct
holder.
Change-Id: Id03269db877bf424f257f9c2d4150d6ce5b4c801
tests made in 'docker run' create files with 'root' owner and ws-cleanup
plugin can't delete them after. Fixing umask here to allow files
deletion.
Change-Id: Ia9b03983d174a1546631f5b42e605235809711ef