From: Peter Palfrader Date: Tue, 25 Dec 2007 10:29:03 +0000 (+0100) Subject: Fix debhelper dependency. X-Git-Tag: userdir-ldap-0.3.16~36 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=ce79e83c935b71d0fc9d10ee1c391bb8fb84a956 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. --- 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