no grep
This commit is contained in:
parent
18c2f1c0e8
commit
e67d94a084
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,8 +2,8 @@
|
||||
|
||||
# this is so awful
|
||||
PAREN = )
|
||||
BEEGFS_VERSION = $(shell head -n1 debian/changelog | grep -P --only-matching '(?<=\d:)[^$(PAREN)~]+')
|
||||
BEEGFS_MAJOR = $(shell head -n1 debian/changelog | grep -P --only-matching '(?<=\d:)\d+')
|
||||
BEEGFS_VERSION = $(shell head -n1 debian/changelog | awk -F'[()]' '{print $2}')
|
||||
BEEGFS_MAJOR = $(shell head -n1 debian/changelog | awk -F'[()]' '{split($2,a,"."); print a[1]}')
|
||||
|
||||
BEEGFS_NVFS=1
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user