Package: src:btrfs-progs
Severity: normal
Tags: patch
Attached is a patch that will allow btrfs-progs-4.16.1 to be built on
Debian and Ubuntu. AFAICT there's no need to add --with python3 at
this time, but I'm guessing that some day that might become a good
idea.
>From ebd0455eaf81651a98635509c1a6334ede609192 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves <[email protected]>
Date: Tue, 8 May 2018 21:02:49 -0400
Subject: [PATCH] Add build-deps libpython3-dev and python3-setuptools; fixes
FTBFS.
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index 441392e3..135a13ba 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 10),
asciidoc,
xmlto,
bash-completion,
+ libpython3-dev,
+ python3-setuptools
Standards-Version: 4.0.0
Homepage: http://btrfs.wiki.kernel.org/
Vcs-Browser: https://browse.dgit.debian.org/btrfs-progs.git
--
2.17.0