Code

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