diff -Nru unity-js-scopes-0.1/debian/bzr-builder.manifest unity-js-scopes-0.1/debian/bzr-builder.manifest --- unity-js-scopes-0.1/debian/bzr-builder.manifest 2016-03-11 06:16:35.000000000 +0000 +++ unity-js-scopes-0.1/debian/bzr-builder.manifest 2016-03-12 06:17:03.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~139 -lp:unity-js-scopes revid:marcus.tomlinson@canonical.com-20160311060929-4tha2h17stt5f5my +# bzr-builder format 0.3 deb-version {debupstream}-0~141 +lp:unity-js-scopes revid:marcus.tomlinson@canonical.com-20160311115950-a1hdq0x049bxtw1w diff -Nru unity-js-scopes-0.1/debian/changelog unity-js-scopes-0.1/debian/changelog --- unity-js-scopes-0.1/debian/changelog 2016-03-11 06:16:35.000000000 +0000 +++ unity-js-scopes-0.1/debian/changelog 2016-03-12 06:17:03.000000000 +0000 @@ -1,8 +1,8 @@ -unity-js-scopes (0.1-0~139~ubuntu15.10.1) wily; urgency=low +unity-js-scopes (0.1-0~141~ubuntu15.10.1) wily; urgency=low * Auto build. - -- David Callé Fri, 11 Mar 2016 06:16:35 +0000 + -- David Callé Sat, 12 Mar 2016 06:17:03 +0000 unity-js-scopes (0.1) UNRELEASED; urgency=medium diff -Nru unity-js-scopes-0.1/src/tool/main.cc unity-js-scopes-0.1/src/tool/main.cc --- unity-js-scopes-0.1/src/tool/main.cc 2016-03-11 06:16:35.000000000 +0000 +++ unity-js-scopes-0.1/src/tool/main.cc 2016-03-12 06:17:03.000000000 +0000 @@ -56,7 +56,7 @@ { std::string setup_script; setup_script += "click chroot -a armhf -f ubuntu-sdk-" + fw + " maint apt-get install software-properties-common -y --force-yes \n"; - setup_script += "click chroot -a armhf -f ubuntu-sdk-" + fw + " maint add-apt-repository ppa:ubuntu-sdk-team/ppa -y \n"; + setup_script += "click chroot -a armhf -f ubuntu-sdk-" + fw + " maint add-apt-repository ppa:unity-api-team/unity-js-scopes -y \n"; setup_script += "click chroot -a armhf -f ubuntu-sdk-" + fw + " maint sh -c \"find /etc/apt/sources.list.d//*.list \ -exec apt-get update -o Dir::Etc::sourcelist='{}' -o Dir::Etc::sourceparts='-' -o APT::Get::List-Cleanup='0' \\;\" \n";