Bug#687345: unblock: brasero/3.4.1-3
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
Reply to: