~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to debian/patches/parameter-typo.patch

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix 'paramter' & 'paramater' typos, replace with 'parameter'.
 
2
Author: Bas Couwenberg <sebastic@xs4all.nl>
 
3
Forwarded: http://trac.osgeo.org/grass/ticket/2560
 
4
Applied-Upstream: r64321, https://trac.osgeo.org/grass/changeset/64321
 
5
 
 
6
--- a/imagery/i.eb.eta/i.eb.eta.html
 
7
+++ b/imagery/i.eb.eta/i.eb.eta.html
 
8
@@ -29,7 +29,7 @@ Full ETa processing will need those:
 
9
 <h2>REFERENCES</h2>
 
10
 
 
11
 <p>[1] Bastiaanssen, W.G.M., 1995.
 
12
-Estimation of Land surface paramters by remote sensing under clear-sky
 
13
+Estimation of Land surface parameters by remote sensing under clear-sky
 
14
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 
15
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 
16
 
 
17
--- a/imagery/i.eb.evapfr/i.eb.evapfr.html
 
18
+++ b/imagery/i.eb.evapfr/i.eb.evapfr.html
 
19
@@ -18,7 +18,7 @@ Makin, Molden and Bastiaanssen (2001).
 
20
 <h2>REFERENCES</h2>
 
21
 
 
22
 <p>[1] Bastiaanssen, W.G.M., 1995.
 
23
-Estimation of Land surface paramters by remote sensing under clear-sky
 
24
+Estimation of Land surface parameters by remote sensing under clear-sky
 
25
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 
26
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 
27
 
 
28
--- a/imagery/i.eb.hsebal01/i.eb.hsebal01.html
 
29
+++ b/imagery/i.eb.hsebal01/i.eb.hsebal01.html
 
30
@@ -43,7 +43,7 @@ in this code in [3].
 
31
 <h2>REFERENCES</h2>
 
32
 
 
33
 <p>[1] Bastiaanssen, W.G.M., 1995.
 
34
-  Estimation of Land surface paramters by remote sensing under clear-sky
 
35
+  Estimation of Land surface parameters by remote sensing under clear-sky
 
36
 conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
 
37
 (<a href="http://edepot.wur.nl/206553">PDF</a>)
 
38
 
 
39
--- a/imagery/i.ortho.photo/README
 
40
+++ b/imagery/i.ortho.photo/README
 
41
@@ -75,7 +75,7 @@ The following GRASS 6 directories contai
 
42
                                parameters
 
43
 
 
44
        ./photo.2target:        computes photo to target location
 
45
-                               transformation paramters
 
46
+                               transformation parameters
 
47
 
 
48
        ./photo.rectify:        does the actual image rectification
 
49
        
 
50
--- a/lib/python/pygrass/modules/interface/module.py
 
51
+++ b/lib/python/pygrass/modules/interface/module.py
 
52
@@ -557,7 +557,7 @@ class Module(object):
 
53
         self.__call__.__func__.__doc__ = self.__doc__
 
54
 
 
55
     def __call__(self, *args, **kargs):
 
56
-        """Set module paramters to the class and, if run_ is True execute the
 
57
+        """Set module parameters to the class and, if run_ is True execute the
 
58
         module, therefore valid parameters are all the module parameters
 
59
         plus some extra parameters that are: run_, stdin_, stdout_, stderr_,
 
60
         env_ and finish_.
 
61
--- a/lib/python/temporal/temporal_operator.py
 
62
+++ b/lib/python/temporal/temporal_operator.py
 
63
@@ -253,7 +253,7 @@ class TemporalOperatorParser(object):
 
64
     def parse(self, expression,  optype = 'relation'):
 
65
         self.optype = optype        
 
66
         self.parser.parse(expression)
 
67
-        # The paramter optype can be of type: select {:, during, r}, boolean{&&, contains, |}, 
 
68
+        # The parameter optype can be of type: select {:, during, r}, boolean{&&, contains, |}, 
 
69
         #                                                            raster{*, equal, |}, vector {|, starts, &},
 
70
         #                                                            hash{#, during, l} or relation {during}.
 
71
     
 
72
--- a/gui/wxpython/lmgr/frame.py
 
73
+++ b/gui/wxpython/lmgr/frame.py
 
74
@@ -754,7 +754,7 @@ class GMFrame(wx.Frame):
 
75
         except:
 
76
             layer = None
 
77
 
 
78
-        if layer and len(cmdlist) == 1: # only if no paramaters given
 
79
+        if layer and len(cmdlist) == 1: # only if no parameters given
 
80
             if (type == 'raster' and cmdlist[0][0] == 'r' and cmdlist[0][1] != '3') or \
 
81
                     (type == 'vector' and cmdlist[0][0] == 'v'):
 
82
                 input = GUI().GetCommandInputMapParamKey(cmdlist[0])
 
83
--- a/lib/gmath/la.c
 
84
+++ b/lib/gmath/la.c
 
85
@@ -98,7 +98,7 @@ int G_matrix_zero(mat_struct * A)
 
86
 /*!
 
87
  * \fn int G_matrix_set(mat_struct *A, int rows, int cols, int ldim)
 
88
  *
 
89
- * \brief Set paramaters for an initialized matrix
 
90
+ * \brief Set parameters for an initialized matrix
 
91
  *
 
92
  * Set parameters for matrix <b>A</b> that is allocated,
 
93
  * but not yet fully initialized.  Is an alternative to G_matrix_init().
 
94
--- a/lib/init/grass7.html
 
95
+++ b/lib/init/grass7.html
 
96
@@ -243,7 +243,7 @@ examples bellow) otherwise taken from th
 
97
 
 
98
 <dt><b>grass70 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
 
99
 <dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
 
100
-    East North - SJTSK) with datum transformation paramaters used in
 
101
+    East North - SJTSK) with datum transformation parameters used in
 
102
     Czech Republic in the specified GISDBASE
 
103
 
 
104
 <dt><b>grass70 -c myvector.shp $HOME/grassdata/mylocation</b>
 
105
--- a/lib/python/pygrass/vector/table.py
 
106
+++ b/lib/python/pygrass/vector/table.py
 
107
@@ -1090,7 +1090,7 @@ class Table(object):
 
108
         """Insert a new row
 
109
 
 
110
         :param values: a tuple of values to insert, it is possible to insert
 
111
-                       more rows using a list of tuple and paramater `many`
 
112
+                       more rows using a list of tuple and parameter `many`
 
113
         :type values: tuple
 
114
         :param cursor: the cursor to connect, if None it use the cursor
 
115
                        of connection table object
 
116
--- a/lib/python/script/task.py
 
117
+++ b/lib/python/script/task.py
 
118
@@ -245,7 +245,7 @@ class grassTask:
 
119
         return {'flags': self.flags, 'params': self.params}
 
120
 
 
121
     def has_required(self):
 
122
-        """Check if command has at least one required paramater
 
123
+        """Check if command has at least one required parameter
 
124
         """
 
125
         for p in self.params:
 
126
             if p.get('required', False):
 
127
--- a/raster/r.volume/main.c
 
128
+++ b/raster/r.volume/main.c
 
129
@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
 
130
         struct Flag *report;
 
131
     } flag;
 
132
 
 
133
-    /* define paramaters and flags */
 
134
+    /* define parameters and flags */
 
135
     G_gisinit(argv[0]);
 
136
 
 
137
     module = G_define_module();
 
138
--- a/raster/r.what/r.what.html
 
139
+++ b/raster/r.what/r.what.html
 
140
@@ -7,7 +7,7 @@ eastings and northings); the user can al
 
141
 with each location.
 
142
 
 
143
 <p>The input coordinates can be entered directly on the command line
 
144
-via <b>coordinates</b> paramater, or redirected via <tt>stdin</tt>
 
145
+via <b>coordinates</b> parameter, or redirected via <tt>stdin</tt>
 
146
 from an input text file, script, or piped from another program
 
147
 (like <em><a href="v.out.ascii.html">v.out.ascii</a></em>). Coordinates
 
148
 can be given also as a vector points map (<b>points</b>).