Bug#1063323: libiw30t64: file loss due to /usr-move (DEP17)
On Tue, Feb 06, 2024 at 07:42:49AM +0100, Helmut Grohne wrote: > I'm attaching a patch for your convenience. I consider that libiw30 is > not as central as other packages and hence propose employing Conflicts > here. Conflicts allow removing the protective diversion in trixie's > postinst rather than forky's postinst already. Steve made me aware that such Conflicts and Breaks should be versioned as they may otherwise interact with Provides and multiarch. Updated patch attached. Helmut diff --minimal -Nru wireless-tools-30~pre9/debian/changelog wireless-tools-30~pre9/debian/changelog --- wireless-tools-30~pre9/debian/changelog 2024-02-04 21:34:45.0 +0100 +++ wireless-tools-30~pre9/debian/changelog 2024-02-06 07:33:48.0 +0100 @@ -1,3 +1,9 @@ +wireless-tools (30~pre9-16.1~exp2) UNRELEASED; urgency=medium + + * Fix /usr-move file loss. (Closes: #-1) + + -- Helmut Grohne Tue, 06 Feb 2024 07:33:48 +0100 + wireless-tools (30~pre9-16.1~exp1) experimental; urgency=medium * Non-maintainer upload. diff --minimal -Nru wireless-tools-30~pre9/debian/clean wireless-tools-30~pre9/debian/clean --- wireless-tools-30~pre9/debian/clean 1970-01-01 01:00:00.0 +0100 +++ wireless-tools-30~pre9/debian/clean 2024-02-06 07:33:30.0 +0100 @@ -0,0 +1,2 @@ +debian/libiw30t64.preinst +debian/libiw30t64.postinst diff --minimal -Nru wireless-tools-30~pre9/debian/control wireless-tools-30~pre9/debian/control --- wireless-tools-30~pre9/debian/control 2024-02-04 21:34:45.0 +0100 +++ wireless-tools-30~pre9/debian/control 2024-02-06 07:31:36.0 +0100 @@ -31,8 +31,7 @@ Package: libiw30t64 Provides: ${t64:Provides} -Replaces: libiw30 -Breaks: libiw30 (<< ${source:Version}) +Conflicts: libiw30 (<< ${source:Version}) Section: libs Architecture: linux-any Multi-Arch: same diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides --- wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides 2024-02-04 21:34:45.0 +0100 +++ wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides 2024-02-06 07:33:48.0 +0100 @@ -1 +1,5 @@ libiw30t64: package-name-doesnt-match-sonames libiw30 +# begin-remove-after: released:trixie +# DEP17 protective diversion +diversion-for-unknown-file lib/x86_64-linux-gnu/libiw.so.30 [preinst:*] +# end-remove-after diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.postinst.in wireless-tools-30~pre9/debian/libiw30t64.postinst.in --- wireless-tools-30~pre9/debian/libiw30t64.postinst.in1970-01-01 01:00:00.0 +0100 +++ wireless-tools-30~pre9/debian/libiw30t64.postinst.in2024-02-06 07:29:28.0 +0100 @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +# begin-remove-after: released:trixie +if [ "$1" = configure ]; then + dpkg-divert --package libiw30t64 --no-rename --remove --divert "/lib/#DEB_HOST_MULTIARCH#/libiw.so.30.usr-is-merged" "/lib/#DEB_HOST_MULTIARCH#/libiw.so.30" +fi +# end-remove-after + +#DEBHELPER# + +exit 0 diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.preinst.in wireless-tools-30~pre9/debian/libiw30t64.preinst.in --- wireless-tools-30~pre9/debian/libiw30t64.preinst.in 1970-01-01 01:00:00.0 +0100 +++ wireless-tools-30~pre9/debian/libiw30t64.preinst.in 2024-02-06 07:29:30.0 +0100 @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +# begin-remove-after: released:trixie +if [ "$1" = install ]; then + dpkg-divert --package libiw30t64 --no-rename --add --divert "/lib/#DEB_HOST_MULTIARCH#/libiw.so.30.usr-is-merged" "/lib/#DEB_HOST_MULTIARCH#/libiw.so.30" +fi +# end-remove-after + +#DEBHELPER# + +exit 0 diff --minimal -Nru wireless-tools-30~pre9/debian/rules wireless-tools-30~pre9/debian/rules --- wireless-tools-30~pre9/debian/rules 2023-11-28 01:03:11.0 +0100 +++ wireless-tools-30~pre9/debian/rules 2024-02-06 07:33:39.0 +0100 @@ -19,3 +19,8 @@ override_dh_installudev: dh_installudev --priority=19 + +debian/%:debian/%.in + sed -e 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/g' $< > $@ + +execute_before_dh_installdeb:debian/libiw30t64.preinst debian/libiw30t64.postinst
Processing of pdfkit_1.0.0-3_source.changes
pdfkit_1.0.0-3_source.changes uploaded successfully to localhost along with the files: pdfkit_1.0.0-3.dsc pdfkit_1.0.0-3.debian.tar.xz pdfkit_1.0.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
pdfkit_1.0.0-3_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 06 Feb 2024 09:04:06 -0500 Source: pdfkit Architecture: source Version: 1.0.0-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Scott Kitterman Closes: 1046981 Changes: pdfkit (1.0.0-3) unstable; urgency=medium . * Orphan the package, see #1063348 - Remove myself from uploaders and update maintainer to Debian QA Group - Update Vcs-* to Debian group * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to local changes (python package metadata regeneration) (Closes: #1046981) * Add python3-distutils to Build-Depends Checksums-Sha1: da9c9dcdb4018d59d5a52eb5e31a9eb0482309a5 1891 pdfkit_1.0.0-3.dsc fe8e17eae386c6768efde0f39c2f41978b0c3fe3 2876 pdfkit_1.0.0-3.debian.tar.xz ae49a37af88e3a569a6001c6119b8fd7464c0b4b 6533 pdfkit_1.0.0-3_source.buildinfo Checksums-Sha256: eecd97529cb8ced7fa48b73f2164c771d2e1c61af1aad62fb6d60bbf374b4f30 1891 pdfkit_1.0.0-3.dsc facfd9e372cad4a158b938e250360291688e922070b50f26f70cd7ade4fe83d3 2876 pdfkit_1.0.0-3.debian.tar.xz 8ab2d0ddb2ba3d30131aa9a6e23331b1d2a7d3be2a5b21c96dd493983a02ab79 6533 pdfkit_1.0.0-3_source.buildinfo Files: 39333a0e877842a04396cba5cd4a5fc1 1891 python optional pdfkit_1.0.0-3.dsc c13a4dcee97cd587b4607cb462f544c1 2876 python optional pdfkit_1.0.0-3.debian.tar.xz 635e6fe34db02e5cb25c5d7740528a1a 6533 python optional pdfkit_1.0.0-3_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmXCPbIACgkQeNfe+5rV mvGqYw//bOEKnlye3q8XPq/jetWR9lGscqcFuYrxSXNSHtE+GFBBbDKbcpSeeVLb AOeWWZLba5fPi2uNSc6kn5vE7Ht4KsBuG30Zfp8YkPS3tyws6G3nc4boiy8atlO8 IKoYzEsKtbQk3eN6gCk5s9zo+AwVPoFcY+opLZdXfVPuvBgp9nHZO217SkpmQ+0o qM4NlCnkHhGSor2xS7HNoZ0fj3CWxuv+gxv/0JygDzufw9WPdzan5yVgvx8EUEom SjRyvdX7PvvQHnYUUphPtb6QZMvHrx2jfq+P8q4+kw8MxkWdWcvjZIxzy2VDFZhA kIoIJINKZgAivW6VIv7wZ9iLtoSr//slwB81mSpHjXrSLmjEHt7phdyHqD6twNkv ux7A89WcnPhyOCP9jahARI89SqrvHpxcdJAIs9aAr2CXXVYplxb28pp1wFWkoT8p KLvUPnxL9LEA/5P9xpTnGOlXgOGQENx/4AxowW8IRFdHi5t0pE1gGG+aP1rsKpWm XKOAg8iUFh1WDumJj/VQUOGL2EBB/86HhKfZXiKbKm1HcJz7RrQhexNRHXwnKGOa J+9iy2hJ2+ajADiF9AaJMeTarWmWAmCVxsiAhJ5n/NKRgY03lOW94up22OVgSF79 ACQ6bhMPT2oApwtordo6c/lnzfTIrVXHtjYseOdV9vmeIGi3iXY= =sE67 -END PGP SIGNATURE-
Bug#1051010: lwm: please set XDG_CURRENT_DESKTOP and use it to configure xdg-desktop-portal
So I have been reading up on flatpak documentation: https://docs.flatpak.org/en/latest/ Reading this it is clear that at least for the moment flatbox sandboxing is more of a line in the sand than the Berlin wall. This explains why the portals config is so hard to test. I attach the two necessary files. I don't know how to test any further and I cannot progress the bug report any more without salsa access. The idea behind the portal file is that lwm would try to use any portal available. I am very certain no new dependencies should be added. I would expect users of lwm are unlikely to be interested in portals and unlikely to have the the xdg-dekstop-portal process running. That said I do think the package should do its best to support users who do want to use flatpak so long as no extra cost to using the package is added. lwm.desktop Description: application/desktop [preferred] default=*
Processed: lwm
Processing commands for cont...@bugs.debian.org: > tags 1051010 + patch confirmed Bug #1051010 [lwm] lwm: please set XDG_CURRENT_DESKTOP and use it to configure xdg-desktop-portal Added tag(s) patch and confirmed. > tags 1031650 + confirmed Bug #1031650 [lwm] lwm: description misspells "include" Added tag(s) confirmed. > End of message, stopping processing here. Please contact me if you need assistance. -- 1031650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031650 1051010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051010 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processing of python-cliapp_1.20180812.1-6_source.changes
python-cliapp_1.20180812.1-6_source.changes uploaded successfully to localhost along with the files: python-cliapp_1.20180812.1-6.dsc python-cliapp_1.20180812.1-6.debian.tar.xz python-cliapp_1.20180812.1-6_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#1061823: marked as done (python-cliapp ftbfs with Python 3.12 as default)
Your message dated Wed, 07 Feb 2024 02:36:02 + with message-id and subject line Bug#1061823: fixed in python-cliapp 1.20180812.1-6 has caused the Debian Bug report #1061823, regarding python-cliapp ftbfs with Python 3.12 as default to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1061823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061823 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:python-cliapp Version: 1.20180812.1-5 Severity: important Tags: sid trixie ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.12 With python3-defaults from experimental, the package fails its autopkg tests: [...] == ERROR: test_exports_all_config_sections_via_as_cp (cliapp.settings_tests.SettingsTests.test_exports_all_config_sections_via_as_cp) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 596, in test_exports_all_config_sections_via_as_cp self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_defaults_with_ini_files (cliapp.settings_tests.SettingsTests.test_handles_defaults_with_ini_files) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 357, in test_handles_defaults_with_ini_files self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_overridden_defaults_with_ini_files (cliapp.settings_tests.SettingsTests.test_handles_overridden_defaults_with_ini_files) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 387, in test_handles_overridden_defaults_with_ini_files self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_values_from_ini_files_overridden_on_command_line (cliapp.settings_tests.SettingsTests.test_handles_values_from_ini_files_overridden_on_command_line) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 419, in test_handles_values_from_ini_files_overridden_on_command_line self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_load_configs_raises_error_for_unknown_variable_in_ini (cliapp.settings_tests.SettingsTests.test_load_configs_raises_error_for_unknown_variable_in_ini) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 451, in test_load_configs_raises_error_for_unknown_variable_in_ini self.assertRaises( File "/usr/lib/python3.12/unittest/case.py", line 780, in assertRaises return context.handle('assertRaises', args, kwargs) File "/usr/lib/python3.12/unittest/case.py", line 238, in handle callable_obj(*args, **kwargs) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigPa
Bug#1061750: marked as done (python-cliapp ftbfs with Python 3.12 as default)
Your message dated Wed, 07 Feb 2024 02:36:02 + with message-id and subject line Bug#1061750: fixed in python-cliapp 1.20180812.1-6 has caused the Debian Bug report #1061750, regarding python-cliapp ftbfs with Python 3.12 as default to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1061750: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061750 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:python-cliapp Version: 1.20180812.1-5 Severity: serious Tags: sid trixie ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.12 With python3-defaults from experimental, the package fails to build: [...] == ERROR: test_exports_all_config_sections_via_as_cp (cliapp.settings_tests.SettingsTests.test_exports_all_config_sections_via_as_cp) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 596, in test_exports_all_config_sections_via_as_cp self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_defaults_with_ini_files (cliapp.settings_tests.SettingsTests.test_handles_defaults_with_ini_files) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 357, in test_handles_defaults_with_ini_files self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_overridden_defaults_with_ini_files (cliapp.settings_tests.SettingsTests.test_handles_overridden_defaults_with_ini_files) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 387, in test_handles_overridden_defaults_with_ini_files self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_handles_values_from_ini_files_overridden_on_command_line (cliapp.settings_tests.SettingsTests.test_handles_values_from_ini_files_overridden_on_command_line) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 419, in test_handles_values_from_ini_files_overridden_on_command_line self.settings.load_configs(open_file=mock_open) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'? == ERROR: test_load_configs_raises_error_for_unknown_variable_in_ini (cliapp.settings_tests.SettingsTests.test_load_configs_raises_error_for_unknown_variable_in_ini) -- Traceback (most recent call last): File "/<>/cliapp/settings_tests.py", line 451, in test_load_configs_raises_error_for_unknown_variable_in_ini self.assertRaises( File "/usr/lib/python3.12/unittest/case.py", line 780, in assertRaises return context.handle('assertRaises', args, kwargs) File "/usr/lib/python3.12/unittest/case.py", line 238, in handle callable_obj(*args, **kwargs) File "/<>/cliapp/settings.py", line 829, in load_configs self._read_ini(pathname, f) File "/<>/cliapp/settings.py", line 838, in _read_ini cp.readfp(f) ^ AttributeError: 'ConfigParser' object
python-cliapp_1.20180812.1-6_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 01:45:23 +0100 Source: python-cliapp Built-For-Profiles: noudeb Architecture: source Version: 1.20180812.1-6 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Matthias Klose Closes: 1061750 1061823 Changes: python-cliapp (1.20180812.1-6) unstable; urgency=medium . * QA upload. * Fix FTBFS with Python 3.12. Closes: #1061750, #1061823. Checksums-Sha1: f9f4ed6374b575f2a872eee6e459acea34ebaaa5 1947 python-cliapp_1.20180812.1-6.dsc 507696e0a09cf7c6adb8dbdc67a94af66ead26fe 5468 python-cliapp_1.20180812.1-6.debian.tar.xz d6784b2f031a921919309e827e64d7af967a1941 7914 python-cliapp_1.20180812.1-6_source.buildinfo Checksums-Sha256: d0bd0b1a5dcfe8c42265f6cca3d26a1d3183320abeb1e48e46ee1defba19 1947 python-cliapp_1.20180812.1-6.dsc e77f8b17a1a30b752fe019403a79dff3c8a2ba4408bced6b8b86306e7f3cd7ca 5468 python-cliapp_1.20180812.1-6.debian.tar.xz d0a4741e42ae0658a56d6238c643a9000f5998015ec8d5e7ed55ba482e05d921 7914 python-cliapp_1.20180812.1-6_source.buildinfo Files: 68c6d1e8eb13906bd89c87448b099733 1947 python optional python-cliapp_1.20180812.1-6.dsc 3398cc50d6ccec13d1ddf455101e1128 5468 python optional python-cliapp_1.20180812.1-6.debian.tar.xz 5d8b9c9d103767b9732e3bccae829a1d 7914 python optional python-cliapp_1.20180812.1-6_source.buildinfo -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmXC01cQHGRva29AZGVi aWFuLm9yZwAKCRC9fqpgd4+m9QsvD/0WqMPXk3iOB7xKGttNNPlwjxLJA4m4qugF +QRHXuquagLQmYpm4u5KzV2wnieyC189vxVc0JJsE/F+URF3Qk7eh3S6qA7rn/bL x0EUiCItDlVzgb1YXWIrvZPtuZp49oMfCLHTrxwZCemIW9usTZdoWqbCeDpSpOuH lAIjMmLHc74MnKFmyw8KEK8JHfT0RzyfeyRIu7KovXCDZvvH8VsHJyemwlj6/RGF a6Q2k+HbnGNPz1Wp1CVo7o0VIaDb9II5M4Vfnsx0/H83cIfA3u7B7XXZ/Fv4+st8 V4ryZx+qgR1gyPphCuYfXX4yZA12YpITBkdQzoYong0u3GVYP/opfhKMliCwpEHl CZVCM0UuwIM79J60I59MoXodo649C8YrRrBLLUszdva3LUUn0U6nt2ZIR2Tfch0K mtVpgQdMKEPV6ZjIk6zgKjC4UUmUDS2tH/Norp4zqshOdK5SOnTaQWMTwsR32/IE DmjCMbp1kSwLj7TR0fzqVUiMCf5XRJtiH4hLcMm0r72wyoOk8Vfk0wfHRFw8N8Cg 3dZ8Cdnj6oMDuE1YCI8t1OjHbfPN7dj3ceH4w3Z+wvkEehQTgV2jBPjti209oBVs DuCwXYPs+gdnWd6UxcwsaUueh0gHCB738rXzCteWhRA6FA/nzP9TVCvj73DDZkrt RxG+u3QZsA== =Mo+G -END PGP SIGNATURE-
cuneiform is marked for autoremoval from testing
cuneiform 1.1.0+dfsg-9 is marked for autoremoval from testing on 2024-02-28 It is affected by these RC bugs: 1061914: cuneiform: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061914 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
libnss-db is marked for autoremoval from testing
libnss-db 2.2.3pre1-9 is marked for autoremoval from testing on 2024-02-14 It is affected by these RC bugs: 1057850: libnss-db: Uses db5.3, no replacement in sight https://bugs.debian.org/1057850 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
tetrinetx is marked for autoremoval from testing
tetrinetx 1.13.16-15 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061866: adns: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061866 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
ruli is marked for autoremoval from testing
ruli 0.36-3 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061866: adns: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061866 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
autopsy is marked for autoremoval from testing
autopsy 2.24-6 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061873: afflib: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061873 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
rafkill is marked for autoremoval from testing
rafkill 1.2.2-7 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061884: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061884 1061990: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061990 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
open-invaders is marked for autoremoval from testing
open-invaders 0.3-8 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061884: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061884 1061990: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061990 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
devil is marked for autoremoval from testing
devil 1.7.8-10 is marked for autoremoval from testing on 2024-03-13 It (build-)depends on packages with these RC bugs: 1061884: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061884 1061990: allegro4.4: NMU diff for 64-bit time_t transition https://bugs.debian.org/1061990 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl
Processing of doodle_0.7.2-8_amd64.changes
doodle_0.7.2-8_amd64.changes uploaded successfully to localhost along with the files: doodle_0.7.2-8.dsc doodle_0.7.2-8.debian.tar.xz doodle_0.7.2-8_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
doodle_0.7.2-8_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:45:17 +0100 Source: doodle Architecture: source Version: 0.7.2-8 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: doodle (0.7.2-8) sid; urgency=medium . * Uploading to sid. * Adding missing dependency to passwd for using groupadd in maintainer scripts. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: 59c225011af6f3716c7fff73488f283861fdfde2 1840 doodle_0.7.2-8.dsc c4294e2283344cc4e0cb74a6b9d4b40c52224b12 39260 doodle_0.7.2-8.debian.tar.xz 5fd74d450cca2c3d3e22bb185c2a9f8f858b612e 7275 doodle_0.7.2-8_amd64.buildinfo Checksums-Sha256: d9bbdd3e6259ad067de2e0e7535fc7495cf091cf10f3850cda45402ee73e5896 1840 doodle_0.7.2-8.dsc ad3d45e28b2854de71b8b9bf23dc63e32a5e092e71b09f9b5f0f091a2f2c4f6a 39260 doodle_0.7.2-8.debian.tar.xz f9124caed10112d6fb52961c06f599abbbaf26e4608e1d613cd5a372696ec2f8 7275 doodle_0.7.2-8_amd64.buildinfo Files: a3220eb551eeca9a32253c980bc48a52 1840 utils optional doodle_0.7.2-8.dsc 4788520b54338be72698903c008d9e34 39260 utils optional doodle_0.7.2-8.debian.tar.xz 356964dc537d22caab33c633ee683c06 7275 utils optional doodle_0.7.2-8_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDGd4ACgkQVc8b+Yar ucdQag/+MoFw/jWb2POszkr6az7cwBzJPaYMASCuH5s0Izk6njvtw/gnrPBJqo3N YKEocNhuVZzR9vv9q3FQLOtAvAQiaiCdKiJ5MOzqrGAGPKGqJGVu9tsk04bcL1+5 lr5Hh22kn5cGDykvqFlfp6RGbp+ZhZGrbnjhzfFbBXV0CTHGm+8bysijKICV8wrD c6+beDc9GyzIG32vBoyHFQ25yZJnUpjxGI072m3zasgPxPw8v8n0oTrMw/jWD+CM pTKjm593TfOB8C2FmZjMXzYdwcSD6S4Ncf7yKSesxLSXJRBtCIo8ljZQBcPAAFh8 TzB4XEbVh21iPKspdX2DaPRDi9D/GHt2zvAPg7z1TTcqjcN4BfZt/EBkJGr+OJfH PQV8vRB2Yn7Zp0UvuogaCgcoN2Umc6Xq/kZAmQJcJWeUUG8I1w7/qcBreamfTqxA 2xhlVOaPWnU8WRTnjlQT3iV3oLQk1+RMTLFjDgeBIZ+OHa3Qi0rB6cSZ32VM8TEs sUrcbmavKdxkvAHTgiLuDJfTaaDi49D0krPu32eBVyb/W0y1Dr6NrUD1m3qAb08R Rt/r2g4wzQm1x10/J4iO0pDIWCCD7NsVNAy9JoRdkObZK7H+WHlJLcmAFjcQzcFU 8V3vpxDtgjREbqzMYce/NOZig2i2rnpFOWsNUda+yW+BNACjCSY= =oh2R -END PGP SIGNATURE-
Processing of libmicrohttpd_1.0.0-2_amd64.changes
libmicrohttpd_1.0.0-2_amd64.changes uploaded successfully to localhost along with the files: libmicrohttpd_1.0.0-2.dsc libmicrohttpd_1.0.0-2.debian.tar.xz libmicrohttpd_1.0.0-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of libextractor-python_0.6-14_amd64.changes
libextractor-python_0.6-14_amd64.changes uploaded successfully to localhost along with the files: libextractor-python_0.6-14.dsc libextractor-python_0.6-14.debian.tar.xz libextractor-python_0.6-14_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of libextractor_1.13-3_amd64.changes
libextractor_1.13-3_amd64.changes uploaded successfully to localhost along with the files: libextractor_1.13-3.dsc libextractor_1.13-3.debian.tar.xz libextractor_1.13-3_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of libextractor-java_1.0.0-7_amd64.changes
libextractor-java_1.0.0-7_amd64.changes uploaded successfully to localhost along with the files: libextractor-java_1.0.0-7.dsc libextractor-java_1.0.0-7.debian.tar.xz libextractor-java_1.0.0-7_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
libextractor_1.13-3_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:50:30 +0100 Source: libextractor Architecture: source Version: 1:1.13-3 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: libextractor (1:1.13-3) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: 565207c7442eef6fe6870b3c1b3c653cc44854d3 3704 libextractor_1.13-3.dsc 09d4e8fc2123ce895d395955d34caf8f1c09db1f 18376 libextractor_1.13-3.debian.tar.xz 0f318d4f18da6d43354f6a0e5a940050c946da94 26224 libextractor_1.13-3_amd64.buildinfo Checksums-Sha256: 017fe2c0d4cf9d59b59f54e02beede47f84a36197c6dd4b5b6dd97237ebeea93 3704 libextractor_1.13-3.dsc 40a9ce104a099c2560b458fca916dc32daf73750405b41d80d7c525c3b064e28 18376 libextractor_1.13-3.debian.tar.xz 06a9137fca4fa4798dc0043555edd7a7c807a1fe2fdff9d404de2bcae1cdc88d 26224 libextractor_1.13-3_amd64.buildinfo Files: 609e59d2f1fcd227fc8908b1e7139fb7 3704 libs optional libextractor_1.13-3.dsc f03cf0d37061a05f32eb10878ad2d315 18376 libs optional libextractor_1.13-3.debian.tar.xz c74c2013e2d0433286bc0e2213e367bb 26224 libs optional libextractor_1.13-3_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDG4EACgkQVc8b+Yar ucf7qg/+J46Eg8L9T2Mcc2uehIgLOhKTPKNaF3aZiF9uvBtsWWK/2+XzSM5R/3zO bEKr9Z8NPbTeOJHGqrnlEJfF2sP1WOaCg8ejCIzvJo2MAczTa5AHVEU9C6Kt6DVW SrnMtFBtNbmil7lpTC4uBmG043JQbv4feKPZHZC/lGa7VR2JEU/lcE6tncwsg7eR 4Q1RFWLxk25MRP/CwnR/5PoFyQmryPZh/60UePayFGUBlUHm2X69Jk7fuPX029z4 JaZ9Yv2i3opj8a+7IDx7o9+mp1Luwgm44hIgyRl4CXvpCe7sRzrCagYwRm3+JRPP OdlQbXYfoF2Bz8zBMJ5zGaNJAaZzayEoZrhlovhHDSEAM4yWmNZjeqm/YrpRiG+/ 48tRgQMMc/XkQKJYZ6NnnQM3zCAgvv+944RyuiYMEPPBP/crLfVvDL5aBwcino2t +jhrl2CaIYIawvI3YbDfiVlg4vUW4V2E7yWxOn9oNWTyAa2oI1IcAJO79JJOQNZ5 K5ShHiexfp2MIAK+4u4YV2a0R7lSNhWGjUKausH0882+UY7PMzgyf9XKqjNx6RRZ aD4mh5KEKvORNJBxx8LpGIrfPTv9lp7HCNMBrhtdQ7BA0xCdTvpPfOON20FR830y lkUqb2aCR13B+dT5S/fuHDgh3gLoOBZl37h08c67/NVu7yUnrcY= =qR27 -END PGP SIGNATURE-
libextractor-java_1.0.0-7_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:54:37 +0100 Source: libextractor-java Architecture: source Version: 1.0.0-7 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: libextractor-java (1.0.0-7) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: c98eca1b49061465c5f1bcbc01ddf66dc853dacf 1948 libextractor-java_1.0.0-7.dsc 5f86030e19dcc872b121571442454bc0514206fd 10664 libextractor-java_1.0.0-7.debian.tar.xz 6ea299ed18fb95a9316000c85ff061615c4b68af 10360 libextractor-java_1.0.0-7_amd64.buildinfo Checksums-Sha256: b56774f874a8b0f13e3c6f5beaee4ce83abbdedb7d734459a2c29b970607dfd3 1948 libextractor-java_1.0.0-7.dsc 847003987c0413cabab642529431fb56fdc67ed02b60f827fec2aee77fd40e7e 10664 libextractor-java_1.0.0-7.debian.tar.xz 1e68211c9c75b7b14aa99fb21964d5169e33bd2d80b18c0190d4f85f3ba75b3d 10360 libextractor-java_1.0.0-7_amd64.buildinfo Files: 9caad3bcb05b1c9c60a9ce3bf8e53adf 1948 libs optional libextractor-java_1.0.0-7.dsc cd892c98a0f9727cc786ed6da031ed10 10664 libs optional libextractor-java_1.0.0-7.debian.tar.xz d8a11f00f5ebe3c553e28ac6a4435ffd 10360 libs optional libextractor-java_1.0.0-7_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDG80ACgkQVc8b+Yar ucdduRAAtKWA+kp8DU1MTspXwWTUs+eN8GdIc1gsldMz224R9iBlB0jPoVKh1jkh nInOxhZPXVZE/6Th5ZsgRg59zz+2z2Qvs8Fgia4FugrnOn+Aw+ez0+2ItAz/aWFg D7M24J0SSg66KGr42iZZXSslA34b06aO3wk9vGXS7L5zfCsHOmPkQp5PWHN9NKiV /Y3RX2DXIAAm+ekjt3KvJoTA31DWyK3AdGJMmZNdht9BP4n7cDW3cCIawoqgKeIb ErVNrUdPre7DvqVP73KoPPtj1/fNNx+mByAUwHRqbsshHBYm3uEF4MVOdxns9Jgb /YQ/Eq9/ja8TzjpC/4Su3OJykjB8isxzHCI0RniTs5WnVihVdK9mnHIosm3HTyTV kvs/cbTXuo52oQMcPK9O/EQNh7WbqWp5jCk0wtse+fSqwJ3o3uKyxCmD3KDhLlKO Z+7tuBNJDkki2A5YZN1KwRUsnpIr0vAA0rg4TYI9PD03fLOYUca+LDbT3JBm0zQ/ 81VnIYxbPzKqLU8XYi+ykqCMjDg6ZxSmEQTvJaXqv41jNQ6kYwanuTjxVezZV+5E y4rQ5JGRojArPIvry8GKU1fT/BetaGuauGfH4cBMdQGEK+EIsSlu3kI3iUqYgdY0 +5OjZkFDvM6Y575yU9jTOPWJXVcdoc0j1ANnx4bU3joM+AyIfCg= =voKB -END PGP SIGNATURE-
libextractor-python_0.6-14_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:55:37 +0100 Source: libextractor-python Architecture: source Version: 1:0.6-14 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: libextractor-python (1:0.6-14) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: fee492fc4dc00ffa41402228e192d9fea0f4bc5e 1845 libextractor-python_0.6-14.dsc 2cbd20e24d3db410d32293896068a70b81c00171 8244 libextractor-python_0.6-14.debian.tar.xz 2eb06c8a7b134916d66e7c690f71ea7d6ab1441d 6936 libextractor-python_0.6-14_amd64.buildinfo Checksums-Sha256: cf4ef2795487c22f07e42895f9cc63cc6a4a0af5ab246f8066e82bea52d8ede0 1845 libextractor-python_0.6-14.dsc 9dcc62d2700031aa251872dfd0bb8f088281b27c7fe9e48b855cddb9976de85d 8244 libextractor-python_0.6-14.debian.tar.xz 2e709e8170d977123df624f39990bde95d52e456d00bf8972ee6abc489ae727b 6936 libextractor-python_0.6-14_amd64.buildinfo Files: 99571a15d0ab753b10b325d480cd3f52 1845 python optional libextractor-python_0.6-14.dsc ec066591cbd1bcbdf6ae35b55ee461e4 8244 python optional libextractor-python_0.6-14.debian.tar.xz 75bbb7c57f1b436a4ef5a8523ecd4bd0 6936 python optional libextractor-python_0.6-14_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDG/sACgkQVc8b+Yar ucd1XA/9EXFLurS8/B3/Om+Qrf7PIdXijBGb5WsUyp4XGhGkygghteKn8nswgqdX Vor5O/oO53B0k0AJULk2NYdYzr9WqLEQYmt1obNGPQZNR/akH+6q7RaVqepOp9sH 8zTZJpTgZi3v4U4osnpPU4B1gN2boI6XJBAL4I9e+IrP5/2VRqM5EfRv0UnnryMp WRx01+9zwrH+qcNw4qwVUoaYh05wjndAvaY0f7xdwBLvwKYvqtT5gh2+YnzObPyn YQHlCwggBh6kTghpXCFqOFNTQCL3GTlQTAOYoUYfqlG0lbX3cyejH1idhrm6i0Lh htf5tWxSrI+TyT9ja4CIrHVVd/lt6eAc6B3b1O1oj555f9V3HPCbjnH9xrTzkBFA VHfhAslV9GiBSCDMyrWnZfT/3P0H14OAvqtJShsTBGmDowZa/AQFtxAoUokCr1Ro aq6QGf9YGf2DcJERg0hnf7y6CNNjaesycFuLqomqlgt8JJ6/Aa6J/uA0pYkcqx0c rXW7UrCCV4NfY2smhDQCLtXZ90w5WYguuDy5B+sOsfaEhpo7CxP8Xua9oVMn86jE L/eBhFSYpdoiCvNg8iTD1FhCymN/K57ph3aKq2g854n2lfURhzAjR6N6zNq2Jv3T iooJWPlmor82pzbcrnzhjnc+lJ+9kNKnzHd/GEumzyhybRfq7hY= =JQ8H -END PGP SIGNATURE-
Processing of gnunet-fuse_0.20.0-3_amd64.changes
gnunet-fuse_0.20.0-3_amd64.changes uploaded successfully to localhost along with the files: gnunet-fuse_0.20.0-3.dsc gnunet-fuse_0.20.0-3.debian.tar.xz gnunet-fuse_0.20.0-3_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of gnunet_0.20.0-4_amd64.changes
gnunet_0.20.0-4_amd64.changes uploaded successfully to localhost along with the files: gnunet_0.20.0-4.dsc gnunet_0.20.0-4.debian.tar.xz gnunet_0.20.0-4_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
libmicrohttpd_1.0.0-2_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:48:47 +0100 Source: libmicrohttpd Architecture: source Version: 1.0.0-2 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: libmicrohttpd (1.0.0-2) sid; urgency=medium . * Uploading to sid. * Orphaning package. Checksums-Sha1: 0df525cfa4c0e7f6a4953c4ca15d04308cc58584 2062 libmicrohttpd_1.0.0-2.dsc 47e451d7665ef957c61baaf07bc5bc7874f53224 17100 libmicrohttpd_1.0.0-2.debian.tar.xz 2a28c4f4066719ac5aca858b452b30a18e602c2d 8071 libmicrohttpd_1.0.0-2_amd64.buildinfo Checksums-Sha256: 579a50f922d0ef0594f5b5422842ac62a02b12e01a23a9f9104a70206f3a49ce 2062 libmicrohttpd_1.0.0-2.dsc 233776cdd7606ceacc845d1e17c2ff0f5e9205b0a08e6fb6ea47689dd8029b2c 17100 libmicrohttpd_1.0.0-2.debian.tar.xz 307d24391c9ff91880f43e04225e20bb521c24beeed880b3bf81c35bdbdcc330 8071 libmicrohttpd_1.0.0-2_amd64.buildinfo Files: 6f3f81ecfc43a245564c26289405bc88 2062 libs optional libmicrohttpd_1.0.0-2.dsc a9efb833605e14853581729216f224d5 17100 libs optional libmicrohttpd_1.0.0-2.debian.tar.xz c4ff40f87e1cbf369fd0b36174901899 8071 libs optional libmicrohttpd_1.0.0-2_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDGmMACgkQVc8b+Yar ucdGOw/9H589ReaUG7Ko626vzVvweP6nWYagZ3wqkJXk8kr5yQo+03QVWCJuWF/r n8DUNkounZaltSb0/1yMHztJuwsr5OD64dTtNmUtidJljiuBB9ee4V0ukZCvLaAs wIqCoy7v8XyDF7TP3iJg546TS2lb5wRpp0lzoDIqCqQKPhbxM2eu8wj9V5B+P0+7 ONlyQMf8O7wuTYq5dzcTjca2comFMVy9tj0fTEct28ylmDvPC+tYI3lmxunVr7Pk 6YzlvgjI1+ATvhNpqyJO/trG1q3uT0FBvZhydVaJfXp/aMAolzJhXLUCkEQ9fD0z UWzgI4h9W4YzB7BKFiyZBgNE8+6Qy1YJaPso33IgSuXjBMImiy9bDcOS52bwCzAv Tnc5fHGcCIyQlIXhnRWJr1vNQWVaQYq9G7jlI9iKtRJf4sTS9PWizw1brnFAccOi juEtKH/fzCWP5Eu6MN4kl7ZRHSA+PvqcxmBESEq1hp0rjpRXstiBMFWs9HvhY7nJ 5fElWxkbnbJap4lraXaFiXskXHj7i/p/VRupkZ/hGJPWgVYvx7XAJgE2l38IaJL0 kNVkrna7g04Pudiikwhm3m+Z3vkCi0xsMLGwKvhtjz35DqJTVEUcFAaK8vEwVP7I E+YI5oZwjeWp1WVR7PJoOd7HVwPYmRyv4QzgmVPXOHonEpVjm58= =sA+j -END PGP SIGNATURE-
Processing of gnunet-gtk_0.20.0-3_amd64.changes
gnunet-gtk_0.20.0-3_amd64.changes uploaded successfully to localhost along with the files: gnunet-gtk_0.20.0-3.dsc gnunet-gtk_0.20.0-3.debian.tar.xz gnunet-gtk_0.20.0-3_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
gnunet-fuse_0.20.0-3_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 07:02:11 +0100 Source: gnunet-fuse Architecture: source Version: 0.20.0-3 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: gnunet-fuse (0.20.0-3) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: fa2038c9d1d720cfe24e47e5bdb3b282c493a05b 1849 gnunet-fuse_0.20.0-3.dsc e1411bffb2171aaebf8c03d7e23a24ef5d6c7e73 13704 gnunet-fuse_0.20.0-3.debian.tar.xz 1481bb15e57729e5a5272577fae55d7b2d119338 9475 gnunet-fuse_0.20.0-3_amd64.buildinfo Checksums-Sha256: 34af4da6b8b0474e12284c99452da6a58c79be6dfa7bc6e346dfb3984ab197a6 1849 gnunet-fuse_0.20.0-3.dsc 27c5e64a01ed1a2a5d8ceb1261c1cd4f515dc39f94e74d4c7f883ec90aced19a 13704 gnunet-fuse_0.20.0-3.debian.tar.xz b8b603d52d13879be45ae17c0962008c04bedf77da41eb3e46f147cea79ac18d 9475 gnunet-fuse_0.20.0-3_amd64.buildinfo Files: 8896713efd9b1a2c88648472f4b720dc 1849 net optional gnunet-fuse_0.20.0-3.dsc 5bca3074fb6b427ba2c4205d93f07d68 13704 net optional gnunet-fuse_0.20.0-3.debian.tar.xz d9f5ec630daf0145c3b37bb8af342878 9475 net optional gnunet-fuse_0.20.0-3_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDHi0ACgkQVc8b+Yar ucdTnhAAhngmNoCCZgi0glJtuOX0zQSjjCVXKux2wk3jg8WYNHZpqB6F6MU7d2Gx UApviNIzz9kmN1xBQeStwhEnnBeyU6A1RE8KeUadDShlh7p9bsh2p8LsAN+rXL4Y QzhMRi9uXwB8H8w44HvpQ1WmlXrJD7VtHLa6XUzh3yyY7dsFeR+cImN8vpMStr/P Id/6O2sDprDLYPw31yawFUcr5C+cT050Ec3wLt1ojCZavwfgLhY+qD7y8hLDHET9 m/jkbp8D078Vl2MrS7FU00uvRBHTQO6GcvdzX7peMZaOfwKS23bMQpym/lWj9DFn u/7gMdiiqHAGi5x8OV1Y+BoZSIwLngM7/haWfuJpspRvTdPPo8rEDK41tBx5k0vF 70ikBmu8doDS9t4HbtaUO5iQ/fvf9CvKoF1ZLTOjDWkRGEkNPcsbCwth3d0TomU5 D9Q+s0P2iBoUznf1EWa6m+wiVJZj25E9LSq9S7gomrhsP0wU44xgJQBJPMeooyCq DLOYP2Pv70km11lv0CcBsEeR8vgfz2iEOorrFQPaY3eHsg+U7WcmA8Nl/1OEl0wr qOG2a+Chd6Z4wtYI6uKWFgtHoxBR/b4TCgPo6zcXnE/ZM3i59JguNNa8vy18LeD3 v/cG35TA7DJ4HnaU+gttaxuzAoQ1tYX0FBchQx4Mjhk4qgVH2Sg= =3Ysp -END PGP SIGNATURE-
gnunet-gtk_0.20.0-3_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 07:02:43 +0100 Source: gnunet-gtk Architecture: source Version: 0.20.0-3 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: gnunet-gtk (0.20.0-3) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: 1ad865355ed23de699f96c7aee753e46ab709423 2060 gnunet-gtk_0.20.0-3.dsc d9f65152fc4ab06633448a5ab3f92225bd90af5c 38456 gnunet-gtk_0.20.0-3.debian.tar.xz b26ecf2b21f7ea027bf0a7eb8612c38eb9691ae6 20057 gnunet-gtk_0.20.0-3_amd64.buildinfo Checksums-Sha256: 5b850bb9cb9b97a9c8cb0282846519c6c69f9584eebdbef261166835936d3fe8 2060 gnunet-gtk_0.20.0-3.dsc 9150a48c6218f63b58405eefd5d76e59b144d0004651c856fdd74db8de65c92a 38456 gnunet-gtk_0.20.0-3.debian.tar.xz c1ecf9f2f7c409eb479063ad61218f96ed9f0b9b2e098489fdbde5a6f008d283 20057 gnunet-gtk_0.20.0-3_amd64.buildinfo Files: 01cae9795c251c0be7dd32b2359ecc6d 2060 net optional gnunet-gtk_0.20.0-3.dsc 26a31d9dd7c397a2793b05fe1a714371 38456 net optional gnunet-gtk_0.20.0-3.debian.tar.xz 1c53ed64a354b1aef0e16194aeb5163b 20057 net optional gnunet-gtk_0.20.0-3_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDHw8ACgkQVc8b+Yar uceD0Q/+LrdHfMWJtlad5OHPSsEfK30MRF3d7cDL7uhf/VydoZ596DNyOfKzeeGr dwVLuVvwd9HmbowenD7VvVtpJK0vgKyrPjnpBaupLtlec7KdYXy/QUR3iAdfa9Bg Qoy8oSgI6TT7uCYCe+zk38YRFo8BZ+84lmwAoXb6p+X/IgkHhLb8gboQFvJ6xmnk RG2w15Z/DHgeA7q+5dlETj0cudnRlA07UFiA+FUmbLhKN9l44FwDrARovpFvWkwq geK5OCRjixQ5Fufl+naX10wyGf1SSBKj+z9VSYfatH0eReuZ39GvoJQuM5/mRfJf yfcCGBdlS4KrVxoGMIkZJmy2Pc8hqizJ1OYUAJQvYXxtxo8LzpH/8v1+l/Bwg5UG AgmESlS5puOBZCD0H8ZjUkEy1sPsWctUxDoHEQi7CG2bD+Xg2gEuW4dhAADBluqj iwuq1SzmBQ+GUUWeX4P26RBPd4n1m+lD2O8J1LuhRi9M3oK8LHJUfz/ZwDhNUtcm 17doS1KN10JUSRA6VapKmeHv6dPWibYH+TYSkO0lstkSc+lOqeiQJToNRMygnxGm JUzf8ek0JQBfVYfBvdV6RyLg7JKnN7alqWJYRPvp1M+ZD7vFAnDM/NyIzvhIs4Pu yqjuYrB+c7WBvq6jsLGODigDtkLZhKKishEawK8sLW5SGJOFQZ4= =ruhO -END PGP SIGNATURE-
gnunet_0.20.0-4_amd64.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Mapping sid to unstable. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Feb 2024 06:59:35 +0100 Source: gnunet Architecture: source Version: 0.20.0-4 Distribution: sid Urgency: medium Maintainer: Debian QA Group Changed-By: Daniel Baumann Changes: gnunet (0.20.0-4) sid; urgency=medium . * Uploading to sid. * Updating copyright for 2024. * Orphaning package. Checksums-Sha1: ea4e9b81e4ab8a86b2c6cc55b6fc152b5fcb5286 2324 gnunet_0.20.0-4.dsc eae972e3e18e09e2529e858c6cd1f3084cc2b303 69156 gnunet_0.20.0-4.debian.tar.xz 7989878c59c1efdf0d4222d9bffd40b7b7e97618 19043 gnunet_0.20.0-4_amd64.buildinfo Checksums-Sha256: 776a0c6a7264f485e765e24a5029e503ddcf1cd828ba37934aa3c78f03bb0258 2324 gnunet_0.20.0-4.dsc 262411a2b26951b9c6bf4ae11d8c2538293981ac7a47a15cdf4325d8fc26dd6f 69156 gnunet_0.20.0-4.debian.tar.xz 07bfee5859e0dbfa685c368756011ccf5e210e4639d5afe22631a1eabb8eff90 19043 gnunet_0.20.0-4_amd64.buildinfo Files: 08f990896d09fd85b1682e67a4f9abc2 2324 net optional gnunet_0.20.0-4.dsc 7deb9cba4e005dc4c247c8b478cf5fab 69156 net optional gnunet_0.20.0-4.debian.tar.xz 9821f6e49dd2003bd3a3f080596dc3ae 19043 net optional gnunet_0.20.0-4_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmXDHf0ACgkQVc8b+Yar uccu3g/9FfxCk3B5nQDWwfEOWMQFoquW/FapJCH2RekAB1z1ihitPVV7Ri0n+y5x cw8Dst4bqvPUFHA4K72GB0Z9DFfwi5ttnAlUDzRbWoz5wJzJENBmSc/ieC3J/pvO zl/lDbvYfs6aPVHHsQuVDIDhwS55l2+8SX0OJJ+OWHV6S1CcABwge5sN6JdNEicf Tc3SUbJzT1POGOR07QRFS9tkrt0B7MLGlG8Nvn0whpqQhQDZsYMuOuK/OsFRb8Pb PQiUGQ0Ub4yMlPEn26Ic/ZCbj4iJe+sCdbIFOUSu9mWtugHws4DycqgeOA7KOIZM HpVTkqsjy88OtdQZJOY/vchwwpxrTY9B32HyZDXI3nbj0D0RRXCsbLvahasaGcij +PyzIiF56rfWfTjFaBgWQw3JaiwHVb7oym+IKW/dUfO/sIIGBqi7ExPEC+hZnTuE YUF/UCGMhM5ZH9WNdIRTIPRFts7pt1ao9IEmc3DDpaOhvSinW8JYaZ063HYJTIQ6 XnSUuvME6vW6WO8SVoxgxjBsco3eQCSgYn+YeactN85u0JKlJ4o1qPQn03uROUt1 InOngrHBTrAlWOiTaCM6pWRrqiB3/qPZuNw6q5hNfQge+TK6UvSoS5o0s3/GL08D rk8SbevCqbrsqUd/b7+Yw6PVnx0w2hwXtyFqtNQOnNvFxY9sooc= =szti -END PGP SIGNATURE-