Your message dated Sun, 20 Apr 2008 10:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476657: fixed in gdal 1.5.1-3
has caused the Debian Bug report #476657,
regarding python-gdal: not available anymore for python 2.4 in sid
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
476657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476657
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-gdal
Version: 1.5.1-2+b1
Severity: normal

Hi

After the python 2.5 migration as default python interpreter in sid, it seems
that 2.4 gdal support is broken even if packaged using python-central.

Here is the output of a 2.4 session trying to load gdal :

[EMAIL PROTECTED]:~/projets/python/thuban/current/thuban$ python2.4
Python 2.4.5 (#2, Apr 17 2008, 13:00:52) 
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from osgeo import gdal
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/osgeo/gdal.py", line 7, in ?
    import _gdal
ImportError: No module named _gdal
>>> 

If more info is needed, feel free to ask. 

Didrik

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-gdal depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  libgcc1                       1:4.3.0-3  GCC support library
ii  libgdal1-1.5.0                1.5.1-2+b1 Geospatial Data Abstraction Librar
ii  libstdc++6                    4.3.0-3    The GNU Standard C++ Library v3
ii  python                        2.5.2-1    An interactive high-level object-o
ii  python-central                0.6.3      register and build utility for Pyt
ii  python-numpy                  1:1.0.4-7  Numerical Python adds a fast array

python-gdal recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 1.5.1-3

We believe that the bug you reported is fixed in the latest version of
gdal, which is due to be installed in the Debian FTP archive:

gdal-bin_1.5.1-3_i386.deb
  to pool/main/g/gdal/gdal-bin_1.5.1-3_i386.deb
gdal_1.5.1-3.diff.gz
  to pool/main/g/gdal/gdal_1.5.1-3.diff.gz
gdal_1.5.1-3.dsc
  to pool/main/g/gdal/gdal_1.5.1-3.dsc
libgdal-doc_1.5.1-3_all.deb
  to pool/main/g/gdal/libgdal-doc_1.5.1-3_all.deb
libgdal-perl_1.5.1-3_i386.deb
  to pool/main/g/gdal/libgdal-perl_1.5.1-3_i386.deb
libgdal-ruby1.8_1.5.1-3_i386.deb
  to pool/main/g/gdal/libgdal-ruby1.8_1.5.1-3_i386.deb
libgdal-ruby_1.5.1-3_i386.deb
  to pool/main/g/gdal/libgdal-ruby_1.5.1-3_i386.deb
libgdal1-1.5.0_1.5.1-3_i386.deb
  to pool/main/g/gdal/libgdal1-1.5.0_1.5.1-3_i386.deb
libgdal1-dev_1.5.1-3_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.5.1-3_i386.deb
python-gdal_1.5.1-3_i386.deb
  to pool/main/g/gdal/python-gdal_1.5.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated gdal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 19 Apr 2008 20:51:48 +0200
Source: gdal
Binary: libgdal1-1.5.0 libgdal1-dev libgdal-doc gdal-bin python-gdal 
libgdal-perl libgdal-ruby1.8 libgdal-ruby
Architecture: source i386 all
Version: 1.5.1-3
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 gdal-bin   - Geospatial Data Abstraction Library - Utility programs
 libgdal-doc - Documentation for the Geospatial Data Abstraction Library
 libgdal-perl - Perl bindings to the Geospatial Data Abstraction Library
 libgdal-ruby - Ruby bindings to the Geospatial Data Abstraction Library
 libgdal-ruby1.8 - Ruby 1.8 bindings to the Geospatial Data Abstraction Library
 libgdal1-1.5.0 - Geospatial Data Abstraction Library
 libgdal1-dev - Geospatial Data Abstraction Library - Development files
 python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 476657
Changes: 
 gdal (1.5.1-3) unstable; urgency=low
 .
   * Removed old-python stuff still around in debian/rules.
   * [PATCH] pythonmakefile.dpatch to fix wrong interpreter override in 1.5.1
     See #2333 on gdal trac.
     (closes: #476657)
   * Revised the build/install rules to manage better Swig stuff and
     specifically Python bindings.
Checksums-Sha1: 
 99e22d4246b9771df9b7cdf25f7c769fbb9a688e 1912 gdal_1.5.1-3.dsc
 84a62afd297595fe1d9d466dfaf6299a564db951 14822 gdal_1.5.1-3.diff.gz
 c1de3aa8067c91f69aa315b34012d14c3c664391 2414714 
libgdal1-1.5.0_1.5.1-3_i386.deb
 bfe32436bdb61fca351180a316cb660e1888f15b 2751332 libgdal1-dev_1.5.1-3_i386.deb
 80c4e016248e7479dce29afbd70d601aeb243107 127618 gdal-bin_1.5.1-3_i386.deb
 c9db16b1f8b9cc7c3e83eea198c7700d2e548d74 425448 python-gdal_1.5.1-3_i386.deb
 df3b8d264b2e286d7e9d6115123e37d476b609b2 303060 libgdal-perl_1.5.1-3_i386.deb
 c5deb65d722a3aeb1399f884b1a2041ba8c3c38a 156250 
libgdal-ruby1.8_1.5.1-3_i386.deb
 2a4a0bb678bc71a8848f34d112d16442c3c2c771 28618 libgdal-ruby_1.5.1-3_i386.deb
 3f80af220a23b2f52e3d01190b308f8246151f25 1305940 libgdal-doc_1.5.1-3_all.deb
Checksums-Sha256: 
 4bdfe1fc1c8112a0729ef0fd78225923cd39366260ac0d1088853d51dcbceb7f 1912 
gdal_1.5.1-3.dsc
 4756edac3bc5c34533b44ad8d1cf80dd4b583a81a7b7489289b326569694828a 14822 
gdal_1.5.1-3.diff.gz
 aa23e8d01b1201b8f86db61062f3f247ffedd12f0b9473fa9ea577e5fa1934c8 2414714 
libgdal1-1.5.0_1.5.1-3_i386.deb
 b71dfa6f0da0fa13fa53df2b1f587f746ed76e1ea61165ec11ae1bf94ae8def4 2751332 
libgdal1-dev_1.5.1-3_i386.deb
 838cbd68389d7930bb7cd26cad1752774c824198fae20b07f0ff0fc1a97dd98c 127618 
gdal-bin_1.5.1-3_i386.deb
 d1f8e0fb2a4a36df387f34ebff7fb90051350f5bd2c7fd5e3236358368995085 425448 
python-gdal_1.5.1-3_i386.deb
 2418c2f47d548f5118be7b78bd57e3269223988d08d9d2bd0f636f4e8b19b788 303060 
libgdal-perl_1.5.1-3_i386.deb
 587abd5e85efed4bae07b52f7e4bfe06d246c34f68e56a2118e282e8e37e11b9 156250 
libgdal-ruby1.8_1.5.1-3_i386.deb
 8324ac37aa909e23ec6275b8014ad03988faa628696d1c19338ec7f2058e61ae 28618 
libgdal-ruby_1.5.1-3_i386.deb
 a15bc45d991c623438830d9178d931815d48ca4ab3971325e70bc8a7c9184c4a 1305940 
libgdal-doc_1.5.1-3_all.deb
Files: 
 11a9de8b69bbef2d726ccc35cd6596b2 1912 science extra gdal_1.5.1-3.dsc
 3f1263dfabc035ce6da8ef48a0215bfb 14822 science extra gdal_1.5.1-3.diff.gz
 c889219bc8b01624a4acd55f2abbe5b5 2414714 libs extra 
libgdal1-1.5.0_1.5.1-3_i386.deb
 313dad3ed6807299c7ea6aa166db5077 2751332 libdevel extra 
libgdal1-dev_1.5.1-3_i386.deb
 d94d0cf28e395439695506b90c77ad44 127618 science extra gdal-bin_1.5.1-3_i386.deb
 df38b2fbae23f570c28fabc347aacfb7 425448 python extra 
python-gdal_1.5.1-3_i386.deb
 68d65cf755c2e33791a29b4cfcc6c60c 303060 perl extra 
libgdal-perl_1.5.1-3_i386.deb
 f9aaf14e63a85b86e836fc88137193ef 156250 interpreters extra 
libgdal-ruby1.8_1.5.1-3_i386.deb
 e47445c43c765b348d08b0ffd9a84cfd 28618 interpreters extra 
libgdal-ruby_1.5.1-3_i386.deb
 8345b9b1e10841ed7e2f94e88376d20d 1305940 doc extra libgdal-doc_1.5.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFICxCzpFNRmenyx0cRAph9AJ4l75JyaDoI8VWMBaDzoKNTGDP59wCeKaxz
rF3BZ6M99l4Jw3qRq02FsbI=
=570K
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to