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

« back to all changes in this revision

Viewing changes to tests/l2s/delimiter.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 349 104 581 409 10;
 
2
#X obj 74 255 outlet;
 
3
#X obj 74 7 inlet;
 
4
#X obj 74 28 b;
 
5
#X msg 74 50 list 192 168 7 1;
 
6
#X obj 74 130 l2s;
 
7
#X msg 93 110 symbol .;
 
8
#X obj 74 155 select s;
 
9
#X msg 74 181 1;
 
10
#X msg 133 180 0;
 
11
#X obj 74 214 t f;
 
12
#X obj 74 89 t l b b;
 
13
#X msg 133 135 symbol 192.168.7.1;
 
14
#X text 21 -14 check whether the generated symbol is what we expect...
 
15
;
 
16
#X connect 1 0 2 0;
 
17
#X connect 2 0 3 0;
 
18
#X connect 3 0 10 0;
 
19
#X connect 4 0 6 0;
 
20
#X connect 5 0 4 1;
 
21
#X connect 6 0 7 0;
 
22
#X connect 6 1 8 0;
 
23
#X connect 7 0 9 0;
 
24
#X connect 8 0 9 0;
 
25
#X connect 9 0 0 0;
 
26
#X connect 10 0 4 0;
 
27
#X connect 10 1 5 0;
 
28
#X connect 10 2 11 0;
 
29
#X connect 11 0 6 1;