diff options
author | Russell King <rmk@arm.linux.org.uk> | 2012-10-22 14:55:44 +0100 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2012-10-22 14:55:44 +0100 |
commit | f94fd1d14e8cbda841f7c7a716e494c35f395825 (patch) | |
tree | 43836b584bea641e4390ddac8c7cda316e8a61df /debian/control | |
parent | 5970bb5987be04dbc3498b264d14c7ef28194ad6 (diff) |
Separate init and udev scripts into separate package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6d0eabd..1cd12c6 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,12 @@ Standards-Version: 3.9.1 Section: libs Vcs-Bzr: https://code.launchpad.net/~adana-team/adana/marvell-libbmm +Package: libbmm-common +Section: libs +Architecture: linux-any +Description: Block/buffer memory management + Common files for the libbmm library + Package: libbmm-dev Section: libdevel Architecture: armel armhf @@ -17,7 +23,7 @@ Description: Block/buffer memory management Package: libbmm0u Section: libs Architecture: armel armhf -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libbmm-common, ${shlibs:Depends}, ${misc:Depends} Description: Block/buffer memory management Allocate, manage and share large block of physical continuous memory |