[neon/qt6/qt6-tools/Neon/release] debian: !nodoc
Carlos De Maine
null at kde.org
Thu May 1 05:36:04 BST 2025
Git commit 877211afc40ef4f5c1c5a7c4f6aaa6c21aa87d02 by Carlos De Maine.
Committed on 01/05/2025 at 04:19.
Pushed by carlosdem into branch 'Neon/release'.
!nodoc
M +0 -1 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/877211afc40ef4f5c1c5a7c4f6aaa6c21aa87d02
diff --git a/debian/control b/debian/control
index d56f55a..5bf9e23 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,6 @@ Build-Depends: clang,
qt6-base-dev (>= 6.9.0~),
qt6-declarative-dev (>= 6.9.0~)
Build-Depends-Indep: qt6-base-dev (>= 6.9~) <!nodoc>,
- qt6-base-doc (>= 6.9~) <!nodoc>,
qt6-tools (>= 6.9~) <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
diff --git a/debian/rules b/debian/rules
index 17c3a2b..284e5e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_configure:
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq ($(filter !nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
dh_auto_build
More information about the Neon-commits
mailing list