aboutsummaryrefslogtreecommitdiff
path: root/flow-native/debian/control
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-28 17:08:21 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-28 17:08:21 +0100
commite1dbcd03d9c0504ef9d0e4172236481222ef70f2 (patch)
tree6945f8ec3104253179564dd9ab98e57be9ecc864 /flow-native/debian/control
parent99b1ad237edfed9dd9b64dffe9aa5d38b0721175 (diff)
downloadakka-serial-e1dbcd03d9c0504ef9d0e4172236481222ef70f2.tar.gz
akka-serial-e1dbcd03d9c0504ef9d0e4172236481222ef70f2.tar.bz2
akka-serial-e1dbcd03d9c0504ef9d0e4172236481222ef70f2.zip
implement alternative native build, we're kind of at a turning point here, see roadmap for ideas
Diffstat (limited to 'flow-native/debian/control')
-rw-r--r--flow-native/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/flow-native/debian/control b/flow-native/debian/control
new file mode 100644
index 0000000..5fc8b77
--- /dev/null
+++ b/flow-native/debian/control
@@ -0,0 +1,16 @@
+Source: flow
+Priority: extra
+Maintainer: Jakob Odersky <jodersky@gmail.com>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.3
+Section: libs
+Homepage: https://github.com/jodersky/flow
+Vcs-Git: git://github.com/jodersky/flow.git
+
+Package: libflow3
+Section: libs
+Architecture: any
+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