From: IOhannes m zmölnig Date: Wed, 5 Feb 2014 12:32:23 +0000 (+0100) Subject: Removed unused patch. X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~340 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ef6e9ef0b70c4c9530ee08b19514ecd143fb6c6;p=jacktrip.git Removed unused patch. since we now run the output of jacktrip through a filter in order to generate nice manpages, there is no more need to patch the sources. --- diff --git a/debian/patches/manpage-has-errors-from-man b/debian/patches/manpage-has-errors-from-man deleted file mode 100644 index 176fac8..0000000 --- a/debian/patches/manpage-has-errors-from-man +++ /dev/null @@ -1,25 +0,0 @@ -Description: shortened gPrintSeparator for nicer help2man output -Author: IOhannes m zmoelnig - ---- jacktrip.orig/src/jacktrip_globals.h -+++ jacktrip/src/jacktrip_globals.h -@@ -70,7 +70,7 @@ - //******************************************************************************* - /// \name Separator for terminal printing - //@{ --const char* const gPrintSeparator = "---------------------------------------------------------"; -+const char* const gPrintSeparator = ""; - //@} - - ---- jacktrip.orig/src/Settings.cpp -+++ jacktrip/src/Settings.cpp -@@ -247,7 +247,7 @@ - cout << "Copyright (c) 2008-2009 Juan-Pablo Caceres, Chris Chafe." << endl; - cout << "SoundWIRE group at CCRMA, Stanford University" << endl; - cout << "VERSION: " << gVersion << endl; -- cout << "-----------------------------------------------------------------------------" << endl; -+ cout << gPrintSeparator << endl; - cout << "" << endl; - cout << "Usage: jacktrip [-s|-c host] [options]" << endl; - cout << "" << endl; diff --git a/debian/patches/series b/debian/patches/series index bba263b..c2e986b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -manpage-has-errors-from-man remove_sflogo.patch