r53600 - in /desktop/unstable/brasero/debian: brasero.install changelog control control.in nautilus-extension-brasero.install

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Sep 10 01:34:12 UTC 2017


Author: jbicha
Date: Sun Sep 10 01:34:11 2017
New Revision: 53600

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53600
Log:
Split nautilus-plugin-brasero to a separate package. (Closes: #842830)

Added:
    desktop/unstable/brasero/debian/nautilus-extension-brasero.install
Modified:
    desktop/unstable/brasero/debian/brasero.install
    desktop/unstable/brasero/debian/changelog
    desktop/unstable/brasero/debian/control
    desktop/unstable/brasero/debian/control.in

Modified: desktop/unstable/brasero/debian/brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/brasero.install?rev=53600&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/brasero.install	[utf-8] (original)
+++ desktop/unstable/brasero/debian/brasero.install	[utf-8] Sun Sep 10 01:34:11 2017
@@ -2,4 +2,3 @@
 usr/share/appdata
 usr/share/applications
 usr/share/man
-usr/lib/*/nautilus/*/*.so

Modified: desktop/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/changelog?rev=53600&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/changelog	[utf-8] (original)
+++ desktop/unstable/brasero/debian/changelog	[utf-8] Sun Sep 10 01:34:11 2017
@@ -1,8 +1,10 @@
 brasero (3.12.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Split nautilus-plugin-brasero to a separate package. (Closes: #842830)
   * Rename gir1.2-brasero-3.0 to gir1.2-brasero-3.1 to match gir version
     number
+  * Drop conflicts on nautilus-cd-burner, not needed since Squeeze
   * Drop 01_current_libdvdcss_symbol.patch: Applied in new release
 
  -- Jeremy Bicha <jbicha at debian.org>  Sat, 09 Sep 2017 20:51:46 -0400

Modified: desktop/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control?rev=53600&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control	[utf-8] (original)
+++ desktop/unstable/brasero/debian/control	[utf-8] Sun Sep 10 01:34:11 2017
@@ -48,11 +48,11 @@
          libbrasero-media3-1 (= ${binary:Version}),
          brasero-common (= ${source:Version})
 Recommends: yelp,
-            brasero-cdrkit
+            brasero-cdrkit,
+            nautilus-extension-brasero
 Suggests: vcdimager,
           libdvdcss2,
           tracker
-Conflicts: nautilus-cd-burner
 Description: CD/DVD burning application for GNOME
  Brasero is a simple application to burn, copy and erase CD and DVD
  media: audio, video or data. It features among other things:
@@ -61,8 +61,7 @@
   * On-the-fly conversion of music playlists in all formats supported by
     GStreamer
  .
- This package contains the main binary, the burning plugins and the
- nautilus extension.
+ This package contains the standalone app.
  .
  The following packages, if installed, will provide Brasero with added
  functionality:
@@ -153,3 +152,21 @@
  .
  It can be used by packages using the GIRepository format to generate
  dynamic bindings.
+
+Package: nautilus-extension-brasero
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gvfs
+Enhances: nautilus
+Breaks: brasero (<< 3.12.1-5~)
+Replaces: brasero (<< 3.12.1-5~)
+Description: CD/DVD burning integration for Nautilus
+ Brasero is a simple application to burn, copy and erase CD and DVD
+ media: audio, video or data. It features among other things:
+  * On-the-fly burning
+  * Multisession support
+  * On-the-fly conversion of music playlists in all formats supported by
+    GStreamer
+ .
+ This package contains the extension for Nautilus, the GNOME Files app.

Modified: desktop/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/control.in?rev=53600&op=diff
==============================================================================
--- desktop/unstable/brasero/debian/control.in	[utf-8] (original)
+++ desktop/unstable/brasero/debian/control.in	[utf-8] Sun Sep 10 01:34:11 2017
@@ -44,11 +44,11 @@
          libbrasero-media3-1 (= ${binary:Version}),
          brasero-common (= ${source:Version})
 Recommends: yelp,
-            brasero-cdrkit
+            brasero-cdrkit,
+            nautilus-extension-brasero
 Suggests: vcdimager,
           libdvdcss2,
           tracker
-Conflicts: nautilus-cd-burner
 Description: CD/DVD burning application for GNOME
  Brasero is a simple application to burn, copy and erase CD and DVD
  media: audio, video or data. It features among other things:
@@ -57,8 +57,7 @@
   * On-the-fly conversion of music playlists in all formats supported by
     GStreamer
  .
- This package contains the main binary, the burning plugins and the
- nautilus extension.
+ This package contains the standalone app.
  .
  The following packages, if installed, will provide Brasero with added
  functionality:
@@ -149,3 +148,21 @@
  .
  It can be used by packages using the GIRepository format to generate
  dynamic bindings.
+
+Package: nautilus-extension-brasero
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gvfs
+Enhances: nautilus
+Breaks: brasero (<< 3.12.1-5~)
+Replaces: brasero (<< 3.12.1-5~)
+Description: CD/DVD burning integration for Nautilus
+ Brasero is a simple application to burn, copy and erase CD and DVD
+ media: audio, video or data. It features among other things:
+  * On-the-fly burning
+  * Multisession support
+  * On-the-fly conversion of music playlists in all formats supported by
+    GStreamer
+ .
+ This package contains the extension for Nautilus, the GNOME Files app.

Added: desktop/unstable/brasero/debian/nautilus-extension-brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/brasero/debian/nautilus-extension-brasero.install?rev=53600&op=file
==============================================================================
--- desktop/unstable/brasero/debian/nautilus-extension-brasero.install	(added)
+++ desktop/unstable/brasero/debian/nautilus-extension-brasero.install	[utf-8] Sun Sep 10 01:34:11 2017
@@ -0,0 +1 @@
+usr/lib/*/nautilus/*/*.so




More information about the pkg-gnome-commits mailing list