This bug was fixed in the package exactimage - 0.8.0-7 --------------- exactimage (0.8.0-7) experimental; urgency=low * Remove bogus Python modules directory created by upstream Makefile. Thanks to Stefano Rivera for the bug report. exactimage (0.8.0-5) experimental; urgency=low * Patch the configure script to make detection of Perl more robust (closes: #578549). Thanks to Niko Tyni for the bug report. [configure-perl-detection.diff] exactimage (0.8.0-3) experimental; urgency=low * Merge from unstable: + New upstream release. + Disable dead code in utility/Timer.cc, as it is causing build failures on some architectures. [utility-timer-syntax-error.diff] + Build extensions for all supported Python versions. + Add ‘Q=’ to each make invocation to make build process more verbose. + Embedded copy of AGG is no longer shipped; remove references from debian/copyright. + Fix typos in the econvert manual page. [econvert-typo.diff] + Don't trigger errors on --help (closes: #574880, #574885, #574890). [e2mtiff-help.diff, empty-page-help.diff, optimize2bw-help.diff] + Install Perl modules into the correct directory (closes: #575749). Thanks to Bruce Stephens for the bug report. + In order to comply with Perl Policy 4.2, rename exactimage-perl to libexactimage-perl (closes: #575935). Thanks to Ansgar Burchardt for the bug report. + Rewrite manual pages in DocBook XML from scratch. exactimage (0.7.5-4) experimental; urgency=low * Merge from unstable: + Fix FTBFS with Python 2.6 as the default version (closes: #571209). * Improve package descriptions (both in debian/control and in manual pages). * Shorten “SEE ALSO” sections of manual pages. * Provide a manual page for edisplay. * Install MIME information for edisplay. exactimage (0.7.5-2) experimental; urgency=low + Build edisplay (closes: #520975): - Build depend on libevas-dev and libxrender-dev. - Automatically generate dependencies on libevas*-engines-x. - Restore references to edisplay in package description and in manual pages. exactimage (0.7.5-1) unstable; urgency=low * New upstream release. * New maintainer (closes: #543838). * Switch to source format 3.0 (quilt). * Various improvements in package building: + Add ‘X_SYSTEM=Linux’ to each make invocation to enable compilation on non-Linux systems. + Fix building Python modules (closes: #568671): - Add XS-Python-Version header. - Build depend on python-dev (>= 2.5.4) rather than python-all-dev (for now, only modules for the current Python version are built). - As upstream Makefile always put the modules in 2.5 directory, move them into the right one in debian/rules. - Move *.so with detached symbols to a directory where gdb will expect it. - Update debian/*.install to catch both site-packages and dist-packages. - Drop debian/pycompat. + Fix syntax and name errors. [utility-timer-syntax-error.diff, edisplay-dpy.diff] + Link with system copy of AGG (closes: #570089): - Update debian/rules. - Add missing includes. [agg-missing-includes.diff] - Use PIC version of static AGG library. [agg-pic.diff] + Don't let the configure script be called more that once. + Produce debugging information for the core library. + Respect the ‘noopt’ build option. [makefile-cflags.diff] + Use LDFLAGS=-Wl,--as-needed to avoid superfluous runtime dependencies. * Fix exactimage-dbg package description. * Remove duplicate section field for the binary package. * Add ‘Depends: ${misc:Depends}’ to binary packages. * Add watchfile. * Fix typos: in the manual pages and in frontends/econvert.cc. [econvert-typo.diff] * Bump standards version to 3.8.4 (no changes needed). * Add Vcs-* fields. * Remove all references to edisplay, as Debian package cannot ship it for now (see bug #520975). * Update debian/copyright; convert it to the DEP-5 format. -- Stefano Rivera