2009
labplot (1.6.0.2-2) unstable; urgency=low
* debian/rules: Adjusted file paths of libtool.m4 and ltmain.sh for the new
libtool (Closes: #523598).
* debian/control: Bumped Standards-Version from 3.8.0 to 3.8.1, no changes
required.
-- Frank S. Thomas <fst@debian.org> Fri, 17 Apr 2009 10:37:44 +0200
labplot (1.6.0.2-1) unstable; urgency=low
* New upstream release.
* debian/patches/:
- Removed init-smg-before-open-files.patch, it has been applied upstream.
- Added dont-run-labplot-in-terminal.patch (Closes: #499940).
- Added short descriptions to patch files.
* Lintian appeasement:
- Overrode "W: ancient libtool admin/ltconfig" since this file is a dummy.
- Added ${misc:Depends} to the Depends field.
* Prepended the files debian/{docs,links,menu} with "labplot.".
-- Frank S. Thomas <fst@debian.org> Tue, 17 Feb 2009 08:59:34 +0100
2008
labplot (1.6.0.1-6) unstable; urgency=low
* debian/rules: Do not make build-stamp a phony target by having a phony
target as prerequisite. This prevents that configure is invoked twice.
-- Frank S. Thomas <fst@debian.org> Thu, 17 Jul 2008 08:34:41 +0200
labplot (1.6.0.1-5) unstable; urgency=low
* debian/control:
- Changed the build-dependency netcdfg-dev to libnetcdf-dev because the
former is now a dummy upgrade package for the latter.
- Bumped Standards-Version from 3.7.3 to 3.8.0. This required to add a
debian/README.source file that explains that quilt is used for patching
the upstream sources.
* debian/rules minimisation using debhelper V7.
-- Frank S. Thomas <fst@debian.org> Sun, 13 Jul 2008 12:06:53 +0200
labplot (1.6.0.1-4) unstable; urgency=low
* debian/rules: Added -I/usr/include/ImageMagick to CPPFLAGS so that LabPlot
can find ImageMagick's headers there. This is required for ImageMagick
(>= 7:6.4.0.9.dfsg1-1) where headers were moved to the aforementioned
directory.
* debian/control: Added libmagickcore-dev and libmagick++-dev as alternative
build-dependencies for libmagick9-dev and libmagick9++-dev, respectively.
This allows to build LabPlot with newer ImageMagick packages.
-- Frank S. Thomas <fst@debian.org> Tue, 20 May 2008 11:10:36 +0200
labplot (1.6.0.1-3) unstable; urgency=low
* Removed the debian/shlibs file in favour of adding the dependencies to
dh_makeshlibs' -V option. This has the advantage that the shlibs file does
not need to be maintained by hand.
* debian/rules:
- The clean-patched target is a phony target, hence declare it as such.
- Renamed the config.status target to configure-stamp and revamped the
targets' prerequisites so that configure is only run once while building
the package.
* debian/patches/: Added init-smg-before-open-files.patch to fix crashes
when invoking LabPlot with an lpl/lml file as argument (Closes: #409490).
-- Frank S. Thomas <fst@debian.org> Sat, 29 Mar 2008 23:53:02 +0100
labplot (1.6.0.1-2) unstable; urgency=low
* debian/patches/: Added fixes-for-liborigin-20080225.patch to fix the
FTBFS with liborigin-dev/20080225-1 (Closes: #470246). This patch
requires a build-dependency on liborigin-dev (>= 20080225).
* debian/rules: Use the new dh_lintian to install the Lintian overrides file
and rename it to debian/labplot.lintian-overrides accordingly. Bumped the
debhelper build-dependency for this change from (>= 6) to (>= 6.0.7).
-- Frank S. Thomas <fst@debian.org> Tue, 11 Mar 2008 15:19:48 +0100
labplot (1.6.0.1-1) unstable; urgency=low
* New upstream release (Closes: #458444). - Fixes mistakes in po/de.po, thanks to Jens Seidel (Closes: #313971). - Does not crash when deleting two graphs (Closes: #409551). * Rewrote debian/copyright in the machine-readable format that is outlined in http://wiki.debian.org/Proposals/CopyrightFormat and clarified some license issues (Closes: #435209). * debian/patches/: - Removed build-with-gcc4.3.patch and fix-autoconf-2.6-compatibility.patch, these have been incorporated upstream. - Readded use-pkg-config-instead-of-magick-config.patch which was added in 1.5.1-1 but got lost in 1.5.1.6-1. - Added use-debians-qwtplot3d-qt3.patch to modify configure.in in order to search for qwtplot3d-qt3 (Debian's Qt 3 flavour of QwtPlot3D) instead of qwtplot3d. * debian/rules: - Explicitly passed --enable-FEATURE to configure for all features labplot should be built with. Most of these correspond to a library development package in Build-Depends. - Removed "VTK_DIR=/usr" from the configure invocation. It is useless because the build-dependency on libvtk4-dev was removed in 1.5.0.5-1. - Include debian/debiandirs (if it exists) so that $(configkde) is not empty when running configure. - Call configure with the --build and --host options as suggested in the section "Calling GNU configure properly" in autotools-dev's README.Debian. * debian/control: - Added to Build-Depends: libjasper-dev (it was implicitly pulled in by libmagick9-dev, but configure checks for it), libhdf5-serial-dev (new feature in 1.6.0), libqwtplot3d-qt3-dev and liborigin-dev (these are required so that labplot does not use the included copies of these libraries), qhull-bin (in order to prevent labplot from shipping its own /usr/bin/qdelaunay). - Added Vcs-{Git,Browser} fields to the source stanza. - Added myself to Uploaders with Helen's kind permission. Thanks! * Do not build the included libraries in liborigin-20070926 and qwtplot3d (libLabPlotorigin.so.* and libLabPlotqwtplot3d.so.*), use the system libraries provided by the liborigin-dev and libqwtplot3d-qt3 packages instead. * Removed debian/labplot.manpages and debian/opj2dat.1 because labplot does not include /usr/bin/opj2dat anymore. This binary is now provided by the opj2dat package. * debian/override: - Removed the warning "binary-without-manpage" because labplot includes a manpage for LabPlot as well as for labplot. - Removed the "package-name-doesnt-match-sonames" warnings for libLabPlotorigin0 and libLabPlotqwtplot3d0 because these libraries are not included in this package anymore. * Bumped debhelper compat level from V5 to V6 since this is the current recommended level and raised the build dependency to "debhelper (>= 6)".
-- Frank S. Thomas <fst@debian.org> Sun, 24 Feb 2008 01:29:56 +0100
2007
labplot (1.5.1.6-2.2) unstable; urgency=low
* Non-maintainer upload (encouraged by maintainer).
* Modified build system to fix a bug caused by patches and autogenerated
files (Closes: #430750). The following has been changed in debian/rules:
- Run "$(MAKE) -f admin/Makefile.common" in the config.status target to
remake the GNU Build System files at build time as suggested in #415656
instead of adding the remade files directly in the .diff.gz. This
requires build dependencies on "autoconf (>= 2.53)" and "automake1.9".
- Removed config.status as prerequisite from the clean target, so that
changes to the build system files do not end up in the .diff.gz.
- Do not copy config.guess and config.sub into LabPlot's top-level source
directory, it is unnecessary. These are also not in the .orig.tar.gz.
* src/x-lpl.desktop: Reverted the change made in 1.5.1.6-2 because the keys
Patterns and DefaultApp are required for KDE 3's MIME type handling, see
http://techbase.kde.org/Development/Architecture/KDE3/MIME_Types. And also
newer Lintian versions do not warn about these keys as unknown anymore.
* Added debian/watch file using http://sf.net/labplot/ as alias for the
qa.debian.org redirector as documented in uscan's manual page.
-- Frank S. Thomas <fst@debian.org> Mon, 24 Dec 2007 13:55:05 +0100
labplot (1.5.1.6-2.1) unstable; urgency=low
* Non-maintainer upload (encouraged by maintainer).
* debian/patches/:
- series: Added quilt series file which lists the current patch files in
debian/patches/ and which is required for quilt to actually apply them.
This fixes the FTBFS with GCC 4.3, because the patch that contains the
bug fix will now be applied (Closes: #455414).
- build-with-gcc4.3.patch: Added newline at end of file so that it applies
without fuzz.
* debian/control:
- Bumped Standards-Version from 3.7.2 to 3.7.3, no changes were required.
- Added new Homepage field to the source stanza. This is a proper control
field since dpkg 1.14.6.
- Changed fftw3-dev to libfftw3-dev in Build-Depends, because it has
been renamed.
* Added dh_icons call to debian/rules (Closes: #447962). It was added to
debhelper in version 5.0.51, therefore raised its build dependency to
">= 5.0.51" and bumped the debhelper compatibility level from V4 to V5,
which is the current recommended level.
* debian/override: Added newline at end of file to make dpkg-source happy.
-- Frank S. Thomas <fst@debian.org> Sun, 23 Dec 2007 00:19:34 +0100
labplot (1.5.1.6-2) unstable; urgency=low
* Patch provided by Charles Plessy (thanks!).
* Modifications to src/LTable.cc and admin/cvs.sh are now
performed by quilt.
* Copying admin/libtool.m4.in, admin/ltmain.sh, admin/config.guess,
admin/config.sub, config.guess and config.sub from
/usr/share/libtool/ and /usr/share/misc/.
* These modifications should fix the following bug:
labplot_1.5.1.6-1: FTBFS: autoconf: command not found
(Closes: #430750).
* Altered debian/rules to clean up after build process more cleanly (and
eliminate lintian warning).
* Including quilt, autotools-dev and libtool as Build-Depends.
* Moved menu location to Applications/Science/Data Analysis, to comply with
new system for Debian menus.
* Altered src/x-lpl.desktop to remove lintian warnings about unknown keys.
* Updated debian/override.
-- Helen Faulkner <helen@debian.org> Sun, 02 Sep 2007 22:28:37 +1000
labplot (1.5.1.6-1) unstable; urgency=low
* Altered src/LTable.cc and configure.in so labplot will compile with GCC 4.3
(closes: #416689).
* Updated libtool (closes: #415656).
* Updated admin/cvs.sh to allow autconf 2.6*.
-- Helen Faulkner <helen@debian.org> Sun, 20 May 2007 17:40:43 +1000
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