From acbef80b6b4f54ed2f67b576d696b28df5994986 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 21 Apr 2016 09:41:10 +0100 Subject: [PATCH] debian/control: Fix Build-Depends. --- debian/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index efd7a45..49e6b1e 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: xtoys Section: x11 Priority: extra -Build-Depends: - libx11-dev, mlib-dev (>= 2.0.4), debhelper (>= 8), - python-central, python (>= 2.4), python-gtk2 +Build-Depends: debhelper (>= 9), pkg-config, + libx11-dev, mlib-dev (>= 2.0.4) +Build-Depends-Indep: python-central, python (>= 2.4), + python-gtk2 Maintainer: Mark Wooding XS-Python-Version: >= 2.4 Standards-Version: 3.1.1 -- 2.11.0