[med-svn] [praat] 01/02: d/p/remove-time-date-macros.patch: New patch
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Mon Nov 2 22:01:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository praat.
commit 33a6f31efaee5bdb4e8dade7da2625297481036d
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Mon Nov 2 19:56:22 2015 -0200
d/p/remove-time-date-macros.patch: New patch
---
debian/patches/remove-time-date-macros.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/remove-time-date-macros.patch b/debian/patches/remove-time-date-macros.patch
new file mode 100644
index 0000000..187af1c
--- /dev/null
+++ b/debian/patches/remove-time-date-macros.patch
@@ -0,0 +1,18 @@
+Description: Remove usage of macros __TIME__ and __DATE__
+ These macros, which capture the current build time, make the build
+ unreproducible. This patch just remove them from the source file.
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: no
+Last-Update: 2015-11-02
+
+--- praat-6.0.4.orig/external/portaudio/pa_front.c
++++ praat-6.0.4/external/portaudio/pa_front.c
+@@ -78,7 +78,7 @@
+
+
+ #define PA_VERSION_ 1899
+-#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ " " __TIME__ ")"
++#define PA_VERSION_TEXT_ "PortAudio V19-devel"
+
+
+
diff --git a/debian/patches/series b/debian/patches/series
index 5458732..4b102bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
use-ldflags.patch
+remove-time-date-macros.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git
More information about the debian-med-commit
mailing list