Browse Source

* update debian package

master
Alex 'AdUser' Z 7 years ago
parent
commit
53033cf29e
  1. 8
      debian/control
  2. 2
      debian/f2b-mod-ipset.install
  3. 1
      debian/rules

8
debian/control vendored

@ -2,7 +2,7 @@ Source: f2b
Section: net
Priority: optional
Maintainer: Alex 'AdUser' Z <ad_user@runbox.com>
Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev
Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev
Standards-Version: 3.9.5
Homepage: https://github.com/AdUser/f2b
Vcs-Git: https://github.com/AdUser/f2b.git
@ -38,3 +38,9 @@ Depends: f2b (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: redis-server
Description: lightweight automatic anti-bot turret for your public serivces
This package contains source and backend modules working with redis-server
Package: f2b-mod-ipset
Architecture: any
Depends: f2b (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: lightweight automatic anti-bot turret for your public serivces
This package contains native ipset manage backend

2
debian/f2b-mod-ipset.install vendored

@ -0,0 +1,2 @@
etc/f2b/conf-available/*-*-ipset.conf
usr/lib/*/libf2b_*_ipset.so*

1
debian/rules vendored

@ -20,4 +20,5 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DWITH_REDIS=ON \
-DWITH_IPSET=ON \
-DWITH_HARDENING=ON

Loading…
Cancel
Save