Version in base suite: 1.4.3-13 Base version: cpu_1.4.3-13 Target version: cpu_1.4.3-14~deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/cpu/cpu_1.4.3-13.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/cpu/cpu_1.4.3-14~deb12u1.dsc changelog | 15 +++++++++++++++ gbp.conf | 2 ++ patches/14_use-extern.patch | 16 ++++++++++++++-- tests/control | 8 ++++++++ 4 files changed, 39 insertions(+), 2 deletions(-) diff -Nru cpu-1.4.3/debian/changelog cpu-1.4.3/debian/changelog --- cpu-1.4.3/debian/changelog 2020-07-10 20:12:27.000000000 +0000 +++ cpu-1.4.3/debian/changelog 2024-03-25 20:37:56.000000000 +0000 @@ -1,3 +1,18 @@ +cpu (1.4.3-14~deb12u1) bookworm; urgency=medium + + * QA upload. + * Rebuild or bookworm. + + -- Andreas Beckmann Mon, 25 Mar 2024 21:37:56 +0100 + +cpu (1.4.3-14) unstable; urgency=medium + + * QA upload. + * Actually provide a definition of globalLdap. (Closes: #1067439) + * Add smoke test. + + -- Andreas Beckmann Sat, 23 Mar 2024 14:39:06 +0100 + cpu (1.4.3-13) unstable; urgency=medium * QA upload. diff -Nru cpu-1.4.3/debian/gbp.conf cpu-1.4.3/debian/gbp.conf --- cpu-1.4.3/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ cpu-1.4.3/debian/gbp.conf 2024-03-25 20:37:56.000000000 +0000 @@ -0,0 +1,2 @@ +[DEFAULT] +debian-branch = main diff -Nru cpu-1.4.3/debian/patches/14_use-extern.patch cpu-1.4.3/debian/patches/14_use-extern.patch --- cpu-1.4.3/debian/patches/14_use-extern.patch 2020-07-10 19:56:20.000000000 +0000 +++ cpu-1.4.3/debian/patches/14_use-extern.patch 2024-03-25 20:37:56.000000000 +0000 @@ -1,10 +1,11 @@ Description: Fix ftbfs with GCC-10 Bug-Debian: https://bugs.debian.org/957106 +Bug-Debian: https://bugs.debian.org/1067439 --- ---- cpu-1.4.3.orig/src/include/plugins/ldap/ldap.h -+++ cpu-1.4.3/src/include/plugins/ldap/ldap.h +--- a/src/include/plugins/ldap/ldap.h ++++ b/src/include/plugins/ldap/ldap.h @@ -106,7 +106,7 @@ typedef struct CPU_ldap { Parser * parse; } CPU_ldap; @@ -14,3 +15,14 @@ int parseCommand(int argc, char *argv[]); void printHelp(int op); +--- a/src/plugins/ldap/ldap.c ++++ b/src/plugins/ldap/ldap.c +@@ -26,6 +26,8 @@ + #include + #include "plugins/ldap/ldap.h" + ++CPU_ldap * globalLdap; ++ + int verbose; + int operation; + diff -Nru cpu-1.4.3/debian/tests/control cpu-1.4.3/debian/tests/control --- cpu-1.4.3/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ cpu-1.4.3/debian/tests/control 2024-03-25 20:37:56.000000000 +0000 @@ -0,0 +1,8 @@ +Test-Command: /usr/sbin/cpu || /usr/sbin/cpu 2>&1 | grep ^usage: +Features: test-name=smoketest +Depends: + cpu, +Restrictions: + superficial, + needs-root, + allow-stderr,