diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-10 00:13:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-10 00:13:47 +0000 |
commit | b07211aa7e9428296de8362993be868bda94483a (patch) | |
tree | d60ac3c8799c11e8447c6a0613ec197587bea01d /pluginhost~/debian/control | |
parent | c05e332ce0c024d1be0d56493e4fb26d1a02943b (diff) |
first stab at debianizing
svn path=/trunk/externals/postlude/; revision=16372
Diffstat (limited to 'pluginhost~/debian/control')
-rw-r--r-- | pluginhost~/debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pluginhost~/debian/control b/pluginhost~/debian/control new file mode 100644 index 0000000..9ccf0f5 --- /dev/null +++ b/pluginhost~/debian/control @@ -0,0 +1,22 @@ +Source: pd-pluginhost +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-dev | puredata (<< 0.43), + dssi-dev +Standards-Version: 3.9.3 +Homepage: http://puredata.info +Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-pluginhost.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-pluginhost.git;a=summary + +Package: pd-pluginhost +Architecture: any +Depends: ${shlibs:Depends}, + puredata-core | pd, + ${misc:Depends} +Recommends: +Description: Pd object for hosting LADSPA and DSSI plugins + pluginhost~ is a LADSPA and DSSI plugin host for Pure Data, supporting + multiple plugin instances per object. |