Package: gdal-bin
Version: 1.5.1-4
Severity: normal
Justification: no longer builds from source
Tags: patch
*** Please type your report below this line ***
Attached is the patch including the difference between the source which
does build gdal2tiles.py and the source
which does not.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gdal-bin depends on:
ii libc6 2.7-11 GNU C Library: Shared libraries
ii libgcc1 1:4.3.0-5 GCC support library
ii libgdal1-1.5.0 1.5.1-4 Geospatial Data Abstraction
Librar
ii libstdc++6 4.3.0-5 The GNU Standard C++ Library v3
gdal-bin recommends no packages.
-- no debconf information
~
--
Jeremy Short
IT Programmer
The Lodging Company
http://www.skihills.com/
diff -uNr gdal-1.5.1/debian/gdal-bin.files
gdal-1.5.1_patched/debian/gdal-bin.files
--- gdal-1.5.1/debian/gdal-bin.files 2008-06-04 09:02:18.000000000 -0700
+++ gdal-1.5.1_patched/debian/gdal-bin.files 2008-06-04 14:12:40.000000000
-0700
@@ -11,6 +11,7 @@
usr/bin/gdaltindex
usr/bin/gdal_contour
usr/bin/ogr*
+usr/bin/gdal2tiles.py
usr/share/man/man1/gdal_rasterize.1
usr/share/man/man1/gdal_translate.1
usr/share/man/man1/gdal_utilities.1
diff -uNr gdal-1.5.1/debian/rules gdal-1.5.1_patched/debian/rules
--- gdal-1.5.1/debian/rules 2008-06-04 09:02:18.000000000 -0700
+++ gdal-1.5.1_patched/debian/rules 2008-06-04 14:16:00.000000000 -0700
@@ -112,6 +112,7 @@
# install python stuff previuosly built and pre-installed
cp -a $(CURDIR)/debian/python-tmp/usr/lib/*
$(CURDIR)/debian/tmp/usr/lib/.
+ cp $(CURDIR)/swig/python/scripts/gdal2tiles.py
$(CURDIR)/debian/tmp/usr/bin/
# removing license file
rm -f $(CURDIR)/debian/tmp/usr/share/gdal15/LICENSE.TXT