From 5405cf7f3905a86803c12f985d915f24ea3c3581 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 21 Dec 2006 15:28:44 +0000 Subject: [PATCH] Build-depends must be a single line according to section 5.1 of the policy. --- debian/control | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b49a849..41eb193 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,7 @@ Source: collectd Section: utils Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev, - libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, - libsensors-dev, liboping-dev (>= 0.3.3) +Build-Depends: debhelper (>= 5), autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3) Standards-Version: 3.7.2 Package: collectd -- 2.30.2