Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy Bicha
a1f60be674 releasing package gnome-shell-extensions version 3.28.0-2 2018-03-19 18:21:11 -04:00
Jeremy Bicha
e0ec59d30b Fix missing auto-move-windows, native-window-placement, & user-theme extns 2018-03-19 18:20:51 -04:00
2 changed files with 11 additions and 4 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
gnome-shell-extensions (3.28.0-2) unstable; urgency=medium
* Fix typo in configure flag that resulted in missing
auto-move-windows, native-window-placement, & user-theme extensions
-- Jeremy Bicha <jbicha@debian.org> Mon, 19 Mar 2018 18:20:53 -0400
gnome-shell-extensions (3.28.0-1) unstable; urgency=medium
* New upstream release

8
debian/rules vendored
View File

@@ -1,18 +1,18 @@
#!/usr/bin/make -f
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
EXTENSIONS_ENABLED="[alternate-tab, apps-menu, places-menu, \
EXTENSIONS_ENABLED='alternate-tab, apps-menu, places-menu, \
launch-new-instance, window-list, \
drive-menu, screenshot-window-sizer, \
windowsNavigator, workspace-indicator, \
auto-move-windows, native-window-placement, user-theme]"
auto-move-windows, native-window-placement, user-theme'
EXTENSIONS_DISABLED="example"
EXTENSIONS_DISABLED='example'
%:
dh $@ --with gnome
override_dh_auto_configure:
dh_auto_configure -- \
-Denable-extensions=$(EXTENSIONS_ENABLED) \
-Denable_extensions=$(EXTENSIONS_ENABLED) \
-Dclassic_mode=true