diff -Nru gambas3-3.1.1/debian/changelog gambas3-3.1.1/debian/changelog --- gambas3-3.1.1/debian/changelog 2012-05-24 12:22:15.000000000 +0100 +++ gambas3-3.1.1/debian/changelog 2012-08-28 19:05:28.000000000 +0100 @@ -1,3 +1,10 @@ +gambas3 (3.1.1-2+rpi1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Disabled jit for Raspberry Pi build. + + -- Mike Thompson Tue, 28 Aug 2012 18:04:54 +0000 + gambas3 (3.1.1-2) unstable; urgency=low * debian/control: diff -Nru gambas3-3.1.1/debian/rules gambas3-3.1.1/debian/rules --- gambas3-3.1.1/debian/rules 2012-05-24 12:00:02.000000000 +0100 +++ gambas3-3.1.1/debian/rules 2012-08-28 19:04:32.000000000 +0100 @@ -20,7 +20,7 @@ config.status: configure - CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl + CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl --disable-jit touch configure-stamp