From 22a578174378ef8f897de2fb524e728f95506f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 23 Feb 2015 15:52:45 +0100 Subject: Change doxygen setup to make build results reproducible --- debian/changelog | 8 ++++++++ debian/patches/0500-ReproducibleBuilds.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+) create mode 100644 debian/patches/0500-ReproducibleBuilds.patch diff --git a/debian/changelog b/debian/changelog index b6dbcc6..475daf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +psocksxx (0.0.6-3) UNRELEASED; urgency=low + + * Make build results reproducible: + - New debian/patches/0500-ReproducibleBuilds.patch: + At doxygen setup change HTML_TIMSESTAMP to NO. + + -- Jörg Frings-Fürst Mon, 23 Feb 2015 14:48:47 +0100 + psocksxx (0.0.6-2) unstable; urgency=medium * debian/rules: diff --git a/debian/patches/0500-ReproducibleBuilds.patch b/debian/patches/0500-ReproducibleBuilds.patch new file mode 100644 index 0000000..7451143 --- /dev/null +++ b/debian/patches/0500-ReproducibleBuilds.patch @@ -0,0 +1,19 @@ +Description: Remove timestamp from doxygen generated files +Author: Jörg Frings-Fürst +Forwarded: not-needed +Last-Update: 2015-02-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/doxygen.cfg.in +=================================================================== +--- trunk.orig/doc/doxygen.cfg.in ++++ trunk/doc/doxygen.cfg.in +@@ -156,7 +156,7 @@ HTML_EXTRA_FILES = + HTML_COLORSTYLE_HUE = 220 + HTML_COLORSTYLE_SAT = 100 + HTML_COLORSTYLE_GAMMA = 80 +-HTML_TIMESTAMP = YES ++HTML_TIMESTAMP = NO + HTML_DYNAMIC_SECTIONS = NO + HTML_INDEX_NUM_ENTRIES = 100 + GENERATE_DOCSET = NO diff --git a/debian/patches/series b/debian/patches/series index 8ec7d4b..343422e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +0500-ReproducibleBuilds.patch 10_test_network.patch -- cgit v1.2.3