From 1e06c2cbb58a631da0611af9166ea7be60353d6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 17 Jul 2022 21:48:46 +0200 Subject: [PATCH] Drop patches applied upstream --- debian/patches/series | 1 - debian/patches/spelling_fixes.patch | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 debian/patches/series delete mode 100644 debian/patches/spelling_fixes.patch diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 91e2cd7..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -spelling_fixes.patch diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch deleted file mode 100644 index 045d2a2..0000000 --- a/debian/patches/spelling_fixes.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: fixed spelling mistakes -Author: IOhannes m zmölnig -Forwarded: https://github.com/jacktrip/jacktrip/pull/209 -Last-Update: 2021-01-21 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- jacktrip.orig/src/JackTrip.cpp -+++ jacktrip/src/JackTrip.cpp -@@ -826,7 +826,7 @@ - mTcpClient.close(); // Close the socket - // cout << "TCP Socket Closed!" << endl; - -- // If we sent authentication data, check if our authentication attempt was succesfull -+ // If we sent authentication data, check if our authentication attempt was successfull - if (mUseAuth && udp_port > 65535) { - QString error_message; - if (udp_port == Auth::WRONGCREDS) { -@@ -854,7 +854,7 @@ - } - - if (gVerboseFlag) -- cout << "Connection Succesfull!" << endl; -+ cout << "Connection Successful!" << endl; - - // Set with the received UDP port - // ------------------------------ -- 2.30.2