|
1 | 1 | Source: dtkcore |
2 | 2 | Section: libdevel |
3 | 3 | Priority: optional |
4 | | -Maintainer: Deepin Packages Builder < [email protected]> |
5 | | -Build-Depends: debhelper-compat ( =12), pkg-config, |
6 | | - qttools5-dev-tools, qttools5-dev, qtbase5-private-dev, doxygen, |
7 | | - libgsettings-qt-dev, libgtest-dev, libdtkcommon-dev, cmake, |
8 | | - libuchardet-dev, libicu-dev, libdtklog-dev, libdbus-1-dev |
| 4 | +Maintainer: Shanshan Ye < [email protected]> |
| 5 | +Build-Depends: debhelper-compat ( =12), |
| 6 | + pkg-config, |
| 7 | + libgtest-dev, |
| 8 | + libdtkcommon-dev, |
| 9 | + libicu-dev, |
| 10 | + libuchardet-dev, |
| 11 | + libdbus-1-dev, |
| 12 | + qttools5-dev-tools, |
| 13 | + qttools5-dev, |
| 14 | + libgsettings-qt-dev, |
| 15 | + libdtklog-dev, |
| 16 | + doxygen, |
| 17 | + qtbase5-private-dev, |
| 18 | + qt6-base-dev-tools, |
| 19 | + qt6-base-dev, |
| 20 | + qt6-base-private-dev, |
| 21 | + libdtk6log-dev, |
| 22 | + qt6-tools-dev, |
| 23 | + cmake |
9 | 24 | Standards-Version: 3.9.8 |
10 | 25 |
|
| 26 | +Package: libdtk6core |
| 27 | +Architecture: any |
| 28 | +Depends: ${shlibs:Depends}, ${misc:Depends}, lshw |
| 29 | +Multi-Arch: same |
| 30 | +Build-Profiles: <!nodtk6> |
| 31 | +Description: Development ToolKit Core Library (DTK6 with Qt6) |
| 32 | + DTK Core is the base library of deepin Qt/C++ applications. |
| 33 | + . |
| 34 | + This package contains the shared libraries for DTK6 applications. |
| 35 | + |
| 36 | +Package: libdtk6core-bin |
| 37 | +Architecture: any |
| 38 | +Depends: ${shlibs:Depends}, ${misc:Depends}, |
| 39 | + libdtk6core( =${binary:Version}) |
| 40 | +Build-Profiles: <!nodtk6> |
| 41 | +Description: Development ToolKit Core Utilities (DTK6 with Qt6) |
| 42 | + DTK Core is the base library of deepin Qt/C++ applications. |
| 43 | + . |
| 44 | + This package contains the utilities of DTK6 Core. |
| 45 | + |
| 46 | +Package: libdtk6core-dev |
| 47 | +Architecture: any |
| 48 | +Depends: libdtk6core( =${binary:Version}), |
| 49 | + libdtkcommon-dev(>=5.6.16), libdtk6log-dev |
| 50 | +Build-Profiles: <!nodtk6> |
| 51 | +Description: Development ToolKit Core Devel Library (DTK6 with Qt6) |
| 52 | + DTK Core is the base library of deepin Qt/C++ applications. |
| 53 | + . |
| 54 | + This package contains the header files and development library symbolic links of DTK6 Core. |
| 55 | + |
11 | 56 | Package: libdtkcore5 |
12 | 57 | Architecture: any |
13 | 58 | Depends: ${shlibs:Depends}, ${misc:Depends}, lshw |
14 | 59 | Multi-Arch: same |
15 | | -Description: Deepin Tool Kit Core library |
16 | | - DtkCore is base library of Deepin Qt/C++ applications. |
| 60 | +Build-Profiles: <!nodtk5> |
| 61 | +Description: Development ToolKit Core Library (DTK5 with Qt5) |
| 62 | + DTK Core is the base library of deepin Qt/C++ applications. |
17 | 63 | . |
18 | | - This package contains the shared libraries. |
| 64 | + This package contains the shared libraries for DTK5 applications. |
19 | 65 |
|
20 | 66 | Package: libdtkcore5-bin |
21 | 67 | Architecture: any |
22 | 68 | Depends: ${shlibs:Depends}, ${misc:Depends}, |
23 | 69 | libdtkcore5( =${binary:Version}) |
24 | | -Description: Deepin Tool Kit Core Utilities |
25 | | - DtkCore is base devel library of Deepin Qt/C++ applications. |
| 70 | +Build-Profiles: <!nodtk5> |
| 71 | +Description: Development ToolKit Core Utilities (DTK5 with Qt5) |
| 72 | + DTK Core is the base library of deepin Qt/C++ applications. |
26 | 73 | . |
27 | | - This package contains the utilities of DtkCore |
| 74 | + This package contains the utilities of DTK5 Core. |
28 | 75 |
|
29 | 76 | Package: libdtkcore-dev |
30 | 77 | Architecture: any |
31 | | -Depends: ${shlibs:Depends}, ${misc:Depends}, libdtkcore5( =${binary:Version}), |
| 78 | +Depends: libdtkcore5( =${binary:Version}), |
32 | 79 | libdtkcommon-dev(>=5.6.16), libdtklog-dev |
33 | | -Description: Deepin Tool Kit Core Devel library |
34 | | - DtkCore is base devel library of Deepin Qt/C++ applications. |
| 80 | +Build-Profiles: <!nodtk5> |
| 81 | +Description: Development ToolKit Core Devel Library (DTK5 with Qt5) |
| 82 | + DTK Core is the base library of deepin Qt/C++ applications. |
35 | 83 | . |
36 | | - This package contains the header files and static libraries of DtkCore |
| 84 | + This package contains the header files and development library symbolic links of DTK5 Core. |
37 | 85 |
|
38 | 86 | Package: libdtkcore-doc |
39 | 87 | Architecture: any |
40 | | -Description: Deepin Tool Kit Core (document) |
41 | | - DtkCore is base devel library of Deepin Qt/C++ applications. |
| 88 | +Build-Profiles: <!nodtk5 !nodoc> |
| 89 | +Description: Development ToolKit Core Documentation |
| 90 | + DTK Core is the base library of deepin Qt/C++ applications. |
42 | 91 | . |
43 | | - This package contains the doc files of DtkCore |
| 92 | + This package contains the doc files of DtkCore. |
0 commit comments