summaryrefslogtreecommitdiffstats
path: root/lib/libbbbgpmc/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbbbgpmc/debian/control')
-rw-r--r--lib/libbbbgpmc/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libbbbgpmc/debian/control b/lib/libbbbgpmc/debian/control
new file mode 100644
index 0000000..129b19e
--- /dev/null
+++ b/lib/libbbbgpmc/debian/control
@@ -0,0 +1,23 @@
+Source: libbbbgpmc
+Section: libs
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Build-Depends: debhelper (>= 5), cdbs, tdelibs14-trinity-dev, automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+
+Package: libbbbgpmc
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: BeagleBone Black GPMC shared library
+ Shared objects for the Remote Laboratory Access system
+ .
+ libbbbgpmc contains the library of libbbbgpmc.
+
+Package: libbbbgpmc-dev
+Architecture: any
+Depends: libtqtrla (= ${binary:Version})
+Description: BeagleBone Black GPMC shared library
+ Shared objects for the Remote Laboratory Access system
+ .
+ libbbbgpmc-dev contains development files and documentation.