Your message dated Sun, 26 May 2019 16:39:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#929509: unblock: flycheck/31-3
has caused the Debian Bug report #929509,
regarding unblock: flycheck/31-3
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.)
--
929509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929509
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package flycheck
This minor release contains bugfix for #929232. The fix disables two sphinx
extentions used during the build of the documentation for flycheck.
If enabled, they can lead to failure of build process as described in #929232.
(the debdiff against the package in testing is attached)
unblock flycheck/31-3
diff -Nru flycheck-31/debian/changelog flycheck-31/debian/changelog
--- flycheck-31/debian/changelog 2019-01-03 20:20:26.000000000 +0100
+++ flycheck-31/debian/changelog 2019-05-21 22:23:38.000000000 +0200
@@ -1,3 +1,12 @@
+flycheck (31-3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Denis Danilov ]
+ * disable intersphinx and info extensions (Closes: #929232)
+
+ -- Sean Whitton <[email protected]> Tue, 21 May 2019 13:23:38 -0700
+
flycheck (31-2) unstable; urgency=medium
* enable GitLab CI at salsa.d.o
diff -Nru
flycheck-31/debian/patches/disable-intersphinx-and-info-extensions.patch
flycheck-31/debian/patches/disable-intersphinx-and-info-extensions.patch
--- flycheck-31/debian/patches/disable-intersphinx-and-info-extensions.patch
1970-01-01 01:00:00.000000000 +0100
+++ flycheck-31/debian/patches/disable-intersphinx-and-info-extensions.patch
2019-05-21 22:23:38.000000000 +0200
@@ -0,0 +1,32 @@
+From: Denis Danilov <[email protected]>
+Date: Tue, 21 May 2019 20:12:52 +0200
+Subject: disable intersphinx and info extensions
+
+The intersphinx and info extensions use network during the build. The info
+extension may even fail the build if network is available (Bug #929232).
+
+Forwarded: not-needed
+---
+ doc/conf.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/conf.py b/doc/conf.py
+index 968a7a6..5aa7d36 100644
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -33,13 +33,13 @@ ON_RTD = os.environ.get('READTHEDOCS', None) == 'True'
+
+ needs_sphinx = '1.3'
+ extensions = [
+- 'sphinx.ext.intersphinx',
++ #'sphinx.ext.intersphinx',
+ 'sphinx.ext.extlinks',
+ 'sphinx.ext.todo',
+ # Domain for Emacs Lisp
+ 'elisp',
+ # Cross-references to info nodes
+- 'info'
++ #'info'
+ ]
+
+ # Project metadata
diff -Nru flycheck-31/debian/patches/series flycheck-31/debian/patches/series
--- flycheck-31/debian/patches/series 2019-01-03 20:20:26.000000000 +0100
+++ flycheck-31/debian/patches/series 2019-05-21 22:23:38.000000000 +0200
@@ -3,3 +3,4 @@
disable-MELPA-tests.patch
disable-rpmlint-test.patch
disable-flaky-tests.patch
+disable-intersphinx-and-info-extensions.patch
--- End Message ---
--- Begin Message ---
On Sat, May 25, 2019 at 09:18:15AM +0200, Denis Danilov wrote:
> Please unblock package flycheck
>
> This minor release contains bugfix for #929232. The fix disables two sphinx
> extentions used during the build of the documentation for flycheck.
> If enabled, they can lead to failure of build process as described in #929232.
Unblocked and already migrated; thanks.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
--- End Message ---