Package: basemap / 1.0.7+dfsg-4

Metadata

Package Version Patches format
basemap 1.0.7+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont_install_data_files | (download)

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 don't install the datafile with distutils, we'll use dh and a

 separate arch:all package
add_shebang_data_scripts | (download)

lib/mpl_toolkits/basemap/data/test27 | 2 1 + 1 - 0 !
lib/mpl_toolkits/basemap/data/test83 | 2 1 + 1 - 0 !
lib/mpl_toolkits/basemap/data/testntv2 | 2 1 + 1 - 0 !
lib/mpl_toolkits/basemap/data/testvarious | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 added missing shebang to data/ scripts

Patch-Name: add_shebang_data_scripts

use_share_datafiles | (download)

lib/mpl_toolkits/basemap/__init__.py | 2 1 + 1 - 0 !
lib/mpl_toolkits/basemap/pyproj.py | 12 8 + 4 - 0 !
2 files changed, 9 insertions(+), 5 deletions(-)

 use the datafile in the python-mpltoolkits.basemap-data package,

 if BASEMAPDATA is not set
Patch-Name: use_share_datafiles

install_matplotlib_sphinxext | (download)

doc/sphinxext/gen_gallery.py | 124 124 + 0 - 0 !
doc/sphinxext/gen_rst.py | 158 158 + 0 - 0 !
doc/sphinxext/inheritance_diagram.py | 407 407 + 0 - 0 !
doc/sphinxext/math_symbol_table.py | 159 159 + 0 - 0 !
doc/sphinxext/mathml.py | 552 552 + 0 - 0 !
5 files changed, 1400 insertions(+)

 add the matplotlib sphinxext directory into doc, needed to build

 documentaion
fix_ftbfs_with_geos3.3 | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs when building basemap with geos 3.3

Patch-Name: fix_ftbfs_with_geos3.3