[neon/extras/tellico/Neon/release] debian: debian/rules: Disable fixfilepath feature, as it triggers build failures when enabled.

Pino Toscano null at kde.org
Thu Sep 8 17:48:54 BST 2022


Git commit 30e137555675973dd9e93b936014a3a1f6f3d3d7 by Pino Toscano, on behalf of Vagrant Cascadian.
Committed on 26/11/2020 at 17:20.
Pushed by jriddell into branch 'Neon/release'.

debian/rules: Disable fixfilepath feature, as it triggers build failures when enabled.

https://tests.reproducible-builds.org/debian/issues/unstable/ftbfs_due_to_f-file-prefix-map_issue.html

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

https://invent.kde.org/neon/extras/tellico/commit/30e137555675973dd9e93b936014a3a1f6f3d3d7

diff --git a/debian/changelog b/debian/changelog
index f3894c1..030a680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ tellico (3.3.4-0r1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.5.1, no changes required.
   * Fix day-of-week for changelog entries 1.2.11-1, 1.0.3+SVNr327-1.
 
+  [ Vagrant Cascadian ]
+  * Disable fixfilepath feature, as it triggers build failures when enabled.
+    (Closes: #972295)
+
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 26 Nov 2020 18:15:04 +0100
 
 tellico (3.3.3-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 6b1873a..70cbdcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# The fixfilepath feature causes a build failure, disable it.
+export DEB_BUILD_MAINT_OPTIONS = reproducible=-fixfilepath
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 # do not use kdeinit for kio
 export KDE_FORK_SLAVES=1



More information about the Neon-commits mailing list