diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-28 03:58:42 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-28 04:01:18 +0300 |
commit | 9f9b31685d612731c2b3064beb9fa149f4b6e76a (patch) | |
tree | ce67c9b8042e94ccba4a47757700682bf15de714 /debian/control | |
parent | 6c6c2ce19051f21f70b363e3ae4b3573f86cd375 (diff) | |
download | sciteco-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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a5aeca0..e1d67f8 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), dh-exec, g++ (>= 4:5.0), libglib2.0-dev (>= 2. libgtk-3-dev (>= 3.12), xvfb, groff-base Standards-Version: 4.5.0 -Homepage: http://sciteco.sf.net/ +Homepage: https://rhaberkorn.github.io/sciteco/ Vcs-Browser: https://github.com/rhaberkorn/sciteco Vcs-Git: git://github.com/rhaberkorn/sciteco.git |