1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
liblas (1.8.0-1) unstable; urgency=medium
* Move to unstable
-- Ross Gammon <rossgammon@mail.dk> Thu, 21 Aug 2014 19:08:29 +0200
liblas (1.8.0-1~exp1) experimental; urgency=medium
* New upstream release.
* Drop patches applied upstream:
- boost
- soversion
- separator-typo
* Drop patches backported from upstream:
- 0001-remove-old-LAStools-utilities-that-don-t-belong-in-liblas.patch
- update_gdal_geotiff.patch
* Update fix_library_search patch for SONAME bump.
* Update package names for SONAME bump.
* Add build dependencies for boost_iostreams & boost_filesystem.
* Fix executable-not-elf-or-script for python examples.
* Add patch to fix 'accommodate' typo.
* Strip RPATH from binaries.
-- Bas Couwenberg <sebastic@xs4all.nl> Sun, 03 Aug 2014 14:17:52 +0200
liblas (1.7.0+dfsg-6) unstable; urgency=medium
[ Bas Couwenberg ]
* Add build dependency on liblaszip-dev for compression support.
* Use dh_install --list-install.
* Also include lasblock & ts2las programs in liblas-bin.
* Add patch from upstream to remove old LAStools utilities.
(closes: #749403)
[ Ross Gammon ]
* Ignore quilt dir
* Update to build against latest gdal (1.11.0)
* Revert inclusion of liblaszip until it passes the new queue
* Add myself to uploaders
-- Ross Gammon <rossgammon@mail.dk> Fri, 01 Aug 2014 15:26:51 +0200
liblas (1.7.0+dfsg-5) unstable; urgency=low
* Add myself to Uploaders.
* Also remove generated man pages on clean.
* Add gbp.conf to use prinstine-tar by default.
-- Bas Couwenberg <sebastic@xs4all.nl> Thu, 06 Mar 2014 23:50:33 +0100
liblas (1.7.0+dfsg-4) unstable; urgency=low
* Move python dependencies from Build-Depends-Indep to Build-Depends.
-- Bas Couwenberg <sebastic@xs4all.nl> Fri, 21 Feb 2014 11:52:35 +0100
liblas (1.7.0+dfsg-3) unstable; urgency=low
* Team upload.
* Update debian watch file with sepwatch changes,
and handle more common mistakes.
* Refresh boost patch.
* Also build python extension, replaces separate source package.
(closes: #735516)
* Remove obsolete liblas1.install.
* Add patch to fix the library version and SONAME.
* Add lintian overrides for no symbols file,
symbols are problematic for C++ libraries.
* Enable verbose build logs.
* Add patch from python-liblas to fix the library search path.
* Use pybuild instead of python_distutils buildsystem.
Thanks Graham Inggs for the patch.
* Change libtiff build dependency to libtiff-dev only.
(closes: #736129)
* Update liblas-dev dependency on libgdal-dev to match the build dependency.
* Drop shlibs:Depends for -dev packages.
* Add manpages for liblas-bin & liblas-dev.
(closes: #645820)
* Install python examples.
-- Bas Couwenberg <sebastic@xs4all.nl> Sat, 08 Feb 2014 03:15:29 +0100
liblas (1.7.0+dfsg-2) unstable; urgency=medium
* Fixed missing linking of system boost component.
(closes: #733282)
-- Francesco Paolo Lovergine <frankie@debian.org> Sun, 05 Jan 2014 17:00:29 +0100
liblas (1.7.0+dfsg-1) unstable; urgency=medium
* Merged change accepted upstream to substitute the non-free SHA1
implementation with a MIT/X11 implementation as provided by
http://tamale.net/sha1
(closes: #730754)
* Revised debian/copyright to reflect changes and missing licenses.
(closes: #730755)
* Policy bumped to 3.9.5, no changes required.
* Moved to new libgdal-dev b-d.
* Moved to canonical Vcs-* fields.
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 27 Dec 2013 18:31:02 +0100
liblas (1.7.0-1) experimental; urgency=low
[ David Paleino ]
* Updated debian/watch to reflect new source location.
* Package moved to git, reflect the change in Vcs-* fields.
* Moved from CDBS to dh
* Added myself to Uploaders
* Dropped patches, no more needed
* Libraries split: liblas(2) and liblas-c(2), since both a C and a C++
version is provided. The same applies for the -dev packages.
[ Francesco Paolo Lovergine ]
* New upstream version with SONAME bumping.
* Moved to source format 3.0.
* Policy bumped to 3.9.3, no changes required.
* Strictly depends on GDAL 1.7+.
* Now use the new TIFF library.
* Debhelper moved to level 8.
* Added new build-dep: libboost-dev.
* Debhelper level set to 9.
* debian/copyright now is in format 1.0.
* Now both a C and a C++ bindings are provided, so
new binary packages have been introduced, with SONAME
bumping.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 26 Nov 2013 16:03:56 +0100
liblas (1.2.1-1) unstable; urgency=low
* Initial release.
(closes: #532415)
-- Francesco Paolo Lovergine <frankie@debian.org> Fri, 02 Oct 2009 12:36:21 +0200
|