Package: gnome-settings-daemon
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
Version: 2.91.8-1
Tags: patch
The patch has some fixes from the Ubuntu source:
* debian/gnome-settings-daemon.install:
- install the polkit files there
* debian/control.in:
- build-depends on libpolkit-gobject-1-dev
- drop the build-depends on libxrandr-dev and libxrender-dev, the
configure doesn't use those in the new version
- recommends pulseaudio since it's used for the multimedia keys
diff -Nru gnome-settings-daemon-2.91.8/debian/changelog gnome-settings-daemon-2.91.8/debian/changelog
--- gnome-settings-daemon-2.91.8/debian/changelog 2011-01-12 23:49:18.000000000 +0100
+++ gnome-settings-daemon-2.91.8/debian/changelog 2011-01-26 17:34:26.000000000 +0100
@@ -1,3 +1,15 @@
+gnome-settings-daemon (2.91.8-2) experimental; urgency=low
+
+ * debian/gnome-settings-daemon.install:
+ - install the polkit files there
+ * debian/control.in:
+ - build-depends on libpolkit-gobject-1-dev
+ - drop the build-depends on libxrandr-dev and libxrender-dev, the
+ configure doesn't use those in the new version
+ - recommends pulseaudio since it's used for the multimedia keys
+
+ -- Sebastien Bacher <[email protected]> Wed, 26 Jan 2011 17:28:31 +0100
+
gnome-settings-daemon (2.91.8-1) experimental; urgency=low
[ Sjoerd Simons ]
diff -Nru gnome-settings-daemon-2.91.8/debian/control gnome-settings-daemon-2.91.8/debian/control
--- gnome-settings-daemon-2.91.8/debian/control 2011-01-13 01:15:18.000000000 +0100
+++ gnome-settings-daemon-2.91.8/debian/control 2011-01-26 17:34:39.000000000 +0100
@@ -20,8 +20,6 @@
libnotify-dev (>= 0.7.0),
libxt-dev,
libxi-dev,
- libxrandr-dev,
- libxrender-dev,
libfontconfig1-dev,
libxext-dev,
libx11-dev,
@@ -33,7 +31,8 @@
gsettings-desktop-schemas-dev,
libgnome-desktop-3-dev (>= 2.91.5),
libpulse-dev (>= 0.9.16),
- libcanberra-gtk3-dev
+ libcanberra-gtk3-dev,
+ libpolkit-gobject-1-dev
Standards-Version: 3.9.1
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
@@ -45,6 +44,7 @@
libgnome2-common,
gsettings-desktop-schemas,
nautilus-data (>= 2.91.3-1)
+Recommends: pulseaudio
Breaks: rhythmbox (<< 0.11.5),
banshee (<< 0.13.2+dfsg-7),
totem (<< 2.22.0),
diff -Nru gnome-settings-daemon-2.91.8/debian/control.in gnome-settings-daemon-2.91.8/debian/control.in
--- gnome-settings-daemon-2.91.8/debian/control.in 2011-01-12 23:49:18.000000000 +0100
+++ gnome-settings-daemon-2.91.8/debian/control.in 2011-01-26 17:33:43.000000000 +0100
@@ -15,8 +15,6 @@
libnotify-dev (>= 0.7.0),
libxt-dev,
libxi-dev,
- libxrandr-dev,
- libxrender-dev,
libfontconfig1-dev,
libxext-dev,
libx11-dev,
@@ -28,7 +26,8 @@
gsettings-desktop-schemas-dev,
libgnome-desktop-3-dev (>= 2.91.5),
libpulse-dev (>= 0.9.16),
- libcanberra-gtk3-dev
+ libcanberra-gtk3-dev,
+ libpolkit-gobject-1-dev
Standards-Version: 3.9.1
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
@@ -40,6 +39,7 @@
libgnome2-common,
gsettings-desktop-schemas,
nautilus-data (>= 2.91.3-1)
+Recommends: pulseaudio
Breaks: rhythmbox (<< 0.11.5),
banshee (<< 0.13.2+dfsg-7),
totem (<< 2.22.0),
diff -Nru gnome-settings-daemon-2.91.8/debian/gnome-settings-daemon.install gnome-settings-daemon-2.91.8/debian/gnome-settings-daemon.install
--- gnome-settings-daemon-2.91.8/debian/gnome-settings-daemon.install 2010-12-11 16:29:47.000000000 +0100
+++ gnome-settings-daemon-2.91.8/debian/gnome-settings-daemon.install 2011-01-26 17:29:26.000000000 +0100
@@ -1,4 +1,5 @@
debian/tmp/etc/xdg/autostart /usr/share/gnome
+debian/tmp/etc/dbus-1
debian/tmp/usr/lib/gnome-settings-daemon*
debian/tmp/usr/share/icons
debian/tmp/usr/share/locale
@@ -7,3 +8,4 @@
debian/tmp/usr/share/dbus-1
debian/tmp/usr/share/GConf
debian/tmp/usr/share/glib-2.0
+debian/tmp/usr/share/polkit-1