Codebase list iptables-netflow / e76dfd4
Fix building of iptables target plugin Axel Beckert 6 years ago
4 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 iptables-netflow (2.3-2) UNRELEASED; urgency=medium
1
2 * Fix building of iptables target plugin.
3
4 -- Axel Beckert <abe@debian.org> Fri, 23 Mar 2018 16:37:22 +0100
5
06 iptables-netflow (2.3-1) unstable; urgency=low
17
28 * Initial release (Closes: #620511)
33 Maintainer: Axel Beckert <abe@debian.org>
44 Build-Depends: debhelper (>= 11~),
55 dh-exec,
6 dkms
6 dkms,
7 libxtables-dev
78 Standards-Version: 4.1.3
89 Homepage: https://github.com/aabc/ipt-netflow
910 Vcs-Git: https://salsa.debian.org/debian/iptables-netflow.git
00 #!/usr/bin/dh-exec
1 Makefile.in configure [il]*.c *.h version.sh usr/src/ipt-netflow-${DEB_VERSION_UPSTREAM}
1 Makefile.in configure i*.c *.h version.sh usr/src/ipt-netflow-${DEB_VERSION_UPSTREAM}
2 usr/lib
2323 override_dh_installchangelogs:
2424 dh_installchangelogs NEWS
2525
26 override_dh_auto_configure override_dh_auto_build override_dh_auto_install:
27 # NOOP
26 override_dh_auto_configure:
27 dh_auto_configure -- --disable-dkms
28
29 override_dh_auto_build:
30 dh_auto_build -- libipt_NETFLOW.so libip6t_NETFLOW.so
31
32 override_dh_auto_install:
33 $(MAKE) DESTDIR=debian/tmp linstall
34
35 override_dh_auto_clean:
36 dh_auto_clean -- lclean
2837
2938 override_dh_dkms:
3039 sed -e 's/`\.\/version.sh`/$(DEB_VERSION_UPSTREAM)/;s/\.\/configure/.\/configure $(DKMS_CONFIGURE_OPTIONS)/' dkms.conf > debian/dkms