From 53b0f705ff84c72f41bd0950a9ad563112512aa5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 31 May 2011 12:42:12 +0200 Subject: [PATCH] Build depend on debhelper --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1ab9fd1..8d8d93b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: php5-yaz Section: web Priority: optional Maintainer: Adam Dickmeiss -Build-Depends: php5-dev, libyaz4-dev (>= 4.1.4) +Build-Depends: debhelper (>= 4), php5-dev, libyaz4-dev (>= 4.1.4) Standards-Version: 3.1.1 Package: php5-yaz -- 1.7.10.4