diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 21:41:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 21:41:57 +0000 |
commit | 7f737d2a83f7818e81e8e4992e7478c1ba40ba4b (patch) | |
tree | 3339fffa8b1bc1c566ba6922beebf48528d0f08d /debian | |
parent | 309a7eb75a24715ea3007e1a262b2956205c4d95 (diff) |
fixed up Debian files in preparation for submission to mentors.debian.net
svn path=/trunk/externals/bassemu~/; revision=13759
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/copyright | 1 |
3 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 11638ad..e09a1d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -pd-bassemu (0.3-1) unstable; urgency=low +pd-bassemu (0.3-0.0) unstable; urgency=low - * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + * Initial release (Closes: #591848) -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500 diff --git a/debian/control b/debian/control index efc507c..baa34b0 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pd-bassemu 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,12 @@ Homepage: http://puredata.info Package: pd-bassemu Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pd -Description: an object for transistor bass emulation +Description: a Pd object for transistor bass emulation bassemu~ is an object that simulates a transistor-based electronic - synthesizer. + synthesizer. This serves as a emulation of an analogue bass synth. It + includes the obligatory filter, saw/rect/tri/sine waveform select, an + extra hi-pass filter. You can also feed another signal to its left + inlet, and filter that, either alone or mixed to the vco. + + Also included is a small, messy gop abstraction to resemble a 16-step + sequencer. diff --git a/debian/copyright b/debian/copyright index 6868864..5aebffa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,7 @@ Debianized-By: Hans-Christoph Steiner <hans@eds.org> Debianized-Date: Sat, 3 Apr 2010 17:14:25 -0400 Files: * Copyright: 2006, Christian Klippel +Original-Source: http://home.mamalala.de/bassemu-0.2.tgz License: GPL-2+ This package is free software; you can redistribute it and/or modify |