Compare commits
2 Commits
debian/3.2
...
debian/3.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1f60be674 | ||
|
|
e0ec59d30b |
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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
8
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user