From: Jaromír Mikeš Date: Wed, 2 Dec 2015 09:24:07 +0000 (+0100) Subject: Patch applied upstream. X-Git-Tag: archive/raspbian/0.15.4+ds1-1+rpi1^2~172 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3138b3950357d91246e27ade36dde7e533bdcb42;p=giada.git Patch applied upstream. --- diff --git a/debian/patches/0001-reproducible.patch b/debian/patches/0001-reproducible.patch index 02e133e..2a3ffda 100644 --- a/debian/patches/0001-reproducible.patch +++ b/debian/patches/0001-reproducible.patch @@ -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"