[SCM] rtkit/master: Adopt one-dep-per-line style

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Nov 2 20:57:17 UTC 2010


The following commit has been merged in the master branch:
commit 54e9a88f15ddaf69db5d76ec696adf97a6f7d1b6
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Nov 2 21:57:07 2010 +0100

    Adopt one-dep-per-line style

diff --git a/debian/control b/debian/control
index 93a3359..64168aa 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,9 @@ Homepage: http://0pointer.de/public/
 
 Package: rtkit
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Depends: ${shlibs:Depends},
+ adduser,
+ ${misc:Depends}
 Description: Realtime Policy and Watchdog Daemon
  RealtimeKit is a D-Bus system service that changes the
  scheduling policy of user processes/threads to SCHED_RR

-- 
rtkit packaging



More information about the pkg-multimedia-commits mailing list