Your message dated Mon, 17 Oct 2011 17:44:33 +0200
with message-id <[email protected]>
and subject line Re: small packaging cleanings
has caused the Debian Bug report #611198,
regarding small packaging cleanings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
611198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611198
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 3.0.3-2

Am 17.10.2011 17:43, schrieb Michael Biebl:
> afaics, those changes have been merged into the current version in sid, so
> closing this bug report.

Actually do so...

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to