File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Install build dependencies
5050 run : |
5151 sudo apt-get update
52- sudo apt-get install -y devscripts debhelper
52+ sudo apt-get install -y devscripts debhelper libluajit-5.1-dev
5353
5454 - name : Build Debian package
5555 run : dpkg-buildpackage -us -uc -b -d
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ Source: heplify-server
22Section: net
33Priority: optional
44Maintainer: Dave Horton <daveh@drachtio.org>
5- Build-Depends: debhelper (>= 10), golang-go (>= 2:1.20~)
5+ Build-Depends: debhelper (>= 10), golang-go (>= 2:1.20~), libluajit-5.1-dev
66Standards-Version: 4.1.4
77
88Package: heplify-server
99Architecture: any
10- Depends: ${shlibs:Depends}, ${misc:Depends}
11- Recommends: luajit
10+ Depends: ${shlibs:Depends}, ${misc:Depends}, libluajit-5.1-2
1211Description: HEP Capture Server for HOMER/SIPCAPTURE
1312 heplify-server is a high-performance HEP capture server that receives
1413 HEP (Homer Encapsulation Protocol) packets and stores them in PostgreSQL,
You can’t perform that action at this time.
0 commit comments