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

Bug#687345: marked as done (unblock: brasero/3.4.1-3)



Your message dated Wed, 12 Sep 2012 06:20:10 +0100
with message-id <1347427210.5105.14.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#687345: unblock: brasero/3.4.1-3
has caused the Debian Bug report #687345,
regarding unblock: brasero/3.4.1-3
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 owner@bugs.debian.org
immediately.)


-- 
687345: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687345
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

please unblock brasero 3.4.1-3.
The 3.4.1-2.1 NMU includes an incorrect fix for a not-so-RC bug, so it 
needs to be reverted.

I have also included a simple fix for the aforementioned bug. The 
growisofs plugin is used when you burn a DVD on the fly, and it doesn’t 
work without genisoimage. The solution is to move this plugin away, 
because the libburn plugin does the job correctly in its place.

unblock brasero/3.4.1-3

Thanks,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'
  `-
Index: debian/control
===================================================================
--- debian/control	(révision 35484)
+++ debian/control	(copie de travail)
@@ -92,7 +92,10 @@
          ${misc:Depends},
          libbrasero-media3-1 (= ${binary:Version}),
          genisoimage,
+         growisofs,
          wodim
+Breaks: libbrasero-media3-1 (<< 3.4.1-3)
+Replaces: libbrasero-media3-1 (<< 3.4.1-3)
 Recommends: dvdauthor
 Suggests: readom
 Description: cdrkit extensions for the Brasero burning application
@@ -100,8 +103,8 @@
  media.
  .
  This package contains extensions for Brasero, based on the genisoimage,
- wodim, readom and dvdauthor programs. They are only needed for the
- following operations in Brasero:
+ growisofs, wodim, readom and dvdauthor programs. They are only needed 
+ for the following operations in Brasero:
   * Audio CD burning with CD-Text information
   * Video DVD creation
 
@@ -110,7 +113,6 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         growisofs,
          brasero-common (= ${source:Version})
 Recommends: gnome-icon-theme,
             gstreamer0.10-plugins-good,
Index: debian/brasero-cdrkit.install
===================================================================
--- debian/brasero-cdrkit.install	(révision 35484)
+++ debian/brasero-cdrkit.install	(copie de travail)
@@ -3,3 +3,4 @@
 usr/lib/brasero*/plugins/libbrasero-genisoimage.so
 usr/lib/brasero*/plugins/libbrasero-wodim.so
 usr/lib/brasero*/plugins/libbrasero-readom.so
+usr/lib/brasero*/plugins/libbrasero-growisofs.so
Index: debian/control.in
===================================================================
--- debian/control.in	(révision 35484)
+++ debian/control.in	(copie de travail)
@@ -87,7 +87,10 @@
          ${misc:Depends},
          libbrasero-media3-1 (= ${binary:Version}),
          genisoimage,
+         growisofs,
          wodim
+Breaks: libbrasero-media3-1 (<< 3.4.1-3)
+Replaces: libbrasero-media3-1 (<< 3.4.1-3)
 Recommends: dvdauthor
 Suggests: readom
 Description: cdrkit extensions for the Brasero burning application
@@ -95,8 +98,8 @@
  media.
  .
  This package contains extensions for Brasero, based on the genisoimage,
- wodim, readom and dvdauthor programs. They are only needed for the
- following operations in Brasero:
+ growisofs, wodim, readom and dvdauthor programs. They are only needed 
+ for the following operations in Brasero:
   * Audio CD burning with CD-Text information
   * Video DVD creation
 
@@ -105,7 +108,6 @@
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         growisofs,
          brasero-common (= ${source:Version})
 Recommends: gnome-icon-theme,
             gstreamer0.10-plugins-good,
Index: debian/changelog
===================================================================
--- debian/changelog	(révision 35484)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,11 @@
+brasero (3.4.1-3) unstable; urgency=low
+
+  * Revert unwanted 3.4.1-2.1 NMU.
+  * Move growisofs plugin to brasero-cdrkit. Really closes: #658789.
+  * Add breaks/replaces and update growisofs dependency accordingly.
+
+ -- Josselin Mouette <joss@debian.org>  Tue, 11 Sep 2012 23:56:43 +0200
+
 brasero (3.4.1-2) unstable; urgency=low
 
   * Mark the brasero_file_monitor_* symbols as arch=linux-any. Closes: #679311
Index: debian/libbrasero-media3-1.install
===================================================================
--- debian/libbrasero-media3-1.install	(révision 35484)
+++ debian/libbrasero-media3-1.install	(copie de travail)
@@ -1,7 +1,6 @@
 usr/lib/*.so.*
 usr/lib/brasero*/plugins/libbrasero-checksum.so
 usr/lib/brasero*/plugins/libbrasero-audio2cue.so
-usr/lib/brasero*/plugins/libbrasero-growisofs.so
 usr/lib/brasero*/plugins/libbrasero-normalize.so
 usr/lib/brasero*/plugins/libbrasero-dvdrwformat.so
 usr/lib/brasero*/plugins/libbrasero-dvdcss.so

--- End Message ---
--- Begin Message ---
On Wed, 2012-09-12 at 00:35 +0200, Josselin Mouette wrote:
> please unblock brasero 3.4.1-3.
> The 3.4.1-2.1 NMU includes an incorrect fix for a not-so-RC bug, so it 
> needs to be reverted.
> 
> I have also included a simple fix for the aforementioned bug. The 
> growisofs plugin is used when you burn a DVD on the fly, and it doesn’t 
> work without genisoimage. The solution is to move this plugin away, 
> because the libburn plugin does the job correctly in its place.

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: