reformat debian/control for osmo-release.sh compatibility

If we have more than one dependency in the line, osmo-release.sh
fails with
ERROR: configure.ac <libosmocore, 0.11.0> does NOT match debian/control <Build-Depends:debhelper, 7.0.50~dh-autoreconfautotools-devlibpcap0.8-devpkg-configlibosmocore-devlibgnutls28-devlibzmq3-dev>!

Change-Id: I8ab9a24af6ac0e4610ecc0eca1d5f5b9e03ad445
This commit is contained in:
Harald Welte 2021-01-06 17:13:54 +01:00
parent 716a4db54c
commit 72cc2a508d
1 changed files with 8 additions and 1 deletions

9
debian/control vendored
View File

@ -2,7 +2,14 @@ Source: osmo-pcap
Section: unknown
Priority: extra
Maintainer: Holger Hans Peter Freyther <zecke@selfish.org>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev, libgnutls28-dev, libzmq3-dev
Build-Depends: debhelper (>= 7.0.50~),
dh-autoreconf,
autotools-dev,
libpcap0.8-dev,
pkg-config,
libosmocore-dev,
libgnutls28-dev,
libzmq3-dev
Standards-Version: 3.9.1
Homepage: https://osmocom.org/projects/osmo-pcap
Vcs-Git: git://git.osmocom.org/osmo-pcap.git