r43114 - in /packages/unstable/gnome-shell-extensions/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Sep 23 23:14:55 UTC 2014
Author: biebl
Date: Tue Sep 23 23:14:55 2014
New Revision: 43114
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43114
Log:
* Drop xrandr from EXTENSIONS_DISABLED, this extension was removed
upstream.
* Add new screenshot-window-sizer extension to EXTENSIONS_ENABLED.
Modified:
packages/unstable/gnome-shell-extensions/debian/changelog
packages/unstable/gnome-shell-extensions/debian/rules
Modified: packages/unstable/gnome-shell-extensions/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/changelog?rev=43114&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/changelog [utf-8] Tue Sep 23 23:14:55 2014
@@ -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 at 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.
Modified: packages/unstable/gnome-shell-extensions/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/rules?rev=43114&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/rules [utf-8] Tue Sep 23 23:14:55 2014
@@ -9,9 +9,10 @@
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) \
More information about the pkg-gnome-commits
mailing list