aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 08112e8..0000000
--- a/debian/control
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: pd-hid
-Section: sound
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~),
- puredata
-Standards-Version: 3.9.1
-Homepage: http://puredata.info
-
-Package: pd-hid
-Architecture: any
-Depends: ${shlibs:Depends},
- pd,
- ${misc:Depends}
-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).