--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Hi,
please unblock meta-gnome3 for a few more adjustments.
meta-gnome3 (1:3.14+3) unstable; urgency=medium
* Use goobox by default instead of sound-juicer. Closes: #771827.
* Add gnome-shell-extension-weather to gnome.
* Demote XUL extensions to suggests again, because they are not
updated whenever iceweasel is upgraded in stable, despite being (at
least for the keyring plugin) important security features.
unblock meta-gnome3/1:3.14+3
Thanks,
--
.''`. Josselin Mouette
: :' :
`. `'
`-
Index: debian/control
===================================================================
--- debian/control (révision 43946)
+++ debian/control (copie de travail)
@@ -143,12 +143,13 @@
libreoffice-impress,
rhythmbox (>= 3.0),
simple-scan [linux-any],
- sound-juicer (>= 3.14),
+ goobox | sound-juicer,
transmission-gtk,
xdg-user-dirs-gtk,
# Plugins for core and apps
cups-pk-helper (>= 0.2),
gedit-plugins (>= 3.14),
+ gnome-shell-extension-weather,
gstreamer1.0-libav (>= 0.10.13),
gstreamer1.0-plugins-ugly (>= 0.10.19),
rhythmbox-plugins,
@@ -161,10 +162,10 @@
libgtk2-perl (>= 1:1.130),
${misc:Depends}
# Official app, not yet in Jessie so only recommended for now.
-Recommends: gnome-software,
- xul-ext-adblock-plus,
- xul-ext-gnome-keyring
-Suggests: iceweasel-l10n-all
+Recommends: gnome-software
+Suggests: xul-ext-adblock-plus,
+ xul-ext-gnome-keyring,
+ iceweasel-l10n-all
Description: Full GNOME Desktop Environment, with extra components
This is the GNOME Desktop environment, an intuitive and attractive
desktop, with extra components.
Index: debian/control.in
===================================================================
--- debian/control.in (révision 43946)
+++ debian/control.in (copie de travail)
@@ -139,12 +139,13 @@
libreoffice-impress,
rhythmbox (>= 3.0),
simple-scan [linux-any],
- sound-juicer (>= 3.14),
+ goobox | sound-juicer,
transmission-gtk,
xdg-user-dirs-gtk,
# Plugins for core and apps
cups-pk-helper (>= 0.2),
gedit-plugins (>= 3.14),
+ gnome-shell-extension-weather,
gstreamer1.0-libav (>= 0.10.13),
gstreamer1.0-plugins-ugly (>= 0.10.19),
rhythmbox-plugins,
@@ -157,10 +158,10 @@
libgtk2-perl (>= 1:1.130),
${misc:Depends}
# Official app, not yet in Jessie so only recommended for now.
-Recommends: gnome-software,
- xul-ext-adblock-plus,
- xul-ext-gnome-keyring
-Suggests: iceweasel-l10n-all
+Recommends: gnome-software
+Suggests: xul-ext-adblock-plus,
+ xul-ext-gnome-keyring,
+ iceweasel-l10n-all
Description: Full GNOME Desktop Environment, with extra components
This is the GNOME Desktop environment, an intuitive and attractive
desktop, with extra components.
Index: debian/changelog
===================================================================
--- debian/changelog (révision 43946)
+++ debian/changelog (copie de travail)
@@ -1,3 +1,13 @@
+meta-gnome3 (1:3.14+3) unstable; urgency=medium
+
+ * Use goobox by default instead of sound-juicer. Closes: #771827.
+ * Add gnome-shell-extension-weather to gnome.
+ * Demote XUL extensions to suggests again, because they are not
+ updated whenever iceweasel is upgraded in stable, despite being (at
+ least for the keyring plugin) important security features.
+
+ -- Josselin Mouette <joss@debian.org> Fri, 05 Dec 2014 15:18:27 +0100
+
meta-gnome3 (1:3.14+2) unstable; urgency=medium
* Remove gnome-desktop-environment.
--- End Message ---