aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 22:59:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 22:59:29 +0000
commita7e3df7ec0ddaf070e79f67724678165df9ac0a7 (patch)
treeccf5355a96b0e24181d16de7d5a6e092e14c65ae
parent7fe202f953292b871555e1b2d4b0a116c3608d1b (diff)
fixed lintian warnings: changelog-should-mention-nmu and missing-debian-source-format
svn path=/trunk/externals/moonlib/; revision=13760
-rw-r--r--debian/changelog1
-rw-r--r--debian/control26
-rw-r--r--debian/copyright2
-rw-r--r--debian/source/format1
4 files changed, 28 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6ea9335..e765bd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
pd-moonlib (0.2-0.0) unstable; urgency=low
+ * Non-maintainer upload
* Initial release (Closes: #591737)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
diff --git a/debian/control b/debian/control
index cd7853c..cfb8566 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,30 @@ Homepage: http://puredata.info
Package: pd-moonlib
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: library of objects related to GUI control
+Description: library of Pd objects related to GUI control
Moonlib includes three sub-sections: nilib, which is a kind of wrapper
between Pd and Gtk, sublib, which is a collection of gui control objects, and
- other, which are miscellaneous objects.
+ other, which are miscellaneous objects:
+ tabenv : like env~, an enveloppe follower, but computing on a table, so
+ possibly much speeder than real-time env~'s computation.
+ tabsort and tabsort2 : returns the indices of the sorted table (tabsort2
+ is bidimentionnal).
+ gamme : one octave of a piano keyboard used to filter/choose notes in a
+ selected scale.
+ absolutepath/relativepath : to use datas (sounds, texts, presets, images,
+ programs...) nested in the patch's directory (and in subdirs).
+ sarray and slist : to creates shared dynamic arrays or lists with symbols.
+ sfread2~ and readsfv~ : to pitch the direct-from-disk reading of sound files.
+ dinlet~ : an inlet~ with a default value (when nothing is connected to it).
+ mknob : a round knob ala iemgui vslider (with its "properties" window).
+ dispatch : creates one bus name for many buttons' buses: from the N pairs
+ (slider1-snd/slider1-rcv) ... (sliderN-snd/sliderN-rcv), creates only
+ one pair of buses named (slider-snd/slider-rcv) , in which datas are
+ prepended by the number of the "sub-bus".
+ joystik : an improvment of Joseph A. Sarlo's joystick.
+ image : an improvment of Guenter Geiger's one. Same name, but it's
+ compatible. Here you can share images through different objects, preload
+ a list of images, and animate this list.
+
+ and some others...
diff --git a/debian/copyright b/debian/copyright
index e0e4a7c..c0a52c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,8 @@ Debianized-By: Hans-Christoph Steiner <hans@eds.org>
Debianized-Date: Sat, 20 Feb 2010 17:14:25 -0400
Files: *
Copyright: 2001-2004, Antoine Rousseau
+Copyright: 2001-2004, Guenter Geiger
+Copyright: 2001-2004, Joseph A. Sarlo
License: GPL-2+
This package is free software; you can redistribute it and/or modify
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)