Skip to content

Commit

Permalink
fix: deb's format wrong
Browse files Browse the repository at this point in the history
  replace `>` with `>>` in debian/control.
  • Loading branch information
18202781743 committed Jan 19, 2024
1 parent 3acd198 commit 9a6370d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dde-app-services"
license=('LGPL3')
depends=('dtkwidget-git' 'gtest')
makedepends=('git' 'ninja' 'cmake', 'qt5-tools', 'doxygen')
makedepends=('git' 'ninja' 'cmake' 'qt5-tools' 'doxygen')
conflicts=('deepin-app-services')
provides=('deepin-app-services')
groups=('deepin-git')
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build-Depends:
cmake,
qtbase5-dev,
libdtkcommon-dev,
libdtkcore-dev(>5.6.18),
libdtkcore-dev(>=5.6.19),
libdtkgui-dev,
libdtkwidget-dev,
libgtest-dev,
Expand Down

0 comments on commit 9a6370d

Please sign in to comment.