[Pkg-utopia-commits] r1939 - in /packages/unstable/consolekit/debian: changelog consolekit.init consolekit.install org.freedesktop.ConsoleKit.service rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Dec 11 22:08:23 UTC 2007


Author: biebl
Date: Tue Dec 11 22:08:23 2007
New Revision: 1939

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1939
Log:
  - Drop dependency on lsb-base, as we no longer install a SysV init script.
* debian/consolekit.init
  - Deleted, no longer required.
* debian/consolekit.install
  - Install the debian/org.freedesktop.ConsoleKit.service file into
    /usr/share/dbus-1/system-services. This allows to start the ConsoleKit
    service on demand.

Added:
    packages/unstable/consolekit/debian/org.freedesktop.ConsoleKit.service
Removed:
    packages/unstable/consolekit/debian/consolekit.init
Modified:
    packages/unstable/consolekit/debian/changelog
    packages/unstable/consolekit/debian/consolekit.install
    packages/unstable/consolekit/debian/rules

Modified: packages/unstable/consolekit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/changelog?rev=1939&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/changelog (original)
+++ packages/unstable/consolekit/debian/changelog Tue Dec 11 22:08:23 2007
@@ -3,11 +3,17 @@
   * debian/control
     - The Vcs-* fields are now officially supported, so remove the XS- prefix.
     - Bump Standards-Version to 3.7.3. No further changes required.
-    - Drop dependency on lsb-base, as we no longer install a SysV init script. 
+    - Drop dependency on lsb-base, as we no longer install a SysV init script.
     - Tighten dependency on dbus (>= 1.1.2). This is required for the D-Bus
       system activation support.
+  * debian/consolekit.init
+    - Deleted, no longer required.
+  * debian/consolekit.install
+    - Install the debian/org.freedesktop.ConsoleKit.service file into
+      /usr/share/dbus-1/system-services. This allows to start the ConsoleKit
+      service on demand.
 
- -- Michael Biebl <biebl at debian.org>  Tue, 11 Dec 2007 22:53:43 +0100
+ -- Michael Biebl <biebl at debian.org>  Tue, 11 Dec 2007 23:00:25 +0100
 
 consolekit (0.2.3-2) unstable; urgency=low
 

Modified: packages/unstable/consolekit/debian/consolekit.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/consolekit.install?rev=1939&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/consolekit.install (original)
+++ packages/unstable/consolekit/debian/consolekit.install Tue Dec 11 22:08:23 2007
@@ -5,3 +5,4 @@
 debian/tmp/usr/lib/consolekit/ck-get-x11-display-device
 debian/tmp/usr/lib/consolekit/ck-collect-session-info
 debian/tmp/usr/sbin/console-kit-daemon
+debian/org.freedesktop.ConsoleKit.service usr/share/dbus-1/system-services/

Added: packages/unstable/consolekit/debian/org.freedesktop.ConsoleKit.service
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/org.freedesktop.ConsoleKit.service?rev=1939&op=file
==============================================================================
--- packages/unstable/consolekit/debian/org.freedesktop.ConsoleKit.service (added)
+++ packages/unstable/consolekit/debian/org.freedesktop.ConsoleKit.service Tue Dec 11 22:08:23 2007
@@ -1,0 +1,4 @@
+[D-BUS Service]
+Name=org.freedesktop.ConsoleKit
+Exec=/usr/sbin/console-kit-daemon
+User=root

Modified: packages/unstable/consolekit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit/debian/rules?rev=1939&op=diff
==============================================================================
--- packages/unstable/consolekit/debian/rules (original)
+++ packages/unstable/consolekit/debian/rules Tue Dec 11 22:08:23 2007
@@ -7,7 +7,3 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-pam-module \
                              --enable-docbook-docs \
 			     --with-pid-file=/var/run/console-kit-daemon.pid
-
-# Start after dbus / stop before dbus
-DEB_DH_INSTALLINIT_ARGS := -- start 22 2 3 4 5 . stop 18 0 1 6 .
-




More information about the Pkg-utopia-commits mailing list