aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/src/debian/control')
-rw-r--r--flow-native/src/debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/flow-native/src/debian/control b/flow-native/src/debian/control
new file mode 100644
index 0000000..f335e0e
--- /dev/null
+++ b/flow-native/src/debian/control
@@ -0,0 +1,17 @@
+Source: flow
+Maintainer: Jakob Odersky <jodersky@gmail.com>
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 9), java7-jdk | openjdk-7-jdk
+Standards-Version: 3.9.6
+Homepage: https://github.com/jodersky/flow
+Vcs-Git: git://github.com/jodersky/flow.git
+
+Package: libflow3-jni
+Architecture: any
+Section: java
+Priority: optional
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Provides the native backend and JNI bindings for flow.
+ This package contains a native library to fully enable flow, a
+ serial communication library for Scala. \ No newline at end of file