~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to tests/testtests/pass_wait10.pd

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 189 139 450 300 10;
 
2
#X obj 142 51 inlet trigger;
 
3
#X obj 142 194 outlet result;
 
4
#X obj 142 102 t b b;
 
5
#X msg 167 123 -1;
 
6
#X text 122 31 pass (after a period of uncertainty);
 
7
#X msg 142 163 1;
 
8
#X obj 142 145 del 10;
 
9
#X connect 0 0 2 0;
 
10
#X connect 2 0 6 0;
 
11
#X connect 2 1 3 0;
 
12
#X connect 3 0 1 0;
 
13
#X connect 5 0 1 0;
 
14
#X connect 6 0 5 0;