Code

Switch to octave3.2.
[pkg-pfstools.git] / debian / changelog
index 9352aff573f000adf9e2a3027b6c6aa71180e770..220a8a4b41fbe833afaadcf02715ad014245f2a4 100644 (file)
@@ -1,12 +1,56 @@
+pfstools (1.8.1-1.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to octave3.2.
+
+ -- Thomas Weber <thomas.weber.mail@gmail.com>  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 <zack@debian.org>  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
+      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>  Sun, 07 Jun 2009 14:32:36 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 08 Jun 2009 20:41:22 +0200
 
 pfstools (1.6.4-2) unstable; urgency=low