[apr-util] 01/03: fix doxygen reproduible builds

Stefan Fritsch sf at moszumanska.debian.org
Fri Aug 11 15:56:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apr-util.

commit 045c244a2d111d76fb3b769e7d16f1cf6c3ed6fd
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Fri Aug 11 17:27:09 2017 +0200

    fix doxygen reproduible builds
---
 debian/changelog                               |  6 ++++++
 debian/patches/doxygen_no_ful_path_names.patch | 12 ++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aa23886..233cb9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apr-util (1.6.0-2) UNRELEASED; urgency=medium
+
+  * Switch off FULL_PATH_NAMES in doxygen to make builds reproducible.
+
+ -- Stefan Fritsch <sf at debian.org>  Fri, 11 Aug 2017 17:25:50 +0200
+
 apr-util (1.6.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/doxygen_no_ful_path_names.patch b/debian/patches/doxygen_no_ful_path_names.patch
new file mode 100644
index 0000000..7c2e151
--- /dev/null
+++ b/debian/patches/doxygen_no_ful_path_names.patch
@@ -0,0 +1,12 @@
+# FULL_PATH_NAMES breaks reproducible builds
+--- apr-util.orig/docs/doxygen.conf
++++ apr-util/docs/doxygen.conf
+@@ -24,7 +24,7 @@ PREDEFINED="APU_DECLARE(x)=x" \
+ 
+ OPTIMIZE_OUTPUT_FOR_C=YES
+ 
+-FULL_PATH_NAMES=YES
++FULL_PATH_NAMES=NO
+ CASE_SENSE_NAMES=NO
+ # some autoconf guru needs to make configure set this correctly...
+ #STRIP_FROM_PATH=/root/apache/httpd-2.0-8/srclib/apr-util
diff --git a/debian/patches/series b/debian/patches/series
index 9d63290..9962a8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ avoid_db_by-default.patch
 test_verbose
 fix_doxygen_inputdir
 support_mariadb.patch
+doxygen_no_ful_path_names.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr-util.git



More information about the Pkg-apache-commits mailing list