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
commitcb7df871cc811c642d20a08c9b3ffe4d20f17f05 (patch)
tree2c6ddfbc290192ce4eaa7a02c014973b3ea9bfa7
parent4e7c4592d19f33e76b34a87e70ea6c832d9cbed0 (diff)
fixed up Debian files in preparation for submission to mentors.debian.net
svn path=/trunk/externals/freeverb~/; revision=13759
-rw-r--r--debian/changelog4
-rw-r--r--debian/control12
2 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 3587b4a..2fb92f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pd-freeverb (1.2-1) unstable; urgency=low
+pd-freeverb (1.2-0.0) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (Closes: #591843)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/control b/debian/control
index ac854b3..6e99638 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pd-freeverb
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,7 +9,9 @@ Homepage: http://puredata.info
Package: pd-freeverb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: free studio-quality Schroeder/Moorer reverb
- Freeverb is a simple implementation of the standard Schroeder/Moorer reverb
- model. It uses 8 comb filters on both the left and right channels. Note that
- this version of Freeverb doesn't contain predelay, or any EQ.
+Description: studio-quality Schroeder/Moorer reverb as a Pd object
+ Freeverb is a simple implementation of the standard Schroeder/Moorer
+ reverb model. It uses 8 comb filters on both the left and right
+ channels. Note that this version of Freeverb doesn't contain
+ predelay, or any EQ. It is implemented as a Pd object, so it can
+ easily be inserted into a Pd patch.