Compare commits
1 Commits
debian/mas
...
debian/3.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bc9028932 |
30
debian/changelog
vendored
30
debian/changelog
vendored
@@ -1,28 +1,28 @@
|
||||
gnome-shell-extensions (3.8.0-1) UNRELEASED; urgency=low
|
||||
gnome-shell-extensions (3.8.2-1) experimental; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* debian/control.in
|
||||
- Added runtime dependency to 'gvfs' (>= 1.16.0).
|
||||
The 'Places' extension rely on a 'gvfs' linked to 'udisks2'.
|
||||
* Team upload
|
||||
|
||||
-- Jean Schurger <jean@schurger.org> Thu, 04 Apr 2013 10:03:26 -0400
|
||||
[ Victor Seva ]
|
||||
* Recommends gnome-tweak-tool
|
||||
|
||||
gnome-shell-extensions (3.7.92-1) UNRELEASED; urgency=low
|
||||
|
||||
* New Upstream release.
|
||||
[ Jean Schurger ]
|
||||
* New upstream release 3.7.92 (LP: #1017979, #1059152).
|
||||
* Enabled new extensions.
|
||||
* Dropped 'dock' and 'gajim'.
|
||||
* Use ./configure instead of autoreconf.
|
||||
* Bumped Standards-Version to 3.9.4.
|
||||
* Updated Vcs-Svn.
|
||||
* debian/control.in
|
||||
- Added runtime dependency to 'gvfs' (>= 1.16.0).
|
||||
The 'Places' extension rely on a 'gvfs' linked to 'udisks2'.
|
||||
|
||||
-- Jean Schurger <jean@schurger.org> Thu, 21 Mar 2013 12:31:37 -0400
|
||||
[ Simon McVittie ]
|
||||
* New upstream release 3.8.2.
|
||||
* Install the "classic mode"
|
||||
* Enable windowNavigator extension (this means we have everything except
|
||||
example and xrandr, the same as in the Ubuntu gnome3-team's PPA)
|
||||
|
||||
gnome-shell-extensions (3.4.0-3) UNRELEASED; urgency=low
|
||||
|
||||
* Recommends gnome-tweak-tool
|
||||
|
||||
-- Victor Seva <linuxmaniac@torreviejawireless.org> Fri, 27 Jul 2012 09:26:15 +0200
|
||||
-- Simon McVittie <smcv@debian.org> Thu, 23 May 2013 09:07:23 +0100
|
||||
|
||||
gnome-shell-extensions (3.4.0-2) unstable; urgency=low
|
||||
|
||||
|
||||
10
debian/rules
vendored
10
debian/rules
vendored
@@ -9,8 +9,12 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
||||
EXTENSIONS_ENABLED="alternate-tab auto-move-windows workspace-indicator\
|
||||
alternative-status-menu native-window-placement user-theme\
|
||||
apps-menu drive-menu places-menu windowsNavigator systemMonitor\
|
||||
default-min-max launch-new-instance static-workspaces window-list"
|
||||
default-min-max launch-new-instance static-workspaces window-list\
|
||||
windowsNavigator"
|
||||
|
||||
EXTENSIONS_DISABLED="xrandr-indicator"
|
||||
EXTENSIONS_DISABLED="example xrandr-indicator"
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED)
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := \
|
||||
--enable-extensions=$(EXTENSIONS_ENABLED) \
|
||||
--enable-classic-mode \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user