diff --git a/debian/changelog b/debian/changelog index bba8fd70..426dcd25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gnome-shell-extensions (3.14.1-1) unstable; urgency=medium + + * New upstream release. + * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes) + * Add missing dependencies against gir packages, including gir1.2-gmenu-3.0, + this should fix the apps-menu extension for some people (Closes: #765460). + + -- Laurent Bigonville Sun, 19 Oct 2014 21:17:58 +0200 + gnome-shell-extensions (3.14.0-2) unstable; urgency=medium * Drop xrandr from EXTENSIONS_DISABLED, this extension was removed diff --git a/debian/control b/debian/control index d4f5d37e..3e8fcd19 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: gnome-shell-extensions Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Victor Seva , Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl +Uploaders: Victor Seva , Andreas Henriksson , Emilio Pozuelo Monfort , Laurent Bigonville , Michael Biebl Build-Depends: debhelper (>= 8.0.0), cdbs, dh-autoreconf, @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 8.0.0), intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://wiki.gnome.org/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -25,7 +25,15 @@ Architecture: all Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), + gir1.2-atk-1.0, + gir1.2-clutter-1.0, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-gmenu-3.0, + gir1.2-gtk-3.0, gir1.2-gtop-2.0, + gir1.2-mutter-3.0, + gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session (>= 3.8) Recommends: gnome-tweak-tool (>= ${gnome:Version}) diff --git a/debian/control.in b/debian/control.in index fa2ac92d..73ec2461 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8.0.0), intltool, libgnome-desktop-3-dev (>= 3.2.0), libgtop2-dev (>= 2.28.3) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://wiki.gnome.org/GnomeShell/Extensions Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-shell-extensions Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-shell-extensions @@ -21,7 +21,15 @@ Architecture: all Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), + gir1.2-atk-1.0, + gir1.2-clutter-1.0, + gir1.2-gdkpixbuf-2.0, + gir1.2-glib-2.0, + gir1.2-gmenu-3.0, + gir1.2-gtk-3.0, gir1.2-gtop-2.0, + gir1.2-mutter-3.0, + gir1.2-pango-1.0, gvfs (>= 1.16.0), gnome-session (>= 3.8) Recommends: gnome-tweak-tool (>= ${gnome:Version})