Source: libcdk5 Version: 5.0.20161210-5 Severity: minor Tags: patch One symbol is missing from debian/libcdk5.symbols, leading to a warning from dpkg-gensymbols seen in the build logs. According to the CHANGES file it was added on 2016/11/19, so I have chosen 5.0.20161120 as the minimal version, as for the other symbols. See the attached patch.
-- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 4.15.7-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff --git a/debian/libcdk5.symbols b/debian/libcdk5.symbols index 962abd4..8360177 100644 --- a/debian/libcdk5.symbols +++ b/debian/libcdk5.symbols @@ -306,6 +306,7 @@ libcdk.so.5 libcdk5 #MINVER# positionCDKButton@Base 5.0.20161120 positionCDKObject@Base 5.0.20161120 raiseCDKObject@Base 5.0.20161120 + reRegisterCDKObject@Base 5.0.20161120 readFile@Base 5.0.20161120 refreshCDKScreen@Base 5.0.20161120 refreshCDKWindow@Base 5.0.20161120