r28453 - in /packages/experimental/gnome-tweak-tool/debian: changelog control control.in
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Wed Jun 15 10:49:31 UTC 2011
Author: mpitt
Date: Wed Jun 15 10:49:31 2011
New Revision: 28453
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28453
Log:
debian/control.in: Add dependency to gnome-shell. tweak-tool uses the
org.gnome.shell.clock gsettings schema, which gnome-shell provides.
Without it, it crashes on startup. (LP: #795084)
Modified:
packages/experimental/gnome-tweak-tool/debian/changelog
packages/experimental/gnome-tweak-tool/debian/control
packages/experimental/gnome-tweak-tool/debian/control.in
Modified: packages/experimental/gnome-tweak-tool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/changelog?rev=28453&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/changelog [utf-8] Wed Jun 15 10:49:31 2011
@@ -1,6 +1,12 @@
gnome-tweak-tool (3.0.0-2) UNRELEASED; urgency=low
+ [ Josselin Mouette ]
* Phonetics goes between brackets.
+
+ [ Martin Pitt ]
+ * debian/control.in: Add dependency to gnome-shell. tweak-tool uses the
+ org.gnome.shell.clock gsettings schema, which gnome-shell provides.
+ Without it, it crashes on startup. (LP: #795084)
-- Josselin Mouette <joss at debian.org> Fri, 22 Apr 2011 10:05:31 +0200
Modified: packages/experimental/gnome-tweak-tool/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/control?rev=28453&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/control [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/control [utf-8] Wed Jun 15 10:49:31 2011
@@ -23,6 +23,7 @@
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
+ gnome-shell,
gsettings-desktop-schemas (>= 2.91.92)
Description: tool to adjust advanced configuration settings for GNOME
GNOME Tweak Tool (pronounced [kræptuːl]) allows the adjustment of a
Modified: packages/experimental/gnome-tweak-tool/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-tweak-tool/debian/control.in?rev=28453&op=diff
==============================================================================
--- packages/experimental/gnome-tweak-tool/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-tweak-tool/debian/control.in [utf-8] Wed Jun 15 10:49:31 2011
@@ -18,6 +18,7 @@
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
+ gnome-shell,
gsettings-desktop-schemas (>= 2.91.92)
Description: tool to adjust advanced configuration settings for GNOME
GNOME Tweak Tool (pronounced [kræptuːl]) allows the adjustment of a
More information about the pkg-gnome-commits
mailing list