Temporarily install the to-be-moved click packages in both core and

custom databases, to simplify the landing process.
ubuntu/yakkety
Colin Watson 10 years ago
parent b47dbe69a7
commit a10e22f77b

5
debian/changelog vendored

@ -1,8 +1,13 @@
livecd-rootfs (2.255) UNRELEASED; urgency=medium livecd-rootfs (2.255) UNRELEASED; urgency=medium
[ Steve Langasek ]
* Add support to the ubuntu-touch target to generate a separate custom * Add support to the ubuntu-touch target to generate a separate custom
tarball as part of the build, moving most click packages into it. tarball as part of the build, moving most click packages into it.
[ Colin Watson ]
* Temporarily install the to-be-moved click packages in both core and
custom databases, to simplify the landing process.
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 09 Oct 2014 20:46:46 -0700 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 09 Oct 2014 20:46:46 -0700
livecd-rootfs (2.254) utopic; urgency=medium livecd-rootfs (2.254) utopic; urgency=medium

@ -41,13 +41,15 @@ do
com.ubuntu.reminders_*|\ com.ubuntu.reminders_*|\
com.ubuntu.sudoku_*|\ com.ubuntu.sudoku_*|\
com.ubuntu.terminal_*) com.ubuntu.terminal_*)
root="$click_db_custom" roots="$click_db $click_db_custom"
;; ;;
*) *)
root="$click_db" roots="$click_db"
;; ;;
esac esac
for root in $roots; do
click install --force-missing-framework --root="$root" --all-users \ click install --force-missing-framework --root="$root" --all-users \
"$tmpdir/$package" "$tmpdir/$package"
done
fi fi
done done

Loading…
Cancel
Save