Your message dated Sun, 27 Jul 2008 04:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#491227: fixed in hugin 0.7.0~svn3191+beta5-1 has caused the Debian Bug report #491227, regarding hugin-tools: Uses enblend 3.1's --compression option, currently Debian has enblend 3.0 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.) -- 491227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491227 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: hugin-tools Version: 0.7.0~svn3191-1 Severity: important When generating a blended panorama, hugin attempts to run enblend with the option --compression NONE but enblend 3.0 (the one currently in Debian) doesn't recognise that option. It's in enblend's upstream changelog as they progress to 3.1; looks like 3.1 isn't released yet. 2007-10-22 dangelo * src/enblend.cc: added --compression option to allow more detailed specification of the compression type and quality (especially for jpeg output) -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25 (PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages hugin-tools depends on: ii hugin-data 0.7.0~svn3191-1 data files for Hugin ii libboost-thread1.34.1 1.34.1-11 portable C++ multi-threading ii libc6 2.7-12 GNU C Library: Shared libraries ii libexiv2-4 0.17.1-1 EXIF/IPTC metadata manipulation li ii libgcc1 1:4.3.1-6 GCC support library ii libilmbase6 1.0.1-2+nmu1 several utility libraries from ILM ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libopenexr6 1.6.1-3 runtime files for the OpenEXR imag ii libpano13-0 2.9.12.dfsg-2 panorama tools library ii libpng12-0 1.2.27-1 PNG library - runtime ii libstdc++6 4.3.1-6 The GNU Standard C++ Library v3 ii libtiff4 3.8.2-10 Tag Image File Format (TIFF) libra Versions of packages hugin-tools recommends: ii enblend 3.0+dfsg-2 image blending tool ii libpano13-bin 2.9.12.dfsg-2 panorama tools utilities -- no debconf information
--- End Message ---
--- Begin Message ---Source: hugin Source-Version: 0.7.0~svn3191+beta5-1 We believe that the bug you reported is fixed in the latest version of hugin, which is due to be installed in the Debian FTP archive: hugin-data_0.7.0~svn3191+beta5-1_all.deb to pool/main/h/hugin/hugin-data_0.7.0~svn3191+beta5-1_all.deb hugin-tools_0.7.0~svn3191+beta5-1_i386.deb to pool/main/h/hugin/hugin-tools_0.7.0~svn3191+beta5-1_i386.deb hugin_0.7.0~svn3191+beta5-1.diff.gz to pool/main/h/hugin/hugin_0.7.0~svn3191+beta5-1.diff.gz hugin_0.7.0~svn3191+beta5-1.dsc to pool/main/h/hugin/hugin_0.7.0~svn3191+beta5-1.dsc hugin_0.7.0~svn3191+beta5-1_i386.deb to pool/main/h/hugin/hugin_0.7.0~svn3191+beta5-1_i386.deb hugin_0.7.0~svn3191+beta5.orig.tar.gz to pool/main/h/hugin/hugin_0.7.0~svn3191+beta5.orig.tar.gz 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. Cyril Brulebois <[EMAIL PROTECTED]> (supplier of updated hugin 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: Sun, 27 Jul 2008 05:40:02 +0200 Source: hugin Binary: hugin hugin-tools hugin-data Architecture: source i386 all Version: 0.7.0~svn3191+beta5-1 Distribution: unstable Urgency: low Maintainer: Debian PhotoTools Maintainers <[EMAIL PROTECTED]> Changed-By: Cyril Brulebois <[EMAIL PROTECTED]> Description: hugin - GUI tools for Hugin hugin-data - data files for Hugin hugin-tools - CLI tools for Hugin Closes: 394647 491227 491335 491539 491562 492469 Changes: hugin (0.7.0~svn3191+beta5-1) unstable; urgency=low . * New upstream release candidate: 0.7.0_beta5. The exact revision wasn't specified but that's mostly the same as svn r3191. * Adjust dependencies, thanks to several reporters, and especially to Andreas Metzler for the checks on enblend and the pointers: - Add make to hugin's Depends (Closes: #492469). - Move enblend from hugin-tools's Recommends to hugin's Depends, as it is now a requirement (Closes: #394647, #491539). - Also add libimage-exiftool-perl since upstream specifies that the the exiftool binary (from the Image::ExifTool Perl module) is needed. - Version the Build-Depends on libexiv2-dev: “>= 0.12”. With former versions, an FTBFS is triggered due to undefined references to Jpeg-related functions (Closes: #491335). * Add autopano-sift-c as alternative to autopano-sift to the suggested packages. As a reminder, patent issues prevent the inclusion of those packages in Debian. * Fix manpage mismatch: /usr/bin/autooptimizer versus autooptimizer(1), (spotted by Julien Valroff, thanks): - debian/rules: Copy generated doc/autooptimizer.1 into doc/autooptimiser.1, and remember it for cleanup. - debian/hugin-tools.manpages: Replace the z version with the s one. * Disable enblend compression, since Debian has enblend 3.0 for now and this option would require enblend 3.1 or a CVS snapshot. That means that the compression setting is going to be silently ignored for now, thanks to a quick patch by Steve Cotton (Closes: #491227, #491562): - 50_disable_enblend_compression: Do not call enblend with a “--compression” argument. * Add a README.Debian file to document that some features (like the above-mentioned one) might not be available because enblend 3.1 isn't released yet, and suggesting the use of backports.org if enblend 3.1 can't make it in time for lenny. Checksums-Sha1: b326240ae207de863b12833c6653d61eb187f0af 1548 hugin_0.7.0~svn3191+beta5-1.dsc 8762e41e35663270539dc57105c77ed49a144c47 4573028 hugin_0.7.0~svn3191+beta5.orig.tar.gz 6d3740e3c1fb81d4e4ce265964a72022e8b0ecaa 15480 hugin_0.7.0~svn3191+beta5-1.diff.gz efabd137ccb940894d38b86008b5ce6e208f348d 691200 hugin_0.7.0~svn3191+beta5-1_i386.deb 3b9c55153719c3e8694239104476f7b7b870a42b 2660006 hugin-tools_0.7.0~svn3191+beta5-1_i386.deb 33baf6cc1011378b1d46067a8c21d418ac7e9e0a 1069354 hugin-data_0.7.0~svn3191+beta5-1_all.deb Checksums-Sha256: fd1c39258b3f650b24a4e5d6fb2085ee34dedffe0506de82868b5ddf3e534ff6 1548 hugin_0.7.0~svn3191+beta5-1.dsc 3cf6d7e133a797f214a6084a5755688d8e2df30d852fcead7155aeb61ec0004f 4573028 hugin_0.7.0~svn3191+beta5.orig.tar.gz ed55b4f08b68b69e8926f8b0c562f982576bb95685f51f9836f8f08c637bcc8e 15480 hugin_0.7.0~svn3191+beta5-1.diff.gz bd478bf1c410013b280a95eb7d92ebacb0a1df1f11a70afd4664c9d9dcf64e5f 691200 hugin_0.7.0~svn3191+beta5-1_i386.deb 1007ae6c454afd829154b272a3b5e6e01c115e6e04e939a678d88e95442a9ad4 2660006 hugin-tools_0.7.0~svn3191+beta5-1_i386.deb 83ffef30611c575004558d409b1268b10b480d8c353ad84f363ff4fafb14ea25 1069354 hugin-data_0.7.0~svn3191+beta5-1_all.deb Files: 108f132215433e9ae89af2375c781acf 1548 graphics optional hugin_0.7.0~svn3191+beta5-1.dsc bac63f3275568ea6cd1ff4a11848c8ab 4573028 graphics optional hugin_0.7.0~svn3191+beta5.orig.tar.gz 60f0d61568ef42cb9b5c4b650e4599f5 15480 graphics optional hugin_0.7.0~svn3191+beta5-1.diff.gz 3ab26c1310a936b9190b0dbd94bdbc2a 691200 graphics optional hugin_0.7.0~svn3191+beta5-1_i386.deb e87debfd294954ccf0cbaf7f7664a156 2660006 graphics optional hugin-tools_0.7.0~svn3191+beta5-1_i386.deb c5688e4e28325995c6d880e7c8d1b85c 1069354 graphics optional hugin-data_0.7.0~svn3191+beta5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiL+eUACgkQeGfVPHR5Nd2jkgCgpEtV58be6sCblDkhf4Ph2JPf ZoYAmwTsrY0zx1YQurEUudsMML341kvT =dL3M -----END PGP SIGNATURE-----
--- End Message ---

