aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules4
3 files changed, 4 insertions, 4 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/copyright b/debian/copyright
index b03b1b0..83c46ac 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: robin.haberkorn@googlemail.com
Source: https://github.com/rhaberkorn/sciteco
Files: *
-Copyright: Copyright 2012-2024 Robin Haberkorn <robin.haberkorn@googlemail.com>
+Copyright: Copyright 2012-2025 Robin Haberkorn <robin.haberkorn@googlemail.com>
License: GPL-3
/usr/share/common-licenses/GPL-3
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: