From ce79e83c935b71d0fc9d10ee1c391bb8fb84a956 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 25 Dec 2007 11:29:03 +0100 Subject: [PATCH] Fix debhelper dependency. Since we are using a debhelper compatibility level of 5 we need to declare a versioned build dependency of >=5 on it. --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 973f023..bd54477 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ userdir-ldap (0.3.15+xxx) XXunstable; urgency=low * Get rid of debian/conffiles, wich only listed files in /etc anyway. Those files were already being tagged as conffiles by debhelper, resulting in them being listed twice in the resulting binary package. + * Change the build dependency on debhelper to be versioned >= 5. - -- Peter Palfrader Tue, 25 Dec 2007 11:26:56 +0100 + -- Peter Palfrader Tue, 25 Dec 2007 11:28:46 +0100 userdir-ldap (0.3.15) unstable; urgency=low diff --git a/debian/control b/debian/control index b58a107..aa33ee1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: userdir-ldap Section: admin Priority: optional Maintainer: Debian Administration team -Build-Depends-Indep: debhelper, python-support +Build-Depends-Indep: debhelper (>= 5), python-support Standards-Version: 3.5.8.0 Uploaders: Ryan Murray -- 2.20.1