diff --git a/packager/debian/debian-template/patches/01-fix-spelling.patch b/packager/debian/debian-template/patches/01-fix-spelling.patch new file mode 100644 index 00000000..bfe12f50 --- /dev/null +++ b/packager/debian/debian-template/patches/01-fix-spelling.patch @@ -0,0 +1,52 @@ +Description: Fix spelling errors in some manpages +Author: Rogério Brito +Forwarded: no +Last-Update: 2010-10-24 + +--- a/src/parallel ++++ b/src/parallel +@@ -1095,7 +1095,7 @@ + + =head1 EXAMPLE: Group output lines + +-When runnning jobs that output data, you often do not want the output ++When running jobs that output data, you often do not want the output + of multiple jobs to run together. GNU B defaults to grouping the + output of each job, so the output is printed when the job finishes. If + you want the output to be printed while the job is running you can use +@@ -1311,12 +1311,12 @@ + B + + +-=head1 EXAMPLE: Working as cat | sh. Ressource inexpensive jobs and evaluation ++=head1 EXAMPLE: Working as cat | sh. Resource inexpensive jobs and evaluation + + GNU B can work similar to B. + +-A ressource inexpensive job is a job that takes very little CPU, disk +-I/O and network I/O. Ping is an example of a ressource inexpensive ++A resource inexpensive job is a job that takes very little CPU, disk ++I/O and network I/O. Ping is an example of a resource inexpensive + job. wget is too - if the webpages are small. + + The content of the file jobs_to_run: +@@ -2976,7 +2976,7 @@ + # Number of parallel processes to run + + sub compute_number_of_processes { +- # Number of processes wanted and limited by system ressources ++ # Number of processes wanted and limited by system resources + # Returns: + # Number of processes + my $opt_P = shift; +--- a/src/sql ++++ b/src/sql +@@ -118,7 +118,7 @@ + + =item B<-s> I + +-Field separator. Use I as seperator between columns. ++Field separator. Use I as separator between columns. + + + =item B<--skip-first-line> diff --git a/packager/debian/debian-template/patches/series b/packager/debian/debian-template/patches/series new file mode 100644 index 00000000..adab849f --- /dev/null +++ b/packager/debian/debian-template/patches/series @@ -0,0 +1 @@ +01-fix-spelling.patch