Skip to content

Commit

Permalink
debian: updates for gatekeeper 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenth committed Sep 26, 2024
1 parent 8296242 commit 4037b03
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gatekeeper (1.2.0-0gatekeeper1) focal; urgency=medium

* Rebuild for 1.2.0

-- Andre Nathan <[email protected]> Tue, 26 Sep 2024 14:03:25 -0300

gatekeeper (1.1.0-0gatekeeper1) focal; urgency=medium

* Rebuild for 1.1.0
Expand Down
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 12),
libmnl-dev,
libnuma-dev,
meson,
ninja-build
ninja-build,
python3-pyelftools
Maintainer: Andre Nathan <[email protected]>
Standards-Version: 4.1.4
Vcs-Browser: https://github.com/AltraMayor/gatekeeper
Expand All @@ -25,7 +26,7 @@ Package: gatekeeper
Architecture: linux-any
Depends: adduser,
ucf,
dpdk-rte-kni-dkms,
python3,
${shlibs:Depends},
${misc:Depends}
Description: Open source DDoS protection system
Expand Down
8 changes: 4 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ build_luajit:
cp "$(LUA_PATH)/libluajit.a" "$(LUA_PATH)/libluajit-5.1.a"

build_dpdk:
cd dependencies/dpdk; \
meson --prefix=$(DPDK_INSTALL_PATH) build; \
cd build; \
ninja; \
cd dependencies/dpdk; \
meson setup --prefix=$(DPDK_INSTALL_PATH) build; \
cd build; \
ninja; \
ninja install

build_gatekeeper: build_luajit build_dpdk
Expand Down

0 comments on commit 4037b03

Please sign in to comment.