2010
gdal (1.6.3-4) unstable; urgency=high
* Backported from 1.7.2: enable static linking for proj at configuration time.
This problems prevented programs such as gdal_warp to work properly
without the -dev package installed.
(closes: #579989)
* Policy bumped to 3.8.4, no changes.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 18 May 2010 09:34:59 +0200
gdal (1.6.3-3) unstable; urgency=low
* Fixed previous dirty workaroud debian/rules for working Doxygen versions.
(closes: #566069)
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 21 Jan 2010 18:21:18 +0100
2009
gdal (1.6.3-2) unstable; urgency=low
* Addded a couple of useful target in debian/rules to generate ECW/MrSID plugins.
* Fixed gdal-grass tarball name.
(closes: #560019)
* Fixed ecw-grass patch to remove an already provided init function.
* Added a simple workaround for manpages generated with a redundant _ character
by current version of Doxygen. It fixes a FTBS caused by missing manpages.
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 23 Dec 2009 15:21:21 +0100
gdal (1.6.3-1) unstable; urgency=low
[ Alan Boudreault ]
* New upstream release, with bugs fixing.
* Added MrSID plugins support as useful patch to generate separate
source tarballs.
[ Francesco Paolo Lovergine ]
* Added ECW plugins support as useful patch to generate separate
source tarballs.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 01 Dec 2009 19:37:58 +0100
gdal (1.6.2-2) unstable; urgency=low
* Fixed gdal-grass patch to generate a tarball with a name coherent with
current plugin source package.
* Added a README.source document.
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 11 Sep 2009 11:29:03 +0200
gdal (1.6.2-1) unstable; urgency=low
* New upstream release, with a bounce of bugs fixing.
* [PATCH] Added gdal-grass.dpatch to add VERSION to the grass plugin
tarball. This is useful to force failing when a binNMU happens while
GDAL is transitioning to a major version. See gdal-grass package to
understand how it is managed. This trick does allow a proper fix
of #544978.
* Removed .egg-info stripping.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 08 Sep 2009 16:51:50 +0200
gdal (1.6.1-3) unstable; urgency=low
* Upload to unstable, due to hdf4 -alt support transitioned from experimental.
(closes: #540403)
* Build-dep on libmysqlclient-dev and removed duplicated build-dep. Now -dev
package also depends on the same package.
(closes: #538542)
* Build-dep on libhdf5-serial-dev >= 1.8.3 to be safe about linking HDF5 1.8.
* Ack previous NMU by aba. This version is also compatible with current
swing version.
(closes: #543629, #542968)
* Removed libtool .la file as required by current release goal for squeeze.
* Policy bumped to 3.8.3.
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 31 Aug 2009 15:51:21 +0200
gdal (1.6.1-2) experimental; urgency=low
* Removed superfluous patches, applied upstream: mysql5.1, swig1338
* [PATCH] Added cpl_ddl.dpatch to fix missing external declaration. Note that
the default -fvisibility=hidden is propagated into python stuff and other
swig bindings.
(closes: #529745)
* Fixed watch file url.
(closes: #504715)
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 23 May 2009 12:04:58 +0200
gdal (1.6.1-1) experimental; urgency=low
* New upstream release with many fixes. * Updated patches: doxygen.dpatch and swig1338.dpatch. * Added new binary/python tools.
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 18 May 2009 13:03:04 +0200
gdal (1.6.0-4) experimental; urgency=low
* NOT RELEASED.
* Patch hdf5.dpatch renamed into hdf4.dpatch, sorry.
* The mysql5.1.dpatch is a dirty trick to avoid FTBS due to MySQL 5.1 client
lib headers which collide with g++ headers. This should be fixed at MySQL
level, but at least it allows building.
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 17 Apr 2009 12:02:35 +0200
gdal (1.6.0-3) experimental; urgency=low
* Fixed rubymakefile.dpatch to also work with libtool 2.2.
(closes: #518495)
* Watch file updated to version 3.
* Updated build-deps to remove obsolete entries.
* Fixed internal tiff choice option at configure time which prevented it to work.
Thanks Even Roualt.
(closes: #521747)
* Removed obsolete Conflicts/Replaces on old gdal versions.
* Moved to libproj-dev build-dependency and recommending proj-bin.
* Moved to libhdf4-alt-dev build-dependency to be compatible with netcdf library.
(closes: #495353)
* [PATCH] Added hdf5.dpatch to link the -alt HDF4 libs.
* Added ODBC support for ESRI personal geo database.
* Policy bumped to 3.8.1. No changes.
* Changed section to ruby in ruby-related packages stanzas, due to
ftpmasters changes.
* Removed obsolete postgresql-dev dependency.
* [PATCH] Added swig1338 to be compatible with Swig 1.3.38 (currently in experimental).
* Swig 1.3.38 has no more problems with ogr.py, so the on-fly patch application trick is now
applied on for past versions in debian/rules.
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 16 Apr 2009 10:05:53 +0200
gdal (1.6.0-2) experimental; urgency=low
* Fixed gdalpath patch for using gdal16 instead of gdal15.
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 26 Feb 2009 12:41:03 +0100
gdal (1.6.0-1) experimental; urgency=low
* New upstream release.
(closes: #511874)
* Patchest updated for 1.6.0.
* Removed gcc4.4.dpatch merged upstream.
* Debhelper compatibility level moved to 7.
Changed dh_clean and dh_install usages.
* Deprecated dh_movefiles changed in dh_install.
* Now uses the more capable internal TIFF library which allows BigTIFF
support.
It also fixes http://trac.osgeo.org/gdal/ticket/2486 issue.
Removed libtiff4-dev dependencies.
(closes: #501127)
* [PATCH] doxygen.dpatch: missing gdalwarp.1 man page generation due to moving
of doxygen stuff into source. This will be fixed in 1.6.1.
* Now uses dh_prep instead of deprecated dh_clean -k.
* Some minor clean-ups in debian/rules.
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 09 Feb 2009 17:32:12 +0100
2008
gdal (1.5.3-1) experimental; urgency=low
* New upstream release. This is a bug fixing release, no changes in API
are included.
Patches merged upstream and removed:
pythonmakefile
eoverflow
sincos
* [PATCH] gcc4.4.dpatch: fixed for gcc 4.4 compatibility. Thanks tbm.
(closes: #505629)
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 21 Nov 2008 10:53:35 +0100
gdal (1.5.2-3) unstable; urgency=low
* [PATCH] sincos.dpatch: the sincos() function is already defined
in libm. Hopefully this is the only case of a redefinition
of a standard weak function. This is exploited casually only in
case of an optimization because of the reason exposed in
http://www.nabble.com/Re%3A-g.region--g-crashes-in-a-latlon-location-p18579971.html
(closes: #489124)
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 22 Jul 2008 10:30:00 +0200
gdal (1.5.2-2) unstable; urgency=low
* Updated build-deps:
netcdfg-dev -> libnetcdf-dev
libungif4-dev -> libgif-dev
* Policy bumped to 3.8.0.
* Added build-dep on libexpat1-dev to enable use of Expat library.
* Long descriptions revised.
* [PATCH] New eoverflow.dpatch.
It fixes largefile breakage introduced in recent versions.
See http://trac.osgeo.org/gdal/ticket/2437.
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 02 Jul 2008 17:27:38 +0200
gdal (1.5.2-1) unstable; urgency=low
* New upstream release. This is a bug fix release.
(closes: #485582)
* Patchset updated: removed max.dpatch, merged upstream.
* Added a gdal-grass stanza in debian/rules to generate the gdal-grass
tarball on fly.
* Added a Suggests for python-gdal in gdal-bin stanza within debian/control.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 10 Jun 2008 16:08:05 +0200
gdal (1.5.1-5) unstable; urgency=low
* Installs gdal2tiles.py and other python scripts, previously missing.
Due to dependency from python-gdal extensions, scripts are installed in
that package instead of gdal-bin.
(closes: #484559)
* Removed ogr.py.dpatch for #473912. Fix needs to be applied on fly to
be effective. It also causes a twice build FTBS. Added patch build-dep
to apply ogr.py.diff in debian/rules.
(closes: #473912)
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 06 Jun 2008 23:15:12 +0200
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)
-- Francesco Paolo Lovergine <frankie@debian.org> Sun, 18 May 2008 09:55:57 +0200
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.
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 19 Apr 2008 20:51:48 +0200
gdal (1.5.1-2) unstable; urgency=low
* Moved libxerces27-dev dependency to libxerces-c2-dev in debian/control as
requested by xerces maintainer for migration.
* [PATCH] max.dpatch to fix max/min macros re-definition on some archs
which breaks C++ building. This is taken from GDAL patchest 13700+13701 in trunk.
Thanks DronK.
(closes: #474415)
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 07 Apr 2008 12:58:56 +0200
gdal (1.5.1-1) unstable; urgency=low
* New upstream release with useful bugfixes. No API/ABI changes, so
retaining package versions.
(closes: #464452)
* Moved build-dep libcurl-dev -> libcurl3-dev in debian/control for etch backports.
* Patch swig.dpatch removed (merged upstream).
* Patch gcc32.dpatch removed (merged upstream).
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 26 Mar 2008 23:23:00 +0100
gdal (1.5.0-4) unstable; urgency=low
* Fixed removing of .info file in python-central area
* Fixed gcc43.dpatch to manage namespace issue. This is not accepted upstream.
(closes: #462709)
* Updated debian/TODO.
* Forcing regeneration of perl wrappers with current Swig in debian/rules
as suggested by Pabs.
(closes: #466785)
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 14 Mar 2008 15:57:34 +0100
gdal (1.5.0-3) unstable; urgency=low
* [debian/rules] Removing LICENSE.TXT placed in the data dir.
* [debian/rules] Added explicit python-binding generation previously missing
Now installs files from new locations because 1.5 moved to ng-python
(swig-based) support. (closes: #463077)
* Patch swig.dpatch changed to use the correct python interpreter at building
time as found at configuration time. Old pymod fix removed.
* [debian/control] Changed python-numeric -> python-numpy build-dep due to
new-generation python support.
* [debian/rules] Added missing dh_perl call.
(closes: #463086)
* [debian/rules] Added a info file exclusion at dh_pycentral call.
* [debian/rules] Now removing info file installed in pycentral area.
* Added gcc43.dpatch: remove transform() call.
See http://trac.osgeo.org/gdal/changeset/13615?format=diff&new=13615 for fix.
(closes: #462709)
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 31 Jan 2008 14:23:29 +0100
gdal (1.5.0-2) unstable; urgency=low
* Moved /usr/share/gdal -> /usr/share/gdal15 in order to avoid conflicting
with previous upstream version.
(closes: #462525)
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 25 Jan 2008 14:25:21 +0100
gdal (1.5.0-1) unstable; urgency=low
* New upstream release
* Added Vcs-* fields to debian/control
* Policy bumped to 3.7.3 (no changes)
* Ruby stuff does not build correctly with upstream libtool stuff, so
overriding in debian/rules.
See http://trac.osgeo.org/gdal/ticket/2138 for reference about the issue.
* Added a (versioned for safety) build-dep on libtool.
* A group of new binaries added to gdal-bin stuff.
* [PATCH] man.dpatch:
Man pages are not generated by upstream makefile, added .PHONY entry
and explicit generation.
* Minor changes for files installation due to changes upstream.
* Changed man pages removing style at clean time in debian/rules.
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 09 Jan 2008 09:57:10 +0100
2007
gdal (1.4.4-1) unstable; urgency=low
* New upstream version, which fixes an ABI breakage.
(closes: #452355)
* Changed swig.dpatch because partially merged upstream.
* Removed gcc43.dpatch because merged upstream.
* Added missing swig build-dep.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 04 Dec 2007 11:10:37 +0100
gdal (1.4.3-1) unstable; urgency=low
* New upstream release.
This is a bug fixing release without API changes, so retaining current
naming scheme as for previous 1.4 series releases.
* Uses PIC building in Ruby bindings and properly fails in case of
building problems to avoid creating empty packages. Changed rubymakefile.dpatch
for that.
(closes: #450882)
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 15 Nov 2007 17:19:50 +0100
gdal (1.4.2-3) unstable; urgency=low
* Fixed debian-rules-ignores-make-clean-error lintian warning * Removes embedded rpath in perl extensions and MakeMaker .packlist files.
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 19 Oct 2007 23:46:07 +0200
gdal (1.4.2-2) unstable; urgency=low
[ Paul Wise ]
* Switch to new Homepage field
[ Francesco Paolo Lovergine ]
* Migrated obsolete ${Source-Version} to ${binary:Version} in debian/control
* Added perl and ruby binding and a couple of new binary packages for that.
(closes: #393167)
* Build-deps updated.
* Missing gdal_rasterize binary and python tools added to *.files
* Missing man pages added to *.files
* Added build dependency for install target in rules.
* Fixed swig/perl/Makefile.PL on fly via libname.dpatch to build correctly perl binding.
* Added debian/TODO file
* Added patch rubymakefile.dpatch to fix ruby module building.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 16 Oct 2007 12:16:16 +0200
gdal (1.4.2-1) unstable; urgency=low
* New upstream version. Still an upstream fix without API changes.
* Removed obsolete postgresql-dev dependency.
(closes: #429974)
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 03 Sep 2007 17:09:40 +0200
gdal (1.4.1-6) unstable; urgency=low
* New patch gcc43.dpatch, to be compliant with gcc 4.3. Thanks Martin Michlmayr.
(closes: #419827)
* Revised libgdal1-dev dependencies due to libtool .la file. Thanks Kurt Roeckx.
(closes: #421992)
* Removed fake libsqlite0-dev build-dep.
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 18 May 2007 22:28:24 +0200
gdal (1.4.1-5) unstable; urgency=low
* libcfitsio3 library is now GPL on Debian, so disabled due to incompatibility with GDAL copyright.
(closes: #422537)
* Added a libhdf5-serial-dev dependency for libgdal1-dev.
(closes: #421992)
* Re-introduced libcurl4-dev build-dep, now in unstable.
* Added doc.dpatch for cross-linking html documentation in libgdal-doc.
(closes: #421655)
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 12 May 2007 16:33:56 +0200
gdal (1.4.1-4) unstable; urgency=medium
* New patch swig.dpatch to use a swig 1.1 version for gdal_warp.c.
(closes: #420706)
* New build also resolves the indirect dependency issue with libgnutls
(closes: #421434)
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 30 Apr 2007 11:34:37 +0200
gdal (1.4.1-3) unstable; urgency=medium
* Added OGDI support: new patch ogdi.dpatch * This build should finally link current jasper 1.900.1
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 28 Apr 2007 08:54:51 +0200
gdal (1.4.1-2) unstable; urgency=high
* Fixed rules file for libgdal-1.4.0
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 21 Apr 2007 20:36:47 +0200
gdal (1.4.1-1) unstable; urgency=low
* New upstream version. Package names are not changed in respect with 1.4.0
and in derogation with current gdal migration policy for debian-gis
because there are not changes to C/C++ API.
-- Francesco Paolo Lovergine <frankie@debian.org> Sun, 8 Apr 2007 11:31:07 +0200
gdal (1.4.0-2) unstable; urgency=low
* Moved header files under /usr/include/gdal. * Added missing libjasper-dev dependency to libgdal1-dev. * Added an alternate libcurl-dev build-dep.
-- Francesco Paolo Lovergine <frankie@debian.org> Sun, 8 Apr 2007 11:18:33 +0200
gdal (1.4.0-1) experimental; urgency=low
* New upstream version. Moved to libgdal1-dev package, which allows rebuilds
of dependent packages without source changes. It is currently superfluous
changing the -dev package at every new release because we do not support
many different versions of the gdal lib.
* libname patch updated.
* Removed obsolete patches.
* debian/rules: removed previous hack for gdal-config. Now DESTDIR is managed correctly
in building scripts.
* Moved to libcfitsio3-dev|libcfitsio-dev build-dep to retain source back-compatibility with
etch and preferring the current library version.
(closes: #413126)
* Added missing sqlite3 and curl4 libraries support.
* Moved to libjasper-dev|libjasper-1.701-dev to retain source compatibility
with the old library version.
* Added libhd5-serial-dev build-dep to support both HDF4/5.
-- Francesco Paolo Lovergine <frankie@debian.org> Mon, 5 Mar 2007 15:27:09 +0100
gdal (1.3.2-5) UNRELEASED; urgency=low
* debian/watch: fixed.
-- Fabio Tranchitella <kobold@debian.org> Fri, 9 Feb 2007 12:18:49 +0100
gdal (1.3.2-4) unstable; urgency=medium
* Now copies build-time gdal-config at install-time.
(closes: #385747)
* Removed Jon Saints and added Paul Wise to Uploaders.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 30 Jan 2007 17:45:14 +0100
2006
gdal (1.3.2-3) unstable; urgency=high
* Urgency high: this release fixes two RC bugs.
* debian/rules: moved dh_pycentral before dh_builddeb, this adds postinst
and prerm maintainer scripts. (Closes: #385460)
* debian/control: added missing depends for libgeos-dev,
libmysqlclient15-dev for libgdal1-1.3.2-dev. (Closes: #401162)
-- Fabio Tranchitella <kobold@debian.org> Fri, 22 Dec 2006 16:57:54 +0100
gdal (1.3.2-2) unstable; urgency=low
* Added missing gdal1-1.3.1(-dev) conflicts/replaces to debian/control to
prevent dist-upgrade errors.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 8 Aug 2006 14:08:32 +0200
gdal (1.3.2-1) unstable; urgency=low
[ Francesco P. Lovergine ]
The "doing-it-yourself-is-better" release.
* New upstream release.
(closes: #370441)
As stated previously, changed package name for
a smooth C++ transition in case of (undocumented) API/ABI changes.
Changed control and other files as consequence for 1.3.1 -> 1.3.2 transition.
- Patch revised:
libname.dpatch
- Patches removed:
351372_mipsel_ftbfs.dpatch (applied upstream)
357189_gcc4.1_ftbfs.dpatch (idem)
360389_amd64_ftbfs.dpatch (better done by upstream)
- New patch:
ogrili2layer.cpp.dpatch (gcc 4.1 STL compatibility)
* Policy bumped to 3.7.2. No changes.
* Removed a couple of old *.docs and *.files files in debian dir.
* Added mysql support.
* Moved to new python policy. Note that python-gdal provides both modules
and an extension, so quite a few changes are required all around.
See http://wiki.debian.org/DebianPython/NewPolicy for information about
the matter.
-- NOTE FOR BACKPORTERS: DO NOT EVEN TRY THAT, WITHOUT BACKPORTING ALL THE NEW PYTHON FRAMEWORK --
(Closes: #373433)
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 20 Jun 2006 15:06:13 +0200
gdal (1.3.1-6) unstable; urgency=high
* Switch from libxerces26-dev to libxerces27-dev (Closes: #368914)
-- Paul Wise <pabs3@bonedaddy.net> Sat, 27 May 2006 12:55:30 +0800
gdal (1.3.1-5) unstable; urgency=low
[ Paul Wise ] * Fix GCC 4.1 FTBFS with patch from Martin Michlmayr. Closes: #357189 [ Francesco Paolo Lovergine ] * Fix Unix ODBC FTBS with patch by me. Closes: #360389 * Added versioned build-dep on unixodbc-dev for safety, just in case.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 4 Apr 2006 00:14:56 +0200
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)
-- Petter Reinholdtsen <pere@debian.org> Fri, 10 Feb 2006 22:46:34 +0100
gdal (1.3.1-3) unstable; urgency=high
[ Francesco Paolo Lovergine ]
* Revised rules to use binary-indep for its -doc package.
* Rebuilt to link the correct netcdf packages, which apparently did break
something and renders libgdal and all its rdepends uninstallable.
Sigh, netcdfg3 moved to libnetcdf3 but I would appreciate notifications
to all interested parties or proper mass bug filling...
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 1 Feb 2006 15:08:30 +0100
gdal (1.3.1-2) unstable; urgency=low
[ Petter Reinholdtsen ]
* Add Francesco Paolo Lovergine as uploader, to make sure the next
upload isn't seen as a non-maintainer upload.
[ Francesco Paolo Lovergine ]
* Missed patched reverting, anyway moving to dpatch which is more robust for
patch management in case of build failures and re-builds.
(closes: #349562). Changed control and rules files as consequence.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 24 Jan 2006 10:56:55 +0100
gdal (1.3.1-1) unstable; urgency=low
[ Steve Halasz ]
* Switch to team maintenance by the Debian GIS Project.
This is _not_ hijacking, Silke is no more active on this package
and passed the package to the team.
* New upstream release
- Don't crash on shapefiles without features (Closes: #309165)
* Build-dep on libpq-dev | postgresql-dev for postgresql transition
* Remove build-dep on postgresql-client
* Make libgdal-dev depend on a number of -dev packages so that
packages depending on libgdal-dev don't have to depend on them
* Change library package names to libgdal1-1.3.1 / libgdal1-1.3.1-dev
to reflect C++ ABI change that will be expected with every new
version. The C API is stable (SONAME 1), but unfortunately both
C and C++ API are merged in the same library by upstream.
See http://lists.alioth.debian.org/pipermail/pkg-grass-general/2005-December/001565.html
for a few details about the C++ API and ABI saga.
[ Paul Wise ]
* Add homepages to the package descriptions
[ Francesco Paolo Lovergine ]
* Added 02_libname.patch to add the version to the lib name. This will
allow cohexistence of more version of the library without glitches.
-- Francesco Paolo Lovergine <frankie@debian.org> Sat, 21 Jan 2006 13:14:06 +0100
2005
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 <vorlon@debian.org> 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) * Moved GCC 4 patch into debian/patches/01_gcc4.patch, based on patch from Stephan Hermann and Ubuntu. Updated rules to use it. * Add Conflicts and Replaces on libgdal1 for libgdal1c2 to ease upgrades.
-- Petter Reinholdtsen <pere@debian.org> Fri, 12 Aug 2005 08:11:40 +0200
gdal (1.2.6-1.1) unstable; urgency=low
* Non-maintainer upload to move to new C++ ABI. (Closes: #321587) * 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 <pere@debian.org> Sat, 6 Aug 2005 11:57:48 +0200
gdal (1.2.6-1) unstable; urgency=high
* New upstream release
* Made python-gdal explicitly dependend on current gdal-version
(Closes: #291361)
* Added pct2rgb.py and gdal_merge.py to python-gdal
* Changed xerces dependency from libxerces21 to libxerces26
(Closes: #301710 and Closes: #301650)
* Added link from /usr/include/gdal to /usr/include (Closes:#286709).
* Already in 1.2.5.-1: Added geos-support
-- Silke Reimer <silke.reimer@intevation.de> Mon, 4 Apr 2005 19:04:21 +0200
2004
gdal (1.2.5-1) unstable; urgency=low
* New upstream release (Closes: #280343) * Added gdaltindex and gdal_contour in debian/gdal-bin.files (Closes: #278539)
-- Silke Reimer <silke.reimer@intevation.de> Thu, 25 Nov 2004 18:06:07 +0100
gdal (1.2.1-1) unstable; urgency=low
* New upstream release (Closes: #258367) * Added flag -V'libgdal1 (>=1.2.0) to solve incompatibility between libgdal1-1.2.x and libgdal-1.2+cvs031111 (Closes: #254344) * Add support for jpeg2000 (jasper), netcdf and sqlite. * Move tiff support to external library (finally added to debian!)(Thanks Alessandro for your hint!) * debian/control * debian/changelog
-- Silke Reimer <silke.reimer@intevation.de> Thu, 25 Nov 2004 18:05:53 +0100
gdal (1.2.0-1) unstable; urgency=low
* New upstream release
* Use manpages from upstream
* Changed package requirements for libgdal1-dev: added virtual package
libgdal-dev, added dependency on libc6-dev and unixodbc-dev
-- Silke Reimer (MoinMoin) <silke@intevation.de> Mon, 8 Mar 2004 18:05:58 +0100
2003
gdal (1.2+cvs.031111-1) unstable; urgency=low
* New upstream cvs snapshot. This should fix the building failure
on arm, powerpc, mipsel and s390 due to "invalid conversion from
`int8*' to `const char*'"
* add odbc support to debian package.
* switch on xerces support.
-- Silke Reimer (MoinMoin) <silke@intevation.de> Wed, 12 Nov 2003 10:21:13 +0100
gdal (1.2+cvs.031016-1) unstable; urgency=low
* Take maintainership
* added man pages
* added libtool patch to debian/rules to avoid linking with rpath
* changed last line of pymod/GNUmakefile because otherwise all
files within pymod would be deleted when building package with
fakeroot
-- Silke Reimer (MoinMoin) <silke@intevation.de> Fri, 17 Oct 2003 11:14:34 +0200
gdal (1.2+0pre1) unstable; urgency=low
* New upstream cvs snapshot with proper soname versioning.
Getting ready for the upcoming 1.2.0.
* Add xerces support.
* Get the package generally in shape for being sponsored into Debian.
* Hand package maintainership over to Silke.
-- Alessandro Amici (devel) <alexamici@tiscali.it> Fri, 26 Sep 2003 00:43:14 +0200
gdal (1.1.9-1) unstable; urgency=low
* New upstream release with a lot of new formats and features.
* Fix the --libs option of the installed gdal-config.
* Many correctness and style fixes to debian/rules. The aim is to have
the source package to build cleanly on woody as well.
* Change the build dependencies to present a woody alternative to sid-only
packages.
-- Alessandro Amici (devel) <alexamici@tiscali.it> Mon, 28 Jul 2003 23:18:55 +0200
gdal (1.1.8+030610-1) unstable; urgency=low
* New cvs snapshot with improved handling of html documentation. * Split libgdal-doc out of libgdal1-dev. * Add html documentation for ogr. * Add postgresql support. * Set python dependencies to python2.2 (and add python2.2-numeric) * Recommend proj (accessed via dlopen).
-- Alessandro Amici (devel) <alexamici@tiscali.it> Tue, 10 Jun 2003 16:18:17 +0200
gdal (1.1.8+030521-1) unstable; urgency=low
* New cvs snapshot with support for custom shared library soname.
* Build the gdal shared library with debian compliant file name and soname.
See the README.Debian for reasons and caveats.
* Rename the main packages to libgdal1 (OK, I learned the hard way how
important package names are!).
* Change the upstream version definition to $(version)+$(cvsdate).
-- Alessandro Amici (devel) <alexamici@tiscali.it> Thu, 22 May 2003 19:33:54 +0200
gdal (1.1.8-030518+1) unstable; urgency=low
* Initial release. * libgdal.1.1.so is not a standard shared library. * Man pages are missing. * A few files are missing from the html documentation.
-- Alessandro Amici (devel) <alexamici@tiscali.it> Sun, 18 May 2003 18:05:12 +0200