Bug#1023439: Conflicts with libgcc_s.so
Package: libunwind-13 Version: 1:13.0.1-7 Severity: grave LLVM libunwind and libgcc_s.so export the same unwinding functions. $ objdump -T libgcc_s.so.1 | grep _Unwind_GetLanguageSpecificData 00014a00 gDF .text 000c GCC_3.0 _Unwind_GetLanguageSpecificData $ objdump -T libunwind.so.1.0 | grep _Unwind_GetLanguageSpecificData 5510 gDF .text 0043 Base _Unwind_GetLanguageSpecificData This would cause many C++ programs linking libunwind to potentially crash. I have the following reproducer which has a dependency on libgtest-dev: $ sudo apt install libgtest-dev libunwind-13-dev $ cat a.cc #include #include TEST(Bug, Repro) { pthread_exit(nullptr); } $ g++ a.cc -lgtest_main -lgtest -lpthread -lunwind $ ./a.out ... Segmentation fault GDB shows the following backtrace: #0 0x77a0e740 in ?? () #1 0x77f5940a in unw_get_proc_info () from /lib/x86_64-linux-gnu/libunwind.so.1 #2 0x77f5d7ac in _Unwind_GetLanguageSpecificData () from /lib/x86_64-linux-gnu/libunwind.so.1 #3 0x77e1eb98 in __cxxabiv1::__gxx_personality_v0 (...) at .../eh_personality.cc:446 #4 0x77a21d54 in _Unwind_ForcedUnwind_Phase2 (...) at .../unwind.inc:182 #5 0x77a22412 in _Unwind_ForcedUnwind (...) at .../unwind.inc:217 #6 0x77f75f66 in __GI___pthread_unwind (buf=) at unwind.c:121 #7 0x77f6c972 in __do_cancel () at pthreadP.h:310 #8 __pthread_exit (value=) at pthread_exit.c:28 (...) There was a previous discussion that has some details about the conflicts between libunwind and libgcc_s.so: https://reviews.llvm.org/D106703. Regards, Lingzhu
Bug#1023437: lxc FTBFS with glibc 2.36
Source: lxc Version: 1:5.0.1-1 Severity: serious Tags: ftbfs X-Debbugs-Cc: debian-gl...@lists.debian.org lxc fails to build from source in unstable. It seems very likely that this is due to glibc 2.36. A non-parallel build log fails as follows: | [24/4015] cc -Isrc/lxc/liblxc_static.a.p -Isrc/lxc -I../src/lxc -I. -I.. -Isrc -I../src -Isrc/include -I../src/include -I../src/lxc/cgroups -I../src/lxc/storage -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O0 -Wno-format-signedness -Wno-missing-field-initializers -Wno-unused-parameter -Wvla -Wimplicit-fallthrough=5 -Wcast-align -Wstrict-prototypes -fno-strict-aliasing -fstack-clash-protection --param=ssp-buffer-size=4 -Werror=implicit-function-declaration -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Winit-self -Wunused-but-set-variable -Wno-unused-parameter -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=return-type -Werror=incompatible-pointer-types -Wformat=2 -Wshadow -Wendif-labels -Werror=overflow -fdiagnostics-show-option -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -fasynchronous-unwind-tables -fexceptions -Warray-bounds -Wrestrict -Wreturn-local-addr -Wstringop-overflow -include config.h -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/lxc/liblxc_static.a.p/conf.c.o -MF src/lxc/liblxc_static.a.p/conf.c.o.d -o src/lxc/liblxc_static.a.p/conf.c.o -c ../src/lxc/conf.c | FAILED: src/lxc/liblxc_static.a.p/conf.c.o | cc -Isrc/lxc/liblxc_static.a.p -Isrc/lxc -I../src/lxc -I. -I.. -Isrc -I../src -Isrc/include -I../src/include -I../src/lxc/cgroups -I../src/lxc/storage -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O0 -Wno-format-signedness -Wno-missing-field-initializers -Wno-unused-parameter -Wvla -Wimplicit-fallthrough=5 -Wcast-align -Wstrict-prototypes -fno-strict-aliasing -fstack-clash-protection --param=ssp-buffer-size=4 -Werror=implicit-function-declaration -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Winit-self -Wunused-but-set-variable -Wno-unused-parameter -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=return-type -Werror=incompatible-pointer-types -Wformat=2 -Wshadow -Wendif-labels -Werror=overflow -fdiagnostics-show-option -Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time -Wnested-externs -fasynchronous-unwind-tables -fexceptions -Warray-bounds -Wrestrict -Wreturn-local-addr -Wstringop-overflow -include config.h -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -fvisibility=default -MD -MQ src/lxc/liblxc_static.a.p/conf.c.o -MF src/lxc/liblxc_static.a.p/conf.c.o.d -o src/lxc/liblxc_static.a.p/conf.c.o -c ../src/lxc/conf.c | ../src/lxc/conf.c: In function ‘__lxc_idmapped_mounts_child’: | ../src/lxc/conf.c:2993:37: error: passing argument 4 of ‘mount_setattr’ from incompatible pointer type [-Werror=incompatible-pointer-types] | 2993 | &attr, | | ^ | | | | | struct lxc_mount_attr * | In file included from ../src/lxc/conf.c:22: | /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’ | 317 | struct mount_attr *__uattr, size_t __usize) | | ~~~^~~ | ../src/lxc/conf.c:3016:41: error: passing argument 4 of ‘mount_setattr’ from incompatible pointer type [-Werror=incompatible-pointer-types] | 3016 | &attr, | | ^ | | | | | struct lxc_mount_attr * | /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’ | 317 | struct mount_attr *__uattr, size_t __usize) | | ~~~^~~ | ../src/lxc/conf.c: In function ‘lxc_idmapped_mounts_parent’: | ../src/lxc/conf.c:4130:37: error: passing argument 4 of ‘mount_setattr’ from incompatible pointer type [-Werror=incompatible-pointer-types] | 4130 | &attr, sizeof(attr)); | | ^ | | | | | struct lxc_mount_attr * | /usr/include/x86_64-linux-gnu/sys/mount.h:317:46: note: expected ‘struct mount_attr *’ but argument is of type ‘struct lxc_mount_attr *’ | 317 |
Bug#1023436: unusable on mipsel: unexpected breakpoint at 0x...
Package: ltrace Version: 0.7.3-6.3 Severity: grave Hi, running ltrace on mipsel, I get: $ ltrace echo unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ee8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77e74ef8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926d8 unexpected breakpoint at 0x77d926c8 unexpected breakpoint at 0x77d926c8 +++ exited (status 0) +++ This makes the package unusable. Thanks! cheers, josch
Bug#999331: marked as done (cl-pubmed: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:54 + with message-id and subject line Bug#999331: fixed in cl-pubmed 2.1.3-5.2 has caused the Debian Bug report #999331, regarding cl-pubmed: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999331: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999331 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-pubmed Version: 2.1.3-5.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-pubmed Source-Version: 2.1.3-5.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-pubmed, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-pubmed package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:44:03 -0300 Source: cl-pubmed Architecture: source Version: 2.1.3-5.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 999331 Changes: cl-pubmed (2.1.3-5.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999331). Checksums-Sha1: 41bf3a86b8038462e75c938df1a4c3aefba13732 1803 cl-pubmed_2.1.3-5.2.dsc 006e328b45bcb6fb10f856acd3328114de06692c 2139 cl-pubmed_2.1.3-5.2.diff.gz 199d7fc2a8f20a52f9203fe0b4a72c6df87d5399 5821 cl-pubmed_2.1.3-5.2_source.buildinfo Checksums-Sha256: d2c63bc85b2c38e98152662e453529d765502b18ca7521f54d8bc341e3971dbb 1803 cl-pubmed_2.1.3-5.2.dsc c3395f64af0eef5259137a0c33f7a2a0b7d8fada312a3f05039a2c9c7a1f96c2 2139 cl-pubmed_2.1.3-5.2.diff.gz ee31d03a119f6ae419e3dd7ff7406fca1545eafdfc147edde2c93bda7e637980 5821 cl-pubmed_2.1.3-5.2_source.buildinfo Files: a8a704823824467d6fed14cf26ce4bc6 1803 lisp optional cl-pubmed_2.1.3-5.2.dsc 0951d07b73bb9cc4643f54253e2b5c01 2139 lisp optional cl-pubmed_2.1.3-5.2.diff.gz 954785119ddb7df41cecc738784180ea 5821 lisp optional cl-pubmed_2.1.3-5.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6KAACgkQ9LqqgNso ukwDEQ//RujYBXdsZRzWMyE3IKtqZOPh/5I9f6fFA908LJ/Mzx1OgezTyLbwZrPS 4Z6lbpeVT9IYnLY2+A6ydK/uXMmxIRN3aHS8dsAta2Ccjw/npsxMIVhXff5AUJs3 9fMTM+/2sDB8C6L8nO+9lMq1rUw2nhgxpedhkC5W3WeMPlMj97H3Hy45qpLR9Bxt 6jPLG1J2L66XjbgpdCQLQEmKaxrsEq4IFlZ7s+lkzPS4qGs598Qev4hKdjHZqEZI XudAEZguFZi1DHLoHzV7T5yl8wep4hvoX90oRR0qxQbB+d2hiU5reIaQYvv2+ua4 A37edkFRd8ucepUuCoUiEHTlOlJSzM27YY4vWXwFiZJiTM3IV+mwnp9oDBxaQlkW dNZFdrR6gYFrxaxTVkUU7Y+jfmJNhb0MxPA51dxMWuGI4zXS4BQ8VSGXU3hnPhb2 4hNZqh37a8GTy3DSYmNZ+xCC7iJ+SZ2Px2oMn7/3iBhXWsfC7jAeT2+A0+rTP5gH dMuhlfs5hltYCoISL3xSbGTCc2UpmZjYiTWZQofIkvOIlcL5SLY/QrbFbLFvhxtc +fpn/7HaeFDoBI1W8BXNb7rL6R+bFANIF0RuSOsMhfIKjpuSsfyCMfrz3KY1VlPS xFWTBviXiYU0R+lLz6nNlJ5yuRg2HIWgntHiqXxP4EotreD4AOs= =OYSo -END PGP SIGNATURE End Message ---
Bug#999165: marked as done (cl-umlisp-orf: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:20:08 + with message-id and subject line Bug#999165: fixed in cl-umlisp-orf 3.3.2-3.1 has caused the Debian Bug report #999165, regarding cl-umlisp-orf: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999165 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-umlisp-orf Version: 3.3.2-3 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-umlisp-orf Source-Version: 3.3.2-3.1 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-umlisp-orf, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-umlisp-orf package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:50:11 -0300 Source: cl-umlisp-orf Architecture: source Version: 3.3.2-3.1 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 999165 Changes: cl-umlisp-orf (3.3.2-3.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999165). Checksums-Sha1: d9bdd143da236fd6f5e720334c379bdd222ccbb5 1888 cl-umlisp-orf_3.3.2-3.1.dsc 6bf8e09633201bbe4a025de826e72c67e8622d25 2700 cl-umlisp-orf_3.3.2-3.1.debian.tar.xz 3cff83938343e0ecb197ac65fbc12c02cd447cf4 5840 cl-umlisp-orf_3.3.2-3.1_source.buildinfo Checksums-Sha256: a0b33f34164b189d6fba6a4dd4f43bd7f6994be38aaa8de214fd0a516945e602 1888 cl-umlisp-orf_3.3.2-3.1.dsc 81d7b87aa7715fba5e822c3c7dbf2909689c74a039093010fff5827cace084b9 2700 cl-umlisp-orf_3.3.2-3.1.debian.tar.xz ef5b672be081a782597177ed58d432a412d77a59ce0c85a40b0287345f2d292b 5840 cl-umlisp-orf_3.3.2-3.1_source.buildinfo Files: 4b882d772b1bd6e97a08d2a7394b0868 1888 contrib/lisp optional cl-umlisp-orf_3.3.2-3.1.dsc 5a81188fdd62853adc5425b27e6bf87c 2700 contrib/lisp optional cl-umlisp-orf_3.3.2-3.1.debian.tar.xz 96e51db9550d3c68729105641544acb8 5840 contrib/lisp optional cl-umlisp-orf_3.3.2-3.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6PsACgkQ9LqqgNso ukyJ1g/+LGzvWwSJOjTpYMMnjF45mG6oyVxgSyjd8Zlg7YeHCS6bmHQQQeBGQXBs se3OsH8Na58aFEc5BUIDAroh5L+IyGBxpPAeihMEPr/yBKMOUgFx7ZljGkov6YR6 Dj7o7fi+5giE13TQ4XG6NIAMxczSbEe72uQ8BpDEnpyW9cJhQnZdzszHBRXclzu6 iOA7g+Nw3xLqoi7cLtEEnDk4YvVcyQiqHJyqbUK3lyj4k2IFo/OnsJHlxEOWEm5+ wdOjO+fw2dInwQvR0rCm8t2CIZujEu5r8R1XLfBiU1ZI3euqrZbqFOnIZMVEoLWv M+8hFScoUBU1XSkizuzQ11BQcEBDyfEE3twdIDaoYqd90UvwbyMMj005smKptbu2 UQv+Ocd5X0fC8ZBWPjaXWenopyjb6VSVILQbOIMQOvKPdUaj3Rq6EXeHvTfNaRoC RKPbygWc/csqo+fUc4vcKNW+vIAbXwQJv7seIJ2htRrWFiKhWB9QUycmL7Nrx3be aba+G+/92ny7+jwr+cL+B0p3ilR/u0uZvXnwd5Ipiix9HoPE26ONfFxJdiXF6dj+ 4FfoQ8uwcTomsnVvuG7y1QmfwhIL36oCzf/OI/pPuLWRaP9BwA2Vu2K0sJ/606JD Peju5zbRpLRqfnT5LWzwmSqfPUCe/McAbChAN7tmUCu3iFmuozc= =PIjx -END PGP SIGNATURE End Message ---
Bug#999012: marked as done (cl-photo: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:41 + with message-id and subject line Bug#999012: fixed in cl-photo 0.14-4.2 has caused the Debian Bug report #999012, regarding cl-photo: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999012 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-photo Version: 0.14-4.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-photo Source-Version: 0.14-4.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-photo, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-photo package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:41:10 -0300 Source: cl-photo Architecture: source Version: 0.14-4.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 999012 Changes: cl-photo (0.14-4.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999012). Checksums-Sha1: 75ad738ed7efd273fd5fc0927d29ae7a8360d5b4 1796 cl-photo_0.14-4.2.dsc 4788ded7ccae02f247086e4dd56fc0dc5a199146 2316 cl-photo_0.14-4.2.diff.gz a47c9d376f755d44a92b4c70bfbc3bcc4cac3ed4 5209 cl-photo_0.14-4.2_amd64.buildinfo 4c9425ddb2379211802b8aa19198eb94741e6207 5813 cl-photo_0.14-4.2_source.buildinfo Checksums-Sha256: d72d2de2855c68710f6bbf2a56a5dc18837072e0e89701596d446ce1831b8622 1796 cl-photo_0.14-4.2.dsc 121f5de07a0636f52582e313870d58e05243d1e9855dfbf69e86516635b6358c 2316 cl-photo_0.14-4.2.diff.gz fcbd407fd8d6935cee2b1edc946527f1ff44831485471645d40bf18a3e952a5d 5209 cl-photo_0.14-4.2_amd64.buildinfo db11eb3a3a6aad0f4e0a1efcd0ab98a1a4bfaa0491d7e8bbdbf51c3e29884b76 5813 cl-photo_0.14-4.2_source.buildinfo Files: 56a26b746b9bbc257dd8669675a8fb5f 1796 lisp optional cl-photo_0.14-4.2.dsc 778b8f2db1aba88c267e5be17157a4be 2316 lisp optional cl-photo_0.14-4.2.diff.gz ede61526e38aef1da0ce00b2446badce 5209 lisp optional cl-photo_0.14-4.2_amd64.buildinfo f7d75457414e35a6d366737dcf798c5e 5813 lisp optional cl-photo_0.14-4.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6EcACgkQ9LqqgNso ukzqqQ//c0yYALanWrCPTL9ycLKEVK5vkl1tok30B/EMSBqEstOz9ZwbjcgEK/C7 md3pycncMDOF2imQk3roJJQPEW1D6H8zAhn8FAYSc53BOyeyayz6jQy7mW7i7NWW X2W0lyXSPDmruhbvHVmVFmTiYodbkXumCBEsyLIR6Gg872SxzJ1HfN6VpNw8Zxx3 lJZQjsXOddCJOcdByNf53YQlmIcL9p04zAu7pPCdatRXV1us+Km18Beft8iw/iiv EC+zPQDtuln+zkj2fMGM3OkhtSclsMh4oDnIDqwIJyMjXDDZOXNCHemmTYztoEjP BkK0JvL1DYVLO3QhodODzOLt9O20O0EVJdnKJTsZflrsYKnK+1+FcEJnnNuNte1E iaqtx6jzWydo6dHY/tinro3R1hDM1/dGgHL9TCBZgcEEIT5AQX140VNuc4s5GVHW 64hDyXo2/Oun7Rn3IfjnNF6LKnmcsAn4Y8lXKE/wGmssdY3eWDshfn1LFpvzAeSu Y6rcQSqfbyha29+j9nN396fTiLT4idFusOvTVPTkYDYkQZx5s3V4ECYMp4eMGZrp Xa/eu7pIFQVFbv5IljuIWD9lZpuuOOJyHABzZgUvRRMkePJagM7RGOOPU8x1+PcO 7H6nLNlZZVdvjBPLkj7T962+hzHKoYuexpK622IZRgSgoto/2pM= =UCxW -END PGP SIGNATURE End Message ---
Bug#998971: marked as done (cl-xlunit: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:20:15 + with message-id and subject line Bug#998971: fixed in cl-xlunit 0.6.3-2.2 has caused the Debian Bug report #998971, regarding cl-xlunit: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998971 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-xlunit Version: 0.6.3-2.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-xlunit Source-Version: 0.6.3-2.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-xlunit, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-xlunit package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:51:27 -0300 Source: cl-xlunit Architecture: source Version: 0.6.3-2.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998971 Changes: cl-xlunit (0.6.3-2.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998971). Checksums-Sha1: 2efcf21002a13134d75e9c10e33cb4679c1d 1803 cl-xlunit_0.6.3-2.2.dsc 1ceaf7345fe5d5ad4e6335e10418c27582d5d4a3 2381 cl-xlunit_0.6.3-2.2.diff.gz f95987afeb141f91137242132b364ee8a5749143 5821 cl-xlunit_0.6.3-2.2_source.buildinfo Checksums-Sha256: 88788a18b5bdbee9d611dad6ea1333fd8f0fb129cacfc4635286537974fcfdeb 1803 cl-xlunit_0.6.3-2.2.dsc 8252162fb93c77588859348b35091ed786c7fb12e483b8905bb212e9b5a73f45 2381 cl-xlunit_0.6.3-2.2.diff.gz 9776a2d488c60095525782a88cbcbd37845b9a57f8082c337dd0d5a736cc5474 5821 cl-xlunit_0.6.3-2.2_source.buildinfo Files: 26d63bd39fff3091301c1e8fd952346a 1803 lisp optional cl-xlunit_0.6.3-2.2.dsc ebecdbe1d0458d59c3e61634cb3ea1aa 2381 lisp optional cl-xlunit_0.6.3-2.2.diff.gz 50f6e3f36335fa65493073d7c238e1a7 5821 lisp optional cl-xlunit_0.6.3-2.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6SwACgkQ9LqqgNso ukyUpxAAuIVu5rlAjLB2HCY+a4Y8u+5cg371kKxuaKSHALNdy2o8kn8eRPGm8rJC X2jIovUhnXlnFt9vfMrPRrmqNZn0trXFTVUfOoDiHy9kRrES0CZlOISr03reyk/9 +MwZJBMwpKx6qFsJ59IFoEM3835+NHBiT95o0cenMwLBNhIaHSbi2BIYV218zLRp EN4rnX/EljA6md4N2/vGSW83oHoDvBvBXY/L/ljRGJVVehNFe9DCaUI4Sd8fy7r5 EH1Rakgwu7nHu3QAbWMqouO1ZrXpAnPWg6VKSSiVwio43VF7mlLrvZcOXkNeybr0 wtMn2YEs1gXfXyynhsCvFbd3zZj4vA6K4U06DKkJBg0J4nahBxvnDMhQrYzIy1gK mLpFL8z6Z2WUErxmUGTwi1TvgHg199wWe/nXOb1KS+rZmj+iU8KP8oGTn6F8l0Ht EM4BsbspHsxgKobmdavJVehUDnbCwTTG7ezXWIoqFAwZCqz9uCfYvgcUy32MEjEB h3g2lRjj2oVNvKPhP6cUWJfK3rr61tMS/yCG7Kh+yiruYBnRq8L41V2FsGI3+kwW BXhh/TjqKRpkysKfdN+f8NUibe0eBcXz+Tch1E9jk5w7n3R79bf0YrYUi+X30Cr1 2kDmC3iGCzz7LNfefMUmDalIUIKyitmwKI04X6khaHvEN7Xa+wE= =uvuQ -END PGP SIGNATURE End Message ---
Bug#998994: marked as done (cl-pipes: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:48 + with message-id and subject line Bug#998994: fixed in cl-pipes 1.2.1-5.2 has caused the Debian Bug report #998994, regarding cl-pipes: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998994: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998994 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-pipes Version: 1.2.1-5.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-pipes Source-Version: 1.2.1-5.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-pipes, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-pipes package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:42:31 -0300 Source: cl-pipes Architecture: source Version: 1.2.1-5.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998994 Changes: cl-pipes (1.2.1-5.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998994). Checksums-Sha1: 1a5af447439d24e8433913bf74b95104b79e16ea 1791 cl-pipes_1.2.1-5.2.dsc d5c514fe0e1e19b9a1c4ceddffd9d003accd1cad 3164 cl-pipes_1.2.1-5.2.diff.gz a666773ea7ea122b1002af40c9f551f6301b9b57 5817 cl-pipes_1.2.1-5.2_source.buildinfo Checksums-Sha256: 5396c8d4499509ce48cbed2a451762ddcf3f198821c0d9811c796665b583051e 1791 cl-pipes_1.2.1-5.2.dsc ed76e5bbdf1b788182c25cdacd77185d1caeafa95296aa30fa96cfd6f4f6d858 3164 cl-pipes_1.2.1-5.2.diff.gz 3c36535b6e3454aee5b6b2b6dd4331479b68166077686e200865b26cc36d6e37 5817 cl-pipes_1.2.1-5.2_source.buildinfo Files: 9a2d8f66c914e8d9f7663d2b53cc58ab 1791 lisp optional cl-pipes_1.2.1-5.2.dsc bea2b856d835383d6328723dde9ce753 3164 lisp optional cl-pipes_1.2.1-5.2.diff.gz 562dee38cecfce407e7106cadcb27d23 5817 lisp optional cl-pipes_1.2.1-5.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6HUACgkQ9LqqgNso ukw7EhAAszqbt8F4kQZbZCmn3jeH2fp8EezLHmpm0viKI5DEz/AZ5VN4YKlnZIIw paXpNK/h9sbgBL/OofTGlI9jsnBx83dcQE0YUvbMxPuVGfHifKRdVDDgW2/m+Wdv 1uqBenCzlXxQeKJJFqrI2JJAxiGvS3Z0io3Xjy3eK1F/ScRYhasHHzrgxu/X+tF1 AMGvOX4ClhsyN2S5iv+wtn0HT/LxL0mVkfbC0Bmw21PDk7curPH4CaNoHZ8E8Qg4 iFovSe2gFYOW6mAO1b6jxRJhsF07FD/Vqc+YRsrO2QAh8T0QtybbpCJ/QKlSmRXP Cmk42wwMO9BSrl8xG8nWLqLwtPaRGaiRQEcUay0dWz2bOdt+v86lEZuEL7BMN1rm UDVh+3hGiBCDyvSLb/ifmuEIs7Szq0I74hS11HO4wRmubpDQFX2dSvMRuBnfgm1z XVSIyit85pN2pSwx1YPOcQkkW8T1szRftfGfgSz8/SPI6oo16oNO7ENkD65ocJB6 uRaylAOm6aM0QqnTMUm8ezn7PVqe4bbrAELLRXfdGNTY69NjgG+nAXBt9QF7EhdC 3A+SzPxKNgNdrcFyHyi7OXLU5md8lBVfSYs7L7IK77txvOWntlYArVFadMh22plr a1mSyuG6zE0fEef+6UAV04wsZZh4zD9u7md2b1fAIh47BgrKCY0= =dGQt -END PGP SIGNATURE End Message ---
Bug#998990: marked as done (cl-lml2: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:19 + with message-id and subject line Bug#998990: fixed in cl-lml2 1.6.6-4.2 has caused the Debian Bug report #998990, regarding cl-lml2: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998990 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-lml2 Version: 1.6.6-4.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-lml2 Source-Version: 1.6.6-4.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-lml2, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-lml2 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:15:58 -0300 Source: cl-lml2 Architecture: source Version: 1.6.6-4.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998990 Changes: cl-lml2 (1.6.6-4.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998990). Checksums-Sha1: 34f721f4c9a82642f20f880cf11fcfa747394bdd 1776 cl-lml2_1.6.6-4.2.dsc 13bd44704a654d354e94b8cf43d603df8297c4f0 4095 cl-lml2_1.6.6-4.2.diff.gz 4939f95f50af25af36682d4db2e3acc1639a3258 5813 cl-lml2_1.6.6-4.2_source.buildinfo Checksums-Sha256: dd4ee6f40694925700ef64abdca3273b4df6520f54722581bbb9a1ed04a2ab05 1776 cl-lml2_1.6.6-4.2.dsc 0b1ebc8ca4e3670f360f57d6110bec3025dff73fc3e265a42ac2550832e7ffcb 4095 cl-lml2_1.6.6-4.2.diff.gz 3360300cb7ac279f49ca4228a58125c86b1de2f6cc4bfac1b41c27aa6601d071 5813 cl-lml2_1.6.6-4.2_source.buildinfo Files: d5f81b8c18223f02292c1984c1542269 1776 lisp optional cl-lml2_1.6.6-4.2.dsc 0b80a9720335f32e7e605c784c9843e8 4095 lisp optional cl-lml2_1.6.6-4.2.diff.gz 295634eef2d508775334df1fb8f1aefe 5813 lisp optional cl-lml2_1.6.6-4.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh578ACgkQ9LqqgNso ukwXCxAAkMEfU51TMGkva/z91noWvidaSXOylBaP1wi0fc6LzrpK+Sv/wvt6JPKH oPRgoLScx6TB+hBelhdtc2dK5YhJmNoIlqNouNayjFqJr68bwnu99zq7ukf2HwCH IlQ0xdB3PmFUtTy9ACJIBMRyaAW4txKyQxHUjWX6MIb+Ervmp+ydo+QYOdkV0hP3 Y9C9Z8YZ7JSGp2YfKWDFksQqGlifbrgjeljaPhLj/3OlbXHvlwR3KYKnNzmAuV/e TngQxms3Zf3GZIJEt8oDq6ljM8uLrIUK064TmNE4ucVEN493iG0jv2PcX6qD8vi0 8TXm/1wWIePZGUrT6j2doKaRtTdmWGqeTgBjnon7TSsqFvs21JCxxIZ7SLCKoXoC SGyOCPhypJunAFv4tLAf/JVRttRu9uPJMJcePrpVRcRWZIlvLwdu9V2VF6Oq5wAQ Aa8CvW2322F4IbySVPbbuVCuuYfXK8PsDnvr1lxFPwZFldsOTFigdac9IOqAg6Gv fC8rtDcygH3eAl8aPj4KmlquK2g8a7MXts50B+teLvkH+WV7zUzIwAHn2va5zkHc MWFNmxDdkKbWzEeTAciNkx4nvmAJQ0jHeTD3MyMVBHfOL00sn1Jm/ST0lxrG26x3 65LMF4CeGHmmHRsTe/ZLRkrGJO4mFBPjgRTJvhjBJ3S4X21IhtQ= =QYbt -END PGP SIGNATURE End Message ---
Bug#998973: marked as done (cl-pg: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:33 + with message-id and subject line Bug#998973: fixed in cl-pg 1:20061216-6.1 has caused the Debian Bug report #998973, regarding cl-pg: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998973 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-pg Version: 1:20061216-6 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-pg Source-Version: 1:20061216-6.1 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-pg, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-pg package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:32:08 -0300 Source: cl-pg Architecture: source Version: 1:20061216-6.1 Distribution: unstable Urgency: medium Maintainer: Debian Common Lisp Team Changed-By: Marcos Talau Closes: 998973 Changes: cl-pg (1:20061216-6.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998973). Checksums-Sha1: edd0a09d971fd6d7c268a219602be4657a2f1b43 1907 cl-pg_20061216-6.1.dsc c346ebbca3dc696b7ddfcb71bb7ad57e9185ad1e 4372 cl-pg_20061216-6.1.debian.tar.xz d30a9638515ee21627fd27548bbe81aa0fc440de 5822 cl-pg_20061216-6.1_source.buildinfo Checksums-Sha256: 19bf438b55b128d7a21f5da5f4181d392a08debfa51536bf094f37e8cc824f2c 1907 cl-pg_20061216-6.1.dsc 91c103f045f2f4474856f0fc8e5624944c1d0677472f6bf7b1217e07b137b042 4372 cl-pg_20061216-6.1.debian.tar.xz 28d1c0e81c5d36f6507c4193f539e1ebdb72bb6b6f7285476ebb2c4f40874125 5822 cl-pg_20061216-6.1_source.buildinfo Files: 6f3e5b36feaa973ea6feb83b93f2f71e 1907 lisp optional cl-pg_20061216-6.1.dsc 4850da207734300fdc6ec13db38647e7 4372 lisp optional cl-pg_20061216-6.1.debian.tar.xz 5c4013483a58021c5c4b8ff1c71d07e8 5822 lisp optional cl-pg_20061216-6.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6BgACgkQ9LqqgNso ukw7Hw/+JgxHPekWkwrpGk0oG5VVjcFLM/jvvg4IkJ7l3WiMxuddgeZCq/T3jlui 0dPEDZDDkDQtCjAfenY39Q7MOm3yBpNDkLUzAuGdyfOyZbvOnD4GhusLnnx4oUvp KZBNhiOXuyZs0CUmk3ofo/zzkPIg9CHCjvNsyRE4DHztLcjZIl1yp4kbs2rnr5qa yU3bAj9e2AX4GuXc8dwykicLgYQHoO49AU88tD2+1IEl3Id8CtnN8BvzHAtCSW+O A+bZq5i3bCExzNZGEypzxMGl8iNZDgeOA8lzisC6UHbsmZjcP8QtGs7dNXmlGhBF aZkYwkxoh883qpT+XKAYpVAmDOU4TPb3faT2Y2xAlUGP1QPGRPDR5mUjk7vDcjEh oAIPEuYp8LrYE6ycOuncDQERaV+tIi2zt0jA/CVKqMqtsUYsfs0Spp/SaO9muC0v lJ+Aa4EeXroGefMb6AyGgfZLST6VsEAhuvTVKqoxT3OEP9RIEE9S3p0Ldu8s3Iuc 4H2UD5DgOYywyinlbc6TNpOuvSJWt40X+bfUX9HgWD5oe13SpBdJ6ba5c9QsXe2n 3dya2ZmpasB4s0aW6goKpIykK6J5r8s0t+CRQw2hI8RFtDAD2vqh23UNifg1dyVc q1tjRH3+qMzMl5dUT1wYWS6wU8esK63YPm1BB55HJiLOaNzuKp4= =z1jE -END PGP SIGNATURE End Message ---
Bug#998959: marked as done (cl-xptest: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:20:21 + with message-id and subject line Bug#998959: fixed in cl-xptest 1.2.4-3.2 has caused the Debian Bug report #998959, regarding cl-xptest: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998959 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-xptest Version: 1.2.4-3.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-xptest Source-Version: 1.2.4-3.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-xptest, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-xptest package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:52:47 -0300 Source: cl-xptest Architecture: source Version: 1.2.4-3.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998959 Changes: cl-xptest (1.2.4-3.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998959). Checksums-Sha1: 69a93dd4c846950e37582f497c2d56675bb6cc3e 1765 cl-xptest_1.2.4-3.2.dsc d61c6ea513fda1e41d9d55e9cd9b97f5f4de5e42 2241 cl-xptest_1.2.4-3.2.diff.gz d7d94ffcec9f40d688c1930908349712f9773ccb 5821 cl-xptest_1.2.4-3.2_source.buildinfo Checksums-Sha256: 3888055ac48158cd871de1d2b868382ecd83b9ebc6c8fb73545546ceb1f99f14 1765 cl-xptest_1.2.4-3.2.dsc 64a6f21063d74bbd9f168a4704ff083e03e0852d4fa0b68f731aef17d0c9ca01 2241 cl-xptest_1.2.4-3.2.diff.gz c2a78fd16edbbbc1175d689d7caf61fb77231968e1749f8410979b8aa3da2393 5821 cl-xptest_1.2.4-3.2_source.buildinfo Files: 94859596b57858b98ff0a01551dc68b3 1765 lisp optional cl-xptest_1.2.4-3.2.dsc 67be7531219a6ecece7b92febbe85f97 2241 lisp optional cl-xptest_1.2.4-3.2.diff.gz 12e78736d2b81df4541511c54cd1948a 5821 lisp optional cl-xptest_1.2.4-3.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6Z4ACgkQ9LqqgNso ukw8lw//cW8iWa0cQiigA2McbmCRvy4N36/cHUaB+Ao/8vGyL3lmaTFyjQ4+qEMn YyM0sSjiFqv97DJUteIzq1EtCFWYkO46auv4zPcRN38S+uRQXqQ9sdsDSpjzUGUG dry2ztqs5I3agKFNmVFavYLsV1gMxXSvv2OQtdNN+pJR0exZypymYjJ3cDKcG/Ri /OhzU2CJ4nKU0LgNH469+SWTa+0Gw3ZHSXOBsYSKHMwJcj8m/pyCjD3wbNlilK90 NucNiCejCUtyfjPVXzTewjSkXJJ47sol24W+BAU6AR55/y7NSzsfzUBo0dtScoqg NoMsw0jYieBly1qCecrWv0+T70h3KnAYAM86IASlFA2Dw+ee/Y4nnffEcPZNx0XX LZZG38zXaaViIYE/Yt2mnIJGfnfLuw3XZRXCzTufWntGHRmZ8uhGeetbi7TUGbaB RbgnGnJty+M5CTmLgbTq2ipPmB5iX5tP0KHWIKskdutwVSUL/K4xN4jVjDr5SYmc Zt2kmQYKbdOFVOrDmaDW+M1wKkDgTsmiMCm2nak10V0UVc8NMBv+nE4PGOWmu2md irEy87ZrrlDauDNz2ti8wqDGFgBtTJYG9B1qsNEQCBYkC6aidaMBpRpsa3xo4OGb xiCVcfcxtQw+OMEt2wk0DzzLNFlFozZ7kIUlD6y32msoKHa84yU= =hOwa -END PGP SIGNATURE End Message ---
Bug#998947: marked as done (cl-modlisp: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:19:26 + with message-id and subject line Bug#998947: fixed in cl-modlisp 0.6-7.2 has caused the Debian Bug report #998947, regarding cl-modlisp: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998947: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998947 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-modlisp Version: 0.6-7.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-modlisp Source-Version: 0.6-7.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-modlisp, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-modlisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:30:21 -0300 Source: cl-modlisp Architecture: source Version: 0.6-7.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998947 Changes: cl-modlisp (0.6-7.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998947). Checksums-Sha1: 5fd6b6e4e1fba205676d8c2bd598e342f7cdae44 1768 cl-modlisp_0.6-7.2.dsc 75b390ef4518b9e89eea22a1254ec625ef8ca760 2708 cl-modlisp_0.6-7.2.diff.gz bbea448dee3547a0746ae6a59d6af94b37078169 5817 cl-modlisp_0.6-7.2_source.buildinfo Checksums-Sha256: 99698a295578b09300cb41aca03c910b7a7290242bae258d5cb62df813e470eb 1768 cl-modlisp_0.6-7.2.dsc 4d41f0532fbd79e638bcc619ba80345321a48d8b55ea1e259726a97feb1c 2708 cl-modlisp_0.6-7.2.diff.gz e185ce77b038203fc01179c6820bb9036e872a921b986439b8d0deb57b144f5a 5817 cl-modlisp_0.6-7.2_source.buildinfo Files: 7c488a8bbf51502490e120c11d2fcf32 1768 lisp optional cl-modlisp_0.6-7.2.dsc 41745cb9705067a100fcf324a8ed62ad 2708 lisp optional cl-modlisp_0.6-7.2.diff.gz f4c5e5553e257e900209e8b0b41a3a8c 5817 lisp optional cl-modlisp_0.6-7.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh5+oACgkQ9LqqgNso ukxi+RAAmioVb5CBjpj7XXW7g1bCmQ4kmpP/+EOy70bq167nSSitPI0eFxRAtERi GhZp5FavUom2EKlUF1QM86DCHweMULOYekQvn+b8mBV5FAEOh8H9YnuQZqVp6yyO ImxeJ69hYGA1K9jYoHLugwD/yW4lvCJVaQI5DM1WQQJwVY2MfIqppSydkMZdsCZP TAZx9+bJTYVv9/isA45Wtv8TSXbGBo3us95XKpUrhAykyJ2cBJ7WGhHqoi0wOO33 axsm7zxfTuxVuQZm29BIYf3SClmr1YggnoFjJEy8rHI4ol3K9H8yvZmEXHTZ1u4Q CTSift+0cgO8x/zw3iHhPXznFYbjmdNBIz0OahBRaU7FOd969SuiTKfDWImJFwWD 24AaGwjvAKoXzRmEShoWYX87eAbrB3xOGbzRHbK4++NCRh8O2/ylfGFnJECTvZjK Qv+2YzbQDwX+pk1AGdtG+QfbraVE3REZ5JNFwqQe10ou3ZF3zL+A8OuN4WYOTEwq H2+O+y0TiDZlkJLVti0BKucgrWzjHSaDDkPJRWpt8aZpP27D2A9eVjcQw1KrGVHG 8LW6NJNeKVxcnmeFH8qEDMkHW/2vvIWZUfSK03G7k1trz5Jw+D2Fxt7R8/DbMfhK rJMtleRbdjC+6KC4P07/Sbu90L4uVt25BV9XjKyK2iIPJlsE9Kc= =vq+P -END PGP SIGNATURE End Message ---
Bug#998935: marked as done (cl-umlisp: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:20:01 + with message-id and subject line Bug#998935: fixed in cl-umlisp 1:2007ac.2-6.1 has caused the Debian Bug report #998935, regarding cl-umlisp: missing required debian/rules targets build-arch and/or build-indep 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.) -- 998935: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998935 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-umlisp Version: 1:2007ac.2-6 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-umlisp Source-Version: 1:2007ac.2-6.1 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-umlisp, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 998...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-umlisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:48:37 -0300 Source: cl-umlisp Architecture: source Version: 1:2007ac.2-6.1 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 998935 Changes: cl-umlisp (1:2007ac.2-6.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #998935). Checksums-Sha1: a9130c1ef84933d64242a7e3370e14ec1f2558b5 1863 cl-umlisp_2007ac.2-6.1.dsc 4c0f282e34f4bafcca14a970fecdc66940fc173b 2816 cl-umlisp_2007ac.2-6.1.debian.tar.xz 17a7b36deae64cdda35e6e1e5867664f9e5485e2 5835 cl-umlisp_2007ac.2-6.1_source.buildinfo Checksums-Sha256: 414928f524334469e9ea16f9fcc4e8441d11b343640619a15651e4e297f25993 1863 cl-umlisp_2007ac.2-6.1.dsc b496809ed5701370ad6a91ce4cdd3532f0397e438406d07be0677f84b579f11e 2816 cl-umlisp_2007ac.2-6.1.debian.tar.xz 103772ad48d01acb639b4c065a7af06fba8477ba4dcabdbed3dfebc658634542 5835 cl-umlisp_2007ac.2-6.1_source.buildinfo Files: 92a10f3723730faf5341f9ded0dd0ec9 1863 contrib/lisp optional cl-umlisp_2007ac.2-6.1.dsc c6429d0784fe883616349e545b0acaa5 2816 contrib/lisp optional cl-umlisp_2007ac.2-6.1.debian.tar.xz d699db535286de671c6173a5577a1dfc 5835 contrib/lisp optional cl-umlisp_2007ac.2-6.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh6NEACgkQ9LqqgNso uky7FA/9HkMZaC1L7oK+18G1BukEr/61ricdgv0AwwRGncJR24p5bcU/0V+Jir0M MhOBMBYhlTwThF2Dw6ho6Yxe1/lA0xt2OPzItPVBzX/MoFSprbyXRNk1gMdF1ykA 3s1jhp6isy9urkKnVooyrol7lIlnM4irk8x76+kvHiVA7yOMwRGuIhtniCz2pcSh TPNU2h4bHC5cF3bipWvpm64qYeA2MTts6y3g4KQUovLXWbgFD+IkEiXalj+UqPKY L14N017VUkbOi9piLI1i/gPk+oUFwV7yGUyzECiEtfeqi+H0RjHjgWW8KK472eGJ k3HK1SvmNPyRMJi/e2tHHNDjS4aceCNYmRh7r1YWKF0QIqtRKXGagX6X1hORSASt KGf8G8Kh29pw74rmJJenALhYusIEzz/XlPtBvNEshL2NVwmpo6Ijgz2hjOO/nBMm 8dsbPZL/NfzSo4Y3ctWMAsoh3Az/ak0pPoU20G2H3YEmkAx9n+eLzb8SaB+YSkfF GrE+BfYVgXQ+WHsDO1GlM/63s+mVlfRBMOJpbNrfDyIMbf2Op2yZ0L9VxRRHuEJ/ +Aj9NvomY7vX74b1pxx0vymKK577E9y1ohE7Cw1Cl47laVRwqohtNwlz6gLNwTf+ CSnSE7l+8sHMqTnO90Yh7vSlC0S383YKNpO/h+QwwirsROWNl4E= =1ZSw -END PGP SIGNATURE End Message ---
Bug#999079: marked as done (cl-irc-logger: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:04:00 + with message-id and subject line Bug#999079: fixed in cl-irc-logger 0.9.4-3.2 has caused the Debian Bug report #999079, regarding cl-irc-logger: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999079: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999079 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-irc-logger Version: 0.9.4-3.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-irc-logger Source-Version: 0.9.4-3.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-irc-logger, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-irc-logger package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:06:40 -0300 Source: cl-irc-logger Architecture: source Version: 0.9.4-3.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 999079 Changes: cl-irc-logger (0.9.4-3.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999079). Checksums-Sha1: d8adca9a1a3c4fbfb19839c954f434042755447a 1851 cl-irc-logger_0.9.4-3.2.dsc c020bf6f89ad334641c1850dd3745dab0af8cf12 2491 cl-irc-logger_0.9.4-3.2.diff.gz a1ed1c372141572d7b3b2f902115b096fe7c9af2 5837 cl-irc-logger_0.9.4-3.2_source.buildinfo Checksums-Sha256: 3d0204c55f311453c0a77dbed1dad9cfc1a7f8b0e9363adcd88f3c19df6ffa02 1851 cl-irc-logger_0.9.4-3.2.dsc b3550ce538ab7f771ccb029f2b9c73863ea9ae0cc0559b1c97f5ae9162d779fa 2491 cl-irc-logger_0.9.4-3.2.diff.gz 2549a73d21820352807e8f149f31fb752b50d8767d2a0007b1ecf29718322b75 5837 cl-irc-logger_0.9.4-3.2_source.buildinfo Files: 42aaca2dafbc3435a42a66b1ffd444ef 1851 lisp optional cl-irc-logger_0.9.4-3.2.dsc ddb46bbf0cc59e2bb7fc38d46ea14bf1 2491 lisp optional cl-irc-logger_0.9.4-3.2.diff.gz fa0a002ae577ce4f703257b12b7ca206 5837 lisp optional cl-irc-logger_0.9.4-3.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh52EACgkQ9LqqgNso ukxlIA//WARbnf08TK9nFp/1qJoljnleilI/1pLNdwiqCWWtiW6FiTUsLVZJGVeJ aoX2khdCAIhfUvHKP3ipypa9QFLZfYQrePKD75vV7s46ujtg6Bk8xodsJQ6Xgdwx iiZBtPl3BYkOTrLtcPmrcVSF6vU/EXmCpTjLdFDjk+vadgzHxx3Gv24uSuHkUMBb qJEG11XqapbbjbvH1NQaSAb0XESiespzN+5VynSXn5VAsoFFZ4aoouI6SZrhmeep Yf6OmfyN1GCEuhNda+RDxTFZ9IRs1C2pCsdQJlAHj/pr1b1RjvODUzDsuSdrf2xD cbx/A5QZD2OOcxL7P3yTmOof47sMp19rpJxQDR8R75nV5ZEiTFXvX8wlipdqeV2w fiUeMiCwdMvr/lCbhmhDxIhScEtlYvnSpj15qkH5xR7WK6zEZEiI77Ub8hCwFosm wiBhgFLDlUHHJ5l3x5642teTf3+lzq5rTD6oUU8NjERZ4SuBmK9CD5baHoDtDyq6 Hmh2b7aVVCdPjj5G8I3cEEqQCv2R2xAkZdWctxrLdiC1etOv5hhvRMccXsz/jU2c igwqGexPnAGhSRwwiD/3f2u7NpR+gIdbnwsMJQikkpD/xoEEq7CI3eojAOmEy886 /8Id6LCU5qtPTP9Rt9V+n5LZ77zf5Jl/em5qk+pd6lh0H2HiffU= =qX+C -END PGP SIGNATURE End Message ---
Bug#999045: marked as done (cl-lml: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Fri, 04 Nov 2022 04:04:07 + with message-id and subject line Bug#999045: fixed in cl-lml 2.5.7-4.2 has caused the Debian Bug report #999045, regarding cl-lml: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999045 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: cl-lml Version: 2.5.7-4.1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: cl-lml Source-Version: 2.5.7-4.2 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of cl-lml, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated cl-lml package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 23:14:05 -0300 Source: cl-lml Architecture: source Version: 2.5.7-4.2 Distribution: unstable Urgency: medium Maintainer: Kevin M. Rosenberg Changed-By: Marcos Talau Closes: 999045 Changes: cl-lml (2.5.7-4.2) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999045). Checksums-Sha1: c3828ad96fd62f01d5c3a4ad341e9e1d62c21baf 1764 cl-lml_2.5.7-4.2.dsc 5ee336417e9f68708cd3b116994d6b701f8bf2a0 5413 cl-lml_2.5.7-4.2.diff.gz 121748947fe0e37a36e11e2af53c811d6b6106d1 5809 cl-lml_2.5.7-4.2_source.buildinfo Checksums-Sha256: 0f77b3f74ff64e6224e185ab3d336110677e7fb774dc86940c83f9153c9ce849 1764 cl-lml_2.5.7-4.2.dsc a086621fc5cf561d961c8a564b3c07da7f4b82c70dac4b44a7856139559afabe 5413 cl-lml_2.5.7-4.2.diff.gz 374afb648b4c53ed63a56ee5e455710685e14edceb352440976ad07456c3a7a1 5809 cl-lml_2.5.7-4.2_source.buildinfo Files: 37cd40dc3f7ab7c76f89a45d70325c87 1764 lisp optional cl-lml_2.5.7-4.2.dsc 0d37dae0090773f04a2b6bb4d9a9324d 5413 lisp optional cl-lml_2.5.7-4.2.diff.gz fcad57e25bc5477b09a3ea193af6220b 5809 lisp optional cl-lml_2.5.7-4.2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNh55QACgkQ9LqqgNso ukxEpxAAxMIu4E1PyKqXbI3El2OrNen/GTs3RY3wyMIMOVUj6ghW+4uG5vVrBzSH npawDZI8f93NOt+LLPjS8/vy0su3T4luni0zHLUNdoPcXq8qzgFU+0yPGMUcCuFJ MnZvPctLZcXwul4zsO+NPab2ZfFL2jBZpNGLQXxmE2epibFXbEzI0ara/c7WTPlW Lz0+DQcy+uucercZla+B322MDnV295awSPZxiZNnwwR4J7f5PToyKupv0kYgIw/L wZtcWoTwvZSUjQs+Thz3oHMcveWx73+tiGu+JDFjLNwTX536h2Pa2VlgKzUc+wA6 fbyqJMjWig3YaSEZx5bwlTKMEUxkLhmkh688T1wXbPrst8+jzQPUH80pFC3sDqoV faSruyEUAvuTCg8cmYMG+xsZmA+CXMa8+jaH4YwYrP5ibEuxRrnd2iAm09lz8ty9 A44m3hcfZu2DsHzku0BnQbz9NSXdVAKDf5BptwpT0D8HPcyfcNvCx8b/h+7V1DXB VXr5miRArm4dkN60dpyszwEzlihyiVpvN51frdQ4D6mpCib0PImoYAdvo6Ad1f10 EicR/I0Q75Oem5sPgKC3yjt+Q/OzmttCINLmlhUNL74Wx04pD9hAFNZkXGw4yyq9 A3OAmbX9jv/d9hdwy4NidHeJk8EZ4h6e62oUzdh2Sj1f2NCGNyU= =wXIe -END PGP SIGNATURE End Message ---
Processed: tagging 1023318
Processing commands for cont...@bugs.debian.org: > tags 1023318 + pending Bug #1023318 [src:screen] screen: re-adds /usr/bin/screen to /etc/shells on upgrade Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1023318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023318 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023175: marked as done (dino-im: Fails to start: Using libsoup2 and libsoup3 in the same process is not supported)
Your message dated Fri, 04 Nov 2022 01:34:57 + with message-id and subject line Bug#1023175: fixed in dino-im 0.3.1-1 has caused the Debian Bug report #1023175, regarding dino-im: Fails to start: Using libsoup2 and libsoup3 in the same process is not supported 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.) -- 1023175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023175 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: dino-im Version: 0.3.0-3+b1 Severity: grave Hi, On an up-to-date sid system today, Dino fails to start: $ dino-im (dino-im:13084): libsoup-ERROR **: 09:42:18.307: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported. zsh: trace trap dino-im Feel free to downgrade severity if this does not affect all systems :) Thanks for maintaining Dino in Debian! -- intrigeri --- End Message --- --- Begin Message --- Source: dino-im Source-Version: 0.3.1-1 Done: Martin We believe that the bug you reported is fixed in the latest version of dino-im, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1023...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martin (supplier of updated dino-im package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 04 Nov 2022 00:35:35 + Source: dino-im Architecture: source Version: 0.3.1-1 Distribution: unstable Urgency: medium Maintainer: Debian XMPP Maintainers Changed-By: Martin Closes: 1023175 Changes: dino-im (0.3.1-1) unstable; urgency=medium . * Upstream maintenance release, use libsoup3 (Closes: #1023175) [Stefan Kropp] * added d/watch file Checksums-Sha1: a5b3123afc686fa8ee9fac38ce62bf0441c3acb2 2577 dino-im_0.3.1-1.dsc 938ef8349ab03a0611861e6e1cd63734eb244717 806613 dino-im_0.3.1.orig.tar.gz 064ce1f3fe8bd5f917c08910579bf04ea6e8be62 866 dino-im_0.3.1.orig.tar.gz.asc b5c4e963c13af9f64fabe555fc13b225e872327c 9540 dino-im_0.3.1-1.debian.tar.xz 0a958024578059d8e7fbe42386d448cf3ed068f4 19200 dino-im_0.3.1-1_amd64.buildinfo Checksums-Sha256: 23a0e88edd8e4f20fc534e16cb8efa6cf82237be1a6915ce5a7b04feb21b090b 2577 dino-im_0.3.1-1.dsc aa4cf890a6353cf27f00d6cf4cd7a7a55291530138a4c60a409cc716e7c546e7 806613 dino-im_0.3.1.orig.tar.gz 5fd12b4abcaa9a7ab2495e0db9b4ffc2f63c70adfafde0231871a0eda4e80aeb 866 dino-im_0.3.1.orig.tar.gz.asc 7d39c53a5403dfc7420bda42da62381caca27281939ac41bc3d4323f83d6a218 9540 dino-im_0.3.1-1.debian.tar.xz bbb3d9805d0bc7f59ec8fa9259810c51c7efca2e956e1bcca7bca3f8ae3bdd20 19200 dino-im_0.3.1-1_amd64.buildinfo Files: 16ebd22a29ee9bafa2b6e3a8e61851cb 2577 net optional dino-im_0.3.1-1.dsc 3e24ef460646eb51e0049f188f394cd0 806613 net optional dino-im_0.3.1.orig.tar.gz a89eb7ebc60ac3ce1e96d8dbcf702145 866 net optional dino-im_0.3.1.orig.tar.gz.asc 5626a696aae606cb793474f3daa432a7 9540 net optional dino-im_0.3.1-1.debian.tar.xz a10ec18cf18f29155b9eb3648d3797f4 19200 net optional dino-im_0.3.1-1_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAmNkZ6cACgkQ4+Chwoa5 Y+r6AQ//QDAZ6ymbpWPe45/JATvcf5INWOOuQ1QHXz5nsQAjK3wxMUcty9YxcIRl sAIn527A9dvjAQNhn7o1GehRoydRfsL5JM3Gd/GNkbTnXQT6/77L8s6FWB/biCd8 wxFDz5VN9/8on19/ULb+xtQnC+hjXn5mzN+1dPgjNbuUDntHoyGoQXckHTUFehjk a0wj89SHohr4PrxFB+fITKtr/5+Bkx+kt+O8ilmGWT6SqSLYNzJdg0JgyQXGS9JH Nrch0eWDMMTuv5p4D7UpHPa8mkhJqqYfVBo7yyefr8qV9roglXPF10Azv2rv3sKG tf6HzDbIb4PQ9pS+N6h/0C53eBHJgCLm0b/fbEri1IA7znur5UepcSOcdcOKmKPD Al+nbHnMs8nt4wq1z6tuhDue8NhxFg5hP16s9uIRHqVCe1Tok9otNpAFaow8TRQM y4ia0of/8VfRGFHKEX6Hp5hNi9IywLU/7cxMP2dsI+5B0gAtfISND+ZNSszV8gG2 PLDri08Jp7Ogmzk2IcUO9Hb/C0ZZaRb2smaz6Vvtg5WGlH9CVU2O6v3z3/TQnwbC 7MLgjpg1mWAEDYvX1o6ebDzvcdzjyVrE3TVWdcfPg6y1T+LLko1K944k/9lxDSOD T6DYbDN7N3RkVp7IIXIxBn9wLJk2ihOZSYY8catudrkjXHX6QWk= =gqtt -END PGP SIGNATURE End Message ---
Bug#1022806: [SOLVED UPSTREAM?] linux-image-5.10.0-19-amd64: amggpu unbootable problem persists
I experienced this problem on a machine with the following hardware: CPU: AMD FX-8350 (8) @ 4.000GHz GPU: AMD ATI Radeon R7 370 / R9 270/370 OEM After bisecting from the 5.10.149 sources, I found that the commit responsible for this bug was 867b2b2b6802fb3995a0065fc39e0e7e20d8004d, corresponding to upstream commit 66f99628eb24409cb8feb5061f78283c8b65f820. This commit was reverted already on the 5.10 tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=357db159e965efa6a0b7b6f9efa1c34bf876db2d Indeed, vanilla Linux 5.10.153, which contains this revert and which is the currently latest release in the 5.10 branch, seems to boot properly with the amdgpu driver. The Debian package linux-image-5.10.0-19-amd64 is built from sources corresponding to the upstream release 5.10.149, which did NOT contain the fix. This seems to explain why many people with AMD GPUs, myself included, were experiencing problems during boot. Since this problem seems to have been fixed upstream, I don’t think there is anything to do on the Debian side... except of course packaging the next linux-image package with a Linux source tree containing these fixes. I’m happy to provide more information about this if anyone deems it necessary. Best regards. -- Cosimo Agati
Bug#999166: marked as done (snmptrapfmt: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Thu, 03 Nov 2022 23:50:19 + with message-id and subject line Bug#999166: fixed in snmptrapfmt 1.18 has caused the Debian Bug report #999166, regarding snmptrapfmt: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999166 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: snmptrapfmt Version: 1.17 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: snmptrapfmt Source-Version: 1.18 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of snmptrapfmt, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated snmptrapfmt package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 20:26:46 -0300 Source: snmptrapfmt Architecture: source Version: 1.18 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Marcos Talau Closes: 999166 Changes: snmptrapfmt (1.18) unstable; urgency=medium . * QA upload. * debian/rules: Add build-{arch,indep} (Closes: #999166). Checksums-Sha1: ce99ab0c3214e8315e2a770c0e95effa57a36c32 1604 snmptrapfmt_1.18.dsc 065ce875a2bdf0c68d4aa6ee8918c2ec6a84e091 31146 snmptrapfmt_1.18.tar.gz 8ba695d6bd98442ad3c2730ebe5c14d37ec0d017 6482 snmptrapfmt_1.18_source.buildinfo Checksums-Sha256: 2dc38411d87314a0288ad2bf00400ec6135426f0edefd0af687a2961832e1fe2 1604 snmptrapfmt_1.18.dsc 7b5d1a4849881a2f9b7ad7184ce0a3096bcfd32aadbece154af08d424bef2191 31146 snmptrapfmt_1.18.tar.gz ff72b7fab91180ed9e72a416fe8fd2ccdd56c9913c8a94b9238310c2cfb4b692 6482 snmptrapfmt_1.18_source.buildinfo Files: d4c376d027749756051a4d006ee6be26 1604 net optional snmptrapfmt_1.18.dsc c702339c2048975d761d7b2ad3da6e41 31146 net optional snmptrapfmt_1.18.tar.gz 78185f00da36a09e5df7fa089524e162 6482 net optional snmptrapfmt_1.18_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNkUG4ACgkQ9LqqgNso ukwgeQ/7BHNJwQLthOpuvbhJ1FE4/73lCtwP0qdW6rKCzMIXuLUA+bKsBjrM6Rx/ AG+NqX4V2U/BqMonc2MarwLg0J0rUGfWbKjidBu/2eoQXCvDay9EyDtam+PGXy79 3YROIm4zNM68RDz5xb4uom8JSTaS7D7INAbuoQhFrixytgmB38cyDH5qq82Hz4BP PyKHBozw0QqRKS5bjkPpu65W7Eo2KA+fzbWbciL5EOBa2Hgc74o/jNABLlwMbqKU 3vwv4U7GsVFPS3DjaT8uKWbnhL5KsBMNRjdvo5FS8mMKo6HVjFhFq/Q9Ieb3S3l/ Y5RdEgP0wNiKJKAE2qZUn6JpcmsJPQSW0ThdxgCflEW9mn2E7g+XiTLTDLj1Uxaa EKvLjEvn8lWxGILSlo+n6XCQSFUvRtW6B3h+NBWNF82R36S5U8Sllsy3R5Y4goXs NACNWEQT9xlbZJ6muUvM9mNcAIrN22GiN2lxP30R2r3Ym2r3XVA/tiirbpcszXwM aGgmICpvyfPpxPnyFeEA4MVWhBeLxkDdlTpUp8jGSVGw8nBK/O0jiZBRGEN09BFO rAbQ1GAWqP6c64cdsDJjViDIN1gd2NRs/M4eYKwex11TTbcy5T22EyDMHEt078aL 8im2KcdgoT8tywazgS2LnRzwIC+WQktqM4J+ezJI5HJbAbA+AKU= =ICa1 -END PGP SIGNATURE End Message ---
Bug#999080: marked as done (stymulator: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Thu, 03 Nov 2022 23:50:26 + with message-id and subject line Bug#999080: fixed in stymulator 0.21a~dfsg-3 has caused the Debian Bug report #999080, regarding stymulator: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999080 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: stymulator Version: 0.21a~dfsg-2 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: stymulator Source-Version: 0.21a~dfsg-3 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of stymulator, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated stymulator package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 20:37:59 -0300 Source: stymulator Architecture: source Version: 0.21a~dfsg-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Marcos Talau Closes: 999080 Changes: stymulator (0.21a~dfsg-3) unstable; urgency=medium . * QA upload. * debian/rules: Add build-{arch,indep} (Closes: #999080). Checksums-Sha1: f6815bddc8b08ac5c534d0a00621a83e33383216 1796 stymulator_0.21a~dfsg-3.dsc d35949486a2e3a0ace851d75fdb55ea69d8e3aa9 4432 stymulator_0.21a~dfsg-3.debian.tar.xz 3e012372632f51a165682d4233fb20e50494b4f8 6030 stymulator_0.21a~dfsg-3_source.buildinfo Checksums-Sha256: b206e00179f2d339fa1773444682b001a6eca09107b15de4c0b5d057273cdf35 1796 stymulator_0.21a~dfsg-3.dsc 9e779a3724384361e50e69e3fa4d509b755af08321e735e8aa9684808a1d85dd 4432 stymulator_0.21a~dfsg-3.debian.tar.xz f1827e1869124f88703fc01e5ea375e6467c43d5d9471418f6e4e3418bf8a774 6030 stymulator_0.21a~dfsg-3_source.buildinfo Files: c055e523a2c5bb176ae674f6fb9a9c49 1796 sound extra stymulator_0.21a~dfsg-3.dsc 00014be9ce63808c3d2e6e730715bb61 4432 sound extra stymulator_0.21a~dfsg-3.debian.tar.xz a616c9e7708ae7107193d7c5c922b3be 6030 sound extra stymulator_0.21a~dfsg-3_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNkUTYACgkQ9LqqgNso ukzmWxAAhF92ihPvRlGYIsyVJM5ZEa5feXuOOloNEA6uftAxACjoWtd7z6BId0iQ vamDUAdBjIbY3Jlw/tDLBZZ2shmzVOv2qB+t3UCofSfoByiHNrl72g5TnANbyz3i GNUnZK/6acl6EQ+S96jdndx5pTWcYu0W+4mx6DDlXCem//kWqr4u27cxigwVvPlh QphNuu8YqITOwpTrJsqQP1cjNlMhGgseuVxrz0Fg7683Tl8yjHxCOP6MJBJnpVYv E1azSlNlIafsFuOhtuuL8uWsWrDEyM1cZGGNXD8EgxsSZzVfgadWdyD1db9aIAH/ DIMGV+Kj3yN4aB+SkE+p5BNDciFXf+Yz2GZfJWzsfb2ffS9ee6y0Cn0t41rdD7mq yrxw6AmFAQx8lcAB9Ay4UsjGV167UtIEETiJRJVZR8UgkDOtzjqW+eEDREv+XTpx gHExBFrJM6Mwn52lNMIlI+qvL/uNgSVC6Rum/JbE/9ia+0rRSKAF2ceQtnqIbCxE r3CbWKhnMmNdmPou5KSh7A8F35Rov1yZwKBLvSjOFM67naJQdKd8i1o051tlOjBW 1UBa7KjrCMe5PxE88N3Ifp6ZWEPKq7uT8sTVpIIzYh75Wg4nHMDaYwb0Nx2Qb9CK cVIs/IEg39h19aSU0lx+sFM/UEVmcSzOn/cfRgwANJ9nNFWekDs= =5283 -END PGP SIGNATURE End Message ---
Bug#999304: marked as done (quickml: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Thu, 03 Nov 2022 23:35:47 + with message-id and subject line Bug#999304: fixed in quickml 0.7-7 has caused the Debian Bug report #999304, regarding quickml: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999304: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999304 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: quickml Version: 0.7-6 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: quickml Source-Version: 0.7-7 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of quickml, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated quickml package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 20:20:58 -0300 Source: quickml Architecture: source Version: 0.7-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Marcos Talau Closes: 999304 Changes: quickml (0.7-7) unstable; urgency=medium . * QA upload. * debian/rules: Add build-{arch,indep} (Closes: #999304). Checksums-Sha1: 392a0441d2f6e96f82efc0150de49cb9e4e333a9 1662 quickml_0.7-7.dsc a7d730cfdc2b5a3f6352b164ea074d3dbf072629 68764 quickml_0.7-7.diff.gz 88a6911cd20955758618be6d9d8a64b6a07ae814 5797 quickml_0.7-7_source.buildinfo Checksums-Sha256: 0c3fc3a22a774e9098b68cb99b8772248f4dc986c50b1bab27df7ffbfcae5a95 1662 quickml_0.7-7.dsc 9dad8fc8767b52f267ede93ddce57d255adba72a7baece0479cf1ce610caf99b 68764 quickml_0.7-7.diff.gz 09e0741f6fa9ce9495654b0688b610d9352f27c61f2269a92abb716e7ad5f844 5797 quickml_0.7-7_source.buildinfo Files: 404fd51a0379fdf9767e70c45f66400c 1662 mail optional quickml_0.7-7.dsc 074318712574d95158cb7be394993b94 68764 mail optional quickml_0.7-7.diff.gz ddd03abdff17fe02998de79f94f4b554 5797 mail optional quickml_0.7-7_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNkTWEACgkQ9LqqgNso ukx64w//Tn0DSR63QPlbWMlRED4uRyoOo0FTfhCdG37hnmzY35zncV0rwdIXIWp7 azu5l/755jgkTfgUsZY+XdGkSzFGu8BjJFNzD479pXG+GrnZKfc9MCE+QbZhI6U9 V74O3irM+x+PFjuitgH3XpBnlvkdaDT/eVGbKXlMEy49BUT8HXFRCW1mkAHixWR2 vy4Q9HgWAds1fu4k2AEbRjmN6XCUmKSWL+jAOEPNIOBfJAbjxZsDcfJ1hnGAXynm 52p4apTlthDa+HDKY1SZa/c3mG59SPhLw5mitAMiV3yrG/78bpio8b48ZKnZIpKf tcnAudh5Y2odJhfkCib/hUTI8oXOF+u+OwSrISzRvxrC8EGXQjnw+9g7r1Zh+dto AeHKmvu5Z2WospZPg1id5lUsmUr6g+ji6DLCoHXfjD9jKypCO9XxR/YqMYkcDw0j iRDTdCWfp/qoos3aatLd/ESIVResmobudlhGe59L7xdBbAPU9qoJz7YjhwrRZrT4 5JW2jUHkyLVDidE6NvF7+4mvEcljLPzrxyvo7Cj6+ZdiOHnfbyz24TU2VHEypbQ6 fzgcqkal8YrzPs6W/zkb04XURkauawBJp68VGmAnPv5ZqXIFTq4VdERRR4h6V2t0 MP2aktFDc+RtmImBRIktNLeY7TMGmEvNQpV3xoMPbMkSOAdbNrs= =sJUo -END PGP SIGNATURE End Message ---
Bug#967987: marked as done (fuzz: Removal of sys_errlist)
Your message dated Thu, 03 Nov 2022 23:34:36 + with message-id and subject line Bug#967987: fixed in fuzz 0.6-19.1 has caused the Debian Bug report #967987, regarding fuzz: Removal of sys_errlist 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.) -- 967987: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967987 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: fuzz Version: 0.6-18 Severity: important Hello, Version 2.32 of glibc will not ship the sys_errlist symbol any more. This package is using it, so will start FTBFS when we upload version 2.32 of glibc. Samuel --- End Message --- --- Begin Message --- Source: fuzz Source-Version: 0.6-19.1 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of fuzz, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 967...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated fuzz package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 01 Nov 2022 19:38:04 -0300 Source: fuzz Architecture: source Version: 0.6-19.1 Distribution: unstable Urgency: medium Maintainer: Daniel Pimentel Changed-By: Marcos Talau Closes: 967987 Changes: fuzz (0.6-19.1) unstable; urgency=medium . * Non-maintainer upload. * debian/patches/30-glibc-2.32.patch: Fix FTBFS against glibc 2.32 by using strerror() instead of sys_errlist. Thanks to Logan Rosen . (Closes: #967987). Checksums-Sha1: 042fb604ea240242cb1bfe327e79cb94e041bdb5 1829 fuzz_0.6-19.1.dsc e9464a04a76606ca7bdb9bcc98656b268a24f101 7304 fuzz_0.6-19.1.debian.tar.xz 0d164d1d6d05ee95bdb684d15e508edce7f5f4b8 5930 fuzz_0.6-19.1_source.buildinfo Checksums-Sha256: 218244512e63b7049e87caff22b83ebd0db8ee575e58e3739e1284a2798d57cf 1829 fuzz_0.6-19.1.dsc 552710042ca06e69308bae9ca2fd098790828231715a2a6b4a7f586cfd6a46f6 7304 fuzz_0.6-19.1.debian.tar.xz db582e7e761794c330999301731e30d7a2d10ab7c92baed3ca5eba643a8aadd7 5930 fuzz_0.6-19.1_source.buildinfo Files: 07e4ddcca8988c40b3093a87bd326bc5 1829 devel optional fuzz_0.6-19.1.dsc 471f3658ef34787958fc199d7013d2c2 7304 devel optional fuzz_0.6-19.1.debian.tar.xz 4cd0953b4d73b3143699f080f0c43b96 5930 devel optional fuzz_0.6-19.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNhpbIACgkQ9LqqgNso uky6wg/8CRz0oRYNqjjnoBuSvPx3Z/6p+2RqMA6YJyl2WWLw8fbXp+6nAydgMmoW +d0NkOIkboqaHhiZcdi1QD64DFPV8EkwyEjACqZ3S4lIPMRTa1Fyx+2nSjlao2UL 3B/OmDl18oxMVtkCLcSbQdmDrfxCs9Cp4X5090gzbwknabT4a9NdEaiEWnvvwKhA RMsF4KwbMV8MdmM6rQHaJ5ZpTux6Is4Ei6vP5CT4mF5qyAuD+zoz/pOmCO6NIjlM 2agxZMVqiWluNXJrlWNWfdoahmYEO5hGjjLZPcD+dnctDJww+zo2q+W6+m17THEM akWyTJ8I1e0j4u26B4H3VF1grGZ+S+HHvciNIfgaBBceX/6P4UugYQR49us6PZJE QLC7GLsxiXq2P6eWFSHly01BYRHCGUHA4wACdVSJaMmIjWNVsPwfQIAqfCAvDHEu KekQAzMrg4uN6CFYQccXVLvl3q0FTablbxGnDkA35DegHlT7pdwsKBhMCcEC73SE dfi0d1e1gfJDwO4Yl/rC3sTuK1kdNj2uydXlUAgY2/R28IasjyZhV5laENMAQZeU yFaJTwl3AG3KFRHRxJ+vjtHiJvKXxWAC0MHkX8brDLk+HBmaBVcHvlJxUbCkVHsO dhvoMXLRFAYaOPmtKkB1pi8zYCufLZBv++QbSNEEu2mr1AZBtXg= =Uo/I -END PGP SIGNATURE End Message ---
Processed: xwatch: diff for NMU version 2.11-16.1
Processing control commands: > tags 999056 + patch Bug #999056 [src:xwatch] xwatch: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999056 + pending Bug #999056 [src:xwatch] xwatch: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999056 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999056: xwatch: diff for NMU version 2.11-16.1
Control: tags 999056 + patch Control: tags 999056 + pending Dear maintainer, I've prepared an NMU for xwatch (versioned as 2.11-16.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru xwatch-2.11/debian/changelog xwatch-2.11/debian/changelog --- xwatch-2.11/debian/changelog 2020-05-29 10:54:31.0 -0300 +++ xwatch-2.11/debian/changelog 2022-11-03 20:02:23.0 -0300 @@ -1,3 +1,10 @@ +xwatch (2.11-16.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999056). + + -- Marcos Talau Thu, 03 Nov 2022 20:02:23 -0300 + xwatch (2.11-16) unstable; urgency=medium [ Helmut Grohne ] diff -Nru xwatch-2.11/debian/rules xwatch-2.11/debian/rules --- xwatch-2.11/debian/rules 2020-05-29 10:35:53.0 -0300 +++ xwatch-2.11/debian/rules 2022-11-03 20:02:23.0 -0300 @@ -90,4 +90,7 @@ $(checkdir) test root = "`whoami`" -.PHONY: binary binary-arch binary-indep clean checkroot +build-arch: build +build-indep: build + +.PHONY: build-arch build-indep binary binary-arch binary-indep clean checkroot
Processed: xpuzzles: diff for NMU version 7.7.1-1.2
Processing control commands: > tags 999086 + patch Bug #999086 [src:xpuzzles] xpuzzles: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999086 + pending Bug #999086 [src:xpuzzles] xpuzzles: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999086 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999086: xpuzzles: diff for NMU version 7.7.1-1.2
Control: tags 999086 + patch Control: tags 999086 + pending Dear maintainer, I've prepared an NMU for xpuzzles (versioned as 7.7.1-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru xpuzzles-7.7.1/debian/changelog xpuzzles-7.7.1/debian/changelog --- xpuzzles-7.7.1/debian/changelog 2018-01-06 19:19:27.0 -0200 +++ xpuzzles-7.7.1/debian/changelog 2022-11-03 19:55:25.0 -0300 @@ -1,3 +1,10 @@ +xpuzzles (7.7.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999086). + + -- Marcos Talau Thu, 03 Nov 2022 19:55:25 -0300 + xpuzzles (7.7.1-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru xpuzzles-7.7.1/debian/rules xpuzzles-7.7.1/debian/rules --- xpuzzles-7.7.1/debian/rules 2018-01-06 19:18:25.0 -0200 +++ xpuzzles-7.7.1/debian/rules 2022-11-03 19:55:25.0 -0300 @@ -132,4 +132,8 @@ -uscan --force-download --repack --rename binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
Bug#999137: sredird: diff for NMU version 2.2.1-2.1
Control: tags 999137 + patch Control: tags 999137 + pending Dear maintainer, I've prepared an NMU for sredird (versioned as 2.2.1-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru sredird-2.2.1/debian/changelog sredird-2.2.1/debian/changelog --- sredird-2.2.1/debian/changelog 2016-12-30 02:44:42.0 -0200 +++ sredird-2.2.1/debian/changelog 2022-11-03 19:46:01.0 -0300 @@ -1,3 +1,10 @@ +sredird (2.2.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999137). + + -- Marcos Talau Thu, 03 Nov 2022 19:44:49 -0300 + sredird (2.2.1-2) unstable; urgency=medium * Merged NMU and updated to debhelper 9. diff -Nru sredird-2.2.1/debian/rules sredird-2.2.1/debian/rules --- sredird-2.2.1/debian/rules 2003-07-08 10:37:07.0 -0300 +++ sredird-2.2.1/debian/rules 2022-11-03 19:46:01.0 -0300 @@ -95,4 +95,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Processed: sredird: diff for NMU version 2.2.1-2.1
Processing control commands: > tags 999137 + patch Bug #999137 [src:sredird] sredird: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999137 + pending Bug #999137 [src:sredird] sredird: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999137 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023123: linux-image-5.19.0-1-arm64: RPi3 fails to boot when headless
On Thursday, 3 November 2022 22:18:53 CET Salvatore Bonaccorso wrote: > >From the cover letter in the series: > > The first patch will fix this, and the second will make sure we avoid that > > situation entirely in the future. This has been tested with 5.19.12. > > Earlier versions might need a backport of 88110a9f6209 ("clk: bcm2835: > > fix bcm2835_clock_choose_div"). > > So I think it is safe to consider it fixed in all those versions where > the first patch was applied. Excellent, thanks for confirming :-) signature.asc Description: This is a digitally signed message part.
Bug#999026: sjeng: diff for NMU version 11.2-8.2
Control: tags 999026 + patch Control: tags 999026 + pending Dear maintainer, I've prepared an NMU for sjeng (versioned as 11.2-8.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u sjeng-11.2/debian/changelog sjeng-11.2/debian/changelog --- sjeng-11.2/debian/changelog +++ sjeng-11.2/debian/changelog @@ -1,3 +1,10 @@ +sjeng (11.2-8.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999026). + + -- Marcos Talau Thu, 03 Nov 2022 19:41:02 -0300 + sjeng (11.2-8.1) unstable; urgency=medium * Non-maintainer upload. diff -u sjeng-11.2/debian/rules sjeng-11.2/debian/rules --- sjeng-11.2/debian/rules +++ sjeng-11.2/debian/rules @@ -98,4 +98,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
Processed: sjeng: diff for NMU version 11.2-8.2
Processing control commands: > tags 999026 + patch Bug #999026 [src:sjeng] sjeng: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999026 + pending Bug #999026 [src:sjeng] sjeng: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999026 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: sisc: diff for NMU version 1.16.6-1.3
Processing control commands: > tags 999294 + patch Bug #999294 [src:sisc] sisc: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999294 + pending Bug #999294 [src:sisc] sisc: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999294 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999294: sisc: diff for NMU version 1.16.6-1.3
Control: tags 999294 + patch Control: tags 999294 + pending Dear maintainer, I've prepared an NMU for sisc (versioned as 1.16.6-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru sisc-1.16.6/debian/changelog sisc-1.16.6/debian/changelog --- sisc-1.16.6/debian/changelog 2021-01-07 10:00:35.0 -0300 +++ sisc-1.16.6/debian/changelog 2022-11-03 19:36:47.0 -0300 @@ -1,3 +1,10 @@ +sisc (1.16.6-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999294). + + -- Marcos Talau Thu, 03 Nov 2022 19:36:47 -0300 + sisc (1.16.6-1.2) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru sisc-1.16.6/debian/rules sisc-1.16.6/debian/rules --- sisc-1.16.6/debian/rules 2013-01-27 10:15:30.0 -0200 +++ sisc-1.16.6/debian/rules 2022-11-03 19:36:47.0 -0300 @@ -89,4 +89,8 @@ # We have nothing to do by default. binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Processed: proj-ps-doc: diff for NMU version 4.3.3-5.2
Processing control commands: > tags 999293 + patch Bug #999293 [src:proj-ps-doc] proj-ps-doc: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999293 + pending Bug #999293 [src:proj-ps-doc] proj-ps-doc: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999293 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999293: proj-ps-doc: diff for NMU version 4.3.3-5.2
Control: tags 999293 + patch Control: tags 999293 + pending Dear maintainer, I've prepared an NMU for proj-ps-doc (versioned as 4.3.3-5.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u proj-ps-doc-4.3.3/debian/changelog proj-ps-doc-4.3.3/debian/changelog --- proj-ps-doc-4.3.3/debian/changelog +++ proj-ps-doc-4.3.3/debian/changelog @@ -1,3 +1,10 @@ +proj-ps-doc (4.3.3-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999293). + + -- Marcos Talau Thu, 03 Nov 2022 19:33:09 -0300 + proj-ps-doc (4.3.3-5.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u proj-ps-doc-4.3.3/debian/rules proj-ps-doc-4.3.3/debian/rules --- proj-ps-doc-4.3.3/debian/rules +++ proj-ps-doc-4.3.3/debian/rules @@ -47,4 +47,8 @@ binary-arch: binary-indep binary: binary-indep -.PHONY: build clean binary-indep binary-arch binary + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
Processed: pct-scanner-scripts: diff for NMU version 0.0.4-3.2
Processing control commands: > tags 999239 + patch Bug #999239 [src:pct-scanner-scripts] pct-scanner-scripts: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999239 + pending Bug #999239 [src:pct-scanner-scripts] pct-scanner-scripts: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999239 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999239: pct-scanner-scripts: diff for NMU version 0.0.4-3.2
Control: tags 999239 + patch Control: tags 999239 + pending Dear maintainer, I've prepared an NMU for pct-scanner-scripts (versioned as 0.0.4-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u pct-scanner-scripts-0.0.4/debian/changelog pct-scanner-scripts-0.0.4/debian/changelog --- pct-scanner-scripts-0.0.4/debian/changelog +++ pct-scanner-scripts-0.0.4/debian/changelog @@ -1,3 +1,10 @@ +pct-scanner-scripts (0.0.4-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999239). + + -- Marcos Talau Thu, 03 Nov 2022 19:27:36 -0300 + pct-scanner-scripts (0.0.4-3.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u pct-scanner-scripts-0.0.4/debian/rules pct-scanner-scripts-0.0.4/debian/rules --- pct-scanner-scripts-0.0.4/debian/rules +++ pct-scanner-scripts-0.0.4/debian/rules @@ -59,4 +59,8 @@ # We have nothing to do by default. binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Processed: pentium-builder: diff for NMU version 0.21+nmu2
Processing control commands: > tags 998932 + patch Bug #998932 [src:pentium-builder] pentium-builder: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998932 + pending Bug #998932 [src:pentium-builder] pentium-builder: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998932: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998932 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#998932: pentium-builder: diff for NMU version 0.21+nmu2
Control: tags 998932 + patch Control: tags 998932 + pending Dear maintainer, I've prepared an NMU for pentium-builder (versioned as 0.21+nmu2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru pentium-builder-0.21+nmu1/debian/changelog pentium-builder-0.21+nmu2/debian/changelog --- pentium-builder-0.21+nmu1/debian/changelog 2021-01-08 10:37:12.0 -0300 +++ pentium-builder-0.21+nmu2/debian/changelog 2022-11-03 19:30:32.0 -0300 @@ -1,3 +1,10 @@ +pentium-builder (0.21+nmu2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998932). + + -- Marcos Talau Thu, 03 Nov 2022 19:30:32 -0300 + pentium-builder (0.21+nmu1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru pentium-builder-0.21+nmu1/debian/rules pentium-builder-0.21+nmu2/debian/rules --- pentium-builder-0.21+nmu1/debian/rules 2016-08-17 22:49:03.0 -0300 +++ pentium-builder-0.21+nmu2/debian/rules 2022-11-03 19:30:32.0 -0300 @@ -64,4 +64,8 @@ @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
Processed: pixman: diff for NMU version 0.40.0-1.1
Processing control commands: > tags 1023427 + patch Bug #1023427 [src:pixman] pixman: CVE-2022-44638 Added tag(s) patch. > tags 1023427 + pending Bug #1023427 [src:pixman] pixman: CVE-2022-44638 Added tag(s) pending. -- 1023427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023427 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023427: pixman: diff for NMU version 0.40.0-1.1
Control: tags 1023427 + patch Control: tags 1023427 + pending Dear maintainer, I've prepared an NMU for pixman (versioned as 0.40.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards, Salvatore diff -u pixman-0.40.0/debian/changelog pixman-0.40.0/debian/changelog --- pixman-0.40.0/debian/changelog +++ pixman-0.40.0/debian/changelog @@ -1,3 +1,11 @@ +pixman (0.40.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Avoid integer overflow leading to out-of-bounds write (CVE-2022-44638) +(Closes: #1023427) + + -- Salvatore Bonaccorso Thu, 03 Nov 2022 23:07:46 +0100 + pixman (0.40.0-1) unstable; urgency=medium * New upstream release. (Closes: #958298, #832579, #838650) diff -u pixman-0.40.0/debian/patches/series pixman-0.40.0/debian/patches/series --- pixman-0.40.0/debian/patches/series +++ pixman-0.40.0/debian/patches/series @@ -1 +1,2 @@ test-increase-timeout.diff +Avoid-integer-overflow-leading-to-out-of-bounds-writ.diff only in patch2: unchanged: --- pixman-0.40.0.orig/debian/patches/Avoid-integer-overflow-leading-to-out-of-bounds-writ.diff +++ pixman-0.40.0/debian/patches/Avoid-integer-overflow-leading-to-out-of-bounds-writ.diff @@ -0,0 +1,32 @@ +From: Matt Turner +Date: Wed, 2 Nov 2022 12:07:32 -0400 +Subject: Avoid integer overflow leading to out-of-bounds write +Origin: https://gitlab.freedesktop.org/pixman/pixman/-/commit/a1f88e842e0216a5b4df1ab023caebe33c101395 +Bug: https://gitlab.freedesktop.org/pixman/pixman/-/issues/63 +Bug-Debian: https://bugs.debian.org/1023427 +Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2022-44638 + +Thanks to Maddie Stone and Google's Project Zero for discovering this +issue, providing a proof-of-concept, and a great analysis. + +Closes: https://gitlab.freedesktop.org/pixman/pixman/-/issues/63 +--- + pixman/pixman-trap.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pixman/pixman-trap.c b/pixman/pixman-trap.c +index 91766fdbfca0..7560405ee2e4 100644 +--- a/pixman/pixman-trap.c b/pixman/pixman-trap.c +@@ -74,7 +74,7 @@ pixman_sample_floor_y (pixman_fixed_t y, + + if (f < Y_FRAC_FIRST (n)) + { +- if (pixman_fixed_to_int (i) == 0x8000) ++ if (pixman_fixed_to_int (i) == 0x8000) + { + f = 0; /* saturate */ + } +-- +2.37.2 +
Processed: openoffice.org-thesaurus-pl: diff for NMU version 1.5-4.2
Processing control commands: > tags 998968 + patch Bug #998968 [src:openoffice.org-thesaurus-pl] openoffice.org-thesaurus-pl: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998968 + pending Bug #998968 [src:openoffice.org-thesaurus-pl] openoffice.org-thesaurus-pl: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998968 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#998968: openoffice.org-thesaurus-pl: diff for NMU version 1.5-4.2
Control: tags 998968 + patch Control: tags 998968 + pending Dear maintainer, I've prepared an NMU for openoffice.org-thesaurus-pl (versioned as 1.5-4.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u openoffice.org-thesaurus-pl-1.5/debian/changelog openoffice.org-thesaurus-pl-1.5/debian/changelog --- openoffice.org-thesaurus-pl-1.5/debian/changelog +++ openoffice.org-thesaurus-pl-1.5/debian/changelog @@ -1,3 +1,10 @@ +openoffice.org-thesaurus-pl (1.5-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998968). + + -- Marcos Talau Thu, 03 Nov 2022 19:08:36 -0300 + openoffice.org-thesaurus-pl (1.5-4.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u openoffice.org-thesaurus-pl-1.5/debian/rules openoffice.org-thesaurus-pl-1.5/debian/rules --- openoffice.org-thesaurus-pl-1.5/debian/rules +++ openoffice.org-thesaurus-pl-1.5/debian/rules @@ -47,4 +47,8 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
Bug#998969: ninvaders: diff for NMU version 0.1.1-4.1
Control: tags 998969 + patch Control: tags 998969 + pending Dear maintainer, I've prepared an NMU for ninvaders (versioned as 0.1.1-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u ninvaders-0.1.1/debian/changelog ninvaders-0.1.1/debian/changelog --- ninvaders-0.1.1/debian/changelog +++ ninvaders-0.1.1/debian/changelog @@ -1,3 +1,10 @@ +ninvaders (0.1.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998969). + + -- Marcos Talau Thu, 03 Nov 2022 19:02:56 -0300 + ninvaders (0.1.1-4) unstable; urgency=low * Fix build problems for gcc-10. Closes: #957609. diff -u ninvaders-0.1.1/debian/rules ninvaders-0.1.1/debian/rules --- ninvaders-0.1.1/debian/rules +++ ninvaders-0.1.1/debian/rules @@ -68,4 +68,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Bug#999193: openoffice.org-hyphenation-pl: diff for NMU version 1:3.0a-4.2
Control: tags 999193 + patch Control: tags 999193 + pending Dear maintainer, I've prepared an NMU for openoffice.org-hyphenation-pl (versioned as 1:3.0a-4.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u openoffice.org-hyphenation-pl-3.0a/debian/changelog openoffice.org-hyphenation-pl-3.0a/debian/changelog --- openoffice.org-hyphenation-pl-3.0a/debian/changelog +++ openoffice.org-hyphenation-pl-3.0a/debian/changelog @@ -1,3 +1,10 @@ +openoffice.org-hyphenation-pl (1:3.0a-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999193). + + -- Marcos Talau Thu, 03 Nov 2022 19:05:58 -0300 + openoffice.org-hyphenation-pl (1:3.0a-4.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -u openoffice.org-hyphenation-pl-3.0a/debian/rules openoffice.org-hyphenation-pl-3.0a/debian/rules --- openoffice.org-hyphenation-pl-3.0a/debian/rules +++ openoffice.org-hyphenation-pl-3.0a/debian/rules @@ -40,4 +40,8 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
Processed: openoffice.org-hyphenation-pl: diff for NMU version 1:3.0a-4.2
Processing control commands: > tags 999193 + patch Bug #999193 [src:openoffice.org-hyphenation-pl] openoffice.org-hyphenation-pl: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999193 + pending Bug #999193 [src:openoffice.org-hyphenation-pl] openoffice.org-hyphenation-pl: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999193: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999193 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: ninvaders: diff for NMU version 0.1.1-4.1
Processing control commands: > tags 998969 + patch Bug #998969 [src:ninvaders] ninvaders: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998969 + pending Bug #998969 [src:ninvaders] ninvaders: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998969 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: netmaze: diff for NMU version 0.81+jpg0.82-16.1
Processing control commands: > tags 999062 + patch Bug #999062 [src:netmaze] netmaze: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999062 + pending Bug #999062 [src:netmaze] netmaze: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999062 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999062: netmaze: diff for NMU version 0.81+jpg0.82-16.1
Control: tags 999062 + patch Control: tags 999062 + pending Dear maintainer, I've prepared an NMU for netmaze (versioned as 0.81+jpg0.82-16.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u netmaze-0.81+jpg0.82/debian/changelog netmaze-0.81+jpg0.82/debian/changelog --- netmaze-0.81+jpg0.82/debian/changelog +++ netmaze-0.81+jpg0.82/debian/changelog @@ -1,3 +1,10 @@ +netmaze (0.81+jpg0.82-16.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999062). + + -- Marcos Talau Thu, 03 Nov 2022 18:57:40 -0300 + netmaze (0.81+jpg0.82-16) unstable; urgency=medium [ John Goerzen ] diff -u netmaze-0.81+jpg0.82/debian/rules netmaze-0.81+jpg0.82/debian/rules --- netmaze-0.81+jpg0.82/debian/rules +++ netmaze-0.81+jpg0.82/debian/rules @@ -76,4 +76,7 @@ *.o *~ Makefile *.bak -rm nmlogo.gif -.PHONY: clean binary binary-indep binary-arch +build-arch: build +build-indep: build + +.PHONY: build-arch build-indep binary binary-indep binary-arch clean
Processed: net-telnet-cisco: diff for NMU version 1.10-5.4
Processing control commands: > tags 999285 + patch Bug #999285 [src:net-telnet-cisco] net-telnet-cisco: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999285 + pending Bug #999285 [src:net-telnet-cisco] net-telnet-cisco: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999285 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999285: net-telnet-cisco: diff for NMU version 1.10-5.4
Control: tags 999285 + patch Control: tags 999285 + pending Dear maintainer, I've prepared an NMU for net-telnet-cisco (versioned as 1.10-5.4) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u net-telnet-cisco-1.10/debian/changelog net-telnet-cisco-1.10/debian/changelog --- net-telnet-cisco-1.10/debian/changelog +++ net-telnet-cisco-1.10/debian/changelog @@ -1,3 +1,10 @@ +net-telnet-cisco (1.10-5.4) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999285). + + -- Marcos Talau Thu, 03 Nov 2022 18:54:46 -0300 + net-telnet-cisco (1.10-5.3) unstable; urgency=medium * Non-maintainer upload. diff -u net-telnet-cisco-1.10/debian/rules net-telnet-cisco-1.10/debian/rules --- net-telnet-cisco-1.10/debian/rules +++ net-telnet-cisco-1.10/debian/rules @@ -84,4 +84,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Bug#999123: minisapserver: diff for NMU version 0.3.6-1.2
Control: tags 999123 + patch Control: tags 999123 + pending Dear maintainer, I've prepared an NMU for minisapserver (versioned as 0.3.6-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u minisapserver-0.3.6/debian/changelog minisapserver-0.3.6/debian/changelog --- minisapserver-0.3.6/debian/changelog +++ minisapserver-0.3.6/debian/changelog @@ -1,3 +1,10 @@ +minisapserver (0.3.6-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999123). + + -- Marcos Talau Thu, 03 Nov 2022 18:51:48 -0300 + minisapserver (0.3.6-1.1) unstable; urgency=low * Non-maintainer upload. diff -u minisapserver-0.3.6/debian/rules minisapserver-0.3.6/debian/rules --- minisapserver-0.3.6/debian/rules +++ minisapserver-0.3.6/debian/rules @@ -104,4 +104,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
Processed: minisapserver: diff for NMU version 0.3.6-1.2
Processing control commands: > tags 999123 + patch Bug #999123 [src:minisapserver] minisapserver: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999123 + pending Bug #999123 [src:minisapserver] minisapserver: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999123 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999328: mbw: diff for NMU version 1.2.2-1.1
Control: tags 999328 + patch Control: tags 999328 + pending Dear maintainer, I've prepared an NMU for mbw (versioned as 1.2.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u mbw-1.2.2/debian/rules mbw-1.2.2/debian/rules --- mbw-1.2.2/debian/rules +++ mbw-1.2.2/debian/rules @@ -87,4 +87,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure diff -u mbw-1.2.2/debian/changelog mbw-1.2.2/debian/changelog --- mbw-1.2.2/debian/changelog +++ mbw-1.2.2/debian/changelog @@ -1,3 +1,10 @@ +mbw (1.2.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999328). + + -- Marcos Talau Thu, 03 Nov 2022 18:45:56 -0300 + mbw (1.2.2-1) unstable; urgency=low * New release correcting a bug.
Processed: mbw: diff for NMU version 1.2.2-1.1
Processing control commands: > tags 999328 + patch Bug #999328 [src:mbw] mbw: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999328 + pending Bug #999328 [src:mbw] mbw: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999328 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: midish: diff for NMU version 1.0.4-1.2
Processing control commands: > tags 999244 + patch Bug #999244 [src:midish] midish: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999244 + pending Bug #999244 [src:midish] midish: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999244 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999244: midish: diff for NMU version 1.0.4-1.2
Control: tags 999244 + patch Control: tags 999244 + pending Dear maintainer, I've prepared an NMU for midish (versioned as 1.0.4-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru midish-1.0.4/debian/changelog midish-1.0.4/debian/changelog --- midish-1.0.4/debian/changelog 2012-01-31 00:21:12.0 -0200 +++ midish-1.0.4/debian/changelog 2022-11-03 18:49:04.0 -0300 @@ -1,3 +1,10 @@ +midish (1.0.4-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999244). + + -- Marcos Talau Thu, 03 Nov 2022 18:49:04 -0300 + midish (1.0.4-1.1) unstable; urgency=low * Non-maintainer upload, fixes FTBFS. (Closes: #604947, #652177) diff -Nru midish-1.0.4/debian/rules midish-1.0.4/debian/rules --- midish-1.0.4/debian/rules 2010-10-31 08:25:39.0 -0200 +++ midish-1.0.4/debian/rules 2022-11-03 18:49:04.0 -0300 @@ -51,4 +51,7 @@ binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary install configure +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Bug#998950: mailsync: diff for NMU version 5.2.7-3.1
Control: tags 998950 + patch Control: tags 998950 + pending Dear maintainer, I've prepared an NMU for mailsync (versioned as 5.2.7-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru mailsync-5.2.7/debian/changelog mailsync-5.2.7/debian/changelog --- mailsync-5.2.7/debian/changelog 2020-11-15 15:55:25.0 -0300 +++ mailsync-5.2.7/debian/changelog 2022-11-03 18:42:44.0 -0300 @@ -1,3 +1,10 @@ +mailsync (5.2.7-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998950). + + -- Marcos Talau Thu, 03 Nov 2022 18:39:28 -0300 + mailsync (5.2.7-3) unstable; urgency=low * Update aclocal.m4 during build. Hopefully this should make diff -Nru mailsync-5.2.7/debian/rules mailsync-5.2.7/debian/rules --- mailsync-5.2.7/debian/rules 2020-11-15 15:52:51.0 -0300 +++ mailsync-5.2.7/debian/rules 2022-11-03 18:42:44.0 -0300 @@ -83,4 +83,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure
Bug#1011977: marked as done (FTBFS with OpenJDK 17: 5 failing tests)
Your message dated Thu, 3 Nov 2022 22:41:34 +0100 with message-id and subject line Closing bug 1011977 : htsjdk builds against OpenJDK17 has caused the Debian Bug report #1011977, regarding FTBFS with OpenJDK 17: 5 failing tests 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.) -- 1011977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011977 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: htsjdk Version: 2.24.1+dfsg-3 Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 htsjdk fails to build with OpenJDK 17, the jar can be built but then 5 tests fail, although all of them pass with OpenJDK 11: Gradle suite > Gradle test > htsjdk.samtools.fastq.BasicFastqWriterTest.testFlushNotSpammed FAILED java.lang.AssertionError: expected [true] but found [false] at org.testng.Assert.fail(Assert.java:94) at org.testng.Assert.failNotEquals(Assert.java:513) at org.testng.Assert.assertTrue(Assert.java:42) at org.testng.Assert.assertTrue(Assert.java:52) at htsjdk.samtools.fastq.BasicFastqWriterTest.testFlushNotSpammed(BasicFastqWriterTest.java:41) Gradle suite > Gradle test > htsjdk.samtools.filter.JavascriptSamRecordFilterTest.testJavascriptFilters[0](unsorted.sam, samFilter01.js, 8) FAILED htsjdk.samtools.util.RuntimeScriptException: The embedded 'javascript' engine is not available in java. Do you use the SUN/Oracle Java Runtime ? at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:90) at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:65) at htsjdk.samtools.filter.JavascriptSamRecordFilter.(JavascriptSamRecordFilter.java:58) at htsjdk.samtools.filter.JavascriptSamRecordFilterTest.testJavascriptFilters(JavascriptSamRecordFilterTest.java:58) Gradle suite > Gradle test > htsjdk.samtools.filter.JavascriptSamRecordFilterTest.testJavascriptFilters[1](unsorted.sam, samFilter02.js, 10) FAILED htsjdk.samtools.util.RuntimeScriptException: The embedded 'javascript' engine is not available in java. Do you use the SUN/Oracle Java Runtime ? at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:90) at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:65) at htsjdk.samtools.filter.JavascriptSamRecordFilter.(JavascriptSamRecordFilter.java:58) at htsjdk.samtools.filter.JavascriptSamRecordFilterTest.testJavascriptFilters(JavascriptSamRecordFilterTest.java:58) Gradle suite > Gradle test > htsjdk.variant.variantcontext.filter.JavascriptVariantFilterTest.testJavascriptFilters[0](ILLUMINA.wex.broad_phase2_baseline.2014.both.exome.genotypes.1000.vcf, variantFi lter01.js, 61) FAILED htsjdk.samtools.util.RuntimeScriptException: The embedded 'javascript' engine is not available in java. Do you use the SUN/Oracle Java Runtime ? at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:90) at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:65) at htsjdk.variant.variantcontext.filter.JavascriptVariantFilter.(JavascriptVariantFilter.java:54) at htsjdk.variant.variantcontext.filter.JavascriptVariantFilterTest.testJavascriptFilters(JavascriptVariantFilterTest.java:57) Gradle suite > Gradle test > htsjdk.variant.variantcontext.filter.JavascriptVariantFilterTest.testJavascriptFilters[1](ILLUMINA.wex.broad_phase2_baseline.2014.both.exome.genotypes.1000.vcf, variantFi lter02.js, 38) FAILED htsjdk.samtools.util.RuntimeScriptException: The embedded 'javascript' engine is not available in java. Do you use the SUN/Oracle Java Runtime ? at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:90) at htsjdk.samtools.filter.AbstractJavascriptFilter.(AbstractJavascriptFilter.java:65) at htsjdk.variant.variantcontext.filter.JavascriptVariantFilter.(JavascriptVariantFilter.java:54) at htsjdk.variant.variantcontext.filter.JavascriptVariantFilterTest.testJavascriptFilters(JavascriptVariantFilterTest.java:57) Best, -- Pierre --- End Message --- --- Begin Message --- Version: 3.0.2+dfsg-1~exp0 Hello, The bug has been fixed is the version that is currently in experimental, I have just made an upload to unstable and it also built successfully against OpenJDK17. Cheers, -- Pierre OpenPGP_signature Description: Open
Processed: mailsync: diff for NMU version 5.2.7-3.1
Processing control commands: > tags 998950 + patch Bug #998950 [src:mailsync] mailsync: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998950 + pending Bug #998950 [src:mailsync] mailsync: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998950 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023427: pixman: CVE-2022-44638
Source: pixman Version: 0.40.0-1 Severity: grave Tags: security upstream Justification: user security hole Forwarded: https://gitlab.freedesktop.org/pixman/pixman/-/issues/63 X-Debbugs-Cc: car...@debian.org, Debian Security Team Hi, The following vulnerability was published for pixman. CVE-2022-44638[0]: | In libpixman in Pixman before 0.42.2, there is an out-of-bounds write | (aka heap-based buffer overflow) in rasterize_edges_8 due to an | integer overflow in pixman_sample_floor_y. If you fix the vulnerability please also make sure to include the CVE (Common Vulnerabilities & Exposures) id in your changelog entry. For further information see: [0] https://security-tracker.debian.org/tracker/CVE-2022-44638 https://www.cve.org/CVERecord?id=CVE-2022-44638 [1] https://gitlab.freedesktop.org/pixman/pixman/-/issues/63 [2] https://gitlab.freedesktop.org/pixman/pixman/-/commit/a1f88e842e0216a5b4df1ab023caebe33c101395 Regards, Salvatore
Bug#1023041: marked as done (FTBFS: uninstalled files; dh_missing errors out)
Your message dated Thu, 03 Nov 2022 21:35:47 + with message-id and subject line Bug#1023041: fixed in openscap 1.3.6+dfsg-4 has caused the Debian Bug report #1023041, regarding FTBFS: uninstalled files; dh_missing errors out 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.) -- 1023041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023041 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: openscap Version: 1.3.6+dfsg-2 Severity: serious Hi, while trying to build openscap with xmlsec 1.2.35 I noticed the following: make[1]: Leaving directory '/home/rene/t/openscap-1.3.6+dfsg' dh_install dh_installdocs debian/rules override_dh_installchangelogs make[1]: Entering directory '/home/rene/t/openscap-1.3.6+dfsg' dh_installchangelogs NEWS make[1]: Leaving directory '/home/rene/t/openscap-1.3.6+dfsg' dh_installexamples dh_installman debian/rules override_dh_python3 make[1]: Entering directory '/home/rene/t/openscap-1.3.6+dfsg' dh_python3 -popenscap-utils -ppython3-openscap --shebang=/usr/bin/python3 I: dh_python3 fs:482: renaming _openscap_py.so to _openscap_py.cpython-310-x86_64-linux-gnu.so I: dh_python3 tools:114: replacing shebang in debian/openscap-utils/usr/bin/oscap-docker I: dh_python3 tools:114: replacing shebang in debian/openscap-utils/usr/bin/autotailor I: dh_python3 tools:114: replacing shebang in debian/openscap-utils/usr/bin/scap-as-rpm make[1]: Leaving directory '/home/rene/t/openscap-1.3.6+dfsg' dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_missing: warning: lib/systemd/system/oscap-remediate.service exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/bin/oscap-remediate-offline exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/libexec/oscap-remediate exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/share/man/man8/oscap-remediate-offline.8 exists in debian/tmp but is not installed to anywhere dh_missing: error: missing files, aborting The following debhelper tools have reported what they installed (with files per package) * dh_install: libopenscap-dev (4), libopenscap-perl (2), libopenscap25 (4), openscap-common (3), openscap-doc (2), openscap-scanner (2), openscap-utils (8), python3-openscap (1) * dh_installdocs: libopenscap-dev (3), libopenscap-perl (0), libopenscap25 (0), openscap-common (0), openscap-doc (0), openscap-scanner (1), openscap-utils (0), python3-openscap (0) * dh_installexamples: libopenscap-dev (0), libopenscap-perl (0), libopenscap25 (0), openscap-common (0), openscap-doc (0), openscap-scanner (1), openscap-utils (0), python3-openscap (0) * dh_installman: libopenscap-dev (0), libopenscap-perl (0), libopenscap25 (0), openscap-common (0), openscap-doc (0), openscap-scanner (1), openscap-utils (7), python3-openscap (0) If the missing files are installed by another tool, please file a bug against it. When filing the report, if the tool is not part of debhelper itself, please reference the "Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+). (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz) Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built If the omission is intentional or no other helper can take care of this consider adding the paths to debian/not-installed. make: *** [debian/rules:68: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -b failed Doesn't look related to xmlsec1 1.2.35 so I did a cross-check with sid and it also FTBFS there. Regards, Rene --- End Message --- --- Begin Message --- Source: openscap Source-Version: 1.3.6+dfsg-4 Done: Håvard F. Aasen We believe that the bug you reported is fixed in the latest version of openscap, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1023...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Håvard F. Aasen (supplier of updated openscap package) (This message was generated automatically at their request; if you believe that there is
Bug#1022511: marked as done (stsci.distutils: FTBFS: error in setup command: use_2to3 is invalid.)
Your message dated Thu, 03 Nov 2022 21:34:34 + with message-id and subject line Bug#1023266: Removed package(s) from unstable has caused the Debian Bug report #1022511, regarding stsci.distutils: FTBFS: error in setup command: use_2to3 is invalid. 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.) -- 1022511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022511 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: stsci.distutils Version: 0.3.7-8 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20221023 ftbfs-bookworm Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > dh_auto_clean > I: pybuild base:240: python3.10 setup.py clean > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'requires-python' will not be supported in future versions. > Please use the underscore name 'requires_python' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'requires-dist' will not be supported in future versions. > Please use the underscore name 'requires_dist' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:58: DistDeprecationWarning: > Do not call this function > warnings.warn("Do not call this function", DistDeprecationWarning) > Generating grammar tables from /usr/lib/python3.10/lib2to3/Grammar.txt > Generating grammar tables from /usr/lib/python3.10/lib2to3/PatternGrammar.txt > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'author-email' will not be supported in future versions. > Please use the underscore name 'author_email' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'home-page' will not be supported in future versions. Please > use the underscore name 'home_page' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'description-file' will not be supported in future versions. > Please use the underscore name 'description_file' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'requires-python' will not be supported in future versions. > Please use the underscore name 'requires_python' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of > dash-separated 'requires-dist' will not be supported in future versions. > Please use the underscore name 'requires_dist' instead > warnings.warn( > /usr/lib/python3/dist-packages/setuptools/dist.py:286: > SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, > consider using implicit namespaces instead (PEP 420). > warnings.warn(msg, SetuptoolsDeprecationWarning) > error in setup command: use_2to3 is invalid. > E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: > python3.10 setup.py clean > dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned > exit code 13 > make[1]: *** [debian/rules:9: override_dh_auto_clean] Error 25 The full build log is available from: http://qa-logs.debian.net/2022/10/23/stsci.distutils_0.3.7-8_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.or
Processed: soci: ABI break in soci::session causes crashes in Linphone
Processing control commands: > severity -1 important Bug #1021125 [src:soci] soci: ABI break in soci::session causes crashes in Linphone Severity set to 'important' from 'grave' -- 1021125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021125 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1017711: bug#58956: mark_object, mark_objects(?) crash
Eli Zaretskii writes: >> Date: Thu, 3 Nov 2022 11:13:08 +0100 >> From: Vincent Lefevre >> Cc: spwhit...@spwhitton.name, 58...@debbugs.gnu.org, >> 1017...@bugs.debian.org >> >> On 2022-11-03 08:47:06 +0200, Eli Zaretskii wrote: >> > > On 2022-11-02 14:24:51 +0200, Eli Zaretskii wrote: >> > > > Signal 1 is SIGHUP, AFAIU. Why should Emacs receive SIGHUP in the >> > > > middle of GC, I have no idea. Maybe ask the user what was he doing at >> > > > that time. E.g., could that be a remote Emacs session? >> > > >> > > No, it is on my local machine. >> > >> > So how come Emacs gets a SIGHUP? This is the crucial detail that is >> > missing here. Basically, if SIGHUP is delivered to Emacs, Emacs is >> > supposed to die a violent death. >> >> I suspect the SIGHUP comes from Emacs itself. According to strace >> output, the only processes started by Emacs are "/usr/bin/emacs" >> (there are many of them). I don't see what other process could be >> aware of the situation. Unfortunately, I couldn't reproduce the >> issue with strace (I suspect some race condition). >> >> > > I run emacs, and quit it immediately. The generation of the core dump >> > > is almost 100% reproducible. Ditto with "emacs -nw". >> > >> > Wait, you mean the crash is during exiting Emacs? >> >> For this test, yes. In general, I don't know. >> >> > That could mean Emacs receives some input event when it's half-way >> > through the shutdown process, and the input descriptor is already >> > closed. >> >> Note that the process that crashes is not the Emacs I started, >> but a subprocess run by Emacs itself, since it has arguments like >> "-no-comp-spawn --batch -l /tmp/emacs-async-comp-url.el-FGov4z.el". > > Andrea, could you please look into this? The SIGHUP could be because > the parent process exits, but that shouldn't cause a crash in the > sub-process that performs native compilation? Hi Eli, AFAIU the Emacs subprocess we use to compile should behave like a regular Emacs. Now, the only option that comes to my mind is that libgccjit (being strictly derived from the GCC codebase) might be registering a signal handler of some kind that alters the behaviour we expect. But if this is the case we should find trace of it the strace, or we can use gdb setting a break point into 'signal' as well to check. Indeed if this theory is true I think should be classified as a libgccjit bug. Andrea
Processed: madwimax: diff for NMU version 0.1.1-1.1
Processing control commands: > tags 999230 + patch Bug #999230 [src:madwimax] madwimax: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999230 + pending Bug #999230 [src:madwimax] madwimax: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999230: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999230 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999230: madwimax: diff for NMU version 0.1.1-1.1
Control: tags 999230 + patch Control: tags 999230 + pending Dear maintainer, I've prepared an NMU for madwimax (versioned as 0.1.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u madwimax-0.1.1/debian/rules madwimax-0.1.1/debian/rules --- madwimax-0.1.1/debian/rules +++ madwimax-0.1.1/debian/rules @@ -86,4 +86,8 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install diff -u madwimax-0.1.1/debian/changelog madwimax-0.1.1/debian/changelog --- madwimax-0.1.1/debian/changelog +++ madwimax-0.1.1/debian/changelog @@ -1,3 +1,10 @@ +madwimax (0.1.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999230). + + -- Marcos Talau Thu, 03 Nov 2022 18:32:01 -0300 + madwimax (0.1.1-1) unstable; urgency=low * Initial release (Closes: #533173).
Bug#1021125: soci: ABI break in soci::session causes crashes in Linphone
Control: severity -1 important I'm downgrading this for now since the relinked reverse-dependencies have migrated to testing making this less urgent. But this still needs addressing for bookworm so no one upgrading from bullseye will think they can do a partial upgrade. Regards.
Processed: reassign 1023417 to src:devscripts, forcibly merging 1020973 1023417
Processing commands for cont...@bugs.debian.org: > reassign 1023417 src:devscripts Bug #1023417 [devscripts] FTBFS: setuptools vs distutils Bug reassigned from package 'devscripts' to 'src:devscripts'. No longer marked as found in versions devscripts/2.22.2. Ignoring request to alter fixed versions of bug #1023417 to the same values previously set > forcemerge 1020973 1023417 Bug #1020973 [src:devscripts] FTBFS: distutils.errors.DistutilsClassError: command class [...] must subclass Command Bug #1020973 [src:devscripts] FTBFS: distutils.errors.DistutilsClassError: command class [...] must subclass Command Added tag(s) pending and patch. Bug #1023417 [src:devscripts] FTBFS: setuptools vs distutils Marked as found in versions devscripts/2.22.2. Added tag(s) ftbfs. Merged 1020973 1023417 > thanks Stopping processing here. Please contact me if you need assistance. -- 1020973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020973 1023417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023417 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: severity of 1023123 is serious
Processing commands for cont...@bugs.debian.org: > severity 1023123 serious Bug #1023123 {Done: Salvatore Bonaccorso } [src:linux] RPi 0-3 fail to boot on kernel 5.19+ without HDMI connected Severity set to 'serious' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. -- 1023123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023123 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed (with 1 error): forcibly merging 1020973 1023417, tagging 1023417
Processing commands for cont...@bugs.debian.org: > forcemerge 1020973 1023417 Bug #1020973 [src:devscripts] FTBFS: distutils.errors.DistutilsClassError: command class [...] must subclass Command Unable to merge bugs because: package of #1023417 is 'devscripts' not 'src:devscripts' Failed to forcibly merge 1020973: Did not alter merged bugs. > tags 1023417 + pending Bug #1023417 [devscripts] FTBFS: setuptools vs distutils Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1020973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020973 1023417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023417 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023123: closing 1023123
close 1023123 6.0.6-1 thanks
Processed: Re: microprofile: Contains non-free source
Processing control commands: > tag -1 + pending Bug #1023178 [src:microprofile] microprofile: Contains non-free source Added tag(s) pending. -- 1023178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023178 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: closing 1023123
Processing commands for cont...@bugs.debian.org: > close 1023123 6.0.6-1 Bug #1023123 [src:linux] RPi 0-3 fail to boot on kernel 5.19+ without HDMI connected Marked as fixed in versions linux/6.0.6-1. Bug #1023123 [src:linux] RPi 0-3 fail to boot on kernel 5.19+ without HDMI connected Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 1023123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023123 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023178: microprofile: Contains non-free source
Control: tag -1 + pending I've just fixed the mentioned issues and uploaded the package to mentors.
Bug#1023123: linux-image-5.19.0-1-arm64: RPi3 fails to boot when headless
Hi Diederik! On Thu, Nov 03, 2022 at 12:37:19PM +0100, Diederik de Haas wrote: > Control: found -1 6.0.5-1 > Control: fixed -1 6.0.6-2 > Control: fixed -1 6.1~rc3-1~exp1 > Control: severity -1 grave > Control: tag -1 -moreinfo > Control: tag -1 upstream fixed-upstream > Control: retitle -1 RPi 0-3 fail to boot on kernel 5.19+ without HDMI > connected > Control: forwarded -1 > https://lore.kernel.org/all/20220929-rpi-pi3-unplugged-fixes-v1-0-cd22e9622...@cerno.tech/ > > On Monday, 31 October 2022 00:37:54 CET Diederik de Haas wrote: > > Control: found -1 5.19.6-1 > > Control: severity -1 important > > Control: tag -1 moreinfo > > > > On 30 Oct 2022 13:24:55 +0100 Jan Huijsmans > > wrote: > > > Package: linux-image-5.19.0-1-arm64 > > > Severity: critical > > > Justification: breaks the whole system > > > > Only affecting RPi3 in certain conditions, thus lowering severity. > > I was able to reproduce this on a RPi 1, found that is was reported upstream > here: > https://lore.kernel.org/dri-devel/20220922145448.w3xfywkn5ecak...@pengutronix.de/ > > and found the patches that were applied upstream in 6.1-rc2 where there were > 2 commits and saw that 1 commit was backported to the linux-6.0 branch, but > that seemed sufficient as installing kernel 6.0.6-2 from unstable, fixed the > issue. >From the cover letter in the series: > The first patch will fix this, and the second will make sure we avoid that > situation entirely in the future. This has been tested with 5.19.12. Earlier > versions might need a backport of 88110a9f6209 ("clk: bcm2835: fix > bcm2835_clock_choose_div"). So I think it is safe to consider it fixed in all those versions where the first patch was applied. Regards, Salvatore
Processed: tagging 1023298
Processing commands for cont...@bugs.debian.org: > tags 1023298 + pending Bug #1023298 [src:linux] linux: FTBFS on arm64 and armhf (ABI changes) Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1023298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023298 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1005044: fixed in pysubnettree 0.36-1
On Thu, 03 Nov 2022 20:52:21 + Debian FTP Masters wrote: > Source: pysubnettree > Source-Version: 0.36-1 > Done: Scott Kitterman > > We believe that the bug you reported is fixed in the latest version of > pysubnettree, which is due to be installed in the Debian FTP archive. > > A summary of the changes between this version and the previous one is > attached. > > Thank you for reporting the bug, which will now be closed. If you > have further comments please address them to 1005...@bugs.debian.org, > and the maintainer will reopen the bug report if appropriate. > > Debian distribution maintenance software > pp. > Scott Kitterman (supplier of updated pysubnettree package) Stable PU is in #1023423, for those interested. Scott K signature.asc Description: This is a digitally signed message part.
Processed: Re; Bug#1023424: Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097
Processing control commands: > severity -1 important Bug #1023424 [openssl] Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097 Severity set to 'important' from 'critical' > tags -1 - bullseye Bug #1023424 [openssl] Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097 Removed tag(s) bullseye. -- 1023424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023424 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023424: Re; Bug#1023424: Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097
Control: severity -1 important Control: tags -1 - bullseye On Thu, 2022-11-03 at 20:35 +, nospam099-git...@yahoo.com wrote: > The component OpenSSL1.1.1n-0+deb11u3 suffers from 3 vulnerabilities: > * (CVE-2022-1292)[https://nvd.nist.gov/vuln/detail/CVE-2022-1292] > (critical) > * (CVE-2022-2068)[https://nvd.nist.gov/vuln/detail/CVE-2022-2068] > (critical) No. Both of the above are already resolved in 1.1.1n-0+deb11u3, as indicated by https://security-tracker.debian.org/tracker/CVE-2022-1292 and https://security-tracker.debian.org/tracker/CVE-2022-2068 (indeed, the former was fixed in 1.1.1n-0+deb11u2). > * (CVE-2022-2097)[https://nvd.nist.gov/vuln/detail/CVE-2022-2097] > (medium) > and https://security-tracker.debian.org/tracker/CVE-2022-2097 has this tagged as waiting for additional updates to fix it alongside. Regards, Adam
Bug#1023317: Bug#1023318: / Bug#1023317: {screen,zsh}: re-adds /usr/bin/{screen,zsh} to /etc/shells on upgrade
Hi Helmut, Helmut Grohne wrote: > On Thu, Nov 03, 2022 at 12:26:18AM +0100, Axel Beckert wrote: > > Some more hints about how this all is meant to work and why it > > actually works would have been appreciated, though: > > Thank you for the quick reply and thank you for bringing up the lack of > documentation. You're welcome. And thanks for not being annoyed of my reply. :-) > > Helmut Grohne wrote: > > It took me quite a while to where this > > /usr/share/debianutils/shells.d/ comes from and where it is this > > documented, > > I'm sorry for using your time in such a bad way. Consider asking for > feedback earlier next time. Well, you know, I first try to figure out things myself before asking others too quickly. And I usually dig further if I have the feeling, I'm very close to the answer. In the end you got my way through the problem as I tend to protocol what I've done. > > /usr/share/doc/debianutils/README.shells.gz clearly states that I > > should use add-shell and remove-shell: > > In all my work, I happen to not have run into this, but I really should. > Thank you for pointing it out. Failing to update it is an obvious > omission in retrospect and this is the place that should have told you > all that you wanted to know. Indeed. > I have thus filed #1023380 to fix that. Thanks a lot! Looks good to me and clearly improves the situation a lot. > Please let me know if you miss anything else. Maybe the man pages add-shell(8) and remove-shell(8) should mention update-shells(8) under "SEE ALSO" or mention that there's also a trigger-based invocation of them (with pointers then). That would have helped me as well. (Cc'ing #1023380 for these suggestions.) P.S.: Will work on the two issues you've reported soon-ish. Thanks again for making us aware of them. Regards, Axel -- ,''`. | Axel Beckert , https://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 `-| 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
Bug#1005044: marked as done (python3-subnettree: package completely broken, module won't load)
Your message dated Thu, 03 Nov 2022 20:52:21 + with message-id and subject line Bug#1005044: fixed in pysubnettree 0.36-1 has caused the Debian Bug report #1005044, regarding python3-subnettree: package completely broken, module won't load 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.) -- 1005044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005044 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python3-subnettree Version: 0.33-1+b3 Severity: grave Justification: renders package unusable Documentation says: A simple example which associates CIDR prefixes with strings:: >>> import SubnetTree >>> t = SubnetTree.SubnetTree() >>> t["10.1.0.0/16"] = "Network 1" >>> t["10.1.42.0/24"] = "Network 1, Subnet 42" >>> print("10.1.42.1" in t) True But the version in bullseye (and 0.35 currently in unstable) produce: Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import SubnetTree >>> t = SubnetTree.SubnetTree() Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/SubnetTree.py", line 82, in __init__ _SubnetTree.SubnetTree_swiginit(self, _SubnetTree.new_SubnetTree(binary_lookup_mode)) AttributeError: module '_SubnetTree' has no attribute 'SubnetTree_swiginit' >>> -- System Information: Debian Release: 11.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-10-amd64 (SMP w/4 CPU threads) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python3-subnettree depends on: ii libc6 2.31-13+deb11u2 ii libgcc-s1 10.2.1-6 ii libstdc++6 10.2.1-6 ii python3 3.9.2-3 python3-subnettree recommends no packages. python3-subnettree suggests no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: pysubnettree Source-Version: 0.36-1 Done: Scott Kitterman We believe that the bug you reported is fixed in the latest version of pysubnettree, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1005...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Scott Kitterman (supplier of updated pysubnettree package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 15:55:52 -0400 Source: pysubnettree Architecture: source Version: 0.36-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Team Changed-By: Scott Kitterman Closes: 1005044 Changes: pysubnettree (0.36-1) unstable; urgency=medium . * Fix moving/copying files in debian/rules so as not to leave a mix of rebuilt and non-rebuilt files in the binary and update clean rule (Closes: #1005044) * Add autopkgtest so similar problems are detected before release in the future * Update debian/watch to version 4 * Bump standards-version to 4.6.1 without further change * New upstream release Checksums-Sha1: 393f6274b7cadaf6e0aca2aedc58fb2a040e472c 2349 pysubnettree_0.36-1.dsc 87d8f6f7a2cef5904577719a54a7abe5b408221d 51810 pysubnettree_0.36.orig.tar.gz af97d4383c074df939a922a008a99a17c95198d7 833 pysubnettree_0.36.orig.tar.gz.asc 3bbe06a1987f5fe6be5265be1a73bc2a05c08e18 12920 pysubnettree_0.36-1.debian.tar.xz 25533652a3044c6a23732508d975a3698ea99064 6462 pysubnettree_0.36-1_source.buildinfo Checksums-Sha256: 844737e5acaf18e27ebed2e74e8edc5e6dc2fed75803f375471c1c677476d80d 2349 pysubnettree_0.36-1.dsc fa614ce69c34c045b475824e522e5d2c116a36d42aa146974ce0ee46124b6e42 51810 pysubnettree_0.36.orig.tar.gz a6343e41358ebd92b40e81068c61256dd3e15d3a84e6034e151f83645d9f7824 833 pysubnettree_0.36.orig.tar.gz.asc 6f8d99bd4e34530ff477cacd5f587af9d68202b9212929186ccfa44416a00fad 12920 pysubnettree_0.36-1.debian.tar.xz acea91865004f31536c8d552b11af3003eb15e1793871871bd28a912ac671cc1 6462 pysubnettree_0.36-1_source.buildinfo Files: 28
Bug#1023424: Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097
Control: close -1Please read the Debian change logs and use security tracker rather than blindly using upstream version number for assessing the status of security vulnerabilities in stable Debian release:. The information you are looking for can be found there:Information on source package opensslsecurity-tracker.debian.orgCheers,Ondrej--Ondřej Surý (He/Him)On 3. 11. 2022, at 20:39, nospam099-git...@yahoo.com wrote:Package: OpenSSLVersion: 1.1.1n-0+deb11u3Severity: criticalTags: bullseye security fixed-upstreamDescription:The component OpenSSL1.1.1n-0+deb11u3 suffers from 3 vulnerabilities:* (CVE-2022-1292)[https://nvd.nist.gov/vuln/detail/CVE-2022-1292] (critical)* (CVE-2022-2068)[https://nvd.nist.gov/vuln/detail/CVE-2022-2068] (critical)* (CVE-2022-2097)[https://nvd.nist.gov/vuln/detail/CVE-2022-2097] (medium)Fix:Updating the package to version (OpenSSL1.1.1s)[https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_1s] would resolve them.-- System Information:Debian Release: 11.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')Architecture: amd64 (x86_64)
Bug#1023424: Vulnerabilities CVE-2022-1292, CVE-2022-2068, CVE-2022-2097
Package: OpenSSL Version: 1.1.1n-0+deb11u3 Severity: critical Tags: bullseye security fixed-upstream Description: The component OpenSSL1.1.1n-0+deb11u3 suffers from 3 vulnerabilities: * (CVE-2022-1292)[https://nvd.nist.gov/vuln/detail/CVE-2022-1292] (critical) * (CVE-2022-2068)[https://nvd.nist.gov/vuln/detail/CVE-2022-2068] (critical) * (CVE-2022-2097)[https://nvd.nist.gov/vuln/detail/CVE-2022-2097] (medium) Fix: Updating the package to version (OpenSSL1.1.1s)[https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_1s] would resolve them. -- System Information: Debian Release: 11.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64)
Bug#1023399: Bug#1023401: src:python-biopython: unsatisfied build dependency in testing: python3-rdflib
Hi, On 03-11-2022 18:03, Andreas Tille wrote: its all about the fact that rdflib is broken and removed from testing. We are nagging upstream constantly[1] with no success so far. This issue creates noise about testing removals in about 100 packages and is extremely annoying. && On 03-11-2022 17:58, Jonas Smedegaard wrote: > no comment at bug#1012482 which includes a > suggestion (which I agree with) to lower the severity of that bug to > simply not be release-critical: Yes, naïve implementations of the RDF > protocol can be tricked into pulling data from the filesystem, because > URIs are not necessarily all http-based and failing to care for that > may lead to surprises - which would be neat if generic RDF processing > tools were to ensure protection against but in my opinion unreasonable > to *require*: As I understand it, the equivalent would be to kick out > libcurl from Debian because it doesn't offer the heavy and complex > sandboxing mechanisms implemented in (only the biggest) web browsers. I haven't spent time yet to make up *my* mind about the severity of the problem, but if people have serious doubts about the severity, the Release Team is the appropriate body in Debian to make that call. So if you believe the bug severity is too high, by all means bring it to the RT. On 03-11-2022 18:03, Andreas Tille wrote: I assume if you want to file bugs about missing python3-rdflib manually its quite a waste of time for you since the problem is known and more bug reports will not make things more visible. Well, there were only 4 packages due to python3-rdflib; the total amount of packages flagged by dose (in testing) [1] is rather limited and I also have automated it by now. *Build* dependencies are unfortunately not automatically ensured in testing, so it needs a tiny bit of baby-sitting. That's why I filed these bugs today. Paul [1] https://qa.debian.org/dose/debcheck/src_testing_main/latest/amd64.html OpenPGP_signature Description: OpenPGP digital signature
Processed: tagging 1005044
Processing commands for cont...@bugs.debian.org: > tags 1005044 + pending Bug #1005044 [python3-subnettree] python3-subnettree: package completely broken, module won't load Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1005044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005044 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 1023422, notfound 1023422 in 3.1.11-1, found 1023422 in 3.1.18-1
Processing commands for cont...@bugs.debian.org: > tags 1023422 + bookworm sid Bug #1023422 [src:minilla] FTBFS: test failure Added tag(s) bookworm and sid. > notfound 1023422 3.1.11-1 Bug #1023422 [src:minilla] FTBFS: test failure No longer marked as found in versions minilla/3.1.11-1. > found 1023422 3.1.18-1 Bug #1023422 [src:minilla] FTBFS: test failure Marked as found in versions minilla/3.1.18-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 1023422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023422 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 1023421, notfound 1023421 in 1.3202+dfsg-1, found 1023421 in 1.3513+dfsg-1
Processing commands for cont...@bugs.debian.org: > tags 1023421 + bookworm sid Bug #1023421 [src:libdancer-perl] FTBFS: test failure in t/12_response/10_error_dumper_without_clone.t Added tag(s) bookworm and sid. > notfound 1023421 1.3202+dfsg-1 Bug #1023421 [src:libdancer-perl] FTBFS: test failure in t/12_response/10_error_dumper_without_clone.t No longer marked as found in versions libdancer-perl/1.3202+dfsg-1. > found 1023421 1.3513+dfsg-1 Bug #1023421 [src:libdancer-perl] FTBFS: test failure in t/12_response/10_error_dumper_without_clone.t Marked as found in versions libdancer-perl/1.3513+dfsg-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 1023421: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023421 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023422: FTBFS: test failure
Source: minilla Version: 3.1.11-1 Severity: serious Tags: ftbfs Justification: fails to build from source -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 As also seen on ci.debian.net, minilla recently started to fail its test suite, which also makes it FTBFS: # Failed test 'No tests run for subtest "FileGatherer"' # at t/filegatherer.t line 46. Minilla::Error::CommandExit at /build/minilla-3.1.19/blib/lib/Minilla/Logger.pm line 56. Minilla::Logger::errorf("Giving up.\x{a}") called at /build/minilla-3.1.19/blib/lib/Minilla/Util.pm line 150 Minilla::Util::cmd("git", "submodule", "add", "file:///tmp/cNMz9BGy3K", "libfoo") called at /build/minilla-3.1.19/blib/lib/Minilla/Git.pm line 43 Minilla::Git::git_submodule_add("file:///tmp/cNMz9BGy3K", "libfoo") called at t/filegatherer.t line 70 main::init() called at t/filegatherer.t line 17 main::__ANON__() called at /usr/share/perl/5.36/Test/Builder.pm line 374 eval {...} called at /usr/share/perl/5.36/Test/Builder.pm line 374 Test::Builder::subtest(Test::Builder=HASH(0x55b66779e4c0), "FileGatherer", CODE(0x55b667d4a8a0)) called at /usr/share/perl/5.36/Test/More.pm line 809 Test::More::subtest("FileGatherer", CODE(0x55b667d4a8a0)) called at t/filegatherer.t line 46 # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/filegatherer.t . ok 1 - Minilla::FileGatherer->can('new') # Subtest: FileGatherer [cNMz9BGy3K] $ git init Initialized empty Git repository in /tmp/cNMz9BGy3K/.git/ [cNMz9BGy3K] $ git add . [cNMz9BGy3K] $ git commit -m submodule [main (root-commit) 928d506] submodule 1 file changed, 1 insertion(+) create mode 100644 foo.c [1X4gcCt02H] $ git init Initialized empty Git repository in /tmp/1X4gcCt02H/.git/ [1X4gcCt02H] $ git add . [1X4gcCt02H] $ git commit -m submodule [main (root-commit) fcf8e7d] submodule 1 file changed, 1 insertion(+) create mode 100644 bar.c [75BXf3LiVD] $ git init Initialized empty Git repository in /tmp/75BXf3LiVD/.git/ [75BXf3LiVD] $ git add . [75BXf3LiVD] $ git submodule add file:///tmp/cNMz9BGy3K libfoo 1..0 not ok 2 - No tests run for subtest "FileGatherer" Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests Cloning into '/tmp/t_vUmqA512/libbar'... fatal: transport 'file' not allowed fatal: clone of 'file:///tmp/VnuWv09juk' into submodule path '/tmp/t_vUmqA512/libbar' failed Giving up. # No tests run! # Failed test 'No tests run for subtest "FileGatherer"' # at t/filegatherer/submodules-recursive.t line 46. Minilla::Error::CommandExit at /build/minilla-3.1.19/blib/lib/Minilla/Logger.pm line 56. Minilla::Logger::errorf("Giving up.\x{a}") called at /build/minilla-3.1.19/blib/lib/Minilla/Util.pm line 150 Minilla::Util::cmd("git", "submodule", "add", "file:///tmp/VnuWv09juk", "libbar") called at /build/minilla-3.1.19/blib/lib/Minilla/Git.pm line 43 Minilla::Git::git_submodule_add("file:///tmp/VnuWv09juk", "libbar") called at t/filegatherer/submodules-recursive.t line 86 main::create_deep_submodule_repo("foo") called at t/filegatherer/submodules-recursive.t line 52 main::init() called at t/filegatherer/submodules-recursive.t line 17 main::__ANON__() called at /usr/share/perl/5.36/Test/Builder.pm line 374 eval {...} called at /usr/share/perl/5.36/Test/Builder.pm line 374 Test::Builder::subtest(Test::Builder=HASH(0x55c165f41840), "FileGatherer", CODE(0x55c166599dd0)) called at /usr/share/perl/5.36/Test/More.pm line 809 Test::More::subtest("FileGatherer", CODE(0x55c166599dd0)) called at t/filegatherer/submodules-recursive.t line 46 # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/filegatherer/submodules-recursive.t ok 1 - Minilla::FileGatherer->can('new') # Subtest: FileGatherer [t_vUmqA512] $ git init Initialized empty Git repository in /tmp/t_vUmqA512/.git/ [t_vUmqA512] $ git add . [t_vUmqA512] $ git commit -m submodule [main (root-commit) 4dc9adf] submodule 1 file changed, 1 insertion(+) create mode 100644 foo.c [eq_ln5HmOW] $ git init Initialized empty Git repository in /tmp/eq_ln5HmOW/.git/ [eq_ln5HmOW] $ git add . [eq_ln5HmOW] $ git commit -m submodule [main (root-commit) 4dc9adf] submodule 1 file changed, 1 insertion(+) create mode 100644 foo.c [VnuWv09juk] $ git init Initialized empty Git repository in /tmp/VnuWv09juk/.git/ [VnuWv09juk] $ git add . [VnuWv09juk] $ git commit -m submodule [main (root-commit) 9290497] submodule 1 file changed, 1 insertion(+) create mode 100644 bar.c [t_vUmqA512] $ git add . [t_vUmqA512] $ git submodule add file:///tmp/VnuWv09juk libbar 1..0 not ok 2 - No tests run for subtest "FileGatherer" Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests # Failed test 'No tests run for subtest "projec
Processed: Re: FTBFS: uninstalled files; dh_missing errors out
Processing control commands: > severity -1 serious Bug #1023041 [openscap] FTBFS: uninstalled files; dh_missing errors out Severity set to 'serious' from 'important' -- 1023041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023041 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023421: FTBFS: test failure in t/12_response/10_error_dumper_without_clone.t
Source: libdancer-perl Version: 1.3202+dfsg-1 Severity: serious Tags: ftbfs Justification: fails to build from source -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 libdancer-perl doesn't build anymore, one test fails (also seen on ci.debian.net and cpantesters): Devel::Hide hides Clone.pm Can't locate Clone.pm in @INC (hidden) BEGIN failed--compilation aborted at /usr/share/perl5/HTTP/Headers.pm line 8. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Response.pm line 14. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Response.pm line 14. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/SharedData.pm line 8. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/SharedData.pm line 8. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Request.pm line 13. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Request.pm line 13. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Route.pm line 13. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Route.pm line 13. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Route/Registry.pm line 8. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/Route/Registry.pm line 8. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/App.pm line 12. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer/App.pm line 12. Compilation failed in require at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer.pm line 10. BEGIN failed--compilation aborted at /build/libdancer-perl-1.3513+dfsg/blib/lib/Dancer.pm line 10. Compilation failed in require at t/12_response/10_error_dumper_without_clone.t line 17. BEGIN failed--compilation aborted at t/12_response/10_error_dumper_without_clone.t line 17. t/12_response/10_error_dumper_without_clone.t ... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run I _think_ the issue is that t/12_response/10_error_dumper_without_clone.t hides Clone (via Devel::Hide), and libhttp-message-perl, since 6.44-1, requires Clone at runtime … Cheers, gregor -BEGIN PGP SIGNATURE- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmNkFhZfFIAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgZ8cQ//XhISykm6JQWlHvaXe2Wm4e9IQvlqDCYmnWF51RId3R0rkdQ1rck31uSv KnH332ehOCWwx7rIvyq6DOH7f8fnkwppOvtM6glcEFo+f/Tn9kWRJpcWD2AMqdPY cobaxFPsLmb4DUcEQl0G+VeVdnHojg5gDtfzemwv+fyWIjv7Gj/uRnL5Lz2lO3kY +ZtbPzYvdSxsKPeWk/nC773T7MZmkzVc0Pc4ZyqhZ8HUiOaafamyVUXV4NsVSa7i 30fgYm8xb6wCzJwBpj9YRUib17Mbl5OU+6EQpF6mRoEQuDFuWoWni1EZ8zbXd68X rXk3lSnKX8uuOeRbgHiTFE9S/pM/p60bWDiO72E04JNwkbHJ+HNgRqmDFzQlXW0R lBctZkW0so4S6UrNeHXK5FPFTw7E7iCz/nEvEpQqQinYDNIm6/Q44OGa1hJ4lnv0 JVHUaJFUpql5PmRueaVNkTmYNYsmz3vLNWEg+DCid16AWfVod9aXJBuBeMwdzViV K0rtgXGoWnmlETNvPCaSoxYQMDW581rp4/ko6ILE8ObCLovZV1fBZ0GNrU/b8lG/ z30d5ExTMfhNk5ZkJ/vxPb8WmkM2hoOiKjvQyUAS6htVshV49HXuXQRNhAwiegT8 RzEOMFDlSBdUiLpTRqoQAg8DtKr6ZJSht5+wgQR68Hf6CgCKZYI= =X687 -END PGP SIGNATURE-
Processed: liblip: diff for NMU version 2.0.0-1.3
Processing control commands: > tags 999142 + patch Bug #999142 [src:liblip] liblip: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999142 + pending Bug #999142 [src:liblip] liblip: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999142 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#999142: liblip: diff for NMU version 2.0.0-1.3
Control: tags 999142 + patch Control: tags 999142 + pending Dear maintainer, I've prepared an NMU for liblip (versioned as 2.0.0-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -u liblip-2.0.0/debian/changelog liblip-2.0.0/debian/changelog --- liblip-2.0.0/debian/changelog +++ liblip-2.0.0/debian/changelog @@ -1,3 +1,10 @@ +liblip (2.0.0-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999142). + + -- Marcos Talau Thu, 03 Nov 2022 16:18:09 -0300 + liblip (2.0.0-1.2) unstable; urgency=low * Non-maintainer upload. diff -u liblip-2.0.0/debian/rules liblip-2.0.0/debian/rules --- liblip-2.0.0/debian/rules +++ liblip-2.0.0/debian/rules @@ -89,4 +89,7 @@ $(checkdir) test root = "`whoami`" -.PHONY: binary binary-arch binary-indep clean checkroot +build-arch: build +build-indep: build + +.PHONY: binary binary-arch binary-indep build-arch build-indep clean checkroot
Bug#999280: marked as done (empire-lafe: missing required debian/rules targets build-arch and/or build-indep)
Your message dated Thu, 03 Nov 2022 19:19:20 + with message-id and subject line Bug#999280: fixed in empire-lafe 1.1-1.1 has caused the Debian Bug report #999280, regarding empire-lafe: missing required debian/rules targets build-arch and/or build-indep 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.) -- 999280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999280 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: empire-lafe Version: 1.1-1 Severity: important Justification: Debian Policy section 4.9 Tags: bookworm sid User: debian...@lists.debian.org Usertags: missing-build-arch-indep Dear maintainer, Your package does not include build-arch and/or build-indep targets in debian/rules. This is required by Debian Policy section 4.9, since 2012. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules Please note that this is also a sign that the packaging of this software could benefit from a refresh. For example, packages using 'dh' cannot be affected by this issue. This mass bug filing was discussed on debian-devel@ in https://lists.debian.org/debian-devel/2021/11/msg00052.html . The severity of this bug will be changed to 'serious' after a month. Best, Lucas --- End Message --- --- Begin Message --- Source: empire-lafe Source-Version: 1.1-1.1 Done: Marcos Talau We believe that the bug you reported is fixed in the latest version of empire-lafe, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 999...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marcos Talau (supplier of updated empire-lafe package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 02 Nov 2022 18:09:17 -0300 Source: empire-lafe Architecture: source Version: 1.1-1.1 Distribution: unstable Urgency: medium Maintainer: Drake Diedrich Changed-By: Marcos Talau Closes: 999280 Changes: empire-lafe (1.1-1.1) unstable; urgency=medium . * Non-maintainer upload. * debian/rules: Add build-{arch,indep} (Closes: #999280). Checksums-Sha1: 55a38d86ba5604bbf5acaf3419ab92108e6dc95d 1686 empire-lafe_1.1-1.1.dsc d59655670f2fe2204f9921ef3d9554b074187be3 2950 empire-lafe_1.1-1.1.diff.gz b5f7c3b41dfa25359768693b836c7a49c5697540 5954 empire-lafe_1.1-1.1_source.buildinfo Checksums-Sha256: 601a7f3461e20fe6a2f35d60c71549118b62d68dd1321d400cdb1d25756e5925 1686 empire-lafe_1.1-1.1.dsc ca67677f50da6d489eea47ba63050fbb497a33591ae1f2e04fe8b9cfcad59020 2950 empire-lafe_1.1-1.1.diff.gz 8604ea1f2f2a252e72baf86cf44d160b4850d8667672bfd339f04ac99a9a2df1 5954 empire-lafe_1.1-1.1_source.buildinfo Files: 556875248caa8341d331fb7454c3b10c 1686 games optional empire-lafe_1.1-1.1.dsc de76a65f156dae9cb4d04db9b1995827 2950 games optional empire-lafe_1.1-1.1.diff.gz cd964fa19f10dbc6db281edbdc17ed3b 5954 games optional empire-lafe_1.1-1.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNi3PUACgkQ9LqqgNso ukxxmRAAgJLkb27IR7J8yIDY2tJjkY6k1AlvOo0fz5b3wfJzyERgqNsy3wQriEKo 3DhCkbPsS+gj5MklJa5a93G/+VNEGLxUxYZi4wg2HC4I5xZ1LQjWBd82g9PQKcol C8+2jB24gfRJibFGq8V3kFK41bPPI5j7vRaygNU931sSmzBgiC7A2ALXxeEPeJr8 53XC9VyesQhxD8Kh7iswyZJCz9E/sERyI4qtYUSnFfgtdMccuvnYdjDndk2UZYgQ 6Y311YXBe1m664FjtnGOv4qdMhbfnPSb4sOz0VSlVW3X82Lxj+GJqmuGd4z7EbVM Df4290Qs58h2fvRvR0if2095o/51ZBnOUpC/2bcLh9aXRbyOwcLA/lwvYvykXpI2 9MvXMZ6Ne5JHPr/OJECcI50KlsBewEhMwGCRuj9VjgnE43D/QIgTcyoSN93Yms/Y YMNB+uqExxTJZD8gKWhQ6npvfBylgGb4iCBw6rNTg7ZqUx/oS9YFZl/dFI5Le/Xw wRGO/j/EJ1pELI+RJnijIkILOMN8c3ORChJqf+yVDInZaBR0H6s0MzW+MtxP7Cll LZzuQTssTR7N+4eYnACuj3newD58yArab5ZCWWnQcoRZa3oCfFR7gJ1cCaunqZx8 s5o6hK2YAIakq0pm055RbvCI1h7/zehUQw/CwIVekvwz/nsIbBU= =Uhjb -END PGP SIGNATURE End Message ---
Processed: libjpeg9: diff for NMU version 1:9d-1.1
Processing control commands: > tags 998986 + patch Bug #998986 [src:libjpeg9] libjpeg9: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998986 + pending Bug #998986 [src:libjpeg9] libjpeg9: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998986 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#998986: libjpeg9: diff for NMU version 1:9d-1.1
Control: tags 998986 + patch Control: tags 998986 + pending Dear maintainer, I've prepared an NMU for libjpeg9 (versioned as 1:9d-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru libjpeg9-9d/debian/changelog libjpeg9-9d/debian/changelog --- libjpeg9-9d/debian/changelog 2020-02-02 17:47:45.0 -0300 +++ libjpeg9-9d/debian/changelog 2022-11-03 16:14:38.0 -0300 @@ -1,3 +1,10 @@ +libjpeg9 (1:9d-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #998986). + + -- Marcos Talau Thu, 03 Nov 2022 16:14:38 -0300 + libjpeg9 (1:9d-1) unstable; urgency=medium * New upstream release diff -Nru libjpeg9-9d/debian/rules libjpeg9-9d/debian/rules --- libjpeg9-9d/debian/rules 2018-09-13 14:25:39.0 -0300 +++ libjpeg9-9d/debian/rules 2022-11-03 16:14:38.0 -0300 @@ -80,4 +80,7 @@ binary: binary-indep binary-arch -.PHONY: clean binary-indep binary-arch binary build +build-arch: build +build-indep: build + +.PHONY: clean binary-indep binary-arch binary build build-arch build-indep
Bug#999306: libjpeg6b: diff for NMU version 1:6b2-3.1
Control: tags 999306 + patch Control: tags 999306 + pending Dear maintainer, I've prepared an NMU for libjpeg6b (versioned as 1:6b2-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru libjpeg6b-6b2/debian/changelog libjpeg6b-6b2/debian/changelog --- libjpeg6b-6b2/debian/changelog 2017-08-11 19:06:40.0 -0300 +++ libjpeg6b-6b2/debian/changelog 2022-11-03 16:10:54.0 -0300 @@ -1,3 +1,10 @@ +libjpeg6b (1:6b2-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999306). + + -- Marcos Talau Thu, 03 Nov 2022 16:10:54 -0300 + libjpeg6b (1:6b2-3) unstable; urgency=medium * debian/control: diff -Nru libjpeg6b-6b2/debian/rules libjpeg6b-6b2/debian/rules --- libjpeg6b-6b2/debian/rules 2017-08-06 06:22:52.0 -0300 +++ libjpeg6b-6b2/debian/rules 2022-11-03 16:10:54.0 -0300 @@ -87,4 +87,7 @@ binary: binary-indep binary-arch -.PHONY: clean binary-indep binary-arch binary build +build-arch: build +build-indep: build + +.PHONY: clean binary-indep binary-arch binary build build-arch build-indep
Processed: libjpeg6b: diff for NMU version 1:6b2-3.1
Processing control commands: > tags 999306 + patch Bug #999306 [src:libjpeg6b] libjpeg6b: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 999306 + pending Bug #999306 [src:libjpeg6b] libjpeg6b: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 999306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999306 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023420: libvirt FTBFS: missing Build-Depends: mount
Source: libvirt Version: 8.5.0-1 Severity: serious Tags: ftbfs libvirt fails to build from source in unstable on a minimal chroot. mount is no longer essential nor build-essential, so you must add it to Build-Depends explicitly. Helmut
Processed: libapache-mod-removeip: diff for NMU version 1.0b-5.4
Processing control commands: > tags 998991 + patch Bug #998991 [src:libapache-mod-removeip] libapache-mod-removeip: missing required debian/rules targets build-arch and/or build-indep Added tag(s) patch. > tags 998991 + pending Bug #998991 [src:libapache-mod-removeip] libapache-mod-removeip: missing required debian/rules targets build-arch and/or build-indep Added tag(s) pending. -- 998991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998991 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems