Your message dated Sun, 18 May 2008 09:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#473912: fixed in gdal 1.5.1-4
has caused the Debian Bug report #473912,
regarding [python-gdal] another layer __getitem__ bug
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.)


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

--- Please enter the report below this line. ---

I thought this problem was solved in the 1.5.1 bugfix release (see
http://trac.osgeo.org/gdal/ticket/2187 )

[EMAIL PROTECTED]:~/code/murature$ python junction.py
Traceback (most recent call last):
  File "junction.py", line 50, in ?
    get_junction(la[i])
  File "/usr/lib/python2.4/site-packages/osgeo/ogr.py", line 1214, in 
__getitem__
    if isinstance(value, types.SliceType):
NameError: global name 'types' is not defined

this can be solved trivially by adding an "import types" at line 1214,
but probably there are better ways to do it. I don't know how this is
related to Python versions (2.4 vs 2.5) because types is a standard
module in 2.5.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstable        ftp.it.debian.org 
  500 testing         www.debian-multimedia.org 
  500 testing         security.eu.debian.org 
  500 testing         ftp.it.debian.org 
  500 testing         debian.gfoss.it 

--- Package information. ---
Depends                  (Version) | Installed
==================================-+-================
libc6                   (>= 2.7-1) | 2.7-10
libgcc1            (>= 1:4.1.1-21) | 1:4.3.0-2
libgdal1-1.5.0                     | 1.5.1-1+b1
libstdc++6           (>= 4.1.1-21) | 4.3.0-2
python                    (>= 2.4) | 2.4.4-6
python                    (<< 2.5) | 2.4.4-6
python-central            (>= 0.6) | 0.6.1
python-numpy                       | 1:1.0.4-7

Attachment: signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente


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

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-4_i386.deb
  to pool/main/g/gdal/gdal-bin_1.5.1-4_i386.deb
gdal_1.5.1-4.diff.gz
  to pool/main/g/gdal/gdal_1.5.1-4.diff.gz
gdal_1.5.1-4.dsc
  to pool/main/g/gdal/gdal_1.5.1-4.dsc
libgdal-doc_1.5.1-4_all.deb
  to pool/main/g/gdal/libgdal-doc_1.5.1-4_all.deb
libgdal-perl_1.5.1-4_i386.deb
  to pool/main/g/gdal/libgdal-perl_1.5.1-4_i386.deb
libgdal-ruby1.8_1.5.1-4_i386.deb
  to pool/main/g/gdal/libgdal-ruby1.8_1.5.1-4_i386.deb
libgdal-ruby_1.5.1-4_i386.deb
  to pool/main/g/gdal/libgdal-ruby_1.5.1-4_i386.deb
libgdal1-1.5.0_1.5.1-4_i386.deb
  to pool/main/g/gdal/libgdal1-1.5.0_1.5.1-4_i386.deb
libgdal1-dev_1.5.1-4_i386.deb
  to pool/main/g/gdal/libgdal1-dev_1.5.1-4_i386.deb
python-gdal_1.5.1-4_i386.deb
  to pool/main/g/gdal/python-gdal_1.5.1-4_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: Sun, 18 May 2008 09:55:57 +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-4
Distribution: unstable
Urgency: medium
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: 473912 481263
Changes: 
 gdal (1.5.1-4) unstable; urgency=medium
 .
   * [PATCH] ogr.py.dpatch added to manage #2187 upstream issue. Thanks Steko.
     (closes: #473912)
   * [PATCH] gdalpaths.dpatch added to use the same plugins directory
     used currently in gdal-grass. It would require a much better approach
     upstream. See #2371 upstream bug. Also changed path for share dir path
     to /usr/share/gdal15.
     (closes: #481263)
Checksums-Sha1: 
 a63961416b7e68a520bfe977ef621acf494588da 1912 gdal_1.5.1-4.dsc
 b87d7d145573f097e64750bc953f3029a00d7062 15927 gdal_1.5.1-4.diff.gz
 c22f51d052953e815738ea4315bc38f7dbb81023 2414938 
libgdal1-1.5.0_1.5.1-4_i386.deb
 03b09425fdd9218aec66465e6d231a94785eb028 2752928 libgdal1-dev_1.5.1-4_i386.deb
 feb24362ffb2ca630fb85bca24971078f481bb29 127792 gdal-bin_1.5.1-4_i386.deb
 4eaa10396b2379e9b5cb139e0ebc2a64bbc51425 425652 python-gdal_1.5.1-4_i386.deb
 d29ecaff3fd1b7ba1a56ca5d674f45c68bf244e6 306240 libgdal-perl_1.5.1-4_i386.deb
 b969edadc124de4e700bea934f5ccdbfdba37ccd 156392 
libgdal-ruby1.8_1.5.1-4_i386.deb
 70413ea545d1f658cee75cb5d18ecd6c9ab0091f 28764 libgdal-ruby_1.5.1-4_i386.deb
 290e1fe5d476df22326a455f7754491cb277b50b 1305896 libgdal-doc_1.5.1-4_all.deb
Checksums-Sha256: 
 5aac1799a97f6136012eaa3c5b1a93b19dd48c848165bee5f81cb985ade7020a 1912 
gdal_1.5.1-4.dsc
 94504a74fb106b353c32c65f222bb18ba2468bfb7c881e8f72f8527950ead733 15927 
gdal_1.5.1-4.diff.gz
 290b9d9123fbb035fd199d339c0b67190af8ff846db7bcaae78f6da22a03b869 2414938 
libgdal1-1.5.0_1.5.1-4_i386.deb
 a3bda3fb8d7a8c56d0878831cd1a1c205ac237e175a5279abe5863474281c04d 2752928 
libgdal1-dev_1.5.1-4_i386.deb
 a8392df5d486bcdcdf983b0d5d0cb852993f8e1313eca02d35f1a38867c9e004 127792 
gdal-bin_1.5.1-4_i386.deb
 d9156ffe43a091eb996ca245c3eb71e51d4293547cc06eccd1cf69bb14665def 425652 
python-gdal_1.5.1-4_i386.deb
 e19c348d4ba4112411a73f06142dda8bf2314d79d58c2b4e1e1c35d4f9ee67ff 306240 
libgdal-perl_1.5.1-4_i386.deb
 ec6c674974bae3ce0678998833646ea38ce218e024f043b4787ed9c73e80ac7e 156392 
libgdal-ruby1.8_1.5.1-4_i386.deb
 093e206563c7bb7f86bb80b553695294349e536439172b83f70a3d76f570cab7 28764 
libgdal-ruby_1.5.1-4_i386.deb
 ab6a12cef39acb64cfca723979b7c6dda04b42745351291d217bcd6b7b7b9a10 1305896 
libgdal-doc_1.5.1-4_all.deb
Files: 
 06da76b8374189becc5da798c0eb03a0 1912 science extra gdal_1.5.1-4.dsc
 3ba6b6560cff8c37b163549d60db61b6 15927 science extra gdal_1.5.1-4.diff.gz
 f73f62987a45fba6ed7dadd7481b2cce 2414938 libs extra 
libgdal1-1.5.0_1.5.1-4_i386.deb
 bd942342f0df54b69fee5eb94adf5078 2752928 libdevel extra 
libgdal1-dev_1.5.1-4_i386.deb
 f0ef7f8e2bff3f8629d84e38ae09eb21 127792 science extra gdal-bin_1.5.1-4_i386.deb
 9285bc92ab54b2a1af0c98c6e1beb2cf 425652 python extra 
python-gdal_1.5.1-4_i386.deb
 9ef71e92face45339b8c3199c9ea52f1 306240 perl extra 
libgdal-perl_1.5.1-4_i386.deb
 d80a68063856144061e4adba67727fa4 156392 interpreters extra 
libgdal-ruby1.8_1.5.1-4_i386.deb
 d617b6e25d8d5bad2a3419a1b9c972ab 28764 interpreters extra 
libgdal-ruby_1.5.1-4_i386.deb
 1b375e16f3460401c532f35a10664522 1305896 doc extra libgdal-doc_1.5.1-4_all.deb

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

iD8DBQFIL/BHpFNRmenyx0cRAqWTAKDIgm5EjvNfJTbIyi3Dkm7lqC+1ZACg3QB2
X6jGyc/XjSe64uzAbKPKQwo=
=MPKG
-----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