[neon/kf6/kf6-karchive/Neon/unstable] debian: deps and docs

Carlos De Maine null at kde.org
Mon Nov 6 09:00:52 GMT 2023


Git commit c8def0d24e383f9e530194ddcad5c5fb8771125f by Carlos De Maine.
Committed on 06/11/2023 at 10:00.
Pushed by carlosdem into branch 'Neon/unstable'.

deps and docs

M  +2    -1    debian/control
M  +1    -0    debian/kf6-karchive-dev.install
M  +3    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-karchive/-/commit/c8def0d24e383f9e530194ddcad5c5fb8771125f

diff --git a/debian/control b/debian/control
index 6747565..26515bb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,12 @@ Build-Depends: cmake,
                kf6-extra-cmake-modules,
                libbz2-dev,
                liblzma-dev,
+               libzstd-dev,
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-tools-dev,
                zlib1g-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/karchive
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/karchive
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/karchive.git
diff --git a/debian/kf6-karchive-dev.install b/debian/kf6-karchive-dev.install
index 44dfb52..dd59b47 100644
--- a/debian/kf6-karchive-dev.install
+++ b/debian/kf6-karchive-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KArchive/
 usr/lib/*/cmake/KF6Archive/
 usr/lib/*/libKF6Archive.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..5eee8cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,6 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DBUILD_QCH=ON


More information about the Neon-commits mailing list