aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control10
-rw-r--r--debian/links2
3 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 84dca17..8e0e31f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pd-hid (0.0-1) unstable; urgency=low
+pd-hid (0.7-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
- -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500
+ -- Hans-Christoph Steiner <hans@eds.org> Tue, 21 Dec 2010 16:25:28 -0500
diff --git a/debian/control b/debian/control
index 21cae96..08112e8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,11 @@ Package: pd-hid
Architecture: any
Depends: ${shlibs:Depends},
pd,
- pd-libdir,
${misc:Depends}
-Recommends: pd-import
-Description:
+Description: a Pd object for getting data from USB HID devices
+ [hid] is a Pure Data object for reading data from USB HID devices like
+ keyboards, mice, joysticks, gamepads, keypads, and all sorts of other
+ esoteric controllers like USB knobs, touchscreens, Apple IR Remotes, etc. It
+ represents the data with a cross-platform message scheme which is then
+ translated to the underlying native API for input devices (Linux input.h or
+ Mac OS X HID Utilities).
diff --git a/debian/links b/debian/links
index 7caa2e2..198ce16 100644
--- a/debian/links
+++ b/debian/links
@@ -1,3 +1,3 @@
usr/lib/pd/extra/hid/README.txt usr/share/doc/pd-hid/README
usr/lib/pd/extra/hid/examples usr/share/doc/pd-hid/examples
-usr/share/common-licenses/GPL-2 usr/lib/pd/extra/hid/LICENSE.txt
+usr/share/common-licenses/GPL-3 usr/lib/pd/extra/hid/LICENSE.txt