[Da-tools-commits] r346 .: Fix debhelper dependency.

Peter Palfrader peter at palfrader.org
Tue Dec 25 10:29:03 UTC 2007


------------------------------------------------------------
revno: 346
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Tue 2007-12-25 11:29:03 +0100
message:
  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.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-12-25 10:27:39 +0000
+++ b/debian/changelog	2007-12-25 10:29:03 +0000
@@ -5,8 +5,9 @@
   * 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 <weasel at debian.org>  Tue, 25 Dec 2007 11:26:56 +0100
+ -- Peter Palfrader <weasel at debian.org>  Tue, 25 Dec 2007 11:28:46 +0100
 
 userdir-ldap (0.3.15) unstable; urgency=low
 

=== modified file 'debian/control'
--- a/debian/control	2007-08-12 17:40:32 +0000
+++ b/debian/control	2007-12-25 10:29:03 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Debian Administration team <debian-admin at lists.debian.org>
-Build-Depends-Indep: debhelper, python-support
+Build-Depends-Indep: debhelper (>= 5), python-support
 Standards-Version: 3.5.8.0
 Uploaders: Ryan Murray <rmurray at debian.org>
 



More information about the Da-tools-commits mailing list