Code

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