From c91d5ebec184b5df487b2069ce11d15c4a72cfff Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 25 May 2012 05:53:18 +0000 Subject: [PATCH 1/3] Upload to unstable. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index e2e41d9b..4c509585 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnome-shell-extensions (3.4.0-2) UNRELEASED; urgency=low + + * Upload to unstable. + + -- Michael Biebl Fri, 25 May 2012 07:53:07 +0200 + gnome-shell-extensions (3.4.0-1) experimental; urgency=low * New upstream release. From 90fe2cfb3643689b269898f7c01c21197a64b404 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 30 May 2012 11:23:16 +0000 Subject: [PATCH 2/3] Release version 3.4.0-2 to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c509585..d4aeb7cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -gnome-shell-extensions (3.4.0-2) UNRELEASED; urgency=low +gnome-shell-extensions (3.4.0-2) unstable; urgency=low * Upload to unstable. - -- Michael Biebl Fri, 25 May 2012 07:53:07 +0200 + -- Michael Biebl Wed, 30 May 2012 13:22:54 +0200 gnome-shell-extensions (3.4.0-1) experimental; urgency=low From 8a6d13c416bf3d6ce8fb302217531c3be89db48a Mon Sep 17 00:00:00 2001 From: Victor Seva Lopez Date: Fri, 27 Jul 2012 07:35:38 +0000 Subject: [PATCH 3/3] Added gnome-tweak-tool as recommends --- debian/changelog | 6 ++++++ debian/control | 1 + debian/control.in | 1 + 3 files changed, 8 insertions(+) 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,