[SCM] pd-iemmatrix/master: one dep per line for better readability

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Feb 8 15:11:09 UTC 2011


The following commit has been merged in the master branch:
commit 0ad986d3f460e48c71be7f1b87ce9e15b29b94f4
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Feb 8 15:50:26 2011 +0100

    one dep per line for better readability

diff --git a/debian/control.in b/debian/control.in
index 4302cc6..8f6b619 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-iemmatrix.git
 
 Package: pd-iemmatrix
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd 
+Depends: ${shlibs:Depends}, 
+ ${misc:Depends}, 
+ pd 
 Description: Pd-objects for simple matrix operations
  This library contains about 100 objects for matrix manipulation within the
  dataflow language Pure Data.

-- 
pd-iemmatrix packaging



More information about the pkg-multimedia-commits mailing list