debian/control: Add build-depends dev libs
This commit is contained in:
parent
2c0aa53853
commit
35aa924401
|
|
@ -37,6 +37,9 @@ my %platconf = (
|
|||
'ubuntu-1804-amd64' => {
|
||||
'virtualisation' => 'lxd'
|
||||
},
|
||||
'ubuntu-2004-amd64' => {
|
||||
'virtualisation' => 'lxd'
|
||||
},
|
||||
'debian-110-i386' => {
|
||||
'virtualisation' => 'lxd'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Source: aprsc
|
|||
Section: hamradio
|
||||
Priority: extra
|
||||
Maintainer: Heikki Hannikainen <hessu@hes.iki.fi>
|
||||
Build-Depends: debhelper (>= 4), fakeroot (>= 1), lsb-release (>= 3), lsb-base (>= 3)
|
||||
Build-Depends: debhelper (>= 4), fakeroot (>= 1), lsb-release (>= 3), lsb-base (>= 3), libevent-dev, libssl-dev, libcap-dev, libz-dev
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: aprsc
|
||||
|
|
|
|||
Loading…
Reference in New Issue