Control: tags 978868 + patch Control: tags 978868 + pending Dear maintainer,
I've prepared an NMU for nautilus-python (versioned as 1.2.3-3.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru nautilus-python-1.2.3/debian/changelog nautilus-python- 1.2.3/debian/changelog --- nautilus-python-1.2.3/debian/changelog 2020-05-12 07:54:14.000000000 -0400 +++ nautilus-python-1.2.3/debian/changelog 2021-09-29 21:24:28.000000000 -0400 @@ -1,3 +1,11 @@ +nautilus-python (1.2.3-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control{,in}: Add missing build-dependency gtk-doc-tools. + (Closes: #978868) + + -- Boyuan Yang <by...@debian.org> Wed, 29 Sep 2021 21:24:28 -0400 + nautilus-python (1.2.3-3) unstable; urgency=high * Fix up debian/patches/gcc10.patch to work properly (Closes: #960079) diff -Nru nautilus-python-1.2.3/debian/control nautilus-python- 1.2.3/debian/control --- nautilus-python-1.2.3/debian/control 2020-05-12 07:54:14.000000000 -0400 +++ nautilus-python-1.2.3/debian/control 2021-09-29 21:24:28.000000000 -0400 @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 11), dh-python, gnome-pkg-tools, + gtk-doc-tools, pkg-config, python-gi-dev, python3-dev, diff -Nru nautilus-python-1.2.3/debian/control.in nautilus-python- 1.2.3/debian/control.in --- nautilus-python-1.2.3/debian/control.in 2020-05-12 07:52:23.000000000 -0400 +++ nautilus-python-1.2.3/debian/control.in 2021-09-29 21:24:25.000000000 -0400 @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 11), dh-python, gnome-pkg-tools, + gtk-doc-tools, pkg-config, python-gi-dev, python3-dev,