[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: drop useless override
Pino Toscano
null at kde.org
Thu Jun 22 01:22:16 BST 2023
Git commit 9a8d4f0db43cb8b1d8fe707f789dbdcfe5a3f998 by Pino Toscano.
Committed on 01/01/2021 at 12:22.
Pushed by carlosdem into branch 'Neon/unstable'.
drop useless override
M +3 -0 debian/changelog
M +0 -4 debian/rules
https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/9a8d4f0db43cb8b1d8fe707f789dbdcfe5a3f998
diff --git a/debian/changelog b/debian/changelog
index ac7c21c..5deeb84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,9 @@ libaccounts-qt (1.16-0r1) UNRELEASED; urgency=medium
* Stop explicitly passing the .pro file to qmake.
* Remove the unused ${shlibs:Depends} substvar from libaccounts-qt5-dev, and
libaccounts-qt-doc.
+ * Drop the dh_auto_build-indep override: other than being misspelt (and thus
+ not actually used), the documentation will be generated anyway at
+ installation time by the buildsystem.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 05 Jun 2020 10:33:31 -0000
diff --git a/debian/rules b/debian/rules
index acd18c4..d7463cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,6 @@ export QT_SELECT=5
override_dh_auto_configure:
dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
-ddoverride_dh_auto_build-indep:
- dh_auto_build -i -- docs
-
-
override_dh_auto_install:
dh_auto_install
find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
More information about the Neon-commits
mailing list