[neon/qt6/qt6-base/Neon/release] debian: normal build
Carlos De Maine
null at kde.org
Thu Dec 14 03:13:09 GMT 2023
Git commit 8188afb9c4aef6d3421713914dc0ce41401bd017 by Carlos De Maine.
Committed on 14/12/2023 at 03:28.
Pushed by carlosdem into branch 'Neon/release'.
normal build
M +3 -3 debian/control
M +2 -2 debian/rules
M +1 -1 debian/source/lintian-overrides
https://invent.kde.org/neon/qt6/qt6-base/-/commit/8188afb9c4aef6d3421713914dc0ce41401bd017
diff --git a/debian/control b/debian/control
index df0e02b..493ce58 100644
--- a/debian/control
+++ b/debian/control
@@ -103,9 +103,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
Section: libs
Homepage: https://www.qt.io/developers/
diff --git a/debian/rules b/debian/rules
index a3729ba..f3d5879 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,9 +128,9 @@ override_dh_auto_build-indep:
dh_auto_build #-- docs
override_dh_auto_install-indep:
- DESTDIR=$(CURDIR)/debian/tmp dh_auto_build #-- install_docs
+ 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 \
+ find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
sed -i 's@$(CURDIR)/@@g' {} \;
### no longer needed??
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 3ae0576..e57562e 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,5 +1,5 @@
# Binary data crafted to be used during tests
-qt6-base source: binary-with-bad-dynamic-table tests/auto/corelib/plugin/qpluginloader/elftest/debugobj.so
+qt6-base source: binary-with-bad-dynamic-table [tests/auto/corelib/plugin/qpluginloader/elftest/debugobj.so]
# These are not static libraries, despite the .a extension
qt6-base source: unpack-message-for-orig * ar failed for */tests/auto/corelib/io/qdir/types/a.a
More information about the Neon-commits
mailing list