mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
[Makefile] Ensure english dates are generated in debian/changelog placeholder when building deb package.
It
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user