[SCM] prison packaging branch, master, updated. debian/5.36.0-1-8-gad73506
Maximiliano Curia
maxy at moszumanska.debian.org
Wed Aug 16 17:12:55 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/prison.git;a=commitdiff;h=0476b79
The following commit has been merged in the master branch:
commit 0476b79db68a2e1c303bdc7bb47f4d678576eaf4
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Aug 15 18:36:49 2017 +0200
Add a libkf5prison-doc package for the qch files
---
debian/control | 19 ++++++++++++++++++-
debian/libkf5prison-doc.install | 2 ++
debian/rules | 3 +++
3 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 28d4e50..3ac0bf7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,15 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
+ doxygen,
extra-cmake-modules (>= 5.37.0~),
+ graphviz,
libdmtx-dev,
libqrencode-dev,
+ libqt5sql5-sqlite,
pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.7.0~)
+ qtbase5-dev (>= 5.7.0~),
+ qttools5-dev-tools (>= 5.4),
Standards-Version: 4.0.0
Homepage: https://projects.kde.org/projects/kdesupport/prison
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/prison.git
@@ -19,6 +23,7 @@ Package: libkf5prison-dev
Section: libdevel
Architecture: any
Depends: libkf5prison5 (= ${binary:Version}), ${misc:Depends}
+Recommends: libkf5prison-doc (= ${source:Version})
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.
@@ -26,6 +31,18 @@ Description: barcode API for Qt - development files
This package contains the development headers and files needed to create
applications that use the prison library.
+Package: libkf5prison-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: barcode API for Qt (documentation)
+ 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.
+ .
+ This package contains the shared library to be used by applications.
+ .
+ This package contains the qch documentation files.
+
Package: libkf5prison5
Architecture: any
Multi-Arch: same
diff --git a/debian/libkf5prison-doc.install b/debian/libkf5prison-doc.install
new file mode 100644
index 0000000..9c4b836
--- /dev/null
+++ b/debian/libkf5prison-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Prison.qch
+usr/share/qt5/doc/KF5Prison.tags
diff --git a/debian/rules b/debian/rules
index b57f3e9..559d950 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_configure:
+ $(overridden_command) -- -DBUILD_QCH=ON
--
prison packaging
More information about the pkg-kde-commits
mailing list