diff options
author | Russell King <rmk@arm.linux.org.uk> | 2012-11-11 10:06:08 +0000 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2012-11-11 10:14:58 +0000 |
commit | e2bea8f954d35b195c7987e3dbab18e4538201f8 (patch) | |
tree | 2ef61f4aed495b044ec05376daee757e0fb80fe0 /debian | |
parent | b6d8cc72f94c0145e379135da68351c016ca8742 (diff) |
Update debian build files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/libvmeta-common.install | 1 | ||||
-rw-r--r-- | debian/libvmeta.install | 1 |
4 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9d55821..80dad5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libvmeta (1.0ubuntu2.rmk2) precise; urgency=low + + * update for aligned malloc in libbmm + * update for correctly typed physical addresses + + -- Russell King <rmk@arm.linux.org.uk> Thu, 25 Oct 2012 12:23:35 +0100 + libvmeta (1.0ubuntu2.rmk1) precise; urgency=low * big update: convert to miscdevice, convert to libtool diff --git a/debian/control b/debian/control index 784e45d..a6861df 100644 --- a/debian/control +++ b/debian/control @@ -5,16 +5,24 @@ Build-Depends: debhelper (>= 7), dh-autoreconf, pkg-config, - libbmm-dev + libbmm-dev (>= 1.1.1), Standards-Version: 3.8.3 Section: libs Package: libvmeta Section: libs Architecture: armel armhf -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: libvmeta-common, ${shlibs:Depends}, ${misc:Depends} Description: vmeta library on marvell dove platform +Package: libvmeta-common +Section: libs +Architecture: linux-any +Depends: ${misc:Depends} +Description: vmeta library for Marvell dove platform + . + This package contains common files. + Package: libvmeta-dev Section: libs Architecture: armel armhf diff --git a/debian/libvmeta-common.install b/debian/libvmeta-common.install new file mode 100644 index 0000000..04f745a --- /dev/null +++ b/debian/libvmeta-common.install @@ -0,0 +1 @@ +debian/tmp/lib/udev/rules.d/*.rules diff --git a/debian/libvmeta.install b/debian/libvmeta.install index d5982e7..239bcfe 100644 --- a/debian/libvmeta.install +++ b/debian/libvmeta.install @@ -1,2 +1 @@ -lib/udev/rules.d/*.rules usr/lib/*.so |