diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 16:27:36 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 16:27:36 +0000 |
commit | b43af6de4625ceb323765343d04809daba0830df (patch) | |
tree | 76d1e84d0b1f1cddd0d66c4cb16ca91791786f29 /debian/control | |
parent | cba0b0a5e8e2a5cdfab13194920f82635f6df9fc (diff) |
added g_canvas.h and m_imp.h as debian patches so it builds in current Debian
svn path=/trunk/externals/pddp/; revision=14266
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 5d1ea99..c494092 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ 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 (>= 0.42.5-3.1~) + puredata, + quilt (>= 0.46-7~) Standards-Version: 3.9.1 Homepage: http://puredata.info @@ -12,8 +13,8 @@ Package: pd-pddp Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends}, - pd-libdir + pd-libdir, + ${misc:Depends} Description: a support library for the Pure Data Documentation Project This library provides a collection of objects for Pd for making documentation easier and more interactive, providing standard ways of outputting audio, |