Code

patches: Added octave-signal.dpatch.
[pkg-pfstools.git] / debian / changelog
index 71ac7c0e9c27f524b41a58a235e6b0984c3e3414..c8b9f26df98f48cdce3bf7a17d03e5b3bc1ac4ed 100644 (file)
@@ -1,3 +1,51 @@
+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
+      dependency.
+    - Updated Standards-Version to 3.8.1 - no changes.
+    - Changed section of package 'pfstools-dbg' to the newly added section
+      'debug'.
+    - Build-depend on texlive-latex-base rather than the obsolete tetex-bin.
+    - 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>  Mon, 08 Jun 2009 20:41:22 +0200
+
+pfstools (1.6.4-2) unstable; urgency=low
+
+  * Switched to octave3.0, thanks to Thomas Weber for the patches
+    (Closes: #458131).
+    - Added octave3.0.dpatch including required changes for octave 3.0.
+  * Added dcraw-m.dpatch which fixes the usage of dcraw's "-m" command line
+    option (Closes: #464724).
+
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 16:38:54 +0200
+
 pfstools (1.6.4-1) unstable; urgency=low
 
   * New upstream release.