Your message dated Fri, 10 Feb 2006 14:47:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321587: fixed in gdal 1.3.1-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libgdal1
Version: 1.2.6-1
Severity: important
Tags: patch
I am one of the maintainers of mapserver, one of the packages using
the gdal package. As you can see from
<URL:http://people.debian.org/~mfurr/gxx/html/m/a/mapserver-bin.html>,
we need to wait for a new version of gdal before a new version
mapserver can be uploaded into unstable.
So gdal need to be rebuilt and modified to use the new C++ ABI. More
information on this is available from
<URL:http://lists.debian.org/debian-devel-announce/2005/07/msg00001.html>.
The rebuild should not be done before the build dependencies of gdal
has been updated (at least qt and odbc if I read
<URL:http://people.debian.org/~mfurr/gxx/html/l/i/libgdal1-dev.html>
correct). I plan to NMU gdal as soon as possible, unless the
maintainer tell me he is working on this.
I believe this is the complete patch needed to convert gdal to use the
new ABI.
diff -ur gdal-1.2.6/debian/changelog gdal-1.2.6-pere/debian/changelog
--- gdal-1.2.6/debian/changelog 2005-08-06 12:07:08.000000000 +0200
+++ gdal-1.2.6-pere/debian/changelog 2005-08-06 13:32:13.287663370 +0200
@@ -1,3 +1,12 @@
+gdal (1.2.6-1.1) unstable; urgency=low
+
+ * Non-maintainer upload to move to new C++ ABI.
+ * Rename library package from libgdal1 to libgdal1c2.
+ * Add forward declaration of ILWISDataset in
+ frmts/ilwis/ilwisdataset.h to make GCC 4.0 happy.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 6 Aug 2005 11:57:48 +0200
+
gdal (1.2.6-1) unstable; urgency=high
* New upstream release
diff -ur gdal-1.2.6/debian/control gdal-1.2.6-pere/debian/control
--- gdal-1.2.6/debian/control 2005-08-06 12:07:08.011629095 +0200
+++ gdal-1.2.6-pere/debian/control 2005-08-06 12:03:20.925912349 +0200
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>> 4.1.25), zlib1g-dev, libcfitsio-dev, netcdfg-dev,
libtiff4-dev, libjasper-1.701-dev, libpng12-dev, libjpeg62-dev, libungif4-dev,
libhdf4g-dev, postgresql-dev, postgresql-client, libxerces26-dev, unixodbc-dev,
libsqlite0-dev, python-dev, python-numeric, doxygen, d-shlibs, libgeos-dev
Standards-Version: 3.6.1
-Package: libgdal1
+Package: libgdal1c2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
@@ -32,7 +32,7 @@
Package: libgdal1-dev
Section: libdevel
Architecture: any
-Depends: libgdal1 (=${Source-Version}), libc6-dev, unixodbc-dev
+Depends: libgdal1c2 (=${Source-Version}), libc6-dev, unixodbc-dev
Suggests: libgdal-doc
Provides: libgdal-dev
Conflicts: libgdal-dev
@@ -59,7 +59,7 @@
Package: libgdal-doc
Section: doc
Architecture: all
-Suggests: libgdal1 (=${Source-Version})
+Suggests: libgdal1c2 (=${Source-Version})
Description: Documentation for the Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
diff -ur gdal-1.2.6/frmts/ilwis/ilwisdataset.h
gdal-1.2.6-pere/frmts/ilwis/ilwisda
taset.h
--- gdal-1.2.6/frmts/ilwis/ilwisdataset.h 2005-03-10 16:13:59.000000000
+010
0
+++ gdal-1.2.6-pere/frmts/ilwis/ilwisdataset.h 2005-08-06 12:30:26.000000000
+020
0
@@ -116,6 +116,7 @@
/* ILWISRasterBand */
/************************************************************************/
+class ILWISDataset;
class ILWISRasterBand : public GDALRasterBand
{
friend class ILWISDataset;
--- End Message ---
--- Begin Message ---
Source: gdal
Source-Version: 1.3.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.3.1-4_i386.deb
to pool/main/g/gdal/gdal-bin_1.3.1-4_i386.deb
gdal_1.3.1-4.diff.gz
to pool/main/g/gdal/gdal_1.3.1-4.diff.gz
gdal_1.3.1-4.dsc
to pool/main/g/gdal/gdal_1.3.1-4.dsc
libgdal-doc_1.3.1-4_all.deb
to pool/main/g/gdal/libgdal-doc_1.3.1-4_all.deb
libgdal1-1.3.1-dev_1.3.1-4_i386.deb
to pool/main/g/gdal/libgdal1-1.3.1-dev_1.3.1-4_i386.deb
libgdal1-1.3.1_1.3.1-4_i386.deb
to pool/main/g/gdal/libgdal1-1.3.1_1.3.1-4_i386.deb
python-gdal_1.3.1-4_i386.deb
to pool/main/g/gdal/python-gdal_1.3.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.
Petter Reinholdtsen <[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.7
Date: Fri, 10 Feb 2006 22:46:34 +0100
Source: gdal
Binary: python-gdal libgdal1-1.3.1-dev libgdal-doc gdal-bin libgdal1-1.3.1
Architecture: source i386 all
Version: 1.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
gdal-bin - Geospatial Data Abstraction Library - Utility programs
libgdal-doc - Documentation for the Geospatial Data Abstraction Library
libgdal1-1.3.1 - Geospatial Data Abstraction Library
libgdal1-1.3.1-dev - Geospatial Data Abstraction Library - Development files
python-gdal - Python bindings to the Geospatial Data Abstraction Library
Closes: 321587 351372
Changes:
gdal (1.3.1-4) unstable; urgency=low
.
[ Paul Wise ]
* Fix FTBFS on mipsel with patch from upstream. Closes: #351372
.
[ Petter Reinholdtsen ]
* Add myself as uploader.
* Acknowledge NMU. (Closes: #321587)
Files:
4b06cf0714e035acb30a1346d7aad401 1085 science extra gdal_1.3.1-4.dsc
3736fe20ad97962d4bcd892b43051dd5 5390 science extra gdal_1.3.1-4.diff.gz
de0a782e9a449aa81e5f1db4b6baf748 1747132 libs extra
libgdal1-1.3.1_1.3.1-4_i386.deb
9cdb2a97b6ced786cced1f17a98fb717 2110352 libdevel extra
libgdal1-1.3.1-dev_1.3.1-4_i386.deb
0af148e6b567385685fe33ef43bc77cc 72048 science extra gdal-bin_1.3.1-4_i386.deb
2dba92574042f97fc3da8efa04e8a050 175232 python extra
python-gdal_1.3.1-4_i386.deb
33a7b267625cf216f39bd9bad15cb741 947830 doc extra libgdal-doc_1.3.1-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD7RS320zMSyow1ykRApgrAKDNdOCgnQdquzLfA0KNdUWIa0J28wCeJ8vb
WibuuvL8uC48eqRsgaYoXd0=
=g0y5
-----END PGP SIGNATURE-----
--- End Message ---