diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:57:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | d6ba9999928ae41c5e3801c5c271860615b00700 (patch) | |
tree | 812404ca7f8d6583c9aa8376c5ed187beee651e8 /debian/control | |
parent | 7fe3362ee2afcd57daa1bb04b1ed6d103a6b5662 (diff) |
ported purepd to template Makefile/debian
svn path=/trunk/abstractions/purepd/; revision=13417
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e57770e --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: pd-purepd +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), puredata (>= 0.42.5-3.1~) +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-purepd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: a library of objects re-implemented using only Pd-vanilla + This is a library focused on re-implementing existing objects written in C + using only objects that are included in Pd-vanilla. The idea is to provide + drop-in replacements for the binary objects usable on any platform. |