[hamradio-commits] [linpsk] 21/25: debian/patches: Refreshed patches

Iain R. Learmonth irl at moszumanska.debian.org
Fri Apr 15 14:02:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository linpsk.

commit ed0e068e39853d886637f9c6878dd9f90b113ae6
Author: Iain R. Learmonth <irl at debian.org>
Date:   Fri Apr 15 11:58:20 2016 +0100

    debian/patches: Refreshed patches
---
 debian/patches/ftbfs-clang.patch | 38 ++++++++------------------------------
 debian/patches/typo.patch        |  8 ++++----
 2 files changed, 12 insertions(+), 34 deletions(-)

diff --git a/debian/patches/ftbfs-clang.patch b/debian/patches/ftbfs-clang.patch
index 8cf0fc1..adf1fd5 100644
--- a/debian/patches/ftbfs-clang.patch
+++ b/debian/patches/ftbfs-clang.patch
@@ -3,30 +3,8 @@ Author: Alexander <sanek23994 at gmail.com>
 Reviewed-by: Iain R. Learmonth <irl at fsfe.org>
 Last-Update: 2015-05-04
 
---- linpsk.orig/src/csound.cpp
-+++ linpsk/src/csound.cpp
-@@ -21,7 +21,7 @@
- 
- using namespace std;
- extern Parameter settings;
--CSound::CSound ( int ptt = -1 ) : Input ( ptt )
-+CSound::CSound ( int ptt ) : Input ( ptt )
- {
-   started = false;
-   output = false;
---- linpsk.orig/src/csound.h
-+++ linpsk/src/csound.h
-@@ -37,7 +37,7 @@
- class CSound : public Input
- {
-   public:
--    CSound ( int ptt );
-+    CSound ( int ptt = -1 );
-     ~CSound();
-     virtual bool open_Device_write ( QString * );
-     virtual bool open_Device_read ( QString * );
---- linpsk.orig/src/textinput.cpp
-+++ linpsk/src/textinput.cpp
+--- a/src/textinput.cpp
++++ b/src/textinput.cpp
 @@ -22,7 +22,7 @@
  extern Parameter settings;
  extern int errno;
@@ -36,8 +14,8 @@ Last-Update: 2015-05-04
  {
  }
  TextInput::~TextInput()
---- linpsk.orig/src/textinput.h
-+++ linpsk/src/textinput.h
+--- a/src/textinput.h
++++ b/src/textinput.h
 @@ -29,7 +29,7 @@
  {
      Q_OBJECT
@@ -47,8 +25,8 @@ Last-Update: 2015-05-04
      ~TextInput();
  
      /** Opens the Device for writting **/
---- linpsk.orig/src/waveinput.cpp
-+++ linpsk/src/waveinput.cpp
+--- a/src/waveinput.cpp
++++ b/src/waveinput.cpp
 @@ -19,7 +19,7 @@
  
  extern Parameter settings;
@@ -58,8 +36,8 @@ Last-Update: 2015-05-04
  {
   EightBits=false;
  }
---- linpsk.orig/src/waveinput.h
-+++ linpsk/src/waveinput.h
+--- a/src/waveinput.h
++++ b/src/waveinput.h
 @@ -31,7 +31,7 @@
  {
  Q_OBJECT
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
index 740409c..0fb6312 100644
--- a/debian/patches/typo.patch
+++ b/debian/patches/typo.patch
@@ -2,9 +2,9 @@ Description: Fix some typos
 Author: Iain R. Learmonth <irl at fsfe.org>
 Last-Update: 2015-05-04
 
---- linpsk.orig/gui/linpsk.cpp
-+++ linpsk/gui/linpsk.cpp
-@@ -352,7 +352,7 @@
+--- a/gui/linpsk.cpp
++++ b/gui/linpsk.cpp
+@@ -354,7 +354,7 @@
    RxDisplay->stop_process_loop();
    if ( settings.ActChannel == 0 )
    {
@@ -13,7 +13,7 @@ Last-Update: 2015-05-04
      TxDisplay->TxFunctions->setStatus ( UNDEF );
      return;
    }
-@@ -403,7 +403,7 @@
+@@ -405,7 +405,7 @@
    }
    if ( Sound <= NULL )
    {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/linpsk.git



More information about the pkg-hamradio-commits mailing list