[med-svn] r20780 - in trunk/packages/dialign-t/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Dec 16 11:36:30 UTC 2015


Author: tille
Date: 2015-12-16 11:36:29 +0000 (Wed, 16 Dec 2015)
New Revision: 20780

Added:
   trunk/packages/dialign-t/trunk/debian/patches/spelling.patch
Modified:
   trunk/packages/dialign-t/trunk/debian/changelog
   trunk/packages/dialign-t/trunk/debian/dialign-tx.1
   trunk/packages/dialign-t/trunk/debian/dialign-tx.1.xml
   trunk/packages/dialign-t/trunk/debian/patches/series
Log:
Fix spelling


Modified: trunk/packages/dialign-t/trunk/debian/changelog
===================================================================
--- trunk/packages/dialign-t/trunk/debian/changelog	2015-12-16 11:10:32 UTC (rev 20779)
+++ trunk/packages/dialign-t/trunk/debian/changelog	2015-12-16 11:36:29 UTC (rev 20780)
@@ -1,6 +1,7 @@
 dialign-t (1.0.2-8) UNRELEASED; urgency=medium
 
   * cme fix dpkg-control
+  * Fix spelling
 
  -- Andreas Tille <tille at debian.org>  Wed, 16 Dec 2015 12:09:20 +0100
 

Modified: trunk/packages/dialign-t/trunk/debian/dialign-tx.1
===================================================================
--- trunk/packages/dialign-t/trunk/debian/dialign-tx.1	2015-12-16 11:10:32 UTC (rev 20779)
+++ trunk/packages/dialign-t/trunk/debian/dialign-tx.1	2015-12-16 11:36:29 UTC (rev 20780)
@@ -103,7 +103,7 @@
 .PP
 \fB\-o\fR
 .RS 4
-Wether overlap weights are calculated or not [DEFAULT 0]\&.
+Whether overlap weights are calculated or not [DEFAULT 0]\&.
 .RE
 .PP
 \fB\-f\fR

Modified: trunk/packages/dialign-t/trunk/debian/dialign-tx.1.xml
===================================================================
--- trunk/packages/dialign-t/trunk/debian/dialign-tx.1.xml	2015-12-16 11:10:32 UTC (rev 20779)
+++ trunk/packages/dialign-t/trunk/debian/dialign-tx.1.xml	2015-12-16 11:36:29 UTC (rev 20780)
@@ -268,7 +268,7 @@
       <varlistentry>
         <term><option>-o</option></term>
         <listitem>
-          <para>Wether overlap weights are calculated or not [DEFAULT 0].</para>
+          <para>Whether overlap weights are calculated or not [DEFAULT 0].</para>
         </listitem>
       </varlistentry>
         

Modified: trunk/packages/dialign-t/trunk/debian/patches/series
===================================================================
--- trunk/packages/dialign-t/trunk/debian/patches/series	2015-12-16 11:10:32 UTC (rev 20779)
+++ trunk/packages/dialign-t/trunk/debian/patches/series	2015-12-16 11:36:29 UTC (rev 20780)
@@ -2,3 +2,4 @@
 hardening.patch
 consistent_declarations.patch
 clang-ftbfs.diff
+spelling.patch

Added: trunk/packages/dialign-t/trunk/debian/patches/spelling.patch
===================================================================
--- trunk/packages/dialign-t/trunk/debian/patches/spelling.patch	                        (rev 0)
+++ trunk/packages/dialign-t/trunk/debian/patches/spelling.patch	2015-12-16 11:36:29 UTC (rev 20780)
@@ -0,0 +1,26 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 16 Dec 2015 12:09:20 +0100
+Description: Fix spelling
+
+--- a/source/parameters.c
++++ b/source/parameters.c
+@@ -299,7 +299,7 @@ void wrong_input()
+ 	printf("  -n\tmaximum number of consecutive positions for window containing\n     \tlow scoring positions \n \t\t[DEFAULT PROTEIN: 4]\n\t\t[DEFAULT DNA: 4]\n");
+ 	printf("  -g\tglobal minimum fragment length for stop criterion \n \t\t[DEFAULT PROTEIN: 40] \n\t\t[DEFAULT DNA: 40]\n");
+ 	printf("  -m\tminimal allowed average score in frag window containing low \n     \tscoring positions \n \t\t[DEFAULT PROTEIN: 4.0]\n\t\t[DEFAULT DNA: 0.25]\n");
+-	printf("  -o\twether overlap weights are calculated or not [DEFAULT 0]\n");
++	printf("  -o\twhether overlap weights are calculated or not [DEFAULT 0]\n");
+ 	printf("  -f\tminimum fragment length [DEFAULT 1]\n");
+ 	printf("  -r\tthreshold weight to consider the fragment at all [DEFAULT 0.0]\n");
+ 	printf("  -u\t[DEFAULT 0]\n");
+--- a/source/parameters_MAC.c
++++ b/source/parameters_MAC.c
+@@ -299,7 +299,7 @@ void wrong_input()
+ 	printf("  -n\tmaximum number of consecutive positions for window containing\n     \tlow scoring positions \n \t\t[DEFAULT PROTEIN: 4]\n\t\t[DEFAULT DNA: 4]\n");
+ 	printf("  -g\tglobal minimum fragment length for stop criterion \n \t\t[DEFAULT PROTEIN: 40] \n\t\t[DEFAULT DNA: 40]\n");
+ 	printf("  -m\tminimal allowed average score in frag window containing low \n     \tscoring positions \n \t\t[DEFAULT PROTEIN: 4.0]\n\t\t[DEFAULT DNA: 0.25]\n");
+-	printf("  -o\twether overlap weights are calculated or not [DEFAULT 0]\n");
++	printf("  -o\twhether overlap weights are calculated or not [DEFAULT 0]\n");
+ 	printf("  -f\tminimum fragment length [DEFAULT 1]\n");
+ 	printf("  -r\tthreshold weight to consider the fragment at all [DEFAULT 0.0]\n");
+ 	printf("  -u\t[DEFAULT 0]\n");




More information about the debian-med-commit mailing list