diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2023-05-17 07:51:41 +0000 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-23 10:49:57 +0900 |
commit | 7560fed8432ccff7e376686f183f9a017b1057cb (patch) | |
tree | 4b15f3cc7de3068109e794a66946c10c1126cdf0 /ubuntu/_base/applications/system/tdebluez/debian/control | |
parent | 6a6134e9be2d1e13a62e10ff77fd938bb0a92d65 (diff) | |
download | tde-packaging-7560fed8432ccff7e376686f183f9a017b1057cb.tar.gz tde-packaging-7560fed8432ccff7e376686f183f9a017b1057cb.zip |
Add debian rules for building tdebluez api docs
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4f5df2771d5544e4ad783a98ddeeb9e92f21c614)
Diffstat (limited to 'ubuntu/_base/applications/system/tdebluez/debian/control')
-rw-r--r-- | ubuntu/_base/applications/system/tdebluez/debian/control | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ubuntu/_base/applications/system/tdebluez/debian/control b/ubuntu/_base/applications/system/tdebluez/debian/control index 916a97314..a6cdbcaf1 100644 --- a/ubuntu/_base/applications/system/tdebluez/debian/control +++ b/ubuntu/_base/applications/system/tdebluez/debian/control @@ -3,6 +3,7 @@ Section: tde Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, libdbus-1-tqt-dev +Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.8.0 Package: tdebluez-trinity @@ -50,7 +51,7 @@ Description: development files for libtdebluez This package is part of the TDE Bluetooth Framework. It contains the development files for libtdebluez. . - See the 'tdebluez-trinity' package for more informations. + See the 'tdebluez-trinity' and 'tdebluez-trinity-api-doc' package for more informations. Package: libtdeobex-trinity-dev Architecture: any @@ -60,4 +61,16 @@ Description: development files for libtdeobex This package is part of the TDE Bluetooth Framework. It contains the development files for libtdeobex. . - See the 'tdebluez-trinity' package for more informations. + See the 'tdebluez-trinity' and 'tdebluez-trinity-api-doc' package for more informations. + +Package: tdebluez-trinity-api-doc +Section: doc +Architecture: all +Description: developer documentation for the libtdebluez-trinity and libtdeobex-trinity libraries + This package contains documentation for the libtdebluez-trinity and libtdeobex-trinity libraries of + use more for developers creating applications which use the libtdebluez-trinity and libtdeobex-trinity + libraries, than regular users. + . + This package is part of the provided bindings for the Trinity TQt interface. + . + See the tdebluez-trinity description for more information about tdebluez in general. |