Source: swtpm Version: 0.7.1-1.3 Severity: minor Tags: trixie sid ftbfs User: [email protected] Usertags: ftbfs-sab-20230813 ftbfs-source-after-build User: [email protected] Usertags: qa-doublebuild
Hi, This package fails to build a source package after a successful build (dpkg-buildpackage ; dpkg-buildpackage -S). This is probably a clear violation of Debian Policy section 4.9 (clean target), but this is filed as severity:minor for now, because a discussion on debian-devel showed that we might want to revisit the requirement of a working 'clean' target. More information about this class of issues, included common problems and solutions, is available at https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild Relevant part of the build log: > cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env > -us -uc -rfakeroot -S > ----------------------------------------------------------------------------------------------------------------- > > dpkg-buildpackage: info: source package swtpm > dpkg-buildpackage: info: source version 0.7.1-1.3 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Bastian Germann <[email protected]> > dpkg-source --before-build . > debian/rules clean > dh clean > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in include > make[2]: Entering directory '/<<PKGBUILDDIR>>/include' > Making distclean in swtpm > make[3]: Entering directory '/<<PKGBUILDDIR>>/include/swtpm' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/include/swtpm' > make[3]: Entering directory '/<<PKGBUILDDIR>>/include' > rm -rf .libs _libs > rm -f *.lo > test -z "swtpm.h" || rm -f swtpm.h > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > make[3]: Leaving directory '/<<PKGBUILDDIR>>/include' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/include' > Making distclean in man > make[2]: Entering directory '/<<PKGBUILDDIR>>/man' > Making distclean in man3 > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/man3' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/man3' > Making distclean in man5 > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/man5' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/man5' > Making distclean in man8 > make[3]: Entering directory '/<<PKGBUILDDIR>>/man/man8' > test -z "swtpm.8 swtpm_bios.8 swtpm_cert.8 swtpm_ioctl.8 swtpm_localca.8 > swtpm_setup.8 swtpm-create-tpmca.8 " || rm -f swtpm.8 swtpm_bios.8 > swtpm_cert.8 swtpm_ioctl.8 swtpm_localca.8 swtpm_setup.8 swtpm-create-tpmca.8 > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man/man8' > make[3]: Entering directory '/<<PKGBUILDDIR>>/man' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > make[3]: Leaving directory '/<<PKGBUILDDIR>>/man' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/man' > Making distclean in samples > make[2]: Entering directory '/<<PKGBUILDDIR>>/samples' > rm -rf .libs _libs > rm -f *.lo > test -z "swtpm-localca.conf swtpm-create-user-config-files swtpm_setup.conf > swtpm-localca" || rm -f swtpm-localca.conf swtpm-create-user-config-files > swtpm_setup.conf swtpm-localca > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/samples' > Making distclean in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > Making distclean in utils > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/utils' > rm -rf .libs _libs > test -z "libswtpm_utils.la" || rm -f libswtpm_utils.la > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./.deps/libswtpm_utils_la-swtpm_utils.Plo > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/utils' > Making distclean in swtpm > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm' > test -z "*.gcno *.gcda *.gcov" || rm -f *.gcno *.gcda *.gcov > rm -rf .libs _libs > test -z "libswtpm_libtpms.la" || rm -f libswtpm_libtpms.la > rm -f *.o > rm -f swtpm > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./so_locations > rm -f ./.deps/libswtpm_libtpms_la-capabilities.Plo > rm -f ./.deps/libswtpm_libtpms_la-common.Plo > rm -f ./.deps/libswtpm_libtpms_la-ctrlchannel.Plo > rm -f ./.deps/libswtpm_libtpms_la-key.Plo > rm -f ./.deps/libswtpm_libtpms_la-logging.Plo > rm -f ./.deps/libswtpm_libtpms_la-mainloop.Plo > rm -f ./.deps/libswtpm_libtpms_la-options.Plo > rm -f ./.deps/libswtpm_libtpms_la-pidfile.Plo > rm -f ./.deps/libswtpm_libtpms_la-seccomp_profile.Plo > rm -f ./.deps/libswtpm_libtpms_la-server.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_aes.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_debug.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_io.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_nvstore.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_nvstore_dir.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_nvstore_linear.Plo > rm -f ./.deps/libswtpm_libtpms_la-swtpm_nvstore_linear_file.Plo > rm -f ./.deps/libswtpm_libtpms_la-threadpool.Plo > rm -f ./.deps/libswtpm_libtpms_la-tlv.Plo > rm -f ./.deps/libswtpm_libtpms_la-tpmlib.Plo > rm -f ./.deps/libswtpm_libtpms_la-tpmstate.Plo > rm -f ./.deps/libswtpm_libtpms_la-utils.Plo > rm -f ./.deps/swtpm-cuse_tpm.Po > rm -f ./.deps/swtpm-daemonize.Po > rm -f ./.deps/swtpm-main.Po > rm -f ./.deps/swtpm-swtpm.Po > rm -f ./.deps/swtpm-swtpm_chardev.Po > rm -f ./.deps/swtpm_cuse-cuse_tpm.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm' > Making distclean in swtpm_bios > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm_bios' > test -z "*.gcno *.gcda *.gcov" || rm -f *.gcno *.gcda *.gcov > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f swtpm_bios > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./.deps/swtpm_bios-tpm_bios.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm_bios' > Making distclean in swtpm_cert > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm_cert' > test -z "*.gcno *.gcda *.gcov" || rm -f *.gcno *.gcda *.gcov > rm -rf .libs _libs > rm -f swtpm_cert > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./.deps/swtpm_cert-ek-cert.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm_cert' > Making distclean in swtpm_ioctl > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm_ioctl' > test -z "*.gcno *.gcda *.gcov" || rm -f *.gcno *.gcda *.gcov > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f swtpm_ioctl > rm -f *.tab.c > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./.deps/swtpm_ioctl-tpm_ioctl.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm_ioctl' > Making distclean in swtpm_localca > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm_localca' > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "swtpm_localca_conf.h" || rm -f swtpm_localca_conf.h > rm -f swtpm_localca > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > rm -f ./.deps/swtpm_localca-swtpm_localca.Po > rm -f ./.deps/swtpm_localca-swtpm_localca_utils.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm_localca' > Making distclean in swtpm_setup > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/swtpm_setup' > test -z "*.gcno *.gcda *.gcov" || rm -f *.gcno *.gcda *.gcov > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "swtpm_setup_conf.h" || rm -f swtpm_setup_conf.h > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f swtpm_setup > test . = "." || test -z "" || rm -f > rm -f ./.deps/swtpm_setup-swtpm.Po > rm -f ./.deps/swtpm_setup-swtpm_backend_dir.Po > rm -f ./.deps/swtpm_setup-swtpm_backend_file.Po > rm -f ./.deps/swtpm_setup-swtpm_setup.Po > rm -f ./.deps/swtpm_setup-swtpm_setup_utils.Po > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/swtpm_setup' > Making distclean in selinux > make[3]: Entering directory '/<<PKGBUILDDIR>>/src/selinux' > test -z "*.pp *.pp.bz2" || rm -f *.pp *.pp.bz2 > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/selinux' > make[3]: Entering directory '/<<PKGBUILDDIR>>/src' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > test . = "." || test -z "" || rm -f > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making distclean in tests > make[2]: Entering directory '/<<PKGBUILDDIR>>/tests' > rm -rf .libs _libs > test -z "test_vtpm_proxy.log test_tpm2_vtpm_proxy.log test_commandline.log > test_ctrlchannel.log test_ctrlchannel2.log test_ctrlchannel3.log > test_ctrlchannel4.log test_encrypted_state.log test_getcap.log > test_hashing.log test_hashing2.log test_init.log test_locality.log > test_migration_key.log test_parameters.log test_resume_volatile.log > test_save_load_encrypted_state.log test_save_load_state.log > test_setbuffersize.log test_volatilestate.log test_swtpm_bios.log > test_tpm_probe.log test_tpm12.log test_wrongorder.log > test_print_capabilities.log test_print_states.log > test_swtpm_setup_overwrite.log test_swtpm_setup_file_backend.log > test_swtpm_setup_misc.log test_tpm2_ctrlchannel2.log > test_tpm2_derived_keys.log test_tpm2_encrypted_state.log test_tpm2_init.log > test_tpm2_file_permissions.log test_tpm2_getcap.log > test_tpm2_locality.log test_tpm2_hashing.log test_tpm2_hashing2.log > test_tpm2_hashing3.log test_tpm2_migration_key.log > test_tpm2_partial_reads.log test_tpm2_print_capabilities.log > test_tpm2_print_states.log test_tpm2_resume_volatile.log > test_tpm2_savestate.log test_tpm2_save_load_encrypted_state.log > test_tpm2_save_load_state.log test_tpm2_save_load_state_2.log > test_tpm2_save_load_state_2_linear.log test_tpm2_save_load_state_2_block.log > test_tpm2_save_load_state_3.log test_tpm2_save_load_state_da_timeout.log > test_tpm2_setbuffersize.log test_tpm2_volatilestate.log > test_tpm2_wrongorder.log test_tpm2_probe.log test_tpm2_swtpm_bios.log > test_tpm2_ibmtss2.log test_tpm2_swtpm_setup_overwrite.log > test_samples_create_tpmca.log test_swtpm_cert.log > test_swtpm_setup_create_cert.log test_tpm2_parameters.log > test_tpm2_swtpm_cert.log test_tpm2_swtpm_cert_ecc.log > test_tpm2_swtpm_localca.log test_tpm2_swtpm_localca_pkcs11.log > test_tpm2_swtpm_setup_create_cert.log" || rm -f test_vtpm_proxy.log > test_tpm2_vtpm_proxy.log test_commandline.log test_ctrlchannel.log > test_ctrlchannel2.log test_ctrlchannel3.log test_ctrlchannel4.log > test_encrypted_state.log test_getcap.log test_hashing.log test_hashing2.log > test_init.log test_locality.log test_migration_key.log test_parameters.log > test_resume_volatile.log test_save_load_encrypted_state.log > test_save_load_state.log test_setbuffersize.log test_volatilestate.log > test_swtpm_bios.log test_tpm_probe.log test_tpm12.log test_wrongorder.log > test_print_capabilities.log test_print_states.log > test_swtpm_setup_overwrite.log test_swtpm_setup_file_backend.log > test_swtpm_setup_misc.log > test_tpm2_ctrlchannel2.log test_tpm2_derived_keys.log > test_tpm2_encrypted_state.log test_tpm2_init.log > test_tpm2_file_permissions.log test_tpm2_getcap.log test_tpm2_locality.log > test_tpm2_hashing.log test_tpm2_hashing2.log test_tpm2_hashing3.log > test_tpm2_migration_key.log test_tpm2_partial_reads.log > test_tpm2_print_capabilities.log test_tpm2_print_states.log > test_tpm2_resume_volatile.log test_tpm2_savestate.log > test_tpm2_save_load_encrypted_state.log test_tpm2_save_load_state.log > test_tpm2_save_load_state_2.log test_tpm2_save_load_state_2_linear.log > test_tpm2_save_load_state_2_block.log test_tpm2_save_load_state_3.log > test_tpm2_save_load_state_da_timeout.log test_tpm2_setbuffersize.log > test_tpm2_volatilestate.log test_tpm2_wrongorder.log test_tpm2_probe.log > test_tpm2_swtpm_bios.log test_tpm2_ibmtss2.log > test_tpm2_swtpm_setup_overwrite.log test_samples_create_tpmca.log > test_swtpm_cert.log test_swtpm_setup_create_cert.log test_tpm2_parameters.log > test_tpm2_swtpm_cert.log test_tpm2_swtpm_cert_ecc.log > test_tpm2_swtpm_localca.log test_tpm2_swtpm_localca_pkcs11.log > test_tpm2_swtpm_setup_create_cert.log > rm -f *.lo > test -z "test_config" || rm -f test_config > test . = "." || test -z "" || rm -f > test -z "test_vtpm_proxy.trs test_tpm2_vtpm_proxy.trs test_commandline.trs > test_ctrlchannel.trs test_ctrlchannel2.trs test_ctrlchannel3.trs > test_ctrlchannel4.trs test_encrypted_state.trs test_getcap.trs > test_hashing.trs test_hashing2.trs test_init.trs test_locality.trs > test_migration_key.trs test_parameters.trs test_resume_volatile.trs > test_save_load_encrypted_state.trs test_save_load_state.trs > test_setbuffersize.trs test_volatilestate.trs test_swtpm_bios.trs > test_tpm_probe.trs test_tpm12.trs test_wrongorder.trs > test_print_capabilities.trs test_print_states.trs > test_swtpm_setup_overwrite.trs test_swtpm_setup_file_backend.trs > test_swtpm_setup_misc.trs test_tpm2_ctrlchannel2.trs > test_tpm2_derived_keys.trs test_tpm2_encrypted_state.trs test_tpm2_init.trs > test_tpm2_file_permissions.trs test_tpm2_getcap.trs > test_tpm2_locality.trs test_tpm2_hashing.trs test_tpm2_hashing2.trs > test_tpm2_hashing3.trs test_tpm2_migration_key.trs > test_tpm2_partial_reads.trs test_tpm2_print_capabilities.trs > test_tpm2_print_states.trs test_tpm2_resume_volatile.trs > test_tpm2_savestate.trs test_tpm2_save_load_encrypted_state.trs > test_tpm2_save_load_state.trs test_tpm2_save_load_state_2.trs > test_tpm2_save_load_state_2_linear.trs test_tpm2_save_load_state_2_block.trs > test_tpm2_save_load_state_3.trs test_tpm2_save_load_state_da_timeout.trs > test_tpm2_setbuffersize.trs test_tpm2_volatilestate.trs > test_tpm2_wrongorder.trs test_tpm2_probe.trs test_tpm2_swtpm_bios.trs > test_tpm2_ibmtss2.trs test_tpm2_swtpm_setup_overwrite.trs > test_samples_create_tpmca.trs test_swtpm_cert.trs > test_swtpm_setup_create_cert.trs test_tpm2_parameters.trs > test_tpm2_swtpm_cert.trs test_tpm2_swtpm_cert_ecc.trs > test_tpm2_swtpm_localca.trs test_tpm2_swtpm_localca_pkcs11.trs > test_tpm2_swtpm_setup_create_cert.trs" || rm -f test_vtpm_proxy.trs > test_tpm2_vtpm_proxy.trs test_commandline.trs test_ctrlchannel.trs > test_ctrlchannel2.trs test_ctrlchannel3.trs test_ctrlchannel4.trs > test_encrypted_state.trs test_getcap.trs test_hashing.trs test_hashing2.trs > test_init.trs test_locality.trs test_migration_key.trs test_parameters.trs > test_resume_volatile.trs test_save_load_encrypted_state.trs > test_save_load_state.trs test_setbuffersize.trs test_volatilestate.trs > test_swtpm_bios.trs test_tpm_probe.trs test_tpm12.trs test_wrongorder.trs > test_print_capabilities.trs test_print_states.trs > test_swtpm_setup_overwrite.trs test_swtpm_setup_file_backend.trs > test_swtpm_setup_misc.trs > test_tpm2_ctrlchannel2.trs test_tpm2_derived_keys.trs > test_tpm2_encrypted_state.trs test_tpm2_init.trs > test_tpm2_file_permissions.trs test_tpm2_getcap.trs test_tpm2_locality.trs > test_tpm2_hashing.trs test_tpm2_hashing2.trs test_tpm2_hashing3.trs > test_tpm2_migration_key.trs test_tpm2_partial_reads.trs > test_tpm2_print_capabilities.trs test_tpm2_print_states.trs > test_tpm2_resume_volatile.trs test_tpm2_savestate.trs > test_tpm2_save_load_encrypted_state.trs test_tpm2_save_load_state.trs > test_tpm2_save_load_state_2.trs test_tpm2_save_load_state_2_linear.trs > test_tpm2_save_load_state_2_block.trs test_tpm2_save_load_state_3.trs > test_tpm2_save_load_state_da_timeout.trs test_tpm2_setbuffersize.trs > test_tpm2_volatilestate.trs test_tpm2_wrongorder.trs test_tpm2_probe.trs > test_tpm2_swtpm_bios.trs test_tpm2_ibmtss2.trs > test_tpm2_swtpm_setup_overwrite.trs test_samples_create_tpmca.trs > test_swtpm_cert.trs test_swtpm_setup_create_cert.trs test_tpm2_parameters.trs > test_tpm2_swtpm_cert.trs test_tpm2_swtpm_cert_ecc.trs > test_tpm2_swtpm_localca.trs test_tpm2_swtpm_localca_pkcs11.trs > test_tpm2_swtpm_setup_create_cert.trs > test -z "test-suite.log" || rm -f test-suite.log > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "debian/swtpm-tools.postinst swtpm.spec" || rm -f > debian/swtpm-tools.postinst swtpm.spec > rm -f config.h stamp-h1 > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > test . = "." || test -z "" || rm -f > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean > debian/rules override_dh_clean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_clean --exclude=man/man8/swtpm-localca.8 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building swtpm using existing ./swtpm_0.7.1.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: warning: ignoring deletion of file swtpm.spec, use > --include-removal to override > dpkg-source: info: local changes detected, the modified files are: > swtpm-0.7.1/man/man5/swtpm-localca.conf.5 > swtpm-0.7.1/man/man5/swtpm-localca.options.5 > swtpm-0.7.1/man/man5/swtpm_setup.conf.5 > dpkg-source: error: aborting due to unexpected upstream changes, see > /tmp/swtpm_0.7.1-1.3.diff.XkCJQ9 > dpkg-source: info: Hint: make sure the version in debian/changelog matches > the unpacked source tree > dpkg-source: info: you can integrate the local changes with dpkg-source > --commit > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2 > > E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage > --sanitize-env -us -uc -rfakeroot -S' failed to run. The full build log is available from: http://qa-logs.debian.net/2023/08/13/swtpm_0.7.1-1.3_unstable.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.

