[SCM] giada/master: Patch applied upstream.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Dec 2 09:24:14 UTC 2015


The following commit has been merged in the master branch:
commit 3138b3950357d91246e27ade36dde7e533bdcb42
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Dec 2 10:24:07 2015 +0100

    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"

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list