libreoffice: remove pip test requirement on newer builds
This commit is contained in:
parent
4febd4848b
commit
f9a85c2a6f
1 changed files with 6 additions and 2 deletions
|
|
@ -17,18 +17,22 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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'
|
EXTERNAL='deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY="73AEE920AD55F5A0"
|
REPOKEY="73AEE920AD55F5A0"
|
||||||
BACKPORT=true
|
BACKPORT=true
|
||||||
|
|
||||||
. ./config
|
. ./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.
|
# Increase CPU usage for amd64 build.
|
||||||
sed -i "/NUM_CPUS=/s|3|7|" debian/rules
|
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"
|
changelog "Backport libreoffice fresh into Trisquel"
|
||||||
|
|
||||||
package
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue