~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg, Bas Couwenberg, Andreas Tille
  • Date: 2014-05-09 20:46:34 UTC
  • mfrom: (12.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140509204634-kyftifouj0tkmmte
Tags: 4.8.0-3
[ Bas Couwenberg ]
* Update watch file, handle common problems.
* Don't install geodesic.h.
* Move from experimental to unstable.

[ Andreas Tille ]
* proj-data is arch all

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: proj
 
2
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 
3
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
 
4
           Bas Couwenberg <sebastic@xs4all.nl>
2
5
Section: science
3
6
Priority: optional
4
 
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
5
 
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
6
 
Build-Depends: debhelper (>= 9), sharutils
7
 
Standards-Version: 3.9.3
 
7
Build-Depends: debhelper (>= 9),
 
8
               dh-autoreconf,
 
9
               sharutils,
 
10
               default-jdk,
 
11
               ant,
 
12
               doxygen,
 
13
               graphviz
 
14
Standards-Version: 3.9.5
 
15
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/proj.git
 
16
Vcs-Git: git://anonscm.debian.org/pkg-grass/proj.git
8
17
Homepage: http://trac.osgeo.org/proj/
9
 
Vcs-Browser: http://git.debian.org/?p=pkg-grass/proj.git
10
 
Vcs-Git: git://git.debian.org/pkg-grass/proj.git
11
18
 
12
19
Package: proj-data
13
 
Architecture: any
 
20
Architecture: all
14
21
Section: libs
15
22
Depends: ${misc:Depends}
16
23
Description: Cartographic projection filter and library (datum package)
30
37
Package: libproj0
31
38
Architecture: any
32
39
Section: libs
33
 
Depends: proj-data, ${shlibs:Depends}, ${misc:Depends}
 
40
Depends: proj-data,
 
41
         ${shlibs:Depends},
 
42
         ${misc:Depends}
34
43
Suggests: proj-bin
35
44
Description: Cartographic projection library 
36
45
 Proj and invproj perform respective forward and inverse transformation
49
58
Package: libproj-dev
50
59
Architecture: any
51
60
Section: libdevel
52
 
Depends: libproj0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
61
Depends: libproj0 (= ${binary:Version}),
 
62
         ${misc:Depends}
53
63
Suggests: proj-bin
54
64
Description: Cartographic projection library (development files) 
55
65
 Proj and invproj perform respective forward and inverse transformation
66
76
 
67
77
Package: proj-bin
68
78
Architecture: any
69
 
Depends: ${shlibs:Depends}, ${misc:Depends}
 
79
Depends: ${shlibs:Depends},
 
80
         ${misc:Depends}
70
81
Description: Cartographic projection library (tools) 
71
82
 Proj and invproj perform respective forward and inverse transformation
72
83
 of cartographic data to or from Cartesian data with a wide range of
79
90
 point latitudes and longitudes (inverse).
80
91
 .
81
92
 This package provides the PROJ4 binary tools.
 
93
 
 
94
Package: libproj-java
 
95
Architecture: any
 
96
Section: java
 
97
Depends: libproj0 (= ${binary:Version}),
 
98
         ${misc:Depends}
 
99
Description: Cartographic projection library (JNI bindings) 
 
100
 Proj and invproj perform respective forward and inverse transformation
 
101
 of cartographic data to or from Cartesian data with a wide range of
 
102
 selectable projection functions (over 100 projections).
 
103
 .
 
104
 Geod and invgeod perform geodesic (Great Circle) computations for
 
105
 determining latitude, longitude and back azimuth of a terminus point given
 
106
 a initial point latitude, longitude, azimuth and distance (direct) or the
 
107
 forward and back azimuths and distance between an initial and terminus
 
108
 point latitudes and longitudes (inverse).
 
109
 .
 
110
 This package provides the Java Native Interface bindings for PROJ4.
 
111