[SCM] amsynth packaging branch, master, updated. debian/1.2.3-1-6-gdab2d28

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 4 08:46:35 UTC 2010


The following commit has been merged in the master branch:
commit dab2d2838828f57e4a74aa3e612d5304f43b769e
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 4 10:46:36 2010 +0200

    Call "amsynth" and not "amSynth" to create new instance (Closes: #591602)

diff --git a/debian/patches/02-create_new_instance.patch b/debian/patches/02-create_new_instance.patch
new file mode 100644
index 0000000..f34b6cf
--- /dev/null
+++ b/debian/patches/02-create_new_instance.patch
@@ -0,0 +1,20 @@
+Description: Call 'amsynth' and not 'amSynth' when create new instance.
+Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591602#5
+Author: Mauro Lizaur <mauro at cacavoladora.org>
+Bug: http://bugs.debian.org/591602
+Forwarded: not-needed
+---
+ src/GUI/GUI.cc |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- amsynth.orig/src/GUI/GUI.cc
++++ amsynth/src/GUI/GUI.cc
+@@ -201,7 +201,7 @@ GUI::create_menus	( )
+ 	//
+ 	Menu *menu_file = manage (new Menu());
+ 	MenuList& list_file = menu_file->items ();
+-	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amSynth")));
++	list_file.push_back (MenuElem("New Instance", sigc::bind(mem_fun(*this, &GUI::command_run),"amsynth")));
+ 	list_file.push_back (SeparatorElem());
+ 	list_file.push_back (MenuElem("_Open Bank",Gtk::AccelKey("<control>O"), mem_fun(*this, &GUI::bank_open)));
+ //	list_file.push_back (MenuElem("_Save Bank","<control>S", mem_fun(*this, &GUI::bank_save)));
diff --git a/debian/patches/series b/debian/patches/series
index 5f74bd6..33e6261 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-spelling_error.patch
+02-create_new_instance.patch

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list