[SCM] libbluray/master: Add a patch to fix spelling error

bob.dybian-guest at users.alioth.debian.org bob.dybian-guest at users.alioth.debian.org
Tue Oct 11 22:15:35 UTC 2016


The following commit has been merged in the master branch:
commit c5b5b183d0c1331a1c1a8ac638e8e94c83703456
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Wed Oct 12 00:15:10 2016 +0200

    Add a patch to fix spelling error

diff --git a/debian/changelog b/debian/changelog
index 2aeb61f..55d9f73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libbluray (1:0.9.3-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add a patch to fix spelling error.
+
+ -- Dylan Aïssi <bob.dybian at gmail.com>  Wed, 12 Oct 2016 00:14:00 +0200
+
 libbluray (1:0.9.3-2) unstable; urgency=medium
 
   * debian/rules:
diff --git a/debian/patches/06_Fix_spelling_error.patch b/debian/patches/06_Fix_spelling_error.patch
new file mode 100644
index 0000000..2beebdd
--- /dev/null
+++ b/debian/patches/06_Fix_spelling_error.patch
@@ -0,0 +1,16 @@
+Author: Dylan Aïssi <bob.dybian at gmail.com>
+Description: Fix spelling error.
+Last-Update: 2016-10-12
+Forwarded: TODO
+
+--- a/src/libbluray/bdj/native/bdjo.c
++++ b/src/libbluray/bdj/native/bdjo.c
+@@ -36,7 +36,7 @@
+  */
+ 
+ #define JNICHK(a) if((*env)->ExceptionOccurred(env)) { \
+-    BD_DEBUG(DBG_BDJ, "Exception occured\n"); \
++    BD_DEBUG(DBG_BDJ, "Exception occurred\n"); \
+     (*env)->ExceptionDescribe(env); \
+     } if (!a) return NULL;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cf767bf..777db75 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 02_online-image.patch
 04_kfreebsd-include.patch
 05_use-system-asm.patch
+06_Fix_spelling_error.patch

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list