[neon/extras/labplot/Neon/release] debian: disable fixfilepath

Pino Toscano null at kde.org
Wed Aug 31 15:43:09 BST 2022


Git commit ea992375faf60a040865ee4a0b30ecacdbd9dfbe by Pino Toscano.
Committed on 16/08/2021 at 06:19.
Pushed by jriddell into branch 'Neon/release'.

disable fixfilepath

yet another occurrence of this nonsense ...

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

https://invent.kde.org/neon/extras/labplot/commit/ea992375faf60a040865ee4a0b30ecacdbd9dfbe

diff --git a/debian/changelog b/debian/changelog
index f7caf31..49d3eba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ labplot (2.8.2-0r1) UNRELEASED; urgency=medium
     - properly resets the error count in the parser (Closes: #974566)
   * Bump Standards-Version to 4.5.1, no changes required.
   * Remove the explicit as-needed linking, as it is done by binutils now.
+  * Disable fixfilepath reproducibility feature, as it triggers build failures
+    when enabled.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 16 Aug 2021 07:45:29 +0200
 
diff --git a/debian/rules b/debian/rules
index 73fe8b5..6e348e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Disable fixfilepath, as it causes build failures.
+export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
+
 %:
 	dh $@ --with kf5
 



More information about the Neon-commits mailing list