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

« back to all changes in this revision

Viewing changes to abs/rad2deg.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 437 75 457 368 10;
 
2
#X obj 181 93 loadbang;
 
3
#X obj 109 178 f;
 
4
#X text 93 282 deg=rad*180/pi;
 
5
#X text 63 66 convert radiant to degree;
 
6
#X obj 109 82 inlet rad;
 
7
#X obj 109 231 outlet deg;
 
8
#X msg 181 158 45 \$1;
 
9
#X obj 181 179 /;
 
10
#X obj 109 202 * 57.2958;
 
11
#X msg 181 115 1;
 
12
#X obj 181 136 atan;
 
13
#X text 272 20 part of zexy;
 
14
#X connect 0 0 9 0;
 
15
#X connect 1 0 8 0;
 
16
#X connect 4 0 1 0;
 
17
#X connect 6 0 7 0;
 
18
#X connect 7 0 8 1;
 
19
#X connect 8 0 5 0;
 
20
#X connect 9 0 10 0;
 
21
#X connect 10 0 6 0;