diff --git a/debian/changelog b/debian/changelog index d4aeb7cf..7729bdf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnome-shell-extensions (3.4.0-3) UNRELEASED; urgency=low + + * Recommends gnome-tweak-tool + + -- Victor Seva Fri, 27 Jul 2012 09:26:15 +0200 + gnome-shell-extensions (3.4.0-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index 817f9200..55043713 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), gir1.2-gtop-2.0 +Recommends: gnome-tweak-tool (>= ${gnome:Version}) Description: Extensions to extend functionality of GNOME Shell The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications, diff --git a/debian/control.in b/debian/control.in index 2235bb1f..8cff7080 100644 --- a/debian/control.in +++ b/debian/control.in @@ -22,6 +22,7 @@ Depends: ${misc:Depends}, gnome-shell (>= ${gnome:Version}), gnome-shell (<< ${gnome:NextVersion}), gir1.2-gtop-2.0 +Recommends: gnome-tweak-tool (>= ${gnome:Version}) Description: Extensions to extend functionality of GNOME Shell The GNOME Shell redefines user interactions with the GNOME desktop. In particular, it offers new paradigms for launching applications,