From 84778a472329fbeb2a3f6becf2f5a359bf81f2eb Mon Sep 17 00:00:00 2001
From: Michael Prokop <mika@debian.org>
Date: Fri, 1 Jul 2016 11:14:45 +0200
Subject: [PATCH 4/9] jessie-backport: Lower Build-Depends on libmount-dev to
 >= 2.20

Followup fix for f29db207102e71d1c121b47076190cf692c62321
("New patch for libmount changes for proper jessie-backports support")
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 947917f..d1e52f8 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Build-Depends: debhelper (>= 9.20160114),
                libgcrypt20-dev,
                libkmod-dev (>= 15),
                libblkid-dev (>= 2.24),
-               libmount-dev (>= 2.27.1),
+               libmount-dev (>= 2.20),
                libseccomp-dev (>= 2.2.3-3~) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64el s390x],
                libdw-dev (>= 0.158) <!stage1>,
                linux-base <!nocheck>,
-- 
2.8.1

