--- /dev/null
+Description: use reproducible date/time
+ rather than using __DATE__ we use a value that is generated from the debian/changelog
+ timestamp. (included via a header-file to avoid escaping hell)
+Author: IOhannes m zmölnig
+Last-Update: 2016-02-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Introjucer/JuceLibraryCode/AppConfig.h
++++ juce/extras/Introjucer/JuceLibraryCode/AppConfig.h
+@@ -18,6 +18,7 @@
+ // [BEGIN_USER_CODE_SECTION]\r
+ \r
+ // (You can add your own code in this section, and the Introjucer will not overwrite it)\r
++#include "../../../debian/libbuilder/build/libjuce_builddate.h"\r
+ \r
+ // [END_USER_CODE_SECTION]\r
+ \r
-Description: use reproducible date/time
- rather than using __DATE__ we use a value that is baed on the debian/changelog
- timestamp.
+Description: allow reproducible date/time
+ if BUILD_DATE is defined use that instead of __DATE__.
+ this allows for making reproducible build.
Author: IOhannes m zmölnig
Last-Update: 2015-01-21
---
Logger::setCurrentLogger (logger);\r
}\r
\r
---- juce.orig/extras/Introjucer/JuceLibraryCode/AppConfig.h
-+++ juce/extras/Introjucer/JuceLibraryCode/AppConfig.h
-@@ -18,6 +18,7 @@
- // [BEGIN_USER_CODE_SECTION]\r
- \r
- // (You can add your own code in this section, and the Introjucer will not overwrite it)\r
-+#include "../../../debian/libbuilder/build/libjuce_builddate.h"\r
- \r
- // [END_USER_CODE_SECTION]\r
- \r
no-ztypes.patch
-reproducible-date.patch
introjucer-makegenerator.patch
+reproducible-date.patch
+debian_apply-reproducible-date.patch
introjucer-modulepath.patch
make-introjucer.patch
do-not-track.patch