[neon/extras/labplot/Neon/release] debian: pass -DENABLE_REPRODUCIBLE=ON to cmake

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


Git commit bacd54a2e035f278452cd4ba731b3e666ed18ea7 by Pino Toscano.
Committed on 11/11/2020 at 10:29.
Pushed by jriddell into branch 'Neon/release'.

pass -DENABLE_REPRODUCIBLE=ON to cmake

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

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

diff --git a/debian/changelog b/debian/changelog
index 2fc44bf..5deb677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ labplot (2.8.1-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Set upstream metadata fields: Repository-Browse.
   * Switch the watch file to version 4, no changes required.
+  * Pass -DENABLE_REPRODUCIBLE=ON to cmake to improve reproducibility.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 11 Nov 2020 11:19:26 +0100
 
diff --git a/debian/rules b/debian/rules
index 9a9a5f6..0dd3d3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 %:
 	dh $@ --with kf5
 
+override_dh_auto_configure:
+	dh_auto_configure -Skf5 -- -DENABLE_REPRODUCIBLE=ON
+
 override_dh_auto_test:
 	# non-fatal, as tests fail on almost non-amd64 archs
 	-xvfb-run dh_auto_test



More information about the Neon-commits mailing list