Skip to content

Commit 5932f22

Browse files
committed
bump debhelper to 12 (available in buster), no longer need --parallel
1 parent 1ffed0f commit 5932f22

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

debian/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ PYTHON_IMAGING=python3-pil
8686
PYTHON_IMAGING_TK=python3-pil.imagetk
8787
QTVCP_DEPENDS="python3-pyqt5,\n python3-pyqt5.qsci,\n python3-pyqt5.qtsvg,\n python3-pyqt5.qtopengl,\n python3-opencv,\n python3-dbus,python3-espeak,\n python3-dbus.mainloop.pyqt5,\n python3-pyqt5.qtwebkit,\n espeak-ng,\n pyqt5-dev-tools,\n gstreamer1.0-tools,espeak,\n sound-theme-freedesktop"
8888
YAPPS_RUNTIME="python3-yapps"
89-
DEBHELPER="debhelper (>= 9)"
90-
COMPAT="9"
89+
DEBHELPER="debhelper (>= 12)"
90+
COMPAT="12"
9191

9292
case $DISTRIB_NAME in
9393
Ubuntu-21.*|Debian-11|Debian-11.*|Debian-testing|Debian-unstable)

debian/rules.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ DESTDIR=$(CURDIR)/debian/tmp
3535
DEV_PACKAGE_NAME=@MAIN_PACKAGE_NAME@-dev
3636

3737
%:
38-
# With debhelper 10 the --parallel becomes the default
39-
dh $@ --parallel
38+
dh $@
4039

4140
override_dh_auto_configure:
4241
cd src && ./autogen.sh

debian/source/lintian-overrides

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# False positive - python3 is invoked in d/rules.
22
linuxcnc source: python3-depends-but-no-python3-helper linuxcnc-uspace linuxcnc-uspace-dev
3-
4-
# For the early versions of debhelper (<10) this is not unnecessary
5-
linuxcnc source: debian-rules-uses-unnecessary-dh-argument dh ... --parallel (line 32)

0 commit comments

Comments
 (0)