[neon/kf6/kf6-kcodecs/Neon/unstable] debian: docs
Carlos De Maine
null at kde.org
Wed Nov 8 04:40:36 GMT 2023
Git commit 873468ccb967dc9b2a84b0397ecf2fa16d108240 by Carlos De Maine.
Committed on 08/11/2023 at 05:40.
Pushed by carlosdem into branch 'Neon/unstable'.
docs
M +1 -1 debian/control
M +1 -0 debian/kf6-kcodecs-dev.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kcodecs/-/commit/873468ccb967dc9b2a84b0397ecf2fa16d108240
diff --git a/debian/control b/debian/control
index 4949aac..3bfb6a2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: cmake,
qt6-5compat-dev,
qt6-base-dev,
qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/frameworks/kcodecs
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcodecs
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcodecs.git
diff --git a/debian/kf6-kcodecs-dev.install b/debian/kf6-kcodecs-dev.install
index 92c02e7..83531d2 100644
--- a/debian/kf6-kcodecs-dev.install
+++ b/debian/kf6-kcodecs-dev.install
@@ -1,3 +1,4 @@
usr/include/KF6/KCodecs/
usr/lib/*/cmake/
usr/lib/*/libKF6Codecs.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..93368ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
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
\ No newline at end of file
More information about the Neon-commits
mailing list