Control: tag -1 + patch

Hi,

ricky wrote (15 Oct 2014 10:13:17 GMT) :
> I understood that the extension did not work because the GMenu package was 
> missing.
> As soon as I installed the following package:

> # apt-get install gir1.2-gmenu-3.0

> The shell loaded the extension correctly. I suppose that some dependency is 
> broken (I
> do not know what was the status of this package before the upgrade).

Confirmed the bug and the proposed fix on current sid.
The attached patch fixes this bug for me.
Should I NMU?

Cheers!

Index: debian/changelog
===================================================================
--- debian/changelog	(revision 43628)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+gnome-shell-extensions (3.14.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add dependency on gir1.2-gmenu-3.0, so that the apps-menu extension
+    can work (Closes: #765460).
+
+ -- intrigeri <intrig...@debian.org>  Fri, 17 Oct 2014 11:45:18 +0200
+
 gnome-shell-extensions (3.14.0-2) unstable; urgency=medium
 
   * Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
Index: debian/control
===================================================================
--- debian/control	(revision 43628)
+++ debian/control	(working copy)
@@ -25,6 +25,7 @@
 Depends: ${misc:Depends},
          gnome-shell (>= ${gnome:Version}),
          gnome-shell (<< ${gnome:NextVersion}),
+         gir1.2-gmenu-3.0,
          gir1.2-gtop-2.0,
          gvfs (>= 1.16.0),
          gnome-session (>= 3.8)
Index: debian/control.in
===================================================================
--- debian/control.in	(revision 43628)
+++ debian/control.in	(working copy)
@@ -21,6 +21,7 @@
 Depends: ${misc:Depends},
          gnome-shell (>= ${gnome:Version}),
          gnome-shell (<< ${gnome:NextVersion}),
+         gir1.2-gmenu-3.0,
          gir1.2-gtop-2.0,
          gvfs (>= 1.16.0),
          gnome-session (>= 3.8)

Reply via email to