[Makefile] Ensure english dates are generated in debian/changelog placeholder when building deb package.
It
This commit is contained in:
parent
2ee5bb5e55
commit
c41adc32c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ DEBUILD_BIN ?= debuild
|
|||
DEBUILD_OPTS = --source-option="-I"
|
||||
DPUT_BIN ?= dput
|
||||
DPUT_OPTS ?=
|
||||
DEB_DATE := $(shell date +"%a, %d %b %Y %T %z")
|
||||
DEB_DATE := $(LC_TIME=C shell date +"%a, %d %b %Y %T %z")
|
||||
ifeq ($(OFFICIAL),yes)
|
||||
DEB_RELEASE = $(RELEASE)ppa
|
||||
# Sign OFFICIAL builds using 'DEBSIGN_KEYID'
|
||||
|
|
Loading…
Reference in a new issue