Your message dated Sun, 21 Nov 2021 23:20:06 +0000 with message-id <[email protected]> and subject line Bug#997026: fixed in libgpuarray 0.7.6-7 has caused the Debian Bug report #997026, regarding libgpuarray: FTBFS with sphinx 4.2.0 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 [email protected] immediately.) -- 997026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997026 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: libgpuarray Version: 0.7.6-6 Severity: serious Tags: ftbfs patch Hi Maintainer libgpuarray FTBFS with sphinx 4.2.0 since add_stylesheet was deprecated. It can be fixed by the simple patch below. Regards Graham --- a/doc/conf.py +++ b/doc/conf.py @@ -116,7 +116,7 @@ html_theme = 'sphinx_rtd_theme' def setup(app): - app.add_stylesheet('fix_rtd.css') + app.add_css_file('fix_rtd.css') # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the
--- End Message ---
--- Begin Message ---Source: libgpuarray Source-Version: 0.7.6-7 Done: Rebecca N. Palmer <[email protected]> We believe that the bug you reported is fixed in the latest version of libgpuarray, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rebecca N. Palmer <[email protected]> (supplier of updated libgpuarray 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 13 Nov 2021 20:21:21 +0000 Source: libgpuarray Architecture: source Version: 0.7.6-7 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Rebecca N. Palmer <[email protected]> Closes: 994304 997026 Changes: libgpuarray (0.7.6-7) unstable; urgency=medium . * Fix and re-enable *gemv under clblast (see #992673). * Docs: be compatible with Sphinx 4.2, thanks to Graham Inggs. (Closes: #997026) * Remove -dbg package and tests. (Closes: #994304) * Tests: disable where pocl is not available, use POCL_DEVICES=basic on armel/armhf (workaround for #997908), ignore *ger exception on arm64 (see #992673). Checksums-Sha1: 06ea1dbcf5372b2076f58002ab8c9df03d473329 2698 libgpuarray_0.7.6-7.dsc 81f97d23125339c6b5e5e4468c376b3ec2019517 15000 libgpuarray_0.7.6-7.debian.tar.xz 838eabe11ec2ecba8c200f09c1740b61934d70e6 5606 libgpuarray_0.7.6-7_source.buildinfo Checksums-Sha256: 2bed51446204507dcc36067c503b078127136c56e5561bc81562a14665e06b3c 2698 libgpuarray_0.7.6-7.dsc f5c9b5a1708a02cdcb8fb17f0992057fca070be922bef07fae2f38e00fabb819 15000 libgpuarray_0.7.6-7.debian.tar.xz 3a565d9dd8ae4660155db995ced99b129c98999ebe8a23a8e794fbca222e63b1 5606 libgpuarray_0.7.6-7_source.buildinfo Files: 207abc401fbc46431d69922bbe3c9010 2698 libs optional libgpuarray_0.7.6-7.dsc 92f6073fc2eeebc3a5dd2d3e478009bf 15000 libs optional libgpuarray_0.7.6-7.debian.tar.xz 0cd5a5a364e898bdc32b59739bb34515 5606 libs optional libgpuarray_0.7.6-7_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmGawRwYHHJlYmVjY2Ff cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJmeCkP/3xR5KWEIcRUNX7efU+VSm9K PsF+th3Z1rA+skDT5/VZXgPKAn00XinauH/CPztmD287xubEPYy7Z62XG51dmXRo GveWm7ZF4wxqLTZET5Wa+aXHE0GdJngxgEmeToCh4mvAJbGRvjoqNShC2Zz2QSO3 5/DGnOjt5VQ3/fZUyKh6FHpwBKr6o4RGtAdudEwwWiSw5haxpL7heQHvA538yrkk 8yAFJnmSffIufLovw2IIAmz4Y1AOodlmfJvb29McHyhkcbPGXrhI8LWcc3p0LCz6 I7DKscn5GZOXgJBb47kJWegqWF66RTyS4N0yuUlbzck39ONiP0Ou1LzA6CUJqlTZ qimeb7XX8LYFYbGxZy8EGlQOW4XZZk1WUqtA7li5vr71+l+Ob+BuW34mbqjhqJB6 pgxK3FVHEfZNRP0UiFDABEu+CsrRpyEb0x6cSIHhe1/53uMZTQ0L/4FUZbfWJ0IG Crn4OdNryR7vW6D3Y9m1IOccD92fgb/o+LMExD3vH/2/eRESOzQbpbWsuTKRPsHo mgLRIfrwLtS1nsZ8h2zgxJs6uhpLscAg7UKxINk70u3pDjNK4Z7DnF6pSbyC50yT IlbHBsBBGZgQIkm4Aujw23pZlbK/hKdq8DvM99RULdWQKXxnWKCBafakSwLTtGxR WfP8DWUkxzH7dyFIoX1b =IUMd -----END PGP SIGNATURE-----
--- End Message ---

