Your message dated Sat, 30 Jul 2011 08:47:30 +0000
with message-id <[email protected]>
and subject line Bug#635943: fixed in fbi 2.07-8
has caused the Debian Bug report #635943,
regarding fbi: FTBFS with libpng 1.5.2
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.)
--
635943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fbi
Version: 2.07-7
Severity: important
Tags: patch
User: [email protected]
Usertags: libpng15-transition
Hi,
I uploaded libpng 1.5.2 to experimental.
libpng maintainers plan to transition from libpng 1.2 to 1.5.
I am checking build it the package depend to libpng.
I noticed your package FTBFS by libpng 1.5.
I created the patch that revise this problem.
Could you check and apply this patch?
Best regards,
Nobuhiro
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
diff -Nru fbi-2.07/debian/changelog fbi-2.07/debian/changelog
--- fbi-2.07/debian/changelog 2011-02-15 03:29:21.000000000 +0900
+++ fbi-2.07/debian/changelog 2011-05-30 14:58:43.000000000 +0900
@@ -1,3 +1,10 @@
+fbi (2.07-7.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * libpng transition.
+
+ -- Nobuhiro Iwamatsu <[email protected]> Mon, 30 May 2011 14:58:34 +0900
+
fbi (2.07-7) unstable; urgency=low
* _Really_ switch to linux-any (Closes: #604657)
diff -Nru fbi-2.07/debian/patches/debian-changes-2.07-7.1 fbi-2.07/debian/patches/debian-changes-2.07-7.1
--- fbi-2.07/debian/patches/debian-changes-2.07-7.1 1970-01-01 09:00:00.000000000 +0900
+++ fbi-2.07/debian/patches/debian-changes-2.07-7.1 2011-05-30 15:06:22.000000000 +0900
@@ -0,0 +1,41 @@
+Description: Upstream changes introduced in version 2.07-7.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ fbi (2.07-7.1) unstable; urgency=low
+ .
+ * Non-maintainer upload.
+ * libpng transition.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Nobuhiro Iwamatsu <[email protected]>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- fbi-2.07.orig/rd/read-png.c
++++ fbi-2.07/rd/read-png.c
+@@ -68,8 +68,11 @@ png_init(FILE *fp, char *filename, unsig
+ png_set_strip_16(h->png);
+ if (h->color_type == PNG_COLOR_TYPE_PALETTE)
+ png_set_palette_to_rgb(h->png);
+- if (h->color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
++#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
++ png_set_expand_gray_1_2_4_to_8(h->png);
++#else
+ png_set_gray_1_2_4_to_8(h->png);
++#endif
+
+ if (png_get_bKGD(h->png, h->info, &file_bg)) {
+ png_set_background(h->png,file_bg,PNG_BACKGROUND_GAMMA_FILE,1,1.0);
diff -Nru fbi-2.07/debian/patches/series fbi-2.07/debian/patches/series
--- fbi-2.07/debian/patches/series 2010-09-01 07:06:41.000000000 +0900
+++ fbi-2.07/debian/patches/series 2011-05-30 15:06:22.000000000 +0900
@@ -6,3 +6,4 @@
fbgs-pass-more-args.diff
debian-changes-2.07-3
debian-changes-2.07-6
+debian-changes-2.07-7.1
--- End Message ---
--- Begin Message ---
Source: fbi
Source-Version: 2.07-8
We believe that the bug you reported is fixed in the latest version of
fbi, which is due to be installed in the Debian FTP archive:
exiftran_2.07-8_amd64.deb
to main/f/fbi/exiftran_2.07-8_amd64.deb
fbi_2.07-8.debian.tar.gz
to main/f/fbi/fbi_2.07-8.debian.tar.gz
fbi_2.07-8.dsc
to main/f/fbi/fbi_2.07-8.dsc
fbi_2.07-8_amd64.deb
to main/f/fbi/fbi_2.07-8_amd64.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.
Moritz Muehlenhoff <[email protected]> (supplier of updated fbi 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, 30 Jul 2011 10:35:49 +0200
Source: fbi
Binary: fbi exiftran
Architecture: source amd64
Version: 2.07-8
Distribution: unstable
Urgency: low
Maintainer: Moritz Muehlenhoff <[email protected]>
Changed-By: Moritz Muehlenhoff <[email protected]>
Description:
exiftran - transform digital camera jpeg images
fbi - Linux frame buffer image viewer
Closes: 635943
Changes:
fbi (2.07-8) unstable; urgency=low
.
* Apply patch from Nobuhiro Iwamatsu to ensure compatibility with
libpng >= 1.4, thanks for the patch! (Closes: #635943)
* Bump standards version to 3.9.2 (no changes needed)
* Lintian cleanups
Checksums-Sha1:
9cee5e5b2b5b713a4066d064bc1df76f501d32ac 1271 fbi_2.07-8.dsc
163aea8457a69df139d820fd3c3311041d328529 9043 fbi_2.07-8.debian.tar.gz
0c32127a92ed3ec8940e116839ef9b48caff6768 61018 fbi_2.07-8_amd64.deb
4085a469e9cf92eba9d35db16904885799837a5b 27460 exiftran_2.07-8_amd64.deb
Checksums-Sha256:
126b8077a94f4b81c6f3e7dcf83c8352916fff29c890d1eeac133e2547dc6530 1271
fbi_2.07-8.dsc
b61412d4939dcad1ff3fc71dde2d386c3ee4b2e4c3a05c1af3a558013a8af3f6 9043
fbi_2.07-8.debian.tar.gz
9bcbee56b268400ba30cc88fe06d7f99370a2f6727fe0a9857d5fa493ff9700a 61018
fbi_2.07-8_amd64.deb
bfb025876397b02eb107552db3658aab9d12eade242a705cd270d5fbcea8abb7 27460
exiftran_2.07-8_amd64.deb
Files:
232ec400ca8024b33454e283ceaf72cd 1271 graphics optional fbi_2.07-8.dsc
c0f66cb48e6492de15a603ad2c784cae 9043 graphics optional
fbi_2.07-8.debian.tar.gz
066acc5c83b89e17e19447f1784d74b8 61018 graphics optional fbi_2.07-8_amd64.deb
81896765e8eee95a207fc6e4260b77f9 27460 graphics optional
exiftran_2.07-8_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4zw3sACgkQXm3vHE4uyloRmgCgyoWri83vFC5DRYTRIskVvoRP
lXMAoLBo2e6jNNQEY4yXZAo24N2g0/64
=OOyQ
-----END PGP SIGNATURE-----
--- End Message ---