diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-09 17:42:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-09 17:42:45 +0000 |
commit | c682175c3a49b7377a5ba6c0becf0e24a65bdba7 (patch) | |
tree | bb043cc573b76af63c795c1b8ec62e9c4d7882e9 /debian/control | |
parent | 9a082f97a60793ab2e151a70a931977a802de47b (diff) |
converted 'windowing' to use the Makefile template+debian stuff
svn path=/trunk/externals/windowing/; revision=13148
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ef68db8 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: pd-windowing +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), pure-data | pd +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-windowing +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: a library of windowing functions + Hanning, Hamming, Blackman, Cosine, Connes, Bartlett, Welch, + Lanczos, Gaussian, and Kaiser windowing functions with are + applied per-block. |