[Pkg-utopia-commits] r1854 - in /packages/unstable/dbus/debian: changelog dbus.install dbus.postinst rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Nov 5 11:07:28 UTC 2007


Author: biebl
Date: Mon Nov  5 11:07:28 2007
New Revision: 1854

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1854
Log:
* debian/control
* debian/dbus.install
  - Install the dbus-daemon-launch-helper binary.
  - Install the directory /usr/share/dbus-1/system-services.
* debian/dbus.postinst
  - Install the dbus-daemon-launch-helper binary SUID root and make it
    executable for the messagebus group.

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/dbus.install
    packages/unstable/dbus/debian/dbus.postinst
    packages/unstable/dbus/debian/rules

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=1854&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Nov  5 11:07:28 2007
@@ -1,12 +1,18 @@
 dbus (1.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * debian/control 
+  * debian/control
     - Use the new "Homepage:" field to specify the upstream URL.
     - The Vcs-* fields are now officially supported, so remove the XS- prefix.
     - Demote dbus-x11 dependency to a Recommends. (Closes: #427932)
-
- -- Michael Biebl <biebl at debian.org>  Mon, 05 Nov 2007 11:46:10 +0100
+  * debian/dbus.install
+    - Install the dbus-daemon-launch-helper binary.
+    - Install the directory /usr/share/dbus-1/system-services.
+  * debian/dbus.postinst
+    - Install the dbus-daemon-launch-helper binary SUID root and make it
+      executable for the messagebus group.
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 05 Nov 2007 11:59:46 +0100
 
 dbus (1.1.1-3) unstable; urgency=low
 

Modified: packages/unstable/dbus/debian/dbus.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.install?rev=1854&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.install (original)
+++ packages/unstable/dbus/debian/dbus.install Mon Nov  5 11:07:28 2007
@@ -5,9 +5,11 @@
 debian/tmp/usr/bin/dbus-send
 debian/tmp/usr/bin/dbus-uuidgen
 debian/tmp/usr/bin/dbus-monitor
+debian/tmp/usr/lib/dbus-1.0/dbus-daemon-launch-helper
 debian/tmp/usr/share/man/man1/dbus-daemon.1
 debian/tmp/usr/share/man/man1/dbus-cleanup-sockets.1
 debian/tmp/usr/share/dbus-1/services
+debian/tmp/usr/share/dbus-1/system-services
 debian/tmp/usr/share/man/man1/dbus-send.1
 debian/tmp/usr/share/man/man1/dbus-uuidgen.1
 debian/tmp/usr/share/man/man1/dbus-monitor.1

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=1854&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Mon Nov  5 11:07:28 2007
@@ -19,4 +19,7 @@
             --ingroup "$MESSAGEUSER" \
             "$MESSAGEUSER"
 
+chown root:messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper
+chmod 4750 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
+
 #DEBHELPER#

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=1854&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Mon Nov  5 11:07:28 2007
@@ -10,6 +10,8 @@
 
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing
+
+DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/lib/dbus-1.0"
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-xml-docs \




More information about the Pkg-utopia-commits mailing list