[SCM] mplayer/master: Add 0003_fix_spelling_error_in_binary.patch to fix lintian warning about spelling error in binary.

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Fri Apr 15 20:52:49 UTC 2016


The following commit has been merged in the master branch:
commit 5e6bfc90c06de0c9aefafeddd5fbf429eac9c12d
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Fri Apr 15 21:42:37 2016 +0200

    Add 0003_fix_spelling_error_in_binary.patch to fix lintian warning about spelling error in binary.

diff --git a/debian/changelog b/debian/changelog
index e05f121..16c975b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,13 +3,16 @@ mplayer (2:1.3.0-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
     - Fix FTBFS with ffmpeg 2.9 (Closes: #803844)
-    - Refresh patches.
   * Drop mplayer-dbg package.
   * debian/control:
     - Drop Build-Depends-Arch and Build-Depends-Indep.
     - Bump Standards-Version to 3.9.8 (no changes needed).
   * debian/copyright:
     - Add missing GPL-2+ license.
+  * debian/patches:
+    - Refresh patches.
+    - Add 0003_fix_spelling_error_in_binary.patch to fix lintian warning
+      about spelling error in binary.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Fri, 15 Apr 2016 12:03:01 +0200
 
diff --git a/debian/patches/0003_fix_spelling_error_in_binary.patch b/debian/patches/0003_fix_spelling_error_in_binary.patch
new file mode 100644
index 0000000..52b4517
--- /dev/null
+++ b/debian/patches/0003_fix_spelling_error_in_binary.patch
@@ -0,0 +1,14 @@
+Description: Fix lintian warning about spelling error in binary
+Author: Mateusz Łukasik <mati75 at linuxmint.pl>
+
+--- a/stream/dvb_tune.c
++++ b/stream/dvb_tune.c
+@@ -386,7 +386,7 @@ static int tune_it(int fd_frontend, int
+       mp_msg(MSGT_DEMUX, MSGL_V, "tuning DVB-S to Freq: %u, Pol: %c Srate: %d, 22kHz: %s, LNB:  %d\n",freq,pol,srate,hi_lo ? "on" : "off", diseqc);
+ 
+       if(do_diseqc(dfd, diseqc, (pol == 'V' ? 1 : 0), hi_lo) == 0)
+-          mp_msg(MSGT_DEMUX, MSGL_V, "DISEQC SETTING SUCCEDED\n");
++          mp_msg(MSGT_DEMUX, MSGL_V, "DISEQC SETTING SUCCEEDED\n");
+       else
+       {
+           mp_msg(MSGT_DEMUX, MSGL_ERR, "DISEQC SETTING FAILED\n");
diff --git a/debian/patches/series b/debian/patches/series
index ef209dd..9fea944 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002_mplayer_debug_printf.patch
 #0200_Hurd_PATH_MAX.patch
 0201_PATH_MAX_HURD.patch
+0003_fix_spelling_error_in_binary.patch

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list