diff --git a/debian/changelog b/debian/changelog index 0d2ea7c7..6c37d94c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gnome-shell-extensions (3.14.0-2) UNRELEASED; urgency=medium + + * Drop xrandr from EXTENSIONS_DISABLED, this extension was removed + upstream. + * Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED. + + -- Michael Biebl Wed, 24 Sep 2014 01:12:37 +0200 + gnome-shell-extensions (3.14.0-1) unstable; urgency=medium * debian/watch: only scan for stable releases. diff --git a/debian/rules b/debian/rules index c5b51c20..3815c33f 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,10 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\ native-window-placement user-theme apps-menu drive-menu places-menu\ - windowsNavigator systemMonitor launch-new-instance window-list" + windowsNavigator systemMonitor launch-new-instance window-list\ + screenshot-window-sizer" -EXTENSIONS_DISABLED="example xrandr-indicator" +EXTENSIONS_DISABLED="example" DEB_CONFIGURE_EXTRA_FLAGS := \ --enable-extensions=$(EXTENSIONS_ENABLED) \