Patch applied upstream.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Wed, 2 Dec 2015 09:24:07 +0000 (10:24 +0100)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Wed, 2 Dec 2015 09:24:07 +0000 (10:24 +0100)
debian/patches/0001-reproducible.patch

index 02e133ef602a8b781e8ab18d1b640f3ad0fe9151..2a3ffdab504d58e70ff64a734f95683d591398bb 100644 (file)
@@ -3,9 +3,11 @@ Description: allow setting of the displayed build-date
 Author: IOhannes m zmölnig
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: giada/src/gui/dialogs/gd_about.cpp
+===================================================================
 --- giada.orig/src/gui/dialogs/gd_about.cpp
 +++ giada/src/gui/dialogs/gd_about.cpp
-@@ -39,6 +39,10 @@
+@@ -40,6 +40,10 @@
  
  extern Conf G_Conf;
  
@@ -16,12 +18,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  gdAbout::gdAbout()
  #ifdef WITH_VST
-@@ -67,7 +71,7 @@
+@@ -70,7 +74,7 @@ gdAbout::gdAbout()
        char message[512];
        sprintf(
          message,
--        "Version " VERSIONE " (" __DATE__ ")\n\n"
-+        "Version " VERSIONE " (" BUILD_DATE ")\n\n"
+-        "Version " G_VERSION_STR " (" __DATE__ ")\n\n"
++        "Version " G_VERSION_STR " (" BUILD_DATE ")\n\n"
                "Developed by Monocasual\n"
                "Based on FLTK (%d.%d.%d), RtAudio (%s),\n"
-               "RtMidi (%s), libsamplerate and libsndfile\n\n"
+               "RtMidi (%s), libsamplerate, Jansson (%s) \n"