[Pkg-utopia-commits] r1855 - in /packages/unstable/dbus/debian: changelog dbus.postinst rules
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Mon Nov 5 18:31:54 UTC 2007
Author: sjoerd
Date: Mon Nov 5 18:31:53 2007
New Revision: 1855
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1855
Log:
* Let dh_fixperms ignore dbus-daemon-launch-helper instead of chowning and
chmodding it on postinst
Modified:
packages/unstable/dbus/debian/changelog
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=1855&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Nov 5 18:31:53 2007
@@ -1,5 +1,6 @@
dbus (1.1.2-1) UNRELEASED; urgency=low
+ [ Michael Biebl ]
* New upstream release.
* debian/control
- Use the new "Homepage:" field to specify the upstream URL.
@@ -12,7 +13,11 @@
- 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
+ [ Sjoerd Simons ]
+ * Let dh_fixperms ignore dbus-daemon-launch-helper instead of chowning and
+ chmodding it on postinst
+
+ -- Sjoerd Simons <sjoerd at debian.org> Mon, 05 Nov 2007 19:29:10 +0100
dbus (1.1.1-3) unstable; urgency=low
Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=1855&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Mon Nov 5 18:31:53 2007
@@ -19,7 +19,4 @@
--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=1855&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Mon Nov 5 18:31:53 2007
@@ -11,6 +11,7 @@
# List any files which are not installed
common-binary-post-install-arch:: list-missing
+DEB_FIXPERMS_EXCLUDE = usr/lib/dbus-1.0/dbus-daemon-launch-helper
DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/lib/dbus-1.0"
DEB_CONFIGURE_EXTRA_FLAGS += \
More information about the Pkg-utopia-commits
mailing list