r26443 - in /desktop/experimental/gnome-settings-daemon/debian: changelog control control.in gnome-settings-daemon.install

seb128 at users.alioth.debian.org seb128 at users.alioth.debian.org
Wed Jan 26 17:49:05 UTC 2011


Author: seb128
Date: Wed Jan 26 17:49:03 2011
New Revision: 26443

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26443
Log:
  * 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



Modified:
    desktop/experimental/gnome-settings-daemon/debian/changelog
    desktop/experimental/gnome-settings-daemon/debian/control
    desktop/experimental/gnome-settings-daemon/debian/control.in
    desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install

Modified: desktop/experimental/gnome-settings-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/changelog?rev=26443&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/changelog [utf-8] Wed Jan 26 17:49:03 2011
@@ -1,4 +1,14 @@
 gnome-settings-daemon (2.91.8-2) UNRELEASED; urgency=low
+
+  [ Sebastien Bacher ]
+  * 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
+    (Close: #611198)
 
   * debian/patches/02_missing_libs.patch:
     + Removed. This was fixed upstream in a different way a long time

Modified: desktop/experimental/gnome-settings-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control?rev=26443&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control [utf-8] Wed Jan 26 17:49:03 2011
@@ -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),

Modified: desktop/experimental/gnome-settings-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control.in?rev=26443&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control.in [utf-8] Wed Jan 26 17:49:03 2011
@@ -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),

Modified: desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install?rev=26443&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/gnome-settings-daemon.install [utf-8] Wed Jan 26 17:49:03 2011
@@ -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




More information about the pkg-gnome-commits mailing list