[Pkg-utopia-commits] r1899 - in /packages/unstable/dbus/debian: changelog dbus-1-doc.install dbus.postinst dbus.preinst rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Dec 3 14:46:23 UTC 2007


Author: lool
Date: Mon Dec  3 14:46:22 2007
New Revision: 1899

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1899
Log:
* Misc smallish whitespace cleanups.

Modified:
    packages/unstable/dbus/debian/changelog
    packages/unstable/dbus/debian/dbus-1-doc.install
    packages/unstable/dbus/debian/dbus.postinst
    packages/unstable/dbus/debian/dbus.preinst
    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=1899&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Dec  3 14:46:22 2007
@@ -10,8 +10,9 @@
       xsltproc in build/dbus-1-doc::.
     - Install the devhelp index in dbus-1-doc and move the HTML documentation
       around; add a symlink from the gtk-doc dir.
-
- -- Loic Minier <lool at dooz.org>  Mon, 03 Dec 2007 15:42:01 +0100
+  * Misc smallish whitespace cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 03 Dec 2007 15:46:05 +0100
 
 dbus (1.1.2-1) unstable; urgency=low
 

Modified: packages/unstable/dbus/debian/dbus-1-doc.install
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus-1-doc.install?rev=1899&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus-1-doc.install (original)
+++ packages/unstable/dbus/debian/dbus-1-doc.install Mon Dec  3 14:46:22 2007
@@ -4,4 +4,3 @@
 doc/api/html/* usr/share/doc/dbus-1-doc/html/api
 dbus.devhelp usr/share/doc/dbus-1-doc/html
 doc/dbus-{faq,specification,tutorial}.html usr/share/doc/dbus-1-doc/html
-

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=1899&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Mon Dec  3 14:46:22 2007
@@ -1,6 +1,4 @@
 #!/bin/sh
-# -*- coding: utf-8 -*-
-# Post-installation script for D-BUS
 # Copyright © 2003 Colin Walters <walters at debian.org>
 # Copyright © 2006 Sjoerd Simons <sjoerd at debian.org>
 
@@ -12,18 +10,18 @@
 
 case "$1" in
     configure)
-	adduser --system \
-	        --home "$MESSAGEHOME" \
+        adduser --system \
+                --home "$MESSAGEHOME" \
                 --no-create-home \
                 --disabled-password \
-        	--group "$MESSAGEUSER"
+                --group "$MESSAGEUSER"
 
-	chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME" 
+        chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME"
 
-	if ! dpkg-statoverride --list "$LAUNCHER" > /dev/null 2>&1; then
-		chown root:"$MESSAGEUSER" "$LAUNCHER"
-		chmod 4754 "$LAUNCHER"
-	fi
+        if ! dpkg-statoverride --list "$LAUNCHER" > /dev/null 2>&1; then
+                chown root:"$MESSAGEUSER" "$LAUNCHER"
+                chmod 4754 "$LAUNCHER"
+        fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
@@ -37,4 +35,3 @@
 
 #DEBHELPER#
 
-exit 0

Modified: packages/unstable/dbus/debian/dbus.preinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.preinst?rev=1899&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.preinst (original)
+++ packages/unstable/dbus/debian/dbus.preinst Mon Dec  3 14:46:22 2007
@@ -26,3 +26,4 @@
 esac
 
 #DEBHELPER#
+

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=1899&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Mon Dec  3 14:46:22 2007
@@ -32,3 +32,4 @@
 	rm -f test/data/valid-config-files/system.conf
 	rm -f doc/*.html
 	rm -f dbus.devhelp
+




More information about the Pkg-utopia-commits mailing list