Code Review
/
deb_dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d910135
)
Fix DPDK_ABI parsing in d/rules to account for -rcX
49/9649/1
author
Luca Boccassi
<
[email protected]
>
Wed, 8 Nov 2017 14:25:51 +0000
(14:25 +0000)
committer
Luca Boccassi
<
[email protected]
>
Wed, 29 Nov 2017 23:29:31 +0000
(23:29 +0000)
Change-Id: I3704004c8f0595414cc1ddec62c5884e4a1791b1
Signed-off-by: Luca Boccassi <
[email protected]
>
(cherry picked from commit
520ef8ffb2b2e8b4e18b57313d98f6283029871a
)
Signed-off-by: Luca Boccassi <
[email protected]
>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
8ecaa41
..
2953c40
100755
(executable)
--- 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-2)
+DPDK_ABI := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d '
-' -f1 | cut -d '
.' -f1-2)
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie