aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 15:47:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 15:47:46 +0000
commit2aa9b002a9e1a40669b79df82c738f9f1d5f8c33 (patch)
tree12e240191b8d7122c3dd2ac9e5dd545ca17524fd
parentb91927d1869fe08012b1308efe8328aab144a4ce (diff)
converted to one-dep-per-line style
svn path=/trunk/externals/cxc/; revision=14115
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9636a13..e84e36b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,16 @@ Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata
+Build-Depends: debhelper (>= 7.0.50~),
+ puredata
Standards-Version: 3.9.1
Homepage: http://puredata.info
Package: pd-cxc
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd
+Depends: ${shlibs:Depends},
+ pd,
+ ${misc:Depends}
Recommends: pd-libdir
Description: pd externals library powered by zt0ln d4ta
cxc is a library of Pd objects for random numbers and system tools.