1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      Source: pd-testtools
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: cdbs (>= 0.4.91~),
 debhelper (>= 9~),
 dh-buildinfo
Standards-Version: 3.9.6
Section: sound
Homepage: http://download.puredata.info/testtools
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-testtools.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-testtools.git
Package: pd-testtools
Architecture: all
Depends: puredata | pd,
 pd-ggee,
 ${shlibs:Depends},
 ${misc:Depends}
Recommends:
 pd-pddp
Description: unit test framework for Pure Data (Pd)
 testtools is a collection of objects that help the developer with creating unit
 tests for Pure Data patches, both in the message domain and in the signal
 domain.
 
     |