2006
labplot (1.5.1-1) unstable; urgency=low
* New upstream release.
* Removed move of desktop file to /usr/share/applications/kde, since this is
now fixed upstream.
* Added in removal of po/*.gmo files to prevent dpkg-source error in following
build.
* Added new libraries into debian/shlibs.
* Added lintian ignore for warning about "package-name-doesnt-match-sonames",
since we don't have a seperate labplot-libs package and there is no need
for one.
* Added build-dep on pkg-config to allow using it to prevent ImageMagick from
pulling in spurious libraries (closes: #347410).
* Using `pkg-config --libs ImageMagick++` in configure.in, instead of
`Magick-config --libs`.
* Using AM_MAINTAINER_MODE.
* Wrote manpage for opj2dat.
-- Helen Faulkner <helen@debian.org> Sat, 17 Jun 2006 22:13:54 +1000
2005
labplot (1.5.0.5-1) unstable; urgency=low
* New upstream release. * Removed build-dependancy on libvtk4-dev.
-- Helen Faulkner <helen@debian.org> Sat, 10 Dec 2005 16:28:31 +1100
labplot (1.5.0.4-1) unstable; urgency=low
* New upstream release.
* Built against new libmagick packages (libmagick9-dev and libmagick++9dev) to
fix problem of libmagick changed ABI (closes: Bug#332457).
* Removed CVS directories from doc/ and po/ directories, and their
subdirectories, in orig source tree.
-- Helen Faulkner <helen@debian.org> Sat, 08 Oct 2005 14:53:48 +1000
labplot (1.5.0.2-1) unstable; urgency=low
* New upstream release.
* Built with gcc-4.0 and against kdelibs 4:3.4.2.
* New maintainer email address.
* Complies with new standards version (3.6.2).
* Updated Free Software Foundation address in debian/copyright to new
address.
* Added advance declaration of class LabPlotPart to fix FTBFS bug with gcc4
(closes: Bug #324888).
-- Helen Faulkner <helen@debian.org> Sat, 10 Sep 2005 11:58:49 +1000
labplot (1.4.0-3) unstable; urgency=low
* Changed debian/rules to touch src/parser.c, which prevents make from trying
to rebuild it (closes: Bug#295878).
-- Helen Faulkner <projects@thousand-ships.com> Sat, 19 Feb 2005 14:28:16 +0000
labplot (1.4.0-2) unstable; urgency=low
* Modified src/parser.y and src/parser.h to avoid problems with the sign of
char on powerpc (closes: Bug #294787). Thanks to Jérémy Bobbio for the
patch.
* New email address for (same) maintainer.
-- Helen Faulkner <projects@thousand-ships.com> Mon, 14 Feb 2005 20:54:32 +0000
2004
labplot (1.4.0-1) unstable; urgency=low
* New upstream version.
* Changed description in debian/control to include features that are new in
this version.
* Added copyright line to debian/copyright.
* Using upstream manpage, since they are now providing one.
* Added line to manpage to clarify that the generic options are the QT and
KDE options.
* Corrected use of noopt in DEB_BUILD_OPTIONS.
* Added license statement for cephes (GPL) into cephes/COPYING, and included
a copy of the email expressly allowing this in debian/copyright
(closes: Bug#287507).
* Changed README to describe cephes as "GPL" rather than "free".
* Moved labplot.desktop file from usr/share/applnk/Applications/ to
/usr/share/applications/kde/, which is the correct location.
* Deleted LabPlot.desktop, since it is not needed and was causing doubled
menu entries.
-- Helen Faulkner <helen_ml_faulkner@yahoo.co.uk> Mon, 27 Dec 2004 16:23:33 +0000
labplot (1.3.1.1-1) unstable; urgency=low
* Removed included CDF library because the license isn't DFSG free. This
avoids the FTBFS bug, which was due to a CDF compile error
(closes: Bug#278192).
* Using "./configure --disable-cdf", since CDF is not available in Debian.
* Removed included jasper library because the license of that version isn't
DFSG free. This doesn't effect labplot, since it links with the debian
jasper library, which is DFSG free.
* Changed upstream version number so a different .orig.tar.gz can be uploaded,
without the DFSG non-free libraries. This is not actually a new upstream
version.
* Added copyright statement from netCDF to debian/copyright.
* Added lintian override for "binary-without-manpage labplot", because only
the LabPlot manpage is needed.
* Added Categories line to labplot.desktop file, for KDE menu.
-- Helen Faulkner <helen_ml_faulkner@yahoo.co.uk> Thu, 28 Oct 2004 09:03:04 +0100
labplot (1.3.1-1) unstable; urgency=low
* Initial Release (closes Bug#234639).
* Changed icon to labplot.xpm, for installation into /usr/share/pixmaps.
* Wrote the manpage LabPlot.1.
* Added symlink
/usr/share/doc/kde/HTML/en/labplot/ -> /usr/share/doc/kde/HTML/en/LabPlot/,
so documentation would work for both labplot and LabPlot.
* Updated admin/debianrules to newer version, to get correct KDE configure
parameters.
* Changed "CPATH=" to "export CPATH= " in configure.in, so VTK devel headers
are correctly detected.
* Added Makefile.common, cvs.sh, acinclude.m4.in, detect-autoconf.sh and
am_edit to admin directory to allow regeneration of makefiles.
* Changed -I/usr/local/include/vtk -I$(QTDIR)/includes to
$(VTK_INCFLAGS) $(QT_INCLUDES), in vtkQt/Makefile.am, so VTK stuff
compiles correctly.
* Changed src/Makefile.am to use KDE's default behaviour for installing icons
into the correct directories (i.e. KDE_ICON = LabPlot lpl).
* Using AM_MAINTAINER_MODE.
-- Helen Faulkner <helen_ml_faulkner@yahoo.co.uk> Thu, 7 Oct 2004 22:46:19 +0100