[neon/kf6/kf6-prison/Neon/unstable] debian: docs

Carlos De Maine null at kde.org
Wed Nov 8 02:21:31 GMT 2023


Git commit 03644ae52d6447e5016777b0e3ff30c86bb8d10d by Carlos De Maine.
Committed on 08/11/2023 at 03:21.
Pushed by carlosdem into branch 'Neon/unstable'.

docs

M  +4    -2    debian/control
M  +1    -0    debian/kf6-prison-dev.install
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-prison/-/commit/03644ae52d6447e5016777b0e3ff30c86bb8d10d

diff --git a/debian/control b/debian/control
index 90f8ab4..bf6fd2c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
                qt6-multimedia-dev,
                qt6-declarative-dev,
                qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kdesupport/prison
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/prison
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/prison.git
@@ -38,7 +38,9 @@ Package: kf6-prison-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-prison (= ${binary:Version}), qt6-base-dev, ${misc:Depends}
+Depends: kf6-prison (= ${binary:Version}), 
+         qt6-base-dev, 
+         ${misc:Depends}
 Description: barcode API for Qt - development files
  prison is a barcode API currently offering a nice Qt API to produce QRCode
  barcodes and DataMatrix barcodes, and can easily be made support more.
diff --git a/debian/kf6-prison-dev.install b/debian/kf6-prison-dev.install
index e6b6c98..28e4b2f 100644
--- a/debian/kf6-prison-dev.install
+++ b/debian/kf6-prison-dev.install
@@ -2,3 +2,4 @@ usr/include/
 usr/lib/*/cmake/KF6Prison/*
 usr/lib/*/libKF6Prison.so
 usr/lib/*/libKF6PrisonScanner.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..8dc42c9 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)/
+dh_auto_configure -- \
+	-DBUILD_QCH=ON
\ No newline at end of file


More information about the Neon-commits mailing list