Your message dated Fri, 05 Dec 2008 14:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#507172: fixed in imview 1.1.9c-3
has caused the Debian Bug report #507172,
regarding imview: Uses INT_MAX but does not include limits.h
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
507172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507172
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: imview
Version: 1.1.9c-2
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
Your package uses INT_MAX, but it doesn't include limits.h, so it
will fail to build with compilers that are more strict about this.
The attached patch will correct this. Please consider applying it.
Thanks,
James
diff -u imview-1.1.9c/imview.cxx imview-1.1.9c/imview.cxx
--- imview-1.1.9c/imview.cxx
+++ imview-1.1.9c/imview.cxx
@@ -70,6 +70,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <X11/xpm.h>
+#include <limits.h>
#ifdef WIN32_NOTCYGWIN
# include <windows.h>
--- End Message ---
--- Begin Message ---
Source: imview
Source-Version: 1.1.9c-3
We believe that the bug you reported is fixed in the latest version of
imview, which is due to be installed in the Debian FTP archive:
imview_1.1.9c-3.diff.gz
to pool/main/i/imview/imview_1.1.9c-3.diff.gz
imview_1.1.9c-3.dsc
to pool/main/i/imview/imview_1.1.9c-3.dsc
imview_1.1.9c-3_i386.deb
to pool/main/i/imview/imview_1.1.9c-3_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Teemu Ikonen <[EMAIL PROTECTED]> (supplier of updated imview package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 29 Nov 2008 21:28:31 +0100
Source: imview
Binary: imview
Architecture: source i386
Version: 1.1.9c-3
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers <[EMAIL PROTECTED]>
Changed-By: Teemu Ikonen <[EMAIL PROTECTED]>
Description:
imview - Image viewing and analysis application
Closes: 507172
Changes:
imview (1.1.9c-3) unstable; urgency=low
.
* Merge patches/limits_h: Include limits.h where it's needed
(closes: #507172)
* Merge patches/magickcore: Tweak configure.in to work with imagemagick
from experimental
Checksums-Sha1:
cae0863f3f842ec93ad31b2b372f84a9f57b386c 1365 imview_1.1.9c-3.dsc
a5aceaebacf905a27983ae4ec496070d66f30bac 23788 imview_1.1.9c-3.diff.gz
1ac5a61fca1d734783ac5f899d79ca381a0a3937 615836 imview_1.1.9c-3_i386.deb
Checksums-Sha256:
d8d7565aa49ba14c43af8f3dc875c46726de781f6fa9df0552227f6f43a2f765 1365
imview_1.1.9c-3.dsc
311692bec38a0aa19ea57673a738b7731e52f27c45ee862d232372fc824654a9 23788
imview_1.1.9c-3.diff.gz
ac527d6e129d8d13203f79c74d567983048de56a82da03e45da14560ac4dbde8 615836
imview_1.1.9c-3_i386.deb
Files:
f18f11886e13d1051ab384323f977c4e 1365 science optional imview_1.1.9c-3.dsc
278b142d0ee0732944c41062f7ca2570 23788 science optional imview_1.1.9c-3.diff.gz
740ae14b6dbb4a2e468059b5bf8d25cc 615836 science optional
imview_1.1.9c-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJOTd5YDBbMcCf01oRAmHNAJ9rS1t6FPx47dR/0i/+oqEH2gGSNACgkGUZ
hrT0zyXYcgPK51p8thA3Mss=
=crk8
-----END PGP SIGNATURE-----
--- End Message ---