diff --git a/helpers/make-libreoffice b/helpers/make-libreoffice index a54426b..31358b1 100644 --- a/helpers/make-libreoffice +++ b/helpers/make-libreoffice @@ -17,18 +17,22 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 EXTERNAL='deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu $UPSTREAM main' REPOKEY="73AEE920AD55F5A0" BACKPORT=true . ./config -patch --no-backup-if-mismatch -p1 < $DATA/debian-rules_7.3.patch +patch_p1 $DATA/debian-rules_7.3.patch # Increase CPU usage for amd64 build. sed -i "/NUM_CPUS=/s|3|7|" debian/rules +# Remote pip test +rm pyuno/qa/pytests/testpip.py +sed -i '/python3-pip/d' debian/control + changelog "Backport libreoffice fresh into Trisquel" package