[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#772157: release.debian.org: unblock: ufraw/0.20-2



Package: release.debian.org
Severity: normal

Hello, release team.

I've just uploaded ufraw 0.20-2 to fix bug #772102.  This bug results in
gimp-ufraw failing to load Canon Raw files.

Note that the bug was filed as (and still is set as) a normal severity
bug.  However, I believe that it is really at least an important bug (a
bug which has a major effect on the usability of a package), if not a
grave bug (makes the package in question unusable or mostly so -- since
it affects Canon Raw files, and probably a significant number of ufraw
users have Canon cameras).  But, I thought it would be better to request
permission before changing the severity.

The changelog entry is:
 ufraw (0.20-2) unstable; urgency=low
 .
   * ufraw-gimp.c: Apply upstream patch: Only use
     gimp_register_magic_load_handler() with Gimp 2.9+.
     http://ufraw.cvs.sourceforge.net/viewvc/ufraw/ufraw/ufraw-gimp.c?r1=1.82&r2=1.83
     (Closes: #772102)

debdiff says (hmm... did I reverse that?):
File lists identical (after any substitutions)

Control files of package gimp-ufraw: lines which differ (wdiff format)
----------------------------------------------------------------------
Version: [-0.20-2-] {+0.20-1+}

Control files of package ufraw: lines which differ (wdiff format)
-----------------------------------------------------------------
Depends: libatk1.0-0 (>= 1.12.4), libbz2-1.0, libc6 (>= 2.15), libcairo2 (>= 1.2.4), libexiv2-13, libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libgomp1 (>= 4.9), libgtk2.0-0 (>= 2.12.0), libgtkimageview0, libjpeg62-turbo (>= 1:1.3.1), liblcms2-2 (>= 2.2+git20110628), liblensfun0 (>= 0.2.8), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.6), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.1.4), desktop-file-utils, ufraw-batch (= [-0.20-2)-] {+0.20-1)+}
Installed-Size: [-2274-] {+2273+}
Version: [-0.20-2-] {+0.20-1+}

Control files of package ufraw-batch: lines which differ (wdiff format)
-----------------------------------------------------------------------
Version: [-0.20-2-] {+0.20-1+}

And interdiff say:
diff -u ufraw-0.20/debian/changelog ufraw-0.20/debian/changelog
--- ufraw-0.20/debian/changelog
+++ ufraw-0.20/debian/changelog
@@ -1,3 +1,12 @@
+ufraw (0.20-2) unstable; urgency=low
+
+  * ufraw-gimp.c: Apply upstream patch: Only use
+    gimp_register_magic_load_handler() with Gimp 2.9+.
+    http://ufraw.cvs.sourceforge.net/viewvc/ufraw/ufraw/ufraw-gimp.c?r1=1.82&r2=1.83
+    (Closes: #772102)
+
+ -- Hubert Chathi <uhoreg@debian.org>  Fri, 05 Dec 2014 10:23:28 -0500
+
 ufraw (0.20-1) unstable; urgency=low
 
   * New upstream version.
only in patch2:
unchanged:
--- ufraw-0.20.orig/ufraw-gimp.c
+++ ufraw-0.20/ufraw-gimp.c
@@ -79,12 +79,16 @@
                            load_args,
                            load_return_vals);
 
+#if HAVE_GIMP_2_9
     gimp_register_magic_load_handler("file_ufraw_load",
                                      (char *)raw_ext,
                                      "",
                                      "0,string,II*\\0,"
                                      "0,string,MM\\0*,"
                                      "0,string,<?xml");
+#else
+    gimp_register_load_handler("file_ufraw_load", (char *)raw_ext, "");
+#endif
 
     gimp_install_procedure("file_ufraw_load_thumb",
                            "Loads thumbnails from digital camera raw files.",

Thank you for considering this request.

-- System Information:
Debian Release: 7.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


Reply to: