* Drop xrandr from EXTENSIONS_DISABLED, this extension was removed

upstream.
* Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED.
This commit is contained in:
Michael Biebl
2014-09-23 23:14:55 +00:00
parent fa729854b8
commit 0017eaebfc
2 changed files with 11 additions and 2 deletions

8
debian/changelog vendored
View File

@@ -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 <biebl@debian.org> 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.

5
debian/rules vendored
View File

@@ -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) \