diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-06-17 18:52:38 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-06-17 18:52:38 +0000 |
commit | fe39bf1020562fbd4dff16580a2f82347f62e2d6 (patch) | |
tree | 30c4853c366c872aa5bc3e5d65283ae5857e4dc9 /debian | |
parent | 3edc8faf575e00c1ca6d66c9af8675d9734c820c (diff) |
Change the build time dependency on debhelper from a Build-Depends-Indep to Build-Depends.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8d7e196..02353ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ echolot (2.1.8-5) unstable; urgency=low * Increase Standards-Version from 3.6.2 to 3.7.2 without any additional changes. + * Change the build time dependency on debhelper from a + Build-Depends-Indep to Build-Depends. - -- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:49:41 +0200 + -- Peter Palfrader <weasel@debian.org> Sat, 17 Jun 2006 20:51:59 +0200 echolot (2.1.8-4) unstable; urgency=low diff --git a/debian/control b/debian/control index cf512be..df78e46 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: echolot Section: mail Priority: extra Maintainer: Peter Palfrader <weasel@debian.org> -Build-Depends-Indep: debhelper (>= 4.1.16) +Build-Depends: debhelper (>= 4.1.16) Standards-Version: 3.7.2 Package: echolot |