aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-28 03:58:42 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-12-28 04:01:18 +0300
commit9f9b31685d612731c2b3064beb9fa149f4b6e76a (patch)
treece67c9b8042e94ccba4a47757700682bf15de714 /debian/rules
parent6c6c2ce19051f21f70b363e3ae4b3573f86cd375 (diff)
downloadsciteco-9f9b31685d612731c2b3064beb9fa149f4b6e76a.tar.gz
Debian: disabled parallel builds when running the test suite
* Hopefully makes the log easier to read in case of failures. There may still be 2 runs concurrently since we build Curses and Gtk in parallel. * Updated homepage. * Ubuntu plucky builds are failing. See https://launchpadlibrarian.net/765999455/buildlog_ubuntu-plucky-amd64.sciteco_2.3.0-0ppa1~plucky1_BUILDING.txt.gz This may have been a spurious failure due to xvfb-run. It may be less likely with --no-parallel. Theoretically we could bump the Debian package version in order to test that, but the PPA is practically not used by anybody anyway.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8b8ad11..1808b15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ build-curses-stamp:
--with-interface=ncurses \
--with-scitecodatadir=../share/sciteco
dh_auto_build -Bbuild-curses
- dh_auto_test -Bbuild-curses
+ dh_auto_test -Bbuild-curses --no-parallel
touch $@
# NOTE: This does not depend on install-curses-stamp and uses
@@ -57,7 +57,7 @@ build-gtk-stamp:
# we need an XServer which may be missing on the build server.
# That's why we use xvfb.
xvfb-run -a dh_auto_build -Bbuild-gtk
- xvfb-run -a dh_auto_test -Bbuild-gtk
+ xvfb-run -a dh_auto_test -Bbuild-gtk --no-parallel
touch $@
install: