~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: grass
2
2
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
3
3
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
4
 
           Bas Couwenberg <sebastic@xs4all.nl>
 
4
           Bas Couwenberg <sebastic@debian.org>
5
5
Section: science
6
6
Priority: optional
7
7
Build-Depends: autoconf2.13,
8
8
               autotools-dev,
9
9
               debhelper (>= 9),
 
10
               dh-python,
10
11
               doxygen,
11
12
               fakeroot,
12
13
               flex,
37
38
               python,
38
39
               python-wxgtk3.0,
39
40
               python-dev,
40
 
               tcl-dev (>= 8.5),
41
 
               tk-dev (>= 8.5),
42
 
               unixodbc-dev
43
 
Standards-Version: 3.9.5
44
 
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/grass.git
45
 
Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git
 
41
               python-numpy,
 
42
               python-ply,
 
43
               python-pil,
 
44
               libnetcdf-dev,
 
45
               netcdf-bin,
 
46
               libblas-dev,
 
47
               liblapack-dev,
 
48
               unixodbc-dev,
 
49
               zlib1g-dev
 
50
Standards-Version: 3.9.6
 
51
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/grass.git
 
52
Vcs-Git: git://anonscm.debian.org/pkg-grass/grass.git -b experimental
46
53
Homepage: http://grass.osgeo.org/
47
54
 
48
55
Package: grass
88
95
# used by NVIZ, d.out.gpsdrive, r.out.mpeg
89
96
          netpbm,
90
97
# used by v.kridge
91
 
          python-rpy2,
92
 
# used by r.in.wms, v.in.wfs, g.extension
93
 
          wget | curl,
94
 
# used by r.in.wms
95
 
          xml2
 
98
          python-rpy2
96
99
Breaks: grass (<< 6.4.2-1~)
97
 
Provides: grass644
 
100
Provides: grass700
98
101
Replaces: grass (<< 6.4.2-1~)
99
102
Description: GRASS GIS core components
100
103
 Commonly referred to as GRASS, this is a Geographic Information
108
111
 
109
112
Package: grass-gui
110
113
Architecture: any
111
 
Depends: ${shlibs:Depends},
112
 
         grass-core,
 
114
Depends: grass-core,
113
115
         ${python:Depends},
114
116
         python-wxgtk3.0,
115
117
# pyGL needed for wxNviz
174
176
         libproj-dev,
175
177
         libgdal-dev,
176
178
         libfreetype6-dev,
 
179
         libpq-dev,
 
180
         python,
 
181
         ${shlibs:Depends},
177
182
         ${misc:Depends}
178
183
# Subversion is needed by g.extension, a primary motivator for installing the grass-dev pkg
179
184
Recommends: subversion
180
185
Suggests: grass-dev-doc,
181
186
          pkg-config
182
 
Provides: grass64-dev
 
187
Provides: grass70-dev
183
188
Description: GRASS GIS development files
184
189
 Commonly referred to as GRASS, this is a Geographic Information
185
190
 System (GIS) used for geospatial data management and analysis,