[neon/extras/grantlee/Neon/release] debian: Disable fixfilepath reproducibility feature, as it triggers build failures when enabled. (Closes: #972302)

Aurélien COUDERC null at kde.org
Thu Sep 8 10:47:40 BST 2022


Git commit 3c6af165643b994d9431491eda672755e61236eb by Aurélien COUDERC.
Committed on 11/01/2021 at 16:14.
Pushed by jriddell into branch 'Neon/release'.

Disable fixfilepath reproducibility feature, as it triggers build failures when enabled. (Closes: #972302)

M  +8    -0    debian/changelog
M  +2    -0    debian/rules

https://invent.kde.org/neon/extras/grantlee/commit/3c6af165643b994d9431491eda672755e61236eb

diff --git a/debian/changelog b/debian/changelog
index 78e45fe..e7e0186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+grantlee5 (5.2.0-3) UNRELEASED; urgency=medium
+
+  [ Vagrant Cascadian ]
+  * Disable fixfilepath reproducibility feature, as it triggers build failures
+    when enabled. (Closes: #972302)
+
+ -- Aurélien COUDERC <coucouf at debian.org>  Mon, 11 Jan 2021 17:13:27 +0100
+
 grantlee5 (5.2.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 1325d43..ee58c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+# Disable fixfilepath, as it triggers build failures.
+export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
 
 testsuite_failing_archs := hppa ia64 sparc64
 ifneq (,$(filter $(DEB_HOST_ARCH),$(testsuite_failing_archs)))



More information about the Neon-commits mailing list