From 86b7e83d2367a6d889c58fcb5e15f59f5f8d471a Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 17 Mar 2022 16:41:43 +0900 Subject: [PATCH] debian: change dependency on documentation generator to gi-docgen --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 56138af..7e073f2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), meson (>= 0.32.0), libglib2.0-dev (>= 2.32.0), - gtk-doc-tools (>= 1.18-2), + gi-docgen (>= 2021.8+ds1-1), gobject-introspection (>= 1.32.1), libgirepository1.0-dev (>= 1.32.1), python3-gi diff --git a/debian/rules b/debian/rules index 6b81b40..6f28995 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ dh $@ --with gir --buildsystem=meson override_dh_auto_configure: - dh_auto_configure -- -Dgtk_doc=true + dh_auto_configure -- -Ddoc=true -- 2.47.3