Control: tags -1 +patch I have attached a patch to fix this bug.
Thank you, Jeremy Bícha
From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <[email protected]> Date: Fri, 12 Dec 2025 17:17:56 -0500 Subject: [PATCH] Stop using gnome-pkg-tools Closes: #1119698 --- debian/control | 1 - debian/rules | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 54a4435..b9947ff 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Kylin Team <[email protected]> Uploaders: Phoebus Liu <[email protected]>, handsome_feng <[email protected]> Build-Depends: debhelper-compat (= 12), gnome-common, - gnome-pkg-tools (>= 0.7), gobject-introspection (>= 0.6.3), gtk-doc-tools (>= 1.12), intltool (>= 0.50), diff --git a/debian/rules b/debian/rules index d61d1bc..b7e869f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,4 @@ #!/usr/bin/make -f --include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk SOVERSION := $(shell sed -rn 's/^Package:[[:space:]]*libburner-media([0-9-]+)[[:space:]]*$$/\1/p' debian/control) SHLIBS := 3.0.0 @@ -14,7 +13,7 @@ CONFFLAGS += --disable-inotify endif %: - dh $@ --with gir,gnome --no-control + dh $@ --with gir override_dh_autoreconf: dh_autoreconf --as-needed

