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:
ccf32fd
)
Fix DPDK_ABI parsing when using ~ for RCs
57/9657/1
author
Luca Boccassi
<
[email protected]
>
Thu, 9 Nov 2017 13:50:16 +0000
(13:50 +0000)
committer
Luca Boccassi
<
[email protected]
>
Wed, 29 Nov 2017 23:29:34 +0000
(23:29 +0000)
Change-Id: I484f7331390c8fb0226becbaeba9e8ff6a50304a
Signed-off-by: Luca Boccassi <
[email protected]
>
(cherry picked from commit
635e541a23bd3f5467e6007fd91ae0974183d901
)
Signed-off-by: Luca Boccassi <
[email protected]
>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
952cac6
..
dbe65d3
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 | 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