summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6d0eabd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: marvell-libbmm
+Priority: extra
+Maintainer: Michael Casadevall <mcasadevall@ubuntu.com>
+XSBC-Original-Maintainer: Li Li <lea.li@marvell.com>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+Section: libs
+Vcs-Bzr: https://code.launchpad.net/~adana-team/adana/marvell-libbmm
+
+Package: libbmm-dev
+Section: libdevel
+Architecture: armel armhf
+Depends: libbmm0u (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Block/buffer memory management
+ Header files, static library and unit test case for BMM
+
+Package: libbmm0u
+Section: libs
+Architecture: armel armhf
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Block/buffer memory management
+ Allocate, manage and share large block of physical continuous memory
+
+Package: libbmm0u-dbg
+Section: debug
+Priority: extra
+Architecture: linux-any
+Depends:
+ libbmm0u (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Multi-Arch: same
+Description: Block/buffer memory management
+ .
+ This package provides debugging symbols for the libbmm0u package.