Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748538
en ru br
ALT Linux repos
S:1.9.8-alt1
5.0: 1.5.5-alt1
4.1: 1.5.5-alt1
4.0: 1.5.1-alt1
3.0: 1.4.3-alt1

Other repositories
Upstream:1.5.5

Group :: Development/Other
RPM: doxygen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Ubuntu-reproducible_manpages.patch
Download


Description: Make the manpages reproducible when the timezone changes
Author: Paolo Greppi <paolo.greppi@libpf.com>
Last-Update: 2022-07-16
Index: doxygen/doc/CMakeLists.txt
===================================================================
--- doxygen.orig/doc/CMakeLists.txt
+++ doxygen/doc/CMakeLists.txt
@@ -12,7 +12,7 @@
 # input used in their production; they are not affected by this license.
 
 include (${TOP}/cmake/version.cmake)
-string(TIMESTAMP DATE "%d-%m-%Y")
+string(TIMESTAMP DATE "%d-%m-%Y" UTC)
 string(TIMESTAMP YEAR "%Y")
 
 find_package(PythonInterp REQUIRED)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin