[debian-edu-commits] debian-edu/pkg-team/ 03/03: Use build type "Release"
Javier Serrano Polo
jasp00-guest at moszumanska.debian.org
Mon Aug 29 23:13:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
jasp00-guest pushed a commit to branch master
in repository lmms.
commit 27fb764e2713a04ed67316c28674c72bd7cbc574
Author: Javier Serrano Polo <javier at jasp.net>
Date: Mon Aug 29 23:33:46 2016 +0200
Use build type "Release"
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 970bd1f..8236c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ lmms (1.1.3-4) unstable; urgency=medium
* Added contributors.
* Honor CONTRIBUTORS override.
* Replace __FILE__ (reproducibility).
+ * Use build type "Release" (reproducibility).
-- Javier Serrano Polo <javier at jasp.net> Wed, 08 Jun 2016 01:25:37 +0200
diff --git a/debian/rules b/debian/rules
index 20d6097..56a99d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ CMAKE_OPTS+= -DWANT_VST_NOWINE=1 \
-DREMOTE_VST_PLUGIN_FILEPATH=../../i386-linux-gnu/lmms/RemoteVstPlugin
endif
+# The build type "Release" defines NDEBUG. This helps with reproducible builds.
+# This can be dropped when version 1.1.91 is packaged.
+CMAKE_OPTS+= -DCMAKE_BUILD_TYPE=Release
+
%:
dh $@ --buildsystem cmake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/lmms.git
More information about the debian-edu-commits
mailing list