libepoxy_1.5.10-2_source.changes ACCEPTED into unstable
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 02 Sep 2024 11:37:06 +0300 Source: libepoxy Built-For-Profiles: noudeb Architecture: source Version: 1.5.10-2 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Closes: 1051319 Changes: libepoxy (1.5.10-2) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on meson. . [ Timo Aaltonen ] * Ignore test results on loong64. (Closes: #1051319) Checksums-Sha1: a0c145d2854057592196939556f88e91ebf81ab4 2083 libepoxy_1.5.10-2.dsc 8e20ad5b3f0e4b1eb809e6d43564d0e44a086e09 17584 libepoxy_1.5.10-2.debian.tar.xz 430f676043df2f70643baebeb8fe44ac5c3ad920 10629 libepoxy_1.5.10-2_source.buildinfo Checksums-Sha256: e17c2688adb989257d239d39392495e43b645863f68ef83c58b4f4f3b8a706c7 2083 libepoxy_1.5.10-2.dsc 9996e6ba287272bbdb4e297e2ca131fd0d060f30fa9bf9c3d30440c72d06b83d 17584 libepoxy_1.5.10-2.debian.tar.xz b89fcb1a89beaf9f82ac35ada7687941d82ca6311918d31c42f191b603fe79b1 10629 libepoxy_1.5.10-2_source.buildinfo Files: 0e6e00544a15a78d56f7e1718d163a4a 2083 libs optional libepoxy_1.5.10-2.dsc 694b7ab988132a286d337ed57cfa5911 17584 libs optional libepoxy_1.5.10-2.debian.tar.xz 81fefad36f49e8f042854a27f96e516d 10629 libs optional libepoxy_1.5.10-2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmbVeU8ACgkQy3AxZaiJ hNzv7w//R81TLFnGYJhjPx0FXkPuanEDwFdKjwceV3eNyiXHxvA1wnjBIx8YqHTT D/chNl113QGGjj+d+iaHvnBeHCdnUVRx6Q17jeC1htUFVio4ORIDvLx3OEfomsTF SafgqZPcGKV8C3cgOTeKxGpjDNE7RXtBx4M+xxgvKmR4O7tez4dDhxBA7TUzE5oF xNB3aI1LcDDbNVqlQQ1H/LTI9jwHkcuIOHThRWDTvboePgxOxU2W64fEhgJSdw9W 8PcxAl3IzsouBd+hmysHLTht1DUeMOBR4xt/yX7ht6kOT3pXuzg94aYIPo1LZgBS bfdyZZwxtbWIJYi4XjKVX/92zSGq/8kh85LYeyoWUko/7UKu1jukxDDxSQHwLv6f 8QmJD4JO/g361nVCNfIsXGH8PLxnCZYzdIvmxfHfLGyLjgOc3uyIDjGairxc0Jn7 T/h4iQDrvOOftoZ+RNuibVezMvX7qisRX6VfvuwjQIS5MrOrnfk2wXWWUg0wMrnZ eGoNJXQ3xZQrPnCz56xA1+B2f0LZ2gb2HvgwjcpeyC4GJTXj4lJJzwIl9wQ13lXr ApR25li07X34qTuorWjRT4WiJXH2ajry0gqqx3jK1FHOHf4FnObAnDX4gH4wp4KZ tJSYhlbZMlAFYy9irBV1oIFbUqyFZODULmlg52Z/uJKFV4PEuik= =j8Mz -END PGP SIGNATURE- pgpNt8rQCV2za.pgp Description: PGP signature
Bug#1051319: marked as done (libepoxy: Please ignore test results on loong64)
Your message dated Mon, 02 Sep 2024 08:48:53 + with message-id and subject line Bug#1051319: fixed in libepoxy 1.5.10-2 has caused the Debian Bug report #1051319, regarding libepoxy: Please ignore test results on loong64 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.) -- 1051319: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051319 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libepoxy Version: 1.5.10-1 Severity: normal Tags: patch User: debian-de...@lists.debian.org Usertags: loongarch64 X-Debbugs-Cc: sangm...@loongson.cn Dear Maintainers, The libepoxy package fails to compile on the loongarch architecture and I kindly request to ignore test results on loong64, similar to what is done for the S390 architecture, by making the necessary changes in the debian/rules file. I have made the local modifications and successfully compiled the package. Sincerely, Meng Sang diff -Nru libepoxy-1.5.10/debian/changelog libepoxy-1.5.10/debian/changelog --- libepoxy-1.5.10/debian/changelog2022-04-02 03:37:55.0 + +++ libepoxy-1.5.10/debian/changelog2023-09-06 07:34:30.0 + @@ -1,3 +1,9 @@ +libepoxy (1.5.10-1.1+loong64) UNRELEASED; urgency=medium + + * Fix test error on loongarch64 + + -- Meng Sang Wed, 06 Sep 2023 07:34:30 + + libepoxy (1.5.10-1) unstable; urgency=medium * New upstream release. diff -Nru libepoxy-1.5.10/debian/rules libepoxy-1.5.10/debian/rules --- libepoxy-1.5.10/debian/rules2022-04-02 03:34:46.0 + +++ libepoxy-1.5.10/debian/rules2023-09-06 07:30:21.0 + @@ -8,7 +8,7 @@ # Ignore test results on s390x and most ports where tests fail override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) +ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 loong64 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) -xvfb-run -a dh_auto_test else xvfb-run -a dh_auto_test --- End Message --- --- Begin Message --- Source: libepoxy Source-Version: 1.5.10-2 Done: Timo Aaltonen We believe that the bug you reported is fixed in the latest version of libepoxy, 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 1051...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Aaltonen (supplier of updated libepoxy 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: Mon, 02 Sep 2024 11:37:06 +0300 Source: libepoxy Built-For-Profiles: noudeb Architecture: source Version: 1.5.10-2 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force Changed-By: Timo Aaltonen Closes: 1051319 Changes: libepoxy (1.5.10-2) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on meson. . [ Timo Aaltonen ] * Ignore test results on loong64. (Closes: #1051319) Checksums-Sha1: a0c145d2854057592196939556f88e91ebf81ab4 2083 libepoxy_1.5.10-2.dsc 8e20ad5b3f0e4b1eb809e6d43564d0e44a086e09 17584 libepoxy_1.5.10-2.debian.tar.xz 430f676043df2f70643baebeb8fe44ac5c3ad920 10629 libepoxy_1.5.10-2_source.buildinfo Checksums-Sha256: e17c2688adb989257d239d39392495e43b645863f68ef83c58b4f4f3b8a706c7 2083 libepoxy_1.5.10-2.dsc 9996e6ba287272bbdb4e297e2ca131fd0d060f30fa9bf9c3d30440c72d06b83d 17584 libepoxy_1.5.10-2.debian.tar.xz b89fcb1a89beaf9f82ac35ada7687941d82ca6311918d31c42f191b603fe79b1 10629 libepoxy_1.5.10-2_source.buildinfo Files: 0e6e00544a15a78d56f7e1718d163a4a 2083 libs optional libepoxy_1.5.10-2.dsc 694b7ab988132a286d337ed57cfa5911 17584 libs optional libepoxy_1.5.10-2.debian.tar.xz 81fefad36f49e8f042854a27f96e516d 10629 libs optional libepoxy_1.5.10-2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmbVeU8ACgkQy3AxZaiJ hNzv7w//R81TLFnGYJhjPx0FXkPuanEDwFdKjwceV3eNyiXHxvA1wnjBIx8YqHTT D/chNl113QGGjj+d+iaHvnBeHCdnUVRx6Q17jeC1htUFVio4ORIDvLx3OEfomsTF SafgqZPcGKV8C3cgOTeKxGpjDNE7RXtBx4M+xxgvKmR4O7tez4dD
[Git][xorg-team/lib/libepoxy][debian-unstable] 2 commits: Ignore test results on loong64. (Closes: #1051319)
Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libepoxy Commits: 19f11168 by Timo Aaltonen at 2024-09-02T11:37:04+03:00 Ignore test results on loong64. (Closes: #1051319) - - - - - 40240898 by Timo Aaltonen at 2024-09-02T11:37:10+03:00 releasing package libepoxy version 1.5.10-2 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: = debian/changelog = @@ -1,9 +1,13 @@ -libepoxy (1.5.10-2) UNRELEASED; urgency=medium +libepoxy (1.5.10-2) unstable; urgency=medium + [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on meson. - -- Debian Janitor Fri, 18 Nov 2022 13:30:56 - + [ Timo Aaltonen ] + * Ignore test results on loong64. (Closes: #1051319) + + -- Timo Aaltonen Mon, 02 Sep 2024 11:37:06 +0300 libepoxy (1.5.10-1) unstable; urgency=medium = debian/rules = @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Ignore test results on s390x and most ports where tests fail override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) +ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 loong64 riscv64 sparc64 x32,$(DEB_HOST_ARCH))) -xvfb-run -a dh_auto_test else xvfb-run -a dh_auto_test View it on GitLab: https://salsa.debian.org/xorg-team/lib/libepoxy/-/compare/1cbc6d8694be6d0fe9241bacf68a12472a0a866b...40240898cfffd32911a23908eb91842f31ef2ac5 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libepoxy/-/compare/1cbc6d8694be6d0fe9241bacf68a12472a0a866b...40240898cfffd32911a23908eb91842f31ef2ac5 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/lib/libepoxy] Pushed new tag debian/1.5.10-2
Timo Aaltonen pushed new tag debian/1.5.10-2 at X Strike Force / lib / libepoxy -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libepoxy/-/tree/debian/1.5.10-2 You're receiving this email because of your account on salsa.debian.org.
Processing of libepoxy_1.5.10-2_source.changes
libepoxy_1.5.10-2_source.changes uploaded successfully to localhost along with the files: libepoxy_1.5.10-2.dsc libepoxy_1.5.10-2.debian.tar.xz libepoxy_1.5.10-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processed: gst-plugins-base1.0: Fails to build with mesa 24.2
Processing control commands: > affects -1 src:gst-plugins-base1.0 Bug #1080337 [src:mesa] gst-plugins-base1.0: Fails to build with mesa 24.2 Added indication that 1080337 affects src:gst-plugins-base1.0 -- 1080337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080337 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1080337: gst-plugins-base1.0: Fails to build with mesa 24.2
Source: mesa Version: 24.2.1-3 Severity: serious Tags: ftbfs Control: affects -1 src:gst-plugins-base1.0 The new version of mesa is causing gst-plugins-base1.0 to fail to build on amd64 because of failing build tests. (Build test failures are currently ignored on other architectures.) See also https://launchpad.net/bugs/2077965 Thank you, Jeremy Bícha
[Git][xorg-team/lib/libxkbcommon][debian-unstable] Add libxkbcommon0-udeb, used on hurd-any.
Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / libxkbcommon Commits: cdfd23fa by Samuel Thibault at 2024-07-30T21:36:37+00:00 Add libxkbcommon0-udeb, used on hurd-any. - - - - - 3 changed files: - debian/changelog - debian/control - + debian/libxkbcommon0-udeb.install Changes: = debian/changelog = @@ -1,3 +1,9 @@ +libxkbcommon (1.6.0-1+hurd.1) unreleased; urgency=medium + + * Add libxkbcommon0-udeb, used on hurd-any. + + -- Samuel Thibault Tue, 30 Jul 2024 00:33:44 +0200 + libxkbcommon (1.6.0-1) unstable; urgency=medium * New upstream release. = debian/control = @@ -47,6 +47,17 @@ Description: library interface to the XKB compiler - shared library This module can be found at https://github.com/xkbcommon/libxkbcommon.git +Package: libxkbcommon0-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: + xkb-data-udeb, + ${shlibs:Depends}, + ${misc:Depends}, +Description: library interface to the XKB compiler - shared library + This is a udeb, or a microdeb, for the debian-installer. + Package: libxkbcommon-dev Section: libdevel Architecture: any = debian/libxkbcommon0-udeb.install = @@ -0,0 +1,3 @@ +# Use no wildcards to ensure we spot any update: +usr/lib/*/libxkbcommon.so.0 +usr/lib/*/libxkbcommon.so.0.0.0 View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/commit/cdfd23fa2a300be4fac43fb59835ad6f21383231 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/commit/cdfd23fa2a300be4fac43fb59835ad6f21383231 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/lib/libxkbcommon][debian-unstable] Fix changelog entry
Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / libxkbcommon Commits: 2f5bf20d by Emilio Pozuelo Monfort at 2024-09-02T19:50:48+02:00 Fix changelog entry - - - - - 1 changed file: - debian/changelog Changes: = debian/changelog = @@ -1,4 +1,4 @@ -libxkbcommon (1.6.0-1+hurd.1) unreleased; urgency=medium +libxkbcommon (1.6.0-2) UNRELEASED; urgency=medium * Add libxkbcommon0-udeb, used on hurd-any. View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/commit/2f5bf20d5c91a743a3b070c7c2bf5256e72ee2e7 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/commit/2f5bf20d5c91a743a3b070c7c2bf5256e72ee2e7 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/app/xbacklight] Pushed new branch wip/daissi/tille
Dylan Aïssi pushed new branch wip/daissi/tille at X Strike Force / app / xbacklight -- View it on GitLab: https://salsa.debian.org/xorg-team/app/xbacklight/-/tree/wip/daissi/tille You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/spirv-cross] Pushed new tag debian/2021.01.15+1.3.290.0-1
Dylan Aïssi pushed new tag debian/2021.01.15+1.3.290.0-1 at X Strike Force / vulkan / spirv-cross -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/tree/debian/2021.01.15+1.3.290.0-1 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/spirv-cross] Pushed new tag vulkan-sdk-1.3.290.0
Dylan Aïssi pushed new tag vulkan-sdk-1.3.290.0 at X Strike Force / vulkan / spirv-cross -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/tree/vulkan-sdk-1.3.290.0 You're receiving this email because of your account on salsa.debian.org.
[Git][xorg-team/vulkan/spirv-cross] Pushed new branch debian-experimental
Dylan Aïssi pushed new branch debian-experimental at X Strike Force / vulkan / spirv-cross -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/tree/debian-experimental You're receiving this email because of your account on salsa.debian.org.
Processing of spirv-cross_2021.01.15+1.3.290.0-1_source.changes
spirv-cross_2021.01.15+1.3.290.0-1_source.changes uploaded successfully to localhost along with the files: spirv-cross_2021.01.15+1.3.290.0-1.dsc spirv-cross_2021.01.15+1.3.290.0.orig.tar.gz spirv-cross_2021.01.15+1.3.290.0-1.debian.tar.xz spirv-cross_2021.01.15+1.3.290.0-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
spirv-cross_2021.01.15+1.3.290.0-1_source.changes ACCEPTED into experimental
Thank you for your contribution to Debian. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 02 Sep 2024 22:05:49 +0200 Source: spirv-cross Architecture: source Version: 2021.01.15+1.3.290.0-1 Distribution: experimental Urgency: medium Maintainer: Debian X Strike Force Changed-By: Dylan Aïssi Changes: spirv-cross (2021.01.15+1.3.290.0-1) experimental; urgency=medium . * New upstream release: vulkan-sdk-1.3.290.0 * Update d/watch to track tags like vulkan-sdk-* * Set debian-branch in gbp.conf to debian-experimental Checksums-Sha1: 8c1cf618f2cedb35e41e39edc729cb37c9494817 2798 spirv-cross_2021.01.15+1.3.290.0-1.dsc 65a0a06fd11d4ffc08b9dc2fe92f747b756b915d 1810122 spirv-cross_2021.01.15+1.3.290.0.orig.tar.gz 9883847831989129378f6e4f015621ee0d2d2cfe 9608 spirv-cross_2021.01.15+1.3.290.0-1.debian.tar.xz 6abadffa70bbb8965d37e83e604435d296dd4333 8326 spirv-cross_2021.01.15+1.3.290.0-1_amd64.buildinfo Checksums-Sha256: ac737690231cae27b909f0d265d767ca64fd33102c0e06f094be9402803ae5b6 2798 spirv-cross_2021.01.15+1.3.290.0-1.dsc f944d7e16a6ad7b7e32d7b4fd75bbc4a202a2cda5b6ee47433e6716fed17131b 1810122 spirv-cross_2021.01.15+1.3.290.0.orig.tar.gz 7e0d7a564cf893d57d2ed888fc04d3e43a7161afdffc50316afb32f4b0ba2209 9608 spirv-cross_2021.01.15+1.3.290.0-1.debian.tar.xz fd4fb741cf698436e8f8ad6c18f744ac52966e41181fe8cbe999507f87a9d7b7 8326 spirv-cross_2021.01.15+1.3.290.0-1_amd64.buildinfo Files: 3b7a68bc9eb76092795cb136fe67fe2d 2798 utils optional spirv-cross_2021.01.15+1.3.290.0-1.dsc 22297f8efcf0045a6a8e30020db2f07f 1810122 utils optional spirv-cross_2021.01.15+1.3.290.0.orig.tar.gz df92182698ddd4036499f034d542d0ec 9608 utils optional spirv-cross_2021.01.15+1.3.290.0-1.debian.tar.xz 189c28b0af19a20fe3a3bfdb30e462cc 8326 utils optional spirv-cross_2021.01.15+1.3.290.0-1_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmbWHHMACgkQYS7xYT4F D1Rb+g/9HAGmNW1R+/qdp8yw8IZdCrOX32ZMs8T90Wp+1QQkEoqKdIb8PakT1x+F c98po4bfLWMoA1dkhYYnxqQOtsrQaO3Z69DF0O35XXu8alraENxa8zMEyilqOdeN AV4i4BMLg/6OYqGFYsEiUbT8sfMcdFLWre0BQRZSi4Zkdfw+pKM/UsBdMV2TJsW0 C70wlh37H0BFD7rOCFoTi6J/efpUzSdTC7CLI6ZtWVifF+xzQcBBPiyWYYTZdfCJ qWvTTlf65kqG1gtww+f98QwfzAoOc8v+YwbFsbxC785186FNv1qFZV6s3QM9pmsj NJd9BMs0Ibf0PAiqvy8CR/wKk9QX8cdQl1B2Nv6Y37ccf80fLABApUUD7wbT6t/H i2h5P3L3pDJVDsWRa0jPEfq/n7C1Pbcqfa1gitVv0uRqYbKYFdZxqNB5Hjrg9WUp 00PMWmcaT2YIYrikkvq+JL9P7ESaDQXqhtZ2UZARYEQCxNoeL+j3V9ArnUPAhj1c BGydYpiV/1WDdVjIXT0d811i29PX6HO3SFJpYuhmriu4Qbq283V4bFctNbsjVkpV IJW7ez/P2Js3/dTro/0P3S6YaWexFEC+myMPUhAyl/QE4RWrf5Qfl/x1ThJrlo+7 qkC/8wldWEs24yRJ/N5uZwgOJ3ptCiS9DaY6beONb5wrin+zZMM= =qni0 -END PGP SIGNATURE- pgpGzW0PjFLCg.pgp Description: PGP signature