X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=220a8a4b41fbe833afaadcf02715ad014245f2a4;hb=c13285a2bd99d1627595d87ae67d8db2e6078e55;hp=e2597ed53542f1a01b0aa8cc6c4e817dd3d1031b;hpb=a34bd52f8f252797d14d8eec61773f7fd719a7b9;p=pkg-pfstools.git diff --git a/debian/changelog b/debian/changelog index e2597ed..220a8a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,31 @@ +pfstools (1.8.1-1.2) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Switch to octave3.2. + + -- Thomas Weber Sun, 31 Jan 2010 23:01:16 +0100 + +pfstools (1.8.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add patch gcc-4.4.dpatch, to fix FTBFS w/ gcc 4.4, rationale; patch + from Ubuntu (with some extra comments/rationale by me). + (Closes: #554494) + + -- Stefano Zacchiroli Sun, 20 Dec 2009 15:12:00 +0100 + pfstools (1.8.1-1) unstable; urgency=low * New upstream release. * debian/patches: - Removed dcraw-m.dpatch - merged upstream. - Removed octave3.0.dpatch - merged upstream. + - Added octave-nargin.dpatch - this patch lets octave scripts use the + variable nargin instead of length(argv); the latter does not work + reliably when no command line arguments have been specified. + - Added octave-signal.dpatch - this patch lets pfsstat bail out with an + error message if gausswin() is not available, telling the user to + install octave-signal. * Removed debian/pfsglview.1 - included upstream. * debian/control: - Added libmagick++-dev as an option to the libmagick++9-dev build @@ -12,15 +34,23 @@ pfstools (1.8.1-1) unstable; urgency=low - Changed section of package 'pfstools-dbg' to the newly added section 'debug'. - Build-depend on texlive-latex-base rather than the obsolete tetex-bin. - - Build-depend on libgdal1-dev required by the newly added pfsingdal. + - Updated homepage. + - Let pfstools recommend octave-signal which is required by pfsstat. * debian/pfsglview.install: - Install the pfsglview.1 manpage. * debian/pfstools.install: - Install usr/share/pfstools/hdrhtml_*. * debian/rules: - Use dh_install's --fail-missing instead of --list-missing. + - Explicitly disable all features that are not available to ensure + consistent builds - currently this is matlab, jpeghdr and gdal. + - Pass CXXFLAGS as arguments to configure instead of setting them in the + environment - this is the recommended way. + * debian/control, debian/rules: + - Use ${octave:Depends} and octave3.0-depends instead of explicitly + depending on octave3.0. - -- Sebastian Harl Sun, 07 Jun 2009 16:22:25 +0200 + -- Sebastian Harl Mon, 08 Jun 2009 20:41:22 +0200 pfstools (1.6.4-2) unstable; urgency=low