dist/deb: add ninja-build dependency
This commit is contained in:
parent
642a54e623
commit
0f03d63caa
2 changed files with 3 additions and 2 deletions
1
dist/deb/debian.control
vendored
1
dist/deb/debian.control
vendored
|
|
@ -4,6 +4,7 @@ Priority: optional
|
|||
Maintainer: RizinOrg <info@rizin.re>
|
||||
Build-Depends: debhelper (>= 12),
|
||||
meson,
|
||||
ninja-build,
|
||||
pkg-config,
|
||||
python3,
|
||||
python3-setuptools,
|
||||
|
|
|
|||
4
dist/deb/rizin.dsc
vendored
4
dist/deb/rizin.dsc
vendored
|
|
@ -2,13 +2,13 @@ Format: 1.0
|
|||
Source: rizin
|
||||
Binary: rizin, librizin-dev, rizin-common
|
||||
Architecture: any all
|
||||
Version: 0.3.0-1
|
||||
Version: 0.4.0-1
|
||||
Maintainer: RizinOrg <info@rizin.re>
|
||||
Homepage: https://rizin.re/
|
||||
Standards-Version: 4.5.1
|
||||
Vcs-Browser: https://github.com/rizinorg/rizin
|
||||
Vcs-Git: https://github.com/rizinorg/rizin
|
||||
Build-Depends: debhelper (>= 12), meson (>= 0.55.0), pkg-config, python3, python3-setuptools
|
||||
Build-Depends: debhelper (>= 12), meson (>= 0.55.0), ninja-build, pkg-config, python3, python3-setuptools
|
||||
Package-List:
|
||||
rizin deb devel optional arch=any
|
||||
rizin-common deb devel optional arch=all
|
||||
|
|
|
|||
Loading…
Reference in a new issue