[neon/backports-noble/libsignon-glib-noble/Neon/unstable] debian: --with git -> dh-sequence-gir
Pino Toscano
null at kde.org
Tue Sep 3 02:46:17 BST 2024
Git commit 9a600cfe01a0bd6bd3f3cee330969146636831a2 by Pino Toscano.
Committed on 05/01/2021 at 17:17.
Pushed by carlosdem into branch 'Neon/unstable'.
--with git -> dh-sequence-gir
M +2 -0 debian/changelog
M +1 -0 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-noble/libsignon-glib-noble/-/commit/9a600cfe01a0bd6bd3f3cee330969146636831a2
diff --git a/debian/changelog b/debian/changelog
index 9dec2c0..7be41f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libsignon-glib (2.1-2) UNRELEASED; urgency=medium
* Replace the patch optional-documentation.diff with upstream commit
fc1098b3a376a04020c9e733eafda9fa0ac51723; patch
upstream_build-make-documentation-really-optional.patch.
+ * Use the dh-sequence-gir build dependency to replace the manual usage of
+ the gir dh addon.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 05 Jan 2021 16:24:18 +0100
diff --git a/debian/control b/debian/control
index d2cdca7..59482d1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Diane Trout <diane at ghic.org>
Build-Depends: debhelper-compat (= 13),
+ dh-sequence-gir,
gtk-doc-tools,
gobject-introspection,
libgirepository1.0-dev,
diff --git a/debian/rules b/debian/rules
index fb00463..69bcdad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with gir
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- -Dtests=false -Ddocumentation=false
More information about the Neon-commits
mailing list