[neon/qt6/qt6-tools/Neon/release] debian: new release no doc build
Carlos De Maine
null at kde.org
Thu Oct 24 22:37:27 BST 2024
Git commit d7be400bcd8da19f21078ff60142f3e4ae3a91bb by Carlos De Maine.
Committed on 24/10/2024 at 21:37.
Pushed by carlosdem into branch 'Neon/release'.
new release no doc build
M +5 -5 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/d7be400bcd8da19f21078ff60142f3e4ae3a91bb
diff --git a/debian/control b/debian/control
index 97ef04f..6afd193 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: clang,
debhelper-compat (= 13),
libclang-dev,
libgl-dev,
-# liblitehtml-dev (>= 0.6~),
+ liblitehtml-dev (>= 0.6~),
libssl-dev,
libvulkan-dev [linux-any],
libxcb-xkb-dev,
@@ -21,9 +21,9 @@ Build-Depends: clang,
pkg-kde-tools,
qt6-base-dev (>= 6.8.0~),
qt6-declarative-dev (>= 6.8.0~)
-Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
- qt6-base-doc (>= 6.8~) <!nodoc>,
- qt6-documentation-tools (>= 6.8~) <!nodoc>,
+#Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
+# qt6-base-doc (>= 6.8~) <!nodoc>,
+# qt6-documentation-tools (>= 6.8~) <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-tools
@@ -218,4 +218,4 @@ Package: qt6-tools-examples
Architecture: all
Depends: qt6-tools-dev, ${misc:Depends}
Description: Dummy transitional
- Transitional dummy package.
+ Transitional dummy package.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index e38a284..851730c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,12 +27,12 @@ override_dh_shlibdeps:
#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' {} \;
+# sed -i 's@$(CURDIR)/@@g' {} \;
#else
override_dh_auto_build-indep:
dh_auto_build
@@ -43,4 +43,4 @@ override_dh_auto_install-indep:
execute_after_dh_auto_install-arch:
# Reproducible builds: remove build paths from .prl files
- sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
+ sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
\ No newline at end of file
More information about the Neon-commits
mailing list