mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
debian: set compat level to 10
Set --no-parallel, as in v10 debhelper defaults to parallel building. This is apparently not supported by simtrace2's Makefile, it leads to multiple non-trivial build errors. In contrib/jenkins.sh we also don't build multiple firmwares in parallel. Related: OS#5958 Related: https://manpages.debian.org/testing/debhelper/debhelper-compat-upgrade-checklist.7.en.html Change-Id: I49fcc4fe9d3e795f8c3514d35ff3e2beca2917d1
This commit is contained in:
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -1,8 +1,8 @@
|
||||
Source: simtrace2
|
||||
Maintainer: Harald Welte <laforge@gnumonks.org>
|
||||
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 9),
|
||||
Build-Depends: debhelper (>= 10),
|
||||
autotools-dev,
|
||||
autoconf,
|
||||
automake,
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -13,4 +13,4 @@ export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
|
||||
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --no-parallel
|
||||
|
||||
Reference in New Issue
Block a user