X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Frules;h=dbe65d3b14735bf992760f2fb8c9ca7e89069838;hb=ed0774e5398a87b8ec9a4d44f646bbe5246a031d;hp=952cac685935167410302e76147842e66506a62f;hpb=ccf32fde7af8ce9a70ab5e6f200c83a5da6ebc62;p=deb_dpdk.git diff --git a/debian/rules b/debian/rules index 952cac68..dbe65d3b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_OPTIONS=-v # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* include /usr/share/dpkg/default.mk -DPDK_ABI := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d '-' -f1 | cut -d '.' -f1-2) +DPDK_ABI := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d '-' -f1 | cut -d '.' -f1-2 | cut -d '~' -f1) # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie