diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 21:05:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 21:05:09 +0000 |
commit | c104f533729eb07a9c182a87ab9ae07f2bd8a619 (patch) | |
tree | 1edbed3cc697446b49c3c092fd14867128b0dad2 /debian/control | |
parent | c9ee325e7417f0c32a7464be9766bc25d7edf10d (diff) |
added s_stuff.h, g_all_guis.h, g_canvas.h and m_imp.h as debian patches so it builds in current Debian
svn path=/trunk/externals/moonlib/; revision=14275
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 e69589c..ad17cc9 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-moonlib Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends}, - pd-libdir + pd-libdir, + ${misc:Depends} Description: library of Pd objects related to GUI control Moonlib includes three sub-sections: nilib, which is a kind of wrapper between Pd and Gtk, sublib, which is a collection of gui control objects, and |