Your message dated Tue, 06 Oct 2020 13:05:11 +0000
with message-id <e1kpmev-00026u...@fasolo.debian.org>
and subject line Bug#971666: fixed in mkdocs-bootstrap 1.1+dfsg-0.1
has caused the Debian Bug report #971666,
regarding mkdocs-bootstrap: broken with mkdocs 1.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 ow...@bugs.debian.org
immediately.)


-- 
971666: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971666
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mkdocs-bootstrap
Version: 0.2.0+dfsg-0.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

the current version of mkdocs-bootstrap in the archive is broken and
does not work with the version of mkdocs that we have.

Example:

  $ tail -n 1000 mkdocs.yml docs/index.md
  ==> mkdocs.yml <==
  site_name: my documentation
  theme:
    name: bootstrap
  nav:
  - Start: index.md

  ==> docs/index.md <==
  # Hello, world
  $ mkdocs build
  ERROR   -  Config value: 'theme'. Error: The theme 'bootstrap' does not 
appear to have a configuration file. Please upgrade to a current version of the 
theme.

  Aborted with 1 Configuration Errors!

I'm attaching a very basic autopkgtest that reproduces the problem. This
can be reproduced on both buster and sid.

I see that the git repository has a new upstream version that would
work, but hasn't been uploaded for almost 2 years. I'm copying Dmitry,
who did that work, in this bug report.


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64, i386

Kernel: Linux 5.8.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mkdocs-bootstrap depends on:
ii  fonts-font-awesome     5.0.10+really4.7.0~dfsg-2
ii  libjs-bootstrap        3.4.1+dfsg-1
ii  libjs-highlight.js     9.12.0+dfsg1-5
ii  libjs-jquery           3.5.1+dfsg-4
ii  python3                3.8.2-3
ii  python3-pkg-resources  49.3.1-2

mkdocs-bootstrap recommends no packages.

mkdocs-bootstrap suggests no packages.

-- no debconf information
From 6aedd2b3652394ced9cb3640f4250dc6f05bfad4 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terce...@debian.org>
Date: Sun, 4 Oct 2020 11:40:42 -0300
Subject: [PATCH] Add minimal autopkgtest

This verifies that building a very basic documentation with this theme
works.
---
 debian/tests/control    |  2 ++
 debian/tests/smoke-test | 29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/smoke-test

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..1044336
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: smoke-test
+Restrictions: superficial, allow-stderr
diff --git a/debian/tests/smoke-test b/debian/tests/smoke-test
new file mode 100644
index 0000000..17618f3
--- /dev/null
+++ b/debian/tests/smoke-test
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+set -eu
+
+tmpdir="${AUTOPKGTEST_TMP:-}"
+if [ -z "${tmpdir}" ]; then
+  tmpdir="$(mktemp -d)"
+  trap 'rm -rf $tmpdir' INT TERM EXIT
+fi
+
+cd "${tmpdir}"
+
+cat > mkdocs.yml <<CONF
+site_name: my documentation
+theme:
+  name: bootstrap
+nav:
+- Start: index.md
+CONF
+
+mkdir docs
+cat > docs/index.md <<INDEX
+# Hello, world
+INDEX
+
+set -x
+tail -n 1000 mkdocs.yml docs/index.md
+mkdocs build
+test -f site/index.html
-- 
2.28.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: mkdocs-bootstrap
Source-Version: 1.1+dfsg-0.1
Done: Dmitry Shachnev <mity...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mkdocs-bootstrap, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated mkdocs-bootstrap 
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, 06 Oct 2020 15:48:21 +0300
Source: mkdocs-bootstrap
Architecture: source
Version: 1.1+dfsg-0.1
Distribution: unstable
Urgency: medium
Maintainer: Brian May <b...@debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 971666
Changes:
 mkdocs-bootstrap (1.1+dfsg-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload, with maintainer's permission.
 .
   [ Dmitry Shachnev ]
   * New upstream release (closes: #971666).
   * Stop excluding files that are no longer in the upstream tarball.
   * Update the symlinks for libjs-bootstrap4.
   * Stop symlinking files that are no longer part of the theme.
   * Run wrap-and-sort -s.
   * Depend on mkdocs ≥ 1.1.
   * Update Source field in debian/copyright for the new PyPI domain.
   * Update Homepage URL.
   * Bump Standards-Version to 4.5.0, no changes needed.
 .
   [ Debian Janitor ]
   * Bump debhelper from deprecated 9 to 12.
   * Set debhelper-compat version in Build-Depends.
 .
   [ Antonio Terceiro ]
   * Add a minimal autopkgtest.
Checksums-Sha1:
 6dc481d8ceb6f7bda8dbaac91edc72a62e1bc98b 2038 mkdocs-bootstrap_1.1+dfsg-0.1.dsc
 7e547d80bfe2dd6e8c84b9075c2eaebaeb8821e7 3416 
mkdocs-bootstrap_1.1+dfsg.orig.tar.xz
 8095cf23713de0d55c2f16cfb72c59f6c843d082 3056 
mkdocs-bootstrap_1.1+dfsg-0.1.debian.tar.xz
 00b915783b88901fc976b18bfaa19e6ffd84ff0a 6185 
mkdocs-bootstrap_1.1+dfsg-0.1_source.buildinfo
Checksums-Sha256:
 0d754dab219a3bb67601caad120e6b7afb8f6c8ccdde926dc9d8f9009285cbe0 2038 
mkdocs-bootstrap_1.1+dfsg-0.1.dsc
 c1367f81aa4241389dfe2280ecbaa99795ab8c4b3c66241070927f54f67b6b46 3416 
mkdocs-bootstrap_1.1+dfsg.orig.tar.xz
 b9051509bc54a759496d69423b0ab04c51ee9b1aefa7f8454b56bc62466540c1 3056 
mkdocs-bootstrap_1.1+dfsg-0.1.debian.tar.xz
 69bd369a532bd4464f3164777bb79da6c62e5e554062bda731b29430b5de8205 6185 
mkdocs-bootstrap_1.1+dfsg-0.1_source.buildinfo
Files:
 2aae9943446804b8f341c72c4f04e6c7 2038 text optional 
mkdocs-bootstrap_1.1+dfsg-0.1.dsc
 9f97043e4e771de663407b7349bd87a2 3416 text optional 
mkdocs-bootstrap_1.1+dfsg.orig.tar.xz
 9df5b38a3ebad0c64806fe739e5af72d 3056 text optional 
mkdocs-bootstrap_1.1+dfsg-0.1.debian.tar.xz
 2f482342a8c73c67e38a505ce3910133 6185 text optional 
mkdocs-bootstrap_1.1+dfsg-0.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl98aLgTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy7EFD/UaWGUtCRkIpVfUifmbxbNAOLFm3jhS
xRTmQT0yNsKGyullBtPIOc6Xn4Mu2u8ynlfu9L8eYb+uAJrpXFhrDEHbTL+CHaj2
WZk6uk4uEkk8nQe16JO06O+OaBbxweZMUor2WyVDUvSD+rO9NBaLog7BJA8Dc2AN
2yOQlz2G2ATusWafWG2StI0wbVmxT8XE2IIFuDfm6NHz3AJGCbh8WCqXDQnlXDVP
1Ef3R0HCYWKAexyrHddY1/UBIl/Pe+Y3056FymgWLPNNw66ZjUXPtdCe5jDXavnX
GOGs9dzU0CHUkA+HPd87wCkTcF/ynZdw0W/dEPdk0ez4WINNrGBJ0gKvnu/UNy0q
RvbiWQKyi/aErLzGz33UHB43WXS3QMxYmREVstmSibptVX8blifcFBaNiwlqb+nt
VaZ3RTFMcZpCGvvIRlZirv/X8KcD7ibOOWIan7pO5z9uXCvPEbNYzpsl8qF9gy8w
ZE+1pwA9JJ6+YDwpyoqWBqshOC8WdBOIhy24LMV7jGqUuIA+kxGIB3BduhPCdT8b
mTxQNS+8SBTkhHYoTxUkYcEOvdCzaOe1VTbzRSmHOaV1UWamYQy6v/YpdjtKHp+j
U/u4paKaSkw3NuVhucqBDB5ZQxsiQIwNLCw2R0mL/DPF5/MAlQw2iyhNmo3siswJ
7fbR/8l7Erqs
=tkF/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to