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

« back to all changes in this revision

Viewing changes to doc/vector/v.example/v.example.html

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
<h2>DESCRIPTION</h2>
 
2
 
 
3
<em>v.example</em> is an example vector module that does something like
 
4
labeling all vectors with value 1. A new map is written instead of updating
 
5
the input map.
 
6
 
 
7
<h2>EXAMPLE</h2>
 
8
 
 
9
<div class="code"><pre>
 
10
v.example input=map output=newmap
 
11
</pre></div>
 
12
 
 
13
<h2>SEE ALSO</h2>
 
14
 
 
15
<em>
 
16
<a href="http://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
 
17
</em>
 
18
 
 
19
<h2>AUTHOR</h2>
 
20
 
 
21
Radim Blazek, ITC-irst, Trento, Italy
 
22
 
 
23
<p><i>Last changed: $Date: 2012-07-19 09:56:09 -0700 (Thu, 19 Jul 2012) $</i>