tags 339166 patch thanks Hi Silke,
I've prepared an NMU to also fix this bug in gdal. The patch for this NMU is attached, and I'll be uploading the package shortly to the NEW queue. If you disagree with any of the changes made, please make a maintainer upload in its place. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u gdal-1.2.6/debian/changelog gdal-1.2.6/debian/changelog
--- gdal-1.2.6/debian/changelog
+++ gdal-1.2.6/debian/changelog
@@ -1,3 +1,14 @@
+gdal (1.2.6-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Medium-urgency upload for RC bugfix.
+ * Change package name from libgdal1c2 to libgdal1c2a for the C++ mt
+ allocator ABI change, and conflict/replace libgdal1c2 accordingly.
+ Closes: #339163.
+ * Build-depend on libgeos-dev (>= 2.1.4-2) to get the matching ABI.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Tue, 29 Nov 2005 05:06:47 -0800
+
gdal (1.2.6-1.2) unstable; urgency=low
* Fix broken library building introduced by my last NMU. (Closes: #322664)
diff -u gdal-1.2.6/debian/control gdal-1.2.6/debian/control
--- gdal-1.2.6/debian/control
+++ gdal-1.2.6/debian/control
@@ -2,16 +2,16 @@
Section: science
Priority: extra
Maintainer: Silke Reimer <[EMAIL PROTECTED]>
-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
+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 (>=
2.1.4-2)
Standards-Version: 3.6.1
-Package: libgdal1c2
+Package: libgdal1c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: proj
-Conflicts: libgdal1
-Replaces: libgda11
+Conflicts: libgdal1, libgdal1c2
+Replaces: libgda11, libgdal1c2
Description: 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
@@ -34,7 +34,7 @@
Package: libgdal1-dev
Section: libdevel
Architecture: any
-Depends: libgdal1c2 (=${Source-Version}), libc6-dev, unixodbc-dev
+Depends: libgdal1c2a (=${Source-Version}), libc6-dev, unixodbc-dev
Suggests: libgdal-doc
Provides: libgdal-dev
Conflicts: libgdal-dev
@@ -61,7 +61,7 @@
Package: libgdal-doc
Section: doc
Architecture: all
-Suggests: libgdal1c2 (=${Source-Version})
+Suggests: libgdal1c2a (=${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
reverted:
--- gdal-1.2.6/debian/libgdal1c2.files
+++ gdal-1.2.6.orig/debian/libgdal1c2.files
@@ -1,2 +0,0 @@
-usr/lib/libgdal.so.*
-usr/share/gdal
diff -u gdal-1.2.6/debian/rules gdal-1.2.6/debian/rules
--- gdal-1.2.6/debian/rules
+++ gdal-1.2.6/debian/rules
@@ -97,9 +97,9 @@
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs -V'libgdal1c2 (>= 1.2.6)'
+ dh_makeshlibs -V'libgdal1c2a (>= 1.2.6)'
dh_installdeb
- dh_shlibdeps -L libgdal1c2 -l.
+ dh_shlibdeps -L libgdal1c2a -l.
dh_python
dh_gencontrol
dh_md5sums
reverted:
--- gdal-1.2.6/debian/libgdal1c2.docs
+++ gdal-1.2.6.orig/debian/libgdal1c2.docs
@@ -1 +0,0 @@
-NEWS
only in patch2:
unchanged:
--- gdal-1.2.6.orig/debian/libgdal1c2a.docs
+++ gdal-1.2.6/debian/libgdal1c2a.docs
@@ -0,0 +1 @@
+NEWS
only in patch2:
unchanged:
--- gdal-1.2.6.orig/debian/libgdal1c2a.files
+++ gdal-1.2.6/debian/libgdal1c2a.files
@@ -0,0 +1,2 @@
+usr/lib/libgdal.so.*
+usr/share/gdal
signature.asc
Description: Digital signature

