aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 21:41:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 21:41:57 +0000
commit48081ed4c357bb4b4c2ffdc27563107d37588d89 (patch)
treea9b9f0f3230646a9e8c58b6ca2b7ed2a579fe40d
parentbf1a08cfa0f9d63a0b80e4ad42e99a12b503cbcd (diff)
fixed up Debian files in preparation for submission to mentors.debian.net
svn path=/trunk/externals/cxc/; revision=13759
-rw-r--r--debian/changelog4
-rw-r--r--debian/control29
2 files changed, 27 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index e7f17d3..866d2e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pd-cxc (0.5-1) unstable; urgency=low
+pd-cxc (0.5-0.0) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (Closes: #591847)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/control b/debian/control
index eb53b43..9844b8e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pd-cxc
Section: sound
Priority: optional
-Maintainer: Paul Brossier <piem@debian.org>
+Maintainer: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.50~), puredata
Standards-Version: 3.8.3
Homepage: http://puredata.info
@@ -9,6 +9,27 @@ Homepage: http://puredata.info
Package: pd-cxc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: pd externals library powered by zt0ln d4ta
- cxc is a library of Pd objects for random numbers and system tool
-
+Description: pd externals library powered by zt0ln d4ta
+ cxc is a library of Pd objects for random numbers and system tools
+ ixprint: print data on console without prefix (needed for ascwave)
+ binshift: binary shift objects (<<,>>)
+ ascseq: ascii-sequencer: input anything, which is output again
+ sequentially character by character with a given delay
+ ascwave: print funny ascii constructions on console
+ bfilt: re-output every argumen-th event, useful for modulo-sequencers
+ internal: modulo x -> sel 0
+ bfilt2: features internal counter, output just bangs
+ counter: cloned out of markex so i dont need to load gem to have these
+ reson: same as above
+ cxc_prepend: prepend stuff with another symbol
+ cxc_split: split incoming string at specified delimiter
+ utime: output seconds since epoch and microsecond fraction
+ random1, random_fl, random_icg, random_tw, dist_normal:
+ various PRNG algorithms
+ random1~, random_fl~, random_icg~: signal version of above algorithms
+ ENV: get and set environment variables and certain defines like RAND_MAX
+ proc: get stuff out of the linux proc directory (so far: cpuinfo, loadavg,
+ version, uptime)
+ delta~: emit distance to last sample as signal.
+ cx.mean, cx.avgdev, cx.stddev: calculate mean, standard and average
+ deviation of a signal in an array