aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d76ce89
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: libphidget21
+Priority: optional
+Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
+Build-Depends: debhelper (>= 8), autotools-dev, dh-autoreconf, libusb-dev, default-jdk
+Standards-Version: 3.9.3
+Section: libs
+Homepage: http://www.phidgets.com
+
+Package: libphidget21-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Phidgets runtime library
+ Runtime library for the libphidgets API.
+ .
+ Phidgets are a set of "plug and play" building blocks for low cost USB
+ sensing and control from your PC. All the USB complexity is taken care
+ of by the robust libphidget API.
+
+Package: libphidget21-dev
+Section: libdevel
+Architecture: any
+Depends: libphidget21-0 (= ${binary:Version}), libusb-dev, ${misc:Depends}
+Description: Phidgets development files
+ This package contains Development libraries and header files for the
+ libphidget API.
+ .
+ Phidgets are a set of "plug and play" building blocks for low cost USB
+ sensing and control from your PC. All the USB complexity is taken care
+ of by the robust libphidget API.
+
+Package: libphidget21-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libphidget21-0 (= ${binary:Version}), ${misc:Depends}
+Description: Phidgets debug symbols
+ This package contains debugging symbols for the libphidget API.
+ .
+ Phidgets are a set of "plug and play" building blocks for low cost USB
+ sensing and control from your PC. All the USB complexity is taken care
+ of by the robust libphidget API.
+
+Package: libphidget21-java
+Section: java
+Architecture: all
+Depends: libphidget21-dev, ${misc:Depends}
+Description: Phidgets Java library
+ This package contains java bindings for the libphidget API.
+ .
+ Phidgets are a set of "plug and play" building blocks for low cost USB
+ sensing and control from your PC. All the USB complexity is taken care
+ of by the robust libphidget API.