[ubuntu/maverick] exactimage 0.8.0-7 (Accepted)
Stefano Rivera
launchpad at rivera.za.net
Sat May 22 20:25:18 BST 2010
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.
Date: Wed, 19 May 2010 22:10:10 +0200
Changed-By: Stefano Rivera <launchpad at rivera.za.net>
Maintainer: Jakub Wilk <jwilk at debian.org>
Signed-By: Benjamin Drung <benjamin.drung at gmail.com>
Origin: debian/experimental
https://launchpad.net/ubuntu/maverick/+source/exactimage/0.8.0-7
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 19 May 2010 22:10:10 +0200
Source: exactimage
Binary: exactimage edisplay exactimage-dbg libexactimage-perl exactimage-perl php5-exactimage python-exactimage
Architecture: source
Version: 0.8.0-7
Distribution: maverick
Urgency: low
Maintainer: Jakub Wilk <jwilk at debian.org>
Changed-By: Stefano Rivera <launchpad at rivera.za.net>
Description:
edisplay - fast image manipulation programs (image viewer)
exactimage - fast image manipulation programs
exactimage-dbg - fast image manipulation library (debug symbols)
exactimage-perl - transitional dummy package
libexactimage-perl - fast image manipulation library (Perl bindings)
php5-exactimage - fast image manipulation library (PHP bindings)
python-exactimage - fast image manipulation library (Python bindings)
Closes: 520975 543838 568671 570089 571209 574880 574885 574890 575749 575935 578549
Changes:
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.
Checksums-Sha1:
8b254cc0b78f7472660407b3e29b35d81056c91f 2251 exactimage_0.8.0-7.dsc
9e02c79f117b942ef81a0897cc512375c537d40f 283332 exactimage_0.8.0.orig.tar.bz2
70f4413ba609f3ba16c8c38095501d9c439e47b0 16262 exactimage_0.8.0-7.debian.tar.gz
Checksums-Sha256:
bbc05258bab3cfe808ef95b893ede1fb9da099bfbc78c7d3d1b2884ae60db335 2251 exactimage_0.8.0-7.dsc
6f2df250ca1c55ebdc44305d7a5a14b6798acef50d883986e2f3a5967b616926 283332 exactimage_0.8.0.orig.tar.bz2
b0ac8a2d002f8b682d233b9443d855ed0931fc6427fc55453a257b935cf88f8e 16262 exactimage_0.8.0-7.debian.tar.gz
Files:
46971403a0995cc21aa345567deeef74 2251 graphics optional exactimage_0.8.0-7.dsc
06ac3816176417064dd7919e4416dd5a 283332 graphics optional exactimage_0.8.0.orig.tar.bz2
a8fd3688682b37abb66f31ce7ef6c410 16262 graphics optional exactimage_0.8.0-7.debian.tar.gz
Origin: debian/experimental
Launchpad-Bugs-Fixed: 583106
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJL+C6LAAoJEBWetcTvyHdMbQUP/3P9lEKbeeh8VzvP0Y9oSRGy
Qb7BToQoVNcLFA+02/b8KNxSUvGOhrNHEndmKHTfX7utyUp1/QdgC/p0KbUZvLC4
BAiANFOuxYxB48ty4iUHamhRQxSnUzJals8f/08h1mkjjGXFTEs0Wge3lUlKT8zV
B3XaVDQsMQFrZ8lb8UWfLSEuxO1hoK5Iw6RfMHS/rXtq5O0tnmnYwK1NhoiJnMd4
zjofLxF+IWh47FWGTDf87jPrktqyWSFk/XIke65nGA+k8zHsGXLr/HKoaP77XfXh
oT1IWz7i8UQeH9qmLzkxlfYY+HKFQGLMpiLY9AS22NZKSXrkcMF7kHT5NyYyCWLU
hSMNFqKc2Rl7AEpT/5XKIRhTdWHpxFwpt/H+MYT+eLRqxty/rWsIwbdFjPzj9DxD
zKCpX5KNil4AuAtXqqX8CdhmKpGZIJKWzstVBRnZ8AU1qMg9KTMeIQ17hiG4okHo
86LrQWBH/dVsv6sYPjR4bICJpsqfJct2oI3IA+ySgSHj95DUX7ZgPEB3K69BNVNI
/EGWvA4GSR2+89lvVp9vG0rs5xmS6y+6GZKwqkuJHpr22iYpuDdevPpkJJi1Jgto
tE9iUi0Yh0yIMFQYHPutWYF1xYoVZ1ard4a1Q8pW5RBQ8+DV7LYc/CwL3rKkR9zD
wlfqr7LRk7GFQdelLzuX
=BtWY
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list