diff --git a/debian/changelog b/debian/changelog index 2d984b5a..8f2af7d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.204) trusty; urgency=medium + + * Make livecd-rootfs be Architecture: any so that we can go back to the + android-tools-fsutils dependency being architecture-specific, which + relieves us of having to port it to new architectures which don't care + about Android. + + -- Colin Watson Fri, 31 Jan 2014 11:04:39 +0000 + livecd-rootfs (2.203) trusty; urgency=medium * Add hostname and machine-info to the writable paths, so that hostnamectl diff --git a/debian/control b/debian/control index 879e7a79..0a8bd9b2 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 3.9.4 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 +Architecture: any +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] Suggests: partimage Breaks: ubuntu-defaults-builder (<< 0.32) Description: construction script for the livecd rootfs