diff -Nru qtcreator-plugin-ubuntu-2.8.1.3bzr101precise0/debian/changelog qtcreator-plugin-ubuntu-2.8.1.3bzr102precise0/debian/changelog --- qtcreator-plugin-ubuntu-2.8.1.3bzr101precise0/debian/changelog 2014-02-25 20:54:15.000000000 +0000 +++ qtcreator-plugin-ubuntu-2.8.1.3bzr102precise0/debian/changelog 2014-02-25 20:54:15.000000000 +0000 @@ -1,8 +1,8 @@ -qtcreator-plugin-ubuntu (2.8.1.3bzr101precise0) precise; urgency=low +qtcreator-plugin-ubuntu (2.8.1.3bzr102precise0) precise; urgency=low - * Automatic build of revision 101 + * Automatic build of revision 102 - -- PS Jenkins bot Fri, 21 Feb 2014 19:57:59 +0000 + -- PS Jenkins bot Tue, 25 Feb 2014 20:52:17 +0000 qtcreator-plugin-ubuntu (2.8.1.3-0ubuntu2) saucy; urgency=low diff -Nru qtcreator-plugin-ubuntu-2.8.1.3bzr101precise0/share/qtcreator/ubuntu/scripts/local_get_cordova_runtime qtcreator-plugin-ubuntu-2.8.1.3bzr102precise0/share/qtcreator/ubuntu/scripts/local_get_cordova_runtime --- qtcreator-plugin-ubuntu-2.8.1.3bzr101precise0/share/qtcreator/ubuntu/scripts/local_get_cordova_runtime 2014-02-21 19:57:54.000000000 +0000 +++ qtcreator-plugin-ubuntu-2.8.1.3bzr102precise0/share/qtcreator/ubuntu/scripts/local_get_cordova_runtime 2014-02-25 20:52:08.000000000 +0000 @@ -16,7 +16,6 @@ # Author: David Barth SCRIPTPATH=`dirname $0` -PROJECTPATH=`pwd`/$1 CORDOVA_PACKAGE="ubuntu-html5-platform-3.4-dev" PAYLOAD_DIR="usr/share/ubuntu-html5-platform-3.4/" @@ -25,18 +24,17 @@ # based on the blog post of Andreas Olsson # http://blog.bogosity.se/2012/11/03/fully-using-apt-get-download/ -setup_apt_conf_for_release () { - RELEASE=$1 - - [ -z "$RELEASE" ] && exit "setup_apt_conf_for_release" - +setup_apt_conf () { mkdir -p ${DOWNLOAD_DIR}/apt/{apt.conf.d,preferences.d,trusted.gpg.d,cache/lists/partial} touch ${DOWNLOAD_DIR}/apt/status ln -s /usr/share/keyrings/debian-archive-keyring.gpg \ ${DOWNLOAD_DIR}/apt/trusted.gpg.d/ ln -s /usr/share/keyrings/ubuntu-archive-keyring.gpg \ ${DOWNLOAD_DIR}/apt/trusted.gpg.d/ - + apt-key --keyring ${DOWNLOAD_DIR}/apt/trusted.gpg.d/ppa.gpg adv \ + --keyserver keyserver.ubuntu.com --recv-keys C7122F9B 1>/dev/null + echo + cat > ${DOWNLOAD_DIR}/apt/downloader.conf < ${DOWNLOAD_DIR}/apt/sources.list <> \ + # ${DOWNLOAD_DIR}/apt/downloader.conf + + if [ "$ARCH" == "armhf" ]; then + cat > ${DOWNLOAD_DIR}/apt/sources.list < ${DOWNLOAD_DIR}/apt/sources.list <