Skip to content
Snippets Groups Projects
Commit 21b90ad3 authored by Vignesh Raman's avatar Vignesh Raman
Browse files

debian/control: fix dwz dependency issue


debhelper from buster-backports depends on dwz >= 0.12.20190711.
v2021 has dwz version 0.12-3co1bv2021.0b3. So it results in below
error during package installation,

dpkg: dependency problems prevent configuration of debhelper:
 debhelper depends on dwz (>= 0.12.20190711); however:
  Version of dwz on system is 0.12-3co1bv2021.0b3.

Modify the dwz version in debian/control to fix dependency issues.

Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
parent 22a6cb13
No related branches found
No related tags found
2 merge requests!15Merge changes from apertis/v2021-updates into apertis/v2021,!13T8430: Import Debian version 13.3.3~bpo10+1
......@@ -29,7 +29,7 @@ Depends: autotools-dev,
# dbgsym support landed in 1.18.0, 1.18.2 fixes a related nasty bug.
dpkg (>= 1.18.0~),
dpkg-dev (>= 1.18.2~),
dwz (>= 0.12.20190711),
dwz (>= 0.12~),
file (>= 3.23),
libdpkg-perl (>= 1.17.14),
man-db,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment