From f46694091c3485c78e8f715878f34c2f6d04ee2e Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 9 Nov 2012 13:32:00 +0100 Subject: [PATCH] make the dependency on android-tools-fsutils not arch specific, seems dpkg doesnt like arch specific binary deps in arch all packages --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8c83465f..18195889 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.95) UNRELEASED; urgency=low + + * make the dependency on android-tools-fsutils not arch specific, seems + dpkg doesnt like arch specific binary deps in arch all packages + + -- Oliver Grawert Fri, 09 Nov 2012 13:30:15 +0100 + livecd-rootfs (2.94) raring; urgency=low * add a dependency on android-tools-fsutils for armhf builds diff --git a/debian/control b/debian/control index d64f67d6..f01d8b66 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk Package: livecd-rootfs Architecture: all -Depends: ${misc:Depends}, debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes, lsb-release, lzma, e2fsprogs, germinate (>= 1.25.1), apt-utils, gnupg, live-build (>= 3.0~a55-1), android-tools-fsutils [armhf] +Depends: ${misc:Depends}, debootstrap, rsync, python-minimal | python, procps, squashfs-tools (>= 1:3.3-1), grep-dctrl, fdupes, lsb-release, lzma, e2fsprogs, germinate (>= 1.25.1), apt-utils, gnupg, live-build (>= 3.0~a55-1), android-tools-fsutils Suggests: partimage Breaks: ubuntu-defaults-builder (<< 0.32) Description: construction script for the livecd rootfs