Skip to content

Commit

Permalink
Merge pull request #709 from andrenth/debian-1.2
Browse files Browse the repository at this point in the history
Update debian package for Gatekeeper 1.2
  • Loading branch information
AltraMayor authored Sep 26, 2024
2 parents 92d6686 + 1a2613f commit b069d04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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) noble; 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
2 changes: 1 addition & 1 deletion debian/gatekeeper.cron.daily
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
-maxdepth 1 \
-type f \
-name gatekeeper_\*.log \
-mtime 1 \
-mtime +1 \
-delete
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 b069d04

Please sign in to comment.