[neon/qt6/qt6-location/Neon/release] debian: no docs
Carlos De Maine
null at kde.org
Tue Apr 30 01:48:48 BST 2024
Git commit bca63328d5cdaa6783a02b642cf1cfddd0407516 by Carlos De Maine.
Committed on 30/04/2024 at 00:48.
Pushed by carlosdem into branch 'Neon/release'.
no docs
M +3 -3 debian/control
M +1 -0 debian/qt6-location-dev.install
M +1 -2 debian/qt6-location-doc.install
M +14 -5 debian/rules
https://invent.kde.org/neon/qt6/qt6-location/-/commit/bca63328d5cdaa6783a02b642cf1cfddd0407516
diff --git a/debian/control b/debian/control
index 9302bbb..fe4399d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,9 @@ Build-Depends: cmake,
xauth <!nocheck>,
xvfb <!nocheck>,
zlib1g-dev
-Build-Depends-Indep: qt6-base-dev (>= 6.7~) <!nodoc>,
- qt6-documentation-tools (>= 6.7~) <!nodoc>,
- qt6-base-doc (>= 6.7~) <!nodoc>,
+#Build-Depends-Indep: qt6-base-dev (>= 6.7~) <!nodoc>,
+# qt6-documentation-tools (>= 6.7~) <!nodoc>,
+# qt6-base-doc (>= 6.7~) <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-location
diff --git a/debian/qt6-location-dev.install b/debian/qt6-location-dev.install
index 901844c..b04a137 100644
--- a/debian/qt6-location-dev.install
+++ b/debian/qt6-location-dev.install
@@ -3,6 +3,7 @@ usr/lib/*/cmake/
usr/lib/*/libQt6Location.prl
usr/lib/*/libQt6Location.so
usr/lib/*/pkgconfig/
+#usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/
usr/lib/*/qt6/metatypes/
usr/lib/*/qt6/mkspecs/
usr/lib/*/qt6/modules/
diff --git a/debian/qt6-location-doc.install b/debian/qt6-location-doc.install
index ccdb08c..36c01e0 100644
--- a/debian/qt6-location-doc.install
+++ b/debian/qt6-location-doc.install
@@ -1,2 +1 @@
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/
-usr/share/qt6/doc/
+#usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index ad6cc4e..c90a5f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,23 @@ override_dh_auto_configure:
-DQT_UNITY_BUILD=ON \
$(extra_cmake_args)
+#ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+#override_dh_auto_build-indep:
+# dh_auto_build -- docs
+
+#override_dh_auto_install-indep:
+# DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
+# # Remove build path from index files.
+# find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
+# sed -i 's@$(CURDIR)/@@g' {} \;
+
+#else
override_dh_auto_build-indep:
- dh_auto_build -- docs
+ dh_auto_build
override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
- # Remove build path from index files.
- find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
- sed -i 's@$(CURDIR)/@@g' {} \;
+ DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
+#endif
execute_after_dh_auto_install-arch:
# Reproducible builds: remove build paths from .prl files
More information about the Neon-commits
mailing list