diff options
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 3 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 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: |