Page MenuHomePhabricator

Fix the debian package build for Ubuntu Bionic
ClosedPublic

Authored by Fabien on Sep 30 2020, 16:19.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCa5f427d8021e: Fix the debian package build for Ubuntu Bionic
Summary

The PPA fails to build the Ubuntu Bionic package at the dwz step
(https://manpages.debian.org/testing/debhelper/dh_dwz.1.en.html). We are
installing the files stripped, so dwz cannot extract a debug info from
the binaires and fails the build. Note that the version from Ubuntu
Focal correctly detects that there is no debug info and doesn't fail.

This diffs skips the dwz step which is not necessary.

Test Plan

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Sep 30 2020, 16:19
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
contrib/debian/rules
23 ↗(On Diff #24062)

Nit: Add a semicolon on the end to make it explicit that this recipe does nothing.

This revision is now accepted and ready to land.Sep 30 2020, 16:25
This revision was landed with ongoing or failed builds.Sep 30 2020, 19:14
This revision was automatically updated to reflect the committed changes.