From ff714264931884d5210daba1c97de13fc2296f06 Mon Sep 17 00:00:00 2001 From: Micah Anderson <micah@riseup.net> Date: Wed, 27 Jan 2010 18:24:39 -0500 Subject: [PATCH] add versioned build dependency on debhelper 5. version 4 would work, but the recommended practice is to always declare an explicit versioned dependency on debhelper equal to or greater than the compatibility level used by the package. We are using compat level 5 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 363cb532..c5f3d1d2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: backupninja Section: admin Priority: optional Maintainer: Micah Anderson <micah@riseup.net> -Build-Depends: debhelper (>= 4.0.0), autoconf, automake +Build-Depends: debhelper (>= 5.0.0), autoconf, automake Build-Conflicts: autoconf2.13 Standards-Version: 3.8.3 Homepage: https://labs.riseup.net/code/projects/show/backupninja -- GitLab