Generate and patch them on every build to make sure we use the latest
versions and compile from actual source.
This has the effect of updating the ASN1C code we are using to the
latest version available in the Debian release used.
Change-Id: If48392226e4f783c3a0fb64816e8109f2952c410
This makes it easier to control what symbols require what version in a
more fine grained way, even though we pretty much force wholesale system
upgrades, but also helps tracking symbols additions and removals.
Change-Id: Ie787d4bfcb7fb47b361e81a2e9a9e3a9a41cf1e2
These are data types and symbols for which we do not have any control
over their API/ABI guarantees and means we cannot update to newer
ASN1C versions w/o continuously bumping the SONAME. Stop exposing them
as part of our public interface, which requires a SONAME bump as this
is an API and ABI breaking change.
Add a version script to control the ABI that we expose.
Change-Id: I4077da7b47bb48007a17027215ca33bfb201a3b7
- Bump Standards-Version to 3.9.8.
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Canonicalize Homepage URL.
- Wrap and sort dependency fields.
- New debian/.gitignore file.
Change-Id: I2b7e80fad69cff2e8a3b993131069368ccd51dde
> E: ngcp-libtcap0: package-must-activate-ldconfig-trigger usr/lib/libtcap.so.0
>
> N: The package installs shared libraries in a directory controlled by the
> N: dynamic library loader. Therefore, the package must trigger libc's
> N: "ldconfig" trigger to ensure the ldconfig cache is updated.
> N:
> N: This should be done via a activate-noawait ldconfig trigger. With
> N: debhelper it is usually sufficient to simply add that line to
> N: debian/<package>.triggers.
> N:
> N: Refer to Debian Policy Manual section 8.1.1 (ldconfig) and
> N: https://lists.debian.org/debian-devel/2015/08/msg00412.html for details.
> N:
> N: Severity: serious, Certainty: certain
> N:
> N: Check: shared-libs, Type: binary, udeb
Change-Id: Ia6c28196e0f4500d0c4a5a601f78dd0f913761ce