Code

rules: Replace the whatis entry in the enblend/enfuse manpages.
[pkg-enblend.git] / debian / changelog
1 enblend-enfuse (4.0+dfsg-1) experimental; urgency=low
3   [ Andreas Metzler ]
4   * New upstream version.
5   * Update debian/patches-repack/*.
6   * Drop unneeded patch addinfosection.dpatch - included upstream.
7   * [debian/rules] Don't try to install TODO - no longer shipped upstream.
8   * focus-stacking.info is not installed as a separate file anymore.
9   * Update build-depends by adding gnuplot transfig tidy ttf-freefont.
10   * Build/ship alternative binaries of enblend and enfuse binaries with OpenMP
11     support. They are installed as enblend-mp and enfuse-mp respectively.
13   [ Sebastian Harl ]
14   * debian/rules:
15     - Install NEWS and AUTHORS to all packages.
16     - Explicitly en/disable requested features when running configure.
17     - Let enblend/enfuse use the Boost filesystem library -- I suppose, this
18       is more stable and, possibly, better optimized than the shipped
19       fallback implementation.
20     - Replace the whatis entry in the enblend/enfuse manpages with something
21       meaningful (using sed).
22   * debian/control:
23     - Build-depend on libboost-filesystem-dev.
24     - Updated Standards-Version to 3.9.1 -- no changes.
25     - Build-depend on help2man, required to build the manpages.
27  -- Sebastian Harl <tokkee@debian.org>  Sun, 01 Aug 2010 20:05:12 +0000
29 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
31   * Remove usr/share/info/dir, which GNU install-info generates.
32     Closes: #545974
33   * Add myself to uploaders.
34   * Use ${misc:Depends} to get the required dependency on dpkg or
35     install-info.
36   * Update addinfosection.dpatch to also add info directory entries.
38  -- Andreas Metzler <ametzler@debian.org>  Thu, 10 Sep 2009 19:18:59 +0200
40 enblend-enfuse (3.2+dfsg-2) unstable; urgency=low
42   * Upload to unstable - Lenny has been released.
43   * debian/control:
44     - Updated standards-version to 3.8.1 - no changes.
46  -- Sebastian Harl <sh@tokkee.org>  Mon, 06 Apr 2009 17:29:29 +0200
48 enblend-enfuse (3.2+dfsg-1) experimental; urgency=low
50   * New upstream release (Closes: #491370).
52   [ Andreas Metzler ]
53   * Uploading to experimental because of the Lenny freeze.
54   * debian/control:
55     - Added zlib1g-dev, libjpeg62-dev, libpng12-dev to the build dependencies,
56       although they currently would be pulled in by other build-depends.
57     - Added libopenexr-dev and pkg-config to the build dependencies.
58     - Updated package description to mention enfuse and the buzz-word
59       "exposure blending".
60     - Added texinfo to build-depends.
61   * debian/patches:
62     - Added addinfosection.dpatch - add @dircategory to the texinfo sources
63       to get an entry in the main info directory.
64   * debian/rules:
65     - Run dh_installinfo.
67   [ Sebastian Harl ]
68   * Thanks a lot to Andreas for his help!
69   * debian/rules:
70     - Include AUTHORS file in the package as well.
71     - Added get-orig-source target which uses uscan to download and repack the
72       upstream tarball using debian/bin/uscan_repack.sh - thanks to Bernd
73       Zeimetz for the idea!
74     - Remove rebuilt documentation files.
75     - Use dh_install.
76   * debian/patches:
77     - Removed gcc4.3-includes.dpatch - included upstream.
78     - Removed type_mismatch.dpatch - included upstream.
79   * debian/patches-repack:
80     - Added patches to be applied when repacking the tarball.
81     - Added 00-win32helpers.patch to remove src/win32helpers/, *.sln and
82       *.vcproj from the build scripts.
83     - Added 01-unnecessary-libs.patch to remove unnecessary libs from the
84       linker flags - based on a patch by Andreas.
85   * debian/control:
86     - Updated standards-version to 3.8.0 - no changes.
87     - Renamed the source package to "enblend-enfuse" - just like upstream did.
88     - Added new binary package "enfuse".
89   * debian/bin/uscan_repack.sh:
90     - Added script to take care of the repacking.
91     - Remove src/win32helpers/.
92     - Remove *.sln and *.vcproj.
93     - Apply patches in debian/patches-repack/.
94     - Regenerate autotools build system.
95   * debian/watch:
96     - Call debian/bin/uscan_repack.sh.
98  -- Sebastian Harl <sh@tokkee.org>  Sun, 12 Oct 2008 20:33:27 +0200
100 enblend (3.0+dfsg-2) unstable; urgency=low
102   * Added libglew1.5-dev to the build dependencies to ease the libglew1.4 ->
103     libglew1.5 transition and make sbuild happy (Closes: #465620).
105  -- Sebastian Harl <sh@tokkee.org>  Wed, 13 Feb 2008 22:03:26 +0100
107 enblend (3.0+dfsg-1) unstable; urgency=low
109   * Initial release (Closes: #294389, #390655).
110   * Removed GPL incompatible src/win32helpers/ from .orig.tar.gz.
111   * Added type_mismatch.dpatch to fix a failure to instantiate std::max().
112   * Added gcc4.3-includes.dpatch to add missing includes required by gcc-4.3.
114  -- Sebastian Harl <sh@tokkee.org>  Fri, 28 Dec 2007 02:46:07 +0100