diff --git a/debian/changelog b/debian/changelog index 7fbd53c9..16586f71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ livecd-rootfs (2.203) UNRELEASED; urgency=medium + [ Chris Wayne ] * Add hostname and machine-info to the writable paths, so that hostnamectl can change them to create a sane default bluetooth device name. + [ Colin Watson ] + * 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. + -- Chris Wayne Mon, 20 Jan 2014 15:25:29 +0100 livecd-rootfs (2.202) trusty; urgency=medium 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