Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package kde-runtime

The main reason for asking this unblock is that the package has been rebuilt
with xz compression to be able to fit in CD 1, as asked in #688758.

We also used the oportunity to fix two minor bugs:

* Backport upstream commit 9145b51c1cc4e9ecd273e8eb41de1bbcdd607e35 to not
  claim thumbnail support for the image/x-wmf and image/x-xfig mimetypes;
  patch upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch.

* Backport upstream commit d9234cca36319cb6895d4a7d36030a95923d1373 (from
  the nepomuk-core repository) to remove a spammy "FIXME" debug message;
  patch upstream_Remove-a-FIXME-debug-message.patch. (Closes: #677625)

Diffstat:

 changelog                                                                   |  
 17 +++++
 control                                                                     |  
  3 
 patches/series                                                              |  
  2 
 patches/upstream_Remove-a-FIXME-debug-message.patch                         |  
 27 ++++++++
 patches/upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch |  
 32 ++++++++++
 5 files changed, 80 insertions(+), 1 deletion(-)

Kinds regards, Lisandro.

unblock kde-runtime/4:4.8.4-2

-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)
Foreign Architectures: mips
i386

Kernel: Linux 3.2.21+edid (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru kde-runtime-4.8.4/debian/changelog kde-runtime-4.8.4/debian/changelog
--- kde-runtime-4.8.4/debian/changelog	2012-06-09 09:23:26.000000000 -0300
+++ kde-runtime-4.8.4/debian/changelog	2012-10-24 17:36:12.000000000 -0300
@@ -1,3 +1,20 @@
+kde-runtime (4:4.8.4-2) unstable; urgency=low
+
+  * The package rebuild will use xz compression (Closes: #688758).
+
+  [ Pino Toscano ]
+  * Backport upstream commit 9145b51c1cc4e9ecd273e8eb41de1bbcdd607e35 to not
+    claim thumbnail support for the image/x-wmf and image/x-xfig mimetypes;
+    patch upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch.
+  * Backport upstream commit d9234cca36319cb6895d4a7d36030a95923d1373 (from
+    the nepomuk-core repository) to remove a spammy "FIXME" debug message;
+    patch upstream_Remove-a-FIXME-debug-message.patch. (Closes: #677625)
+
+  [ Lisandro Damián Nicanor Pérez meyer ]
+  * Add myself to Uploaders.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>  Wed, 24 Oct 2012 17:33:47 -0300
+
 kde-runtime (4:4.8.4-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru kde-runtime-4.8.4/debian/control kde-runtime-4.8.4/debian/control
--- kde-runtime-4.8.4/debian/control	2012-06-09 09:22:55.000000000 -0300
+++ kde-runtime-4.8.4/debian/control	2012-10-24 17:36:12.000000000 -0300
@@ -7,7 +7,8 @@
  Modestas Vainius <mo...@debian.org>,
  George Kiagiadakis <kiagiadakis.geo...@gmail.com>,
  José Manuel Santamaría Lema <panfa...@gmail.com>,
- Eshat Cakar <i...@eshat.de>
+ Eshat Cakar <i...@eshat.de>,
+ Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>
 Build-Depends: kde-sc-dev-latest (>= 4:4.8.4),
  cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
  kdelibs5-dev (>= 4:4.8), libphonon-dev (>= 4:4.6.0really4.4.3), kdelibs5-plugins,
diff -Nru kde-runtime-4.8.4/debian/patches/series kde-runtime-4.8.4/debian/patches/series
--- kde-runtime-4.8.4/debian/patches/series	2012-05-26 13:48:56.000000000 -0300
+++ kde-runtime-4.8.4/debian/patches/series	2012-10-24 17:36:12.000000000 -0300
@@ -1,3 +1,5 @@
 kde4_information_menu.diff
 disable_usr_lib_install_rpath.diff
 khelp_htdig.diff
+upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch
+upstream_Remove-a-FIXME-debug-message.patch
diff -Nru kde-runtime-4.8.4/debian/patches/upstream_Remove-a-FIXME-debug-message.patch kde-runtime-4.8.4/debian/patches/upstream_Remove-a-FIXME-debug-message.patch
--- kde-runtime-4.8.4/debian/patches/upstream_Remove-a-FIXME-debug-message.patch	1969-12-31 21:00:00.000000000 -0300
+++ kde-runtime-4.8.4/debian/patches/upstream_Remove-a-FIXME-debug-message.patch	2012-10-24 17:36:12.000000000 -0300
@@ -0,0 +1,27 @@
+From d9234cca36319cb6895d4a7d36030a95923d1373 Mon Sep 17 00:00:00 2001
+From: Vishesh Handa <m...@vhanda.in>
+Date: Fri, 15 Jun 2012 18:37:56 +0530
+Subject: [PATCH] Remove a FIXME debug message
+
+It's not a good idea to spam the users with FIXME errors.
+
+BUG: 300323
+---
+ services/storage/resourcewatchermanager.cpp |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/nepomuk/services/storage/resourcewatchermanager.cpp b/nepomuk/services/storage/resourcewatchermanager.cpp
+index 4ef5d6b..80883a4 100644
+--- a/nepomuk/services/storage/resourcewatchermanager.cpp
++++ b/nepomuk/services/storage/resourcewatchermanager.cpp
+@@ -120,7 +120,6 @@ Nepomuk2::ResourceWatcherManager::~ResourceWatcherManager()
+ void Nepomuk::ResourceWatcherManager::addStatement(const Soprano::Statement& st)
+ {
+     // FIXME!
+-    kError() << "FIXME";
+     //addProperty( st.subject(), st.predicate().uri(), QList<Soprano::Node>() << st.object() );
+ }
+ 
+-- 
+1.7.10.4
+
diff -Nru kde-runtime-4.8.4/debian/patches/upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch kde-runtime-4.8.4/debian/patches/upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch
--- kde-runtime-4.8.4/debian/patches/upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch	1969-12-31 21:00:00.000000000 -0300
+++ kde-runtime-4.8.4/debian/patches/upstream_Remove-image-x-wmf-and-image-x-xfig-from-image-thumb.patch	2012-10-24 17:36:12.000000000 -0300
@@ -0,0 +1,32 @@
+From 9145b51c1cc4e9ecd273e8eb41de1bbcdd607e35 Mon Sep 17 00:00:00 2001
+From: "Friedrich W. H. Kossebau" <kosse...@kde.org>
+Date: Thu, 28 Jun 2012 20:22:41 +0200
+Subject: [PATCH] Remove image/x-wmf and image/x-xfig from image thumbnailer's
+ supported mimetypes
+
+There is no known QImageIOPlugin for these two mimetypes.
+And the image thumbnailer currently might hide a special thumbnailer for these,
+as the code of the thumbnail creation invoking code just takes the first
+in the list of found thumbnail plugins, cmp. ThumbnailProtocol::pluginForMimeType(...)
+in kde-runtime/kioslave/thumbnail/thumbnail.cpp
+
+REVIEW: 105371
+---
+ kioslave/thumbnail/imagethumbnail.desktop |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kioslave/thumbnail/imagethumbnail.desktop b/kioslave/thumbnail/imagethumbnail.desktop
+index 17263a9..b4ea0f4 100644
+--- a/kioslave/thumbnail/imagethumbnail.desktop
++++ b/kioslave/thumbnail/imagethumbnail.desktop
+@@ -68,6 +68,6 @@ Name[x-test]=xxImages (GIF, PNG, BMP, ...)xx
+ Name[zh_CN]=图像 (GIF、PNG、BMP ...)
+ Name[zh_TW]=影像(GIF、PNG、BMP...)
+ X-KDE-ServiceTypes=ThumbCreator
+-MimeType=image/cgm;image/fax-g3;image/gif;image/jp2;image/png;image/tiff;image/bmp;image/x-dds;image/x-ico;image/x-jng;image/x-pcx;image/x-photo-cd;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-rgb;image/x-tga;image/x-wmf;image/x-xbitmap;image/x-xcf;image/x-xfig;image/x-xpixmap;image/x-sun-raster;image/vnd.adobe.photoshop;image/x-psd;image/x-hdr;image/x-pic;image/vnd.microsoft.icon;image/x-icon;
++MimeType=image/cgm;image/fax-g3;image/gif;image/jp2;image/png;image/tiff;image/bmp;image/x-dds;image/x-ico;image/x-jng;image/x-pcx;image/x-photo-cd;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-rgb;image/x-tga;image/x-xbitmap;image/x-xcf;image/x-xpixmap;image/x-sun-raster;image/vnd.adobe.photoshop;image/x-psd;image/x-hdr;image/x-pic;image/vnd.microsoft.icon;image/x-icon;
+ X-KDE-Library=imagethumbnail
+ CacheThumbnail=true
+-- 
+1.7.10.4
+
-- 
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-talk

Reply via email to