Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Biebl
82ff7afe2b Release version 3.14.0-2 to unstable 2014-09-23 23:16:17 +00:00
Michael Biebl
0017eaebfc * Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
upstream.
* Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED.
2014-09-23 23:14:55 +00:00
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) unstable; 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:15:32 +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) \