Bug#960671: please install documentation

Roderich Schupp roderich.schupp at gmail.com
Fri May 15 10:40:39 BST 2020


Source: nautilus-python
Version: 1.2.3-3+rsc
Severity: wishlist
Tags: patch

The package contains gtk-doc describing the interfaces
available from Python to create Nautilus extensions.

Patch attached to generate and package these docs.

Cheers, Roderich



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.0-rc5 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                gnome-pkg-tools,
+               gtk-doc-tools,
                pkg-config,
                python-gi-dev,
                python3-dev,
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 override_dh_auto_configure:
 	PYTHON_VERSION="$(shell py3versions -vd)" \
 	PYTHON="$(shell py3versions -d)" \
-		dh_auto_configure
+		dh_auto_configure -- --enable-gtk-doc
 
 override_dh_auto_build:
 	PYTHON_VERSION="$(shell py3versions -vd)" \


More information about the pkg-gnome-maintainers mailing list