Commit 9f92989
committed
feat: add DTK6 documentation package and improve build profiles
1. Added new libdtk6core-doc package for DTK6 documentation with
conditional build profile (!nodtk6 !nodoc)
2. Added new install file for libdtk6core-doc to install dtkcore.qch
documentation
3. Reordered build dependencies: moved cmake to top and added
conditional build profiles for Qt5/Qt6 tools and documentation
4. Updated debian/rules to enable BUILD_TESTING for both DTK5 and DTK6
builds
5. Modified DTK6 version check to use full DTK6_VERSION instead of
MAJOR_MINOR for shared library versioning
6. Enabled BUILD_DOCS for DTK6 builds when documentation profile is
active
Log: Added separate documentation package for DTK6 Core library
Influence:
1. Test building with different profiles (nodtk5, nodtk6, nodoc) to
ensure conditional dependencies work correctly
2. Verify libdtk6core-doc package installation and documentation file
placement
3. Test that BUILD_TESTING flag enables test builds properly
4. Verify shared library versioning uses correct version format for DTK6
5. Ensure backward compatibility with existing DTK5 packages
feat: 添加DTK6文档包并改进构建配置
1. 新增libdtk6core-doc包用于DTK6文档,包含条件构建配置(!nodtk6 !nodoc)
2. 新增libdtk6core-doc安装文件以安装dtkcore.qch文档
3. 重新排序构建依赖:将cmake移至顶部,并为Qt5/Qt6工具和文档添加条件构建
配置
4. 更新debian/rules以同时为DTK5和DTK6构建启用BUILD_TESTING
5. 修改DTK6版本检查,使用完整DTK6_VERSION而非MAJOR_MINOR进行共享库版本
控制
6. 当文档配置激活时,为DTK6构建启用BUILD_DOCS
Log: 为DTK6核心库新增独立的文档包
Influence:
1. 测试使用不同配置(nodtk5, nodtk6, nodoc)构建,确保条件依赖正常工作
2. 验证libdtk6core-doc包安装和文档文件放置位置
3. 测试BUILD_TESTING标志是否正确启用测试构建
4. 验证共享库版本控制对DTK6使用正确的版本格式
5. 确保与现有DTK5包的向后兼容性1 parent ec973ab commit 9f92989
File tree
5 files changed
+42
-29
lines changed- debian
- tests
5 files changed
+42
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
0 commit comments