aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-19 04:21:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-19 04:21:28 +0000
commit1b584227d181dd710bf3505bbd334520c6454dc1 (patch)
treeaa5dd8a4f750dbbfd3879d0b7d6562c67674ad03 /debian/control
parent56c3d92eeee1065ea40b64f9f4dcbed9845dd357 (diff)
debianized using library template
svn path=/trunk/externals/arraysize/; revision=13834
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..83ab12c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: pd-arraysize
+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
+Standards-Version: 3.9.1
+Homepage: http://puredata.info
+
+Package: pd-arraysize
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pd
+Description: a Pd object to report the size of an array
+ This provides a simple object for Pure Data that reports the size of an array
+ by name.