Code

Added debian/README.source.
[pkg-pfstools.git] / debian / changelog
index 647459af930db3791014776e589435c1180fa583..cec21dea9ab042c0e6c2eef8c1b4235a568259b9 100644 (file)
@@ -1,16 +1,65 @@
+pfstools (1.8.1-2) unstable; urgency=low
+
+  [ Thomas Weber ]
+  * Switch to octave3.2 (Closes: #567875).
+
+  [ Sebastian Harl ]
+  * debian/control:
+    - Updated standards-version to 3.8.4 -- no changes.
+    - Let libpfs-dev depend on libpfs (= ${binary:Version}) (rather than a
+      weak dependency on >= ${source:Version}).
+    - Let all packages depend on ${misc:Depends}.
+  * Added debian/README.source:
+    - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
+
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 15 Mar 2010 22:50:05 +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:57:55 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 08 Jun 2009 20:41:22 +0200
 
 pfstools (1.6.4-2) unstable; urgency=low