Browse Source

Update debian version build

pull/797/head
muzena 6 years ago committed by Anders Jenbo
parent
commit
f7c536deac
  1. 2
      Packaging/debian/rules

2
Packaging/debian/rules vendored

@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-all
export DEB_CFLAGS_MAINT_APPEND = -Wno-error
export DEB_LDFLAGS_MAINT_APPEND = -Wno-error
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
GIT_VERSION_DEVILUTIONX ?= $(shell pwd | tail -c 22 | cut -c-5)
GIT_VERSION_DEVILUTIONX ?= $(shell pwd | tail -c 23 | cut -c-5)
GIT_COMMIT_DEVILUTIONX := $(shell pwd | tail -c 8)
%:

Loading…
Cancel
Save