diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-21 05:10:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-21 05:10:18 +0000 |
commit | 8f9b46c2bf66b32879c0b2c9e2d282c31f13e932 (patch) | |
tree | 3fc449fd55ffc2c64a7025bd16cb174c46020aa5 | |
parent | d1e2405bce8c4164d33e9e825d4c10a6dd329cf0 (diff) |
fixed version and added forgotten header
svn path=/trunk/externals/smlib/; revision=13185
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | smlib-meta.pd | 19 |
3 files changed, 9 insertions, 14 deletions
@@ -25,7 +25,7 @@ PDOBJECTS = # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, READMEs, example # patches, documentation, etc. -EXTRA_DIST = README.txt SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg +EXTRA_DIST = README.txt SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h #------------------------------------------------------------------------------# diff --git a/debian/changelog b/debian/changelog index c241b9c..49031ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pd-smlib (0.12-1) unstable; urgency=low +pd-smlib (0.12.1-1) unstable; urgency=low * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> diff --git a/smlib-meta.pd b/smlib-meta.pd index 0f3f90a..35e8564 100644 --- a/smlib-meta.pd +++ b/smlib-meta.pd @@ -1,16 +1,11 @@ -#N canvas 10 10 200 200 10; -#N canvas 20 20 420 300 META 0; +#N canvas 420 63 200 200 10; +#N canvas 26 71 420 300 META 0; #X text 10 10 META this is a prototype of a libdir meta file; #X text 10 30 NAME smlib; -#X text 10 50 AUTHOR Johannes Taelman <johannes.taelman@rug.ac.be>; +#X text 10 50 AUTHOR Johannes Taelman <johannes.taelman@rug.ac.be> +; #X text 10 70 LICENSE GNU GPL; -#X text 10 90 DESCRIPTION vector processing, vector analysis, vector synthesis, number stream analysis, number stream filters; -#X restore 10 10 pd META; -#N canvas 10 10 200 200 10; -#N canvas 20 20 420 300 META 0; -#X text 10 10 META this is a prototype of a libdir meta file; -#X text 10 30 NAME smlib; -#X text 10 50 AUTHOR Johannes Taelman <johannes.taelman@rug.ac.be>; -#X text 10 70 LICENSE GNU GPL; -#X text 10 90 DESCRIPTION vector processing, vector analysis, vector synthesis, number stream analysis, number stream filters; +#X text 10 90 DESCRIPTION vector processing \, vector analysis \, vector +synthesis \, number stream analysis \, number stream filters; +#X text 10 130 VERSION 0.12.1; #X restore 10 10 pd META; |