[SCM] slv2 packaging branch, master, updated. debian/0.6.6-3-11-gfbe29c7
quadrispro-guest at users.alioth.debian.org
quadrispro-guest at users.alioth.debian.org
Wed May 12 16:12:00 UTC 2010
The following commit has been merged in the master branch:
commit fbe29c7dad544d6400448e444febdd80c6dfdd0f
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Wed May 12 18:11:24 2010 +0200
debian/patches/01-spelling_errors.patch: Fix spelling errors.
diff --git a/debian/patches/01-spelling_errors.patch b/debian/patches/01-spelling_errors.patch
new file mode 100644
index 0000000..0c1f857
--- /dev/null
+++ b/debian/patches/01-spelling_errors.patch
@@ -0,0 +1,30 @@
+Author: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Fix spelling errors.
+Forwarded: no
+---
+ hosts/lv2_jack_host.c | 2 +-
+ hosts/lv2_simple_jack_host.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- slv2.orig/hosts/lv2_jack_host.c
++++ slv2/hosts/lv2_jack_host.c
+@@ -183,7 +183,7 @@ main(int argc, char** argv)
+ if (!host.instance)
+ die("Failed to instantiate plugin.\n");
+ else
+- printf("Succesfully instantiated plugin.\n");
++ printf("Successfully instantiated plugin.\n");
+
+ jack_set_process_callback(host.jack_client, &jack_process_cb, (void*)(&host));
+
+--- slv2.orig/hosts/lv2_simple_jack_host.c
++++ slv2/hosts/lv2_simple_jack_host.c
+@@ -122,7 +122,7 @@ main(int argc, char** argv)
+ if (!host.instance)
+ die("Failed to instantiate plugin.\n");
+ else
+- printf("Succesfully instantiated plugin.\n");
++ printf("Successfully instantiated plugin.\n");
+
+ jack_set_process_callback(host.jack_client, &jack_process_cb, (void*)(&host));
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..85166ca
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling_errors.patch
--
slv2 packaging
More information about the pkg-multimedia-commits
mailing list