[SCM] jacktrip/master: shortened line separator in console printout

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Dec 13 11:08:18 UTC 2010


The following commit has been merged in the master branch:
commit 9e47f9adbb28dd33e589c1cf0e00b2a3a8545b22
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Dec 13 12:04:57 2010 +0100

    shortened line separator in console printout
    
    lintian complained about unbreakable lines in the manpage, which were due to an
    overlong "qLineSeparator" consisting of 60 or so dashes.
    since there is no functionality in the line separator (apart from separating
    different sections in the console printout) i shrank it to an empty line

diff --git a/debian/patches/manpage-has-errors-from-man b/debian/patches/manpage-has-errors-from-man
new file mode 100644
index 0000000..176fac8
--- /dev/null
+++ b/debian/patches/manpage-has-errors-from-man
@@ -0,0 +1,25 @@
+Description: shortened gPrintSeparator for nicer help2man output
+Author: IOhannes m zmoelnig <zmoelnig at iem.at>
+
+--- 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
new file mode 100644
index 0000000..a80419a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-has-errors-from-man

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list