Drop android-tools-fsutils dependency, and instead install it on

demand for the nexus7 sub-arch. This target is no longer produced,
thus by doing this android-tools can fall out of main to universe.
ubuntu/cosmic
Dimitri John Ledkov 7 years ago
parent a43830fa39
commit 5f64c373f1

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.487) UNRELEASED; urgency=medium
* Drop android-tools-fsutils dependency, and instead install it on
demand for the nexus7 sub-arch. This target is no longer produced,
thus by doing this android-tools can fall out of main to universe.
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 11 Dec 2017 12:21:22 +0000
livecd-rootfs (2.486) bionic; urgency=medium
[ Michael Hudson-Doyle ]

1
debian/control vendored

@ -9,7 +9,6 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk
Package: livecd-rootfs
Architecture: any
Depends: ${misc:Depends},
android-tools-fsutils [armhf],
apt-utils,
debootstrap,
dosfstools,

@ -860,6 +860,7 @@ if [ "$SUBARCH" = "ac100" ] || [ "$SUBARCH" = "nexus7" ]; then
# roll the android rootfs images
mkdir -p userdata
mv $PREFIX.rootfs.tar.gz userdata/rootfs.tar.gz
apt-get -y install android-tools-fsutils
make_ext4fs -l 6G -s $PREFIX.ext4-$FLAVOUR userdata/
mv userdata/rootfs.tar.gz $PREFIX.rootfs.tar.gz
ln -sf "$PREFIX.ext4-$FLAVOUR" "$PREFIX.ext4"

Loading…
Cancel
Save