mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 03:45:56 +01:00
Always use the C locale when getting the date to put in the debian changelog - dpkg-buildpackage complains otherwise
(cherry picked from commit 44db77da48
)
This commit is contained in:
parent
80aecb2eec
commit
36b92b229f
2
debian/CMakeLists.txt
vendored
2
debian/CMakeLists.txt
vendored
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
execute_process(COMMAND date "+%a, %-d %b %Y %H:%M:%S %z"
|
||||
execute_process(COMMAND env LC_ALL=C date "+%a, %-d %b %Y %H:%M:%S %z"
|
||||
OUTPUT_VARIABLE DEB_DATE OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
|
||||
set(DEB_REWRITE_RULES ON CACHE BOOL "Rewrite the debian rules file from rules.in")
|
||||
|
Loading…
Reference in New Issue
Block a user