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

« back to all changes in this revision

Viewing changes to reference/list2lists-help.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 385 348 685 429 10;
 
2
#X text 497 29 part of zexy;
 
3
#X obj 63 13 list2lists;
 
4
#X text 136 13 - split a list into sublists;
 
5
#X obj 88 220 print sublists;
 
6
#X obj 88 175 list2lists;
 
7
#X msg 88 83 1 2 3 4 5 6 7 8 9 10;
 
8
#X text 216 154 an array of lengths of the sublists;
 
9
#X text 226 84 a list to be split;
 
10
#X text 186 214 outputs a number of sublists each having the length
 
11
as specified to the object.;
 
12
#X text 91 266 if the total length of the sublists exceeds the length
 
13
of the input list \, the rest of the sublists is discarded;
 
14
#X msg 143 153 4 3 0 0 -1 -2;
 
15
#X text 94 293 zero-length sublists are "bangs";
 
16
#X text 77 351 see also;
 
17
#X obj 150 350 repack;
 
18
#X text 206 351 fixed sized sublists;
 
19
#X connect 4 0 3 0;
 
20
#X connect 5 0 4 0;
 
21
#X connect 10 0 4 1;