debian/control: Add missing build-dep
authorBoyuan Yang <byang@debian.org>
Tue, 11 Feb 2025 00:09:23 +0000 (19:09 -0500)
committerBoyuan Yang <byang@debian.org>
Tue, 11 Feb 2025 00:09:23 +0000 (19:09 -0500)
debian/control
debian/libdtkcore-dev.install
debian/libdtkcore5-bin.install

index 1a78aa2910e7cdae77dd7fd4ec70de13f03a2716..baab79cd6a95e00886336ed5ef9ccb28159b99fb 100644 (file)
@@ -10,16 +10,17 @@ Uploaders:
  Clay Stan <claystan97@gmail.com>,
  Hu Feng <hufeng@uniontech.com>,
 Build-Depends:
- cmake,
  debhelper-compat (= 13),
  dh-sequence-pkgkde-symbolshelper,
+ cmake,
  doxygen <!nodoc>,
+ libdtkcommon-dev (>= 5.7.9),
  libgsettings-qt-dev,
+ libgtest-dev,
  pkgconf,
  qtbase5-private-dev,
+ qttools5-dev,
  qttools5-dev-tools,
- libgtest-dev,
- libdtkcommon-dev (>= 5.7.9),
 Rules-Requires-Root: no
 Standards-Version: 4.7.0
 Homepage: https://github.com/linuxdeepin/dtkcore
@@ -31,8 +32,8 @@ Architecture: any
 Section: libdevel
 Multi-Arch: same
 Depends:
- libdtkcore5 (= ${binary:Version}),
  libdtkcommon-dev,
+ libdtkcore5 (= ${binary:Version}),
  ${misc:Depends},
 Breaks:
  libdtkwidget-dev (<< 5.2.2.10-1),
index f1f7613e75cd4799e83adef2d96faf2138212972..c343c31be3b22a5a71adeb51c19daf10c4954bc6 100644 (file)
@@ -1,5 +1,5 @@
-usr/lib/*/lib*.so
 usr/include
-usr/lib/*/pkgconfig/*.pc
 usr/lib/*/cmake/*/*.cmake
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*.pc
 usr/lib/*/qt5/*
index a114848015d4969b121a69fb9f57b5e114aa56ac..6fe373c906c7792796241481706f152028d9d7f1 100644 (file)
@@ -1,2 +1,2 @@
-usr/lib/*/*/DCore/bin/*
 usr/bin/*
+usr/lib/*/*/DCore/bin/*