[neon/qt6/qt6-base/Neon/release] debian: back to normal
Carlos De Maine
null at kde.org
Mon Apr 29 16:33:05 BST 2024
Git commit 47c02af15a5cb83f8a47ea64a0f130d67026aba2 by Carlos De Maine.
Committed on 29/04/2024 at 15:26.
Pushed by carlosdem into branch 'Neon/release'.
back to normal
M +3 -3 debian/control
M +9 -9 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/47c02af15a5cb83f8a47ea64a0f130d67026aba2
diff --git a/debian/control b/debian/control
index 84a5061..8b4293d 100644
--- a/debian/control
+++ b/debian/control
@@ -101,9 +101,9 @@ Build-Depends: cmake,
shared-mime-info,
unixodbc-dev,
zlib1g-dev,
-#Build-Depends-Indep: qt6-base-dev (>= 6.6~) <!nodoc>,
-# qt6-documentation-tools (>= 6.6~) <!nodoc>,
-# qt6-base-doc (>= 6.6~) <!nodoc>,
+Build-Depends-Indep: qt6-base-dev (>= 6.6~) <!nodoc>,
+ qt6-documentation-tools (>= 6.6~) <!nodoc>,
+ qt6-base-doc (>= 6.6~) <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index d342ae6..20d24bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,19 +123,19 @@ execute_after_dh_auto_install-arch:
#ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
#override_dh_auto_build-indep:
- #dh_auto_build
+# dh_auto_build
#override_dh_auto_install-indep:
# DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
#else
-#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' {} \;
+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' {} \;
#endif
### no longer needed??
More information about the Neon-commits
mailing list