r25247 - in /desktop/unstable/brasero/debian: changelog patches/50_checksum.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 2 11:20:45 UTC 2010


Author: joss
Date: Sat Oct  2 11:20:43 2010
New Revision: 25247

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25247
Log:
50_checksum.patch: stolen from upstream git. Fixes 
image checksumming. Closes: #495469.

Added:
    desktop/unstable/brasero/debian/patches/50_checksum.patch
Modified:
    desktop/unstable/brasero/debian/changelog
    desktop/unstable/brasero/debian/patches/series

Modified: desktop/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/changelog?rev=25247&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/changelog [utf-8] (original)
+++ desktop/unstable/brasero/debian/changelog [utf-8] Sat Oct  2 11:20:43 2010
@@ -1,3 +1,10 @@
+brasero (2.30.3-2) UNRELEASED; urgency=low
+
+  * 50_checksum.patch: stolen from upstream git. Fixes 
+    image checksumming. Closes: #495469.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 02 Oct 2010 13:20:08 +0200
+
 brasero (2.30.3-1) unstable; urgency=low
 
   * Recommend cdrdao 1.2.3 so that it can actually work.

Added: desktop/unstable/brasero/debian/patches/50_checksum.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/50_checksum.patch?rev=25247&op=file
==============================================================================
--- desktop/unstable/brasero/debian/patches/50_checksum.patch (added)
+++ desktop/unstable/brasero/debian/patches/50_checksum.patch [utf-8] Sat Oct  2 11:20:43 2010
@@ -1,0 +1,20 @@
+From d0221212bdc9c5e89c784bfc60667293cf0d7e69 Mon Sep 17 00:00:00 2001
+From: Philippe Rouquier <bonfire-app at wanadoo.fr>
+Date: Fri, 03 Sep 2010 18:29:11 +0000
+Subject: Fix image checksuming that did not occur when GConf or GSetting returned 0 as a value for the checksum type key
+
+---
+diff --git a/plugins/checksum/burn-checksum-image.c b/plugins/checksum/burn-checksum-image.c
+index da01746..fbba176 100644
+--- a/plugins/checksum/burn-checksum-image.c
++++ b/plugins/checksum/burn-checksum-image.c
+@@ -681,6 +681,7 @@ brasero_checksum_image_activate (BraseroJob *job,
+ 	brasero_job_get_action (job, &action);
+ 
+ 	if (action == BRASERO_JOB_ACTION_IMAGE
++	&&  brasero_track_get_checksum_type (track) != BRASERO_CHECKSUM_NONE
+ 	&&  brasero_track_get_checksum_type (track) == brasero_checksum_get_checksum_type ()) {
+ 		BRASERO_JOB_LOG (job,
+ 				 "There is a checksum already %d",
+--
+cgit v0.8.3.1

Modified: desktop/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/patches/series?rev=25247&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/patches/series [utf-8] (original)
+++ desktop/unstable/brasero/debian/patches/series [utf-8] Sat Oct  2 11:20:43 2010
@@ -1,4 +1,5 @@
 01_pkglibdir.patch
 11_nautilus_menu_no_display.patch
 31_link_libice.patch
+50_checksum.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list