Code

patches: Added octave-signal.dpatch.
[pkg-pfstools.git] / debian / changelog
index c513595af4125e7df93492c684af98f170a39c34..c8b9f26df98f48cdce3bf7a17d03e5b3bc1ac4ed 100644 (file)
@@ -4,6 +4,12 @@ pfstools (1.8.1-1) unstable; urgency=low
   * 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,11 +18,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 <tokkee@debian.org>  Sun, 07 Jun 2009 16:11:32 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 08 Jun 2009 20:41:22 +0200
 
 pfstools (1.6.4-2) unstable; urgency=low