~ubuntu-branches/ubuntu/trusty/gnome-shell-extensions/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-12-29 14:42:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131229144251-qb1nz924ubpn4f9f
Tags: 3.10.1-0ubuntu1
* New upstream release (LP: #1269916)
* debian/rules: remove alternative-status-menu and xrandr extensions,
  these have been removed upstream
* debian/gnome-shell-extensions.gsettings-override: removed, no longer useful
* debian/watch: watch for stable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
9
9
 
10
10
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
11
 
 alternative-status-menu native-window-placement user-theme\
 
11
 native-window-placement user-theme\
12
12
 apps-menu drive-menu places-menu windowsNavigator systemMonitor\
13
13
 launch-new-instance window-list windowsNavigator"
14
14
 
15
 
EXTENSIONS_DISABLED="example xrandr-indicator"
 
15
EXTENSIONS_DISABLED="example"
16
16
 
17
17
DEB_CONFIGURE_EXTRA_FLAGS := \
18
18
        --enable-extensions=$(EXTENSIONS_ENABLED) \