This commit is contained in:
geos_one 2025-08-10 03:11:41 +02:00
parent 18c2f1c0e8
commit e67d94a084

4
debian/rules vendored
View File

@ -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